aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/valgrindsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Plugins: And more Store and Keyhjk2023-08-251-1/+1
* Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+2
* Valgrind: Fix includesJarek Kobus2023-08-171-7/+2
* Valgrind: Rename ValgrindOptionsPage into ValgrindSettingsPagehjk2023-07-261-6/+4
* Valgrind: Use QMetaEnum for parsing enum valuesJarek Kobus2023-07-251-2/+4
* Valgrind: Collapse project and global settings classeshjk2023-07-251-63/+44
* ProjectExplorer: Dissolve ISettingsAspecthjk2023-07-251-12/+0
* Valgrind: Fix valgrind settings persistencehjk2023-07-251-38/+1
* Valgrind: Merge configwidget population to settings aspect containerhjk2023-07-241-2/+82
* Valgrind: Move global settings handling closer to current patternhjk2023-07-241-14/+9
* Utils: Let aspect transition functions indicate there was a changehjk2023-07-201-2/+4
* Utils: Introduce a staging area for gui valueshjk2023-07-181-5/+5
* A few more direct FilePathAspect value accesseshjk2023-07-041-1/+1
* Utils: Replace StringAspect::setFilePath()hjk2023-07-041-1/+1
* Utils: Rework aspect implementationhjk2023-06-291-24/+8
* Consistently use "Callgrind" and "Memcheck"Eike Ziller2023-06-131-2/+2
* Valgrind: Adapt to recent Aspect changeshjk2023-05-251-29/+3
* Utils: Remove LabelPlacement::AtCheckBoxWithoutDummyLabelhjk2023-05-241-8/+8
* Valgrind: Use FilePathAspect for main executablehjk2023-05-231-1/+0
* Layouting: Make aspects operate on parent items, not LayoutBuilderhjk2023-05-031-3/+3
* Utils: Flatten LayoutBuilder related hierarchieshjk2023-01-201-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+2
* FileUtils: Adds toFilePathList functionMarcus Tillmanns2022-08-041-1/+1
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-2/+2
* Valgrind: Use Tr::trhjk2022-07-111-44/+43
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-1/+1
* Valgrind: Use FilePath for some suppression fileshjk2021-10-051-7/+7
* Valgrind: Simplify suppression file interfacehjk2021-09-271-83/+12
* Valgrind: Bring back label for suppression files list in settingshjk2021-09-161-1/+1
* Use more FileUtils based file dialogshjk2021-08-191-7/+6
* Analyzer: Base ISettingsAspect on Utils::AspectContainerhjk2021-04-121-45/+36
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-7/+5
* Valgrind: Create a SuppressionsAspecthjk2021-03-121-65/+253
* Valgrind: Aspectify settingshjk2021-03-041-423/+216
* Valgrind: Do not save defaults to settingsEike Ziller2021-02-221-5/+14
* Valgrind: Allow specifying extra arguments to valgrind etchjk2021-02-171-0/+36
* Valgrind: Apply new SettingsPage patternshjk2020-01-171-2/+2
* ProjectExplorer: Use a ISettingsAspect::setConfigWidgetCreator() setterhjk2019-08-301-6/+6
* Valgrind: Restructure plugin setuphjk2019-03-251-6/+14
* Callgrind: Support opening last results in KCachegrindOrgad Shaneh2018-12-031-0/+14
* Valgrind: Strip QLatin1*Orgad Shaneh2018-12-031-72/+72
* ProjectExplorer: Remove direct runconfig dependency from ISettingsAspecthjk2018-09-111-17/+7
* ProjectExplorer: Keep RunConfiguration in ISettingsAspectUlf Hermann2018-04-271-0/+9
* Valgrind: Fix cyclic connectOrgad Shaneh2017-11-171-4/+1
* Analyzer: Rework the dock widget layout generationhjk2016-02-291-3/+0
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-1/+1