summaryrefslogtreecommitdiff
path: root/src/libs/utils/aspects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Allow a BoolAspect to adopt an external buttonhjk2023-05-171-2/+14
* Utils: Introduce a FilePathAspecthjk2023-05-161-0/+22
* Utils: Use QAbstractButton instead of QCheckBox in BoolAspecthjk2023-05-121-17/+17
* Utils: Fix some IntegerAspect value display issuehjk2023-05-121-2/+2
* Utils: Add an AspectContainer::changed() signalhjk2023-05-121-0/+5
* Utils: Remove empty item after optionChristian Stenger2023-05-121-1/+0
* Utils: Guard SelectionAspect value access against out-of-bounds accesshjk2023-05-111-2/+4
* Utils: Add more FilePathChooser config options to StringAspecthjk2023-05-111-0/+27
* Utils: Fix groupChecker functionality for aspectsChristian Stenger2023-05-101-1/+3
* Utils: Improve CheckBox layoutingMarcus Tillmanns2023-05-051-2/+3
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-031-44/+38
* LayoutBuilder: Reworkhjk2023-05-031-12/+20
* Layouting: Drop compile dependency on BoolAspecthjk2023-05-021-6/+10
* Utils: Make Layouting a top level namespacehjk2023-04-251-1/+1
* Utils: Start decoupling LayoutBuilder from Aspectshjk2023-04-251-1/+8
* Utils: Continue Environment/EnvironmentChange consolidationhjk2023-03-241-10/+5
* Terminal: Add Terminal pluginMarcus Tillmanns2023-02-241-0/+71
* Utils: Move some translated strings from .h to .cpphjk2023-02-081-4/+4
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-0/+1
* Utils: Tr::trAlessandro Portale2023-02-011-1/+1
* Utils: Start Environment/EnvironmentChange consolidationhjk2023-01-271-0/+5
* Utils: Flatten LayoutBuilder related hierarchieshjk2023-01-201-13/+15
* Various: Adapt to change in FilePathChristian Stenger2023-01-171-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add defaultValue getter for AspectsCristian Adam2023-01-051-5/+41
* Utils: Change Aspect readOnly default to falsehjk2022-12-121-1/+1
* StringAspect: Fix setting readOnlyJarek Kobus2022-12-061-0/+2
* Utils: Fix clazy "Mixing iterators with const_iterators" warningsJarek Kobus2022-11-301-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-17/+17
* Utils: Replace PathChooser::{fileP,p}athChanged signalshjk2022-09-061-1/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-5/+5
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Introduce a Layouting::empty itemhjk2022-07-261-1/+1
* Drop Qt5: Utils: Get rid of QOverloadJarek Kobus2022-07-201-4/+4
* Utils: Allow programmatically change of IntegerAspectChristian Stenger2022-07-081-1/+9
* docker: Fix StringAspect default value handlingMarcus Tillmanns2022-07-071-0/+6
* Utils: Allow placeholder text for path chooser aspectChristian Stenger2022-07-051-0/+3
* Fix application of value to StringAspect/LineEditDisplayEike Ziller2022-06-231-0/+3
* Remove a the necessity of a few weak vtableshjk2022-06-221-0/+4
* Aspects: Update of combo box when changing TriState valueEike Ziller2022-06-081-1/+1
* Utils: Drop unused headers [A-H]Jarek Kobus2022-05-251-6/+6
* Utils: Pass MacroExpander to ArgumentsAspect constructorhjk2022-05-201-2/+2
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-4/+0
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* Utils: add default file path to string aspectDavid Schulz2022-05-051-1/+9
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-04-271-2/+4
|\
| * CMake: Set the build directory change after BrowseCristian Adam2022-04-261-2/+4
* | ProjectExplorer: Pass envAspect directly to WorkingDirectory constructorhjk2022-04-221-6/+0
* | Debugger: Avoid one use of RunControl::runConfiguration()hjk2022-04-141-9/+29
* | ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-1/+52
|/