aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/settingsaccessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Write Key/Store to settingshjk2023-08-291-2/+2
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-5/+5
* Utils etc: More use of Key and Storehjk2023-08-241-7/+8
* Utils/TextEditor: More use of Store and Keyhjk2023-08-241-43/+43
* Utils: Simplify SettingsAccessor constructorshjk2023-04-261-26/+19
* Utils: Collapse the two SettingsAccessor constructor hierarchieshjk2023-04-261-19/+12
* Utils: Remove displayName from SettingsAccessorshjk2023-04-261-17/+7
* Utils: Tr::trAlessandro Portale2023-02-011-42/+35
* Utils: Use multi-arg for stringsJarek Kobus2023-01-111-5/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Fix clazy "Mixing iterators with const_iterators" warningsJarek Kobus2022-11-301-2/+2
* Utils: Remove Utils::optionalEike Ziller2022-09-011-18/+24
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More forward declarations / drop unused headers [S]Jarek Kobus2022-05-251-2/+5
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-1/+0
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-1/+1
* Utils: read remote persistent settingsDavid Schulz2021-09-091-5/+3
* ClangFormat: Spread FilePathhjk2021-08-191-4/+2
* Don't allocate unneeded temporary containersJarek Kobus2020-12-141-2/+2
* Aggregation/Utils/ExtensionSystem: Make member functions const/staticAlessandro Portale2020-11-271-2/+2
* Utils: Replace some QRegExp to QRegularExpressionChristian Stenger2020-06-191-1/+0
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-5/+5
* Avoid warning on empty expressionshjk2019-07-231-5/+5
* ProjectExplorer: Give some possible reasons for not using a .user fileChristian Kandeler2019-07-091-1/+4
* Utils: Rename FileName to FilePathhjk2019-05-281-24/+24
* Utils: Replace mutating FileName::appendStringhjk2019-05-151-6/+5
* SettingsAccessor: Avoid soft assertion for inexistent fileOrgad Shaneh2018-11-191-1/+1
* SettingsAccessor: Relax old version validation for shared filesOrgad Shaneh2018-11-161-1/+8
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-9/+9
* SettingsAccessor: Fix placeholderRobert Loehning2018-07-131-1/+1
* ProjectExplorer: Do not overwrite shared project settingsOrgad Shaneh2018-05-081-2/+2
* ToolChain: Use SettingsAccessor to access XML settingsTobias Hunger2018-04-201-5/+12
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-131-1/+1
|\
| * SettingsAccessor: Support user file without EnvironmentIdOrgad Shaneh2018-04-091-1/+1
* | SettingsAccessor: Remember last saved stateTobias Hunger2018-04-101-1/+10
* | Utils: Purge asConstOrgad Shaneh2018-04-091-1/+0
* | SettingsAccessor: Fix logic to decide when to do a backupTobias Hunger2018-03-051-3/+3
* | SettingsAccessor: Rename BasicSettingsAccessor to SettingsAccessorTobias Hunger2018-02-151-50/+49
* | SettingsAccessor: Extract functionality to merge settingsTobias Hunger2018-02-141-254/+127
* | SettingsAccessor: Extract upgrading functionalityTobias Hunger2018-02-141-271/+304
* | SettingsAccessor: Use optional for return value of BackUpStrategy::backupNameTobias Hunger2018-02-131-13/+18
* | SettingsAccessor: Extract handling of backupsTobias Hunger2018-02-131-231/+203
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-071-1/+1
|\|
| * Utils: Fix UI textLeena Miettinen2018-02-061-1/+1
* | Utils: Fix compile with Qt lesser than 5.10Christian Stenger2018-02-071-3/+6
* | SettingsAccessor: Unify handling of different file locationsTobias Hunger2018-02-061-32/+47
|/
* Settingsaccessor: Extract file access and error reportingTobias Hunger2018-01-151-245/+267
* SettingsAccessor: Remove SettingsAccessorPrivate::Settings::isValidTobias Hunger2017-11-301-11/+0
* SettingsAccessor: Move code aroundTobias Hunger2017-11-301-104/+96