index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libs
/
utils
/
aspects.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Migrate to new spacing tokens
Alessandro Portale
2025-06-13
1
-1
/
+1
*
Core: Let users provide (local) custom language models
Christian Kandeler
2025-06-11
1
-11
/
+33
*
Utils: Add Layouting::replaceLayoutOn
Marcus Tillmanns
2025-04-29
1
-23
/
+10
*
Utils: Use "+" icon for the AspectList
Marcus Tillmanns
2025-04-29
1
-3
/
+3
*
Utils: Use LayoutBuilder in AspectList
Marcus Tillmanns
2025-04-29
1
-24
/
+28
*
Utils: Move IconButton to QtcWidgets
Marcus Tillmanns
2025-04-29
1
-2
/
+2
*
Utils: Fix tests in spinbox-using aspects
hjk
2025-04-29
1
-2
/
+2
*
Utils: Add combobox options to StringSelectionAspect
Marcus Tillmanns
2025-04-24
1
-4
/
+5
*
Utils: Fix BaseAspect enabler usage
Marcus Tillmanns
2025-04-24
1
-11
/
+7
*
Utils: Add StringAspect::setValidatorFactory
Marcus Tillmanns
2025-04-24
1
-1
/
+11
*
Utils: Always show all items in an AspectList
hjk
2025-04-11
1
-28
/
+30
*
Utils: Add a way to save aspects without own settings key
hjk
2025-04-08
1
-6
/
+23
*
Utils: Make BaseAspect::saveToMap() non-static
hjk
2025-04-08
1
-5
/
+1
*
Avoid potential detach of non-const Qt containers in range-loops 2/2
Alessandro Portale
2025-03-24
1
-3
/
+3
*
Avoid potential detach of non-const Qt containers in range-loops 1/2
Alessandro Portale
2025-03-21
1
-1
/
+1
*
Utils: Tweak color aspect
Christian Stenger
2025-02-10
1
-0
/
+8
*
Utils: Add FilePath::isLocal() and use it instead of !needsDevice()
hjk
2024-12-09
1
-1
/
+1
*
Utils: Add an option to BoolAspect to show tooltip as permanent label
hjk
2024-10-30
1
-0
/
+14
*
Do not re-enable Aspects in AspectContainer::registerAspect
Andrii Batyiev
2024-10-24
1
-1
/
+1
*
Utils: Fix StringAspect enabler
Marcus Tillmanns
2024-10-22
1
-1
/
+1
*
ProjectExplorer: Display build configuration specific variables again
hjk
2024-10-18
1
-17
/
+33
*
ProjectExplorer: disable project file defined build configurations
David Schulz
2024-10-08
1
-0
/
+9
*
ProjectExplorer: disable workspace runconfiguration container
David Schulz
2024-10-07
1
-0
/
+8
*
Lua: Expose extra properties from StringAspect
Artur Twardy
2024-10-02
1
-0
/
+39
*
Utils: Fix some Aspect::on*Changed names
hjk
2024-07-19
1
-9
/
+7
*
Utils: Add a way to use SelectionAspect item data as settings value
hjk
2024-07-10
1
-0
/
+11
*
Merge remote-tracking branch 'origin/14.0'
Eike Ziller
2024-07-08
1
-0
/
+2
|
\
|
*
Aspects: Fix duplicate global variables
Christian Stenger
2024-07-03
1
-0
/
+2
*
|
Utils: Make Aspect::addToLayout() const
hjk
2024-07-08
1
-20
/
+25
*
|
Utils: Add function to connect to signals of aspects
hjk
2024-07-03
1
-0
/
+30
*
|
QmlJsEditor: Partially aspectify settings
hjk
2024-06-28
1
-3
/
+3
|
/
*
Utils: Centralize aspect macro expansion setup and handling
hjk
2024-06-10
1
-40
/
+42
*
Utils: Add effective binary getter to FilePathAspect
Christian Stenger
2024-06-03
1
-3
/
+32
*
Utils: Fix connection error
Marcus Tillmanns
2024-06-03
1
-15
/
+19
*
Utils: Implement StringListAspect::addToLayout
Marcus Tillmanns
2024-05-30
1
-5
/
+138
*
Aspects: AspectContainer emits changed() for contained items
Cristian Adam
2024-05-28
1
-0
/
+2
*
Use LayoutBuilder V2
hjk
2024-05-27
1
-40
/
+43
*
Doc: Add docs for Utils::TypedAspect
Leena Miettinen
2024-05-24
1
-5
/
+23
*
Merge remote-tracking branch 'origin/13.0'
Eike Ziller
2024-05-21
1
-7
/
+19
|
\
|
*
Doc: Fix QDoc warnings in BaseAspects docs
Leena Miettinen
2024-05-17
1
-7
/
+19
*
|
Merge remote-tracking branch 'origin/13.0'
Eike Ziller
2024-05-17
1
-1
/
+4
|
\
|
|
*
Utils: Fix FilePathAspect::expandedValue
Marcus Tillmanns
2024-05-16
1
-1
/
+4
*
|
Utils: Fix IntegerAspect::addToLayout
Marcus Tillmanns
2024-03-14
1
-1
/
+1
*
|
Utils: Change individual TriStateAspect display strings individually
hjk
2024-02-22
1
-11
/
+20
|
/
*
Debugger: Make DebuggerRunConfig sub-aspects direct members
hjk
2024-02-15
1
-3
/
+14
*
Aspect: Don't try to change value more than once
Marcus Tillmanns
2024-02-07
1
-9
/
+15
*
Aspects: Fix ValueAcceptor handling
Marcus Tillmanns
2024-02-06
1
-0
/
+2
*
Utils: Expand strings in StringAspect
hjk
2024-02-05
1
-1
/
+2
*
Utils: Introduce FilePathAspect::setDefaultPathValue(FilePath)
hjk
2024-01-24
1
-0
/
+5
*
GuiUtils: Apply wheel blocker to more widgets
Jarek Kobus
2024-01-05
1
-4
/
+1
[next]