aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/valgrindsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
* Utils: Use GuardedObject for some objects containing widgetshjk2025-01-311-1/+2
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-061-1/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-5/+0
* ValgrindSettings: Introduce leakCheckOnFinishOptionString()Jarek Kobus2024-10-041-0/+11
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* Utils: Make Aspect::addToLayout() consthjk2024-07-081-1/+1
* Valgrind: Remove no more needed fixChristian Stenger2024-06-191-12/+1
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* 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