aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/aspects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Migrate to new spacing tokensAlessandro Portale2025-06-131-1/+1
* Core: Let users provide (local) custom language modelsChristian Kandeler2025-06-111-11/+33
* Utils: Add Layouting::replaceLayoutOnMarcus Tillmanns2025-04-291-23/+10
* Utils: Use "+" icon for the AspectListMarcus Tillmanns2025-04-291-3/+3
* Utils: Use LayoutBuilder in AspectListMarcus Tillmanns2025-04-291-24/+28
* Utils: Move IconButton to QtcWidgetsMarcus Tillmanns2025-04-291-2/+2
* Utils: Fix tests in spinbox-using aspectshjk2025-04-291-2/+2
* Utils: Add combobox options to StringSelectionAspectMarcus Tillmanns2025-04-241-4/+5
* Utils: Fix BaseAspect enabler usageMarcus Tillmanns2025-04-241-11/+7
* Utils: Add StringAspect::setValidatorFactoryMarcus Tillmanns2025-04-241-1/+11
* Utils: Always show all items in an AspectListhjk2025-04-111-28/+30
* Utils: Add a way to save aspects without own settings keyhjk2025-04-081-6/+23
* Utils: Make BaseAspect::saveToMap() non-statichjk2025-04-081-5/+1
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-3/+3
* Avoid potential detach of non-const Qt containers in range-loops 1/2Alessandro Portale2025-03-211-1/+1
* Utils: Tweak color aspectChristian Stenger2025-02-101-0/+8
* Utils: Add FilePath::isLocal() and use it instead of !needsDevice()hjk2024-12-091-1/+1
* Utils: Add an option to BoolAspect to show tooltip as permanent labelhjk2024-10-301-0/+14
* Do not re-enable Aspects in AspectContainer::registerAspectAndrii Batyiev2024-10-241-1/+1
* Utils: Fix StringAspect enablerMarcus Tillmanns2024-10-221-1/+1
* ProjectExplorer: Display build configuration specific variables againhjk2024-10-181-17/+33
* ProjectExplorer: disable project file defined build configurationsDavid Schulz2024-10-081-0/+9
* ProjectExplorer: disable workspace runconfiguration containerDavid Schulz2024-10-071-0/+8
* Lua: Expose extra properties from StringAspectArtur Twardy2024-10-021-0/+39
* Utils: Fix some Aspect::on*Changed nameshjk2024-07-191-9/+7
* Utils: Add a way to use SelectionAspect item data as settings valuehjk2024-07-101-0/+11
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-07-081-0/+2
|\
| * Aspects: Fix duplicate global variablesChristian Stenger2024-07-031-0/+2
* | Utils: Make Aspect::addToLayout() consthjk2024-07-081-20/+25
* | Utils: Add function to connect to signals of aspectshjk2024-07-031-0/+30
* | QmlJsEditor: Partially aspectify settingshjk2024-06-281-3/+3
|/
* Utils: Centralize aspect macro expansion setup and handlinghjk2024-06-101-40/+42
* Utils: Add effective binary getter to FilePathAspectChristian Stenger2024-06-031-3/+32
* Utils: Fix connection errorMarcus Tillmanns2024-06-031-15/+19
* Utils: Implement StringListAspect::addToLayoutMarcus Tillmanns2024-05-301-5/+138
* Aspects: AspectContainer emits changed() for contained itemsCristian Adam2024-05-281-0/+2
* Use LayoutBuilder V2hjk2024-05-271-40/+43
* Doc: Add docs for Utils::TypedAspectLeena Miettinen2024-05-241-5/+23
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-05-211-7/+19
|\
| * Doc: Fix QDoc warnings in BaseAspects docsLeena Miettinen2024-05-171-7/+19
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-05-171-1/+4
|\|
| * Utils: Fix FilePathAspect::expandedValueMarcus Tillmanns2024-05-161-1/+4
* | Utils: Fix IntegerAspect::addToLayoutMarcus Tillmanns2024-03-141-1/+1
* | Utils: Change individual TriStateAspect display strings individuallyhjk2024-02-221-11/+20
|/
* Debugger: Make DebuggerRunConfig sub-aspects direct membershjk2024-02-151-3/+14
* Aspect: Don't try to change value more than onceMarcus Tillmanns2024-02-071-9/+15
* Aspects: Fix ValueAcceptor handlingMarcus Tillmanns2024-02-061-0/+2
* Utils: Expand strings in StringAspecthjk2024-02-051-1/+2
* Utils: Introduce FilePathAspect::setDefaultPathValue(FilePath)hjk2024-01-241-0/+5
* GuiUtils: Apply wheel blocker to more widgetsJarek Kobus2024-01-051-4/+1