aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/persistentsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a few FileSaver::errorString() uses with Result<>::error()hjk2025-04-231-2/+2
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-6/+6
* Utils: Return a Result from PersistentSettingsWriter::save()hjk2025-02-201-19/+15
* Utils: Centralize PersistentSettingsWriter's use of dialogParent()hjk2025-02-181-2/+3
* Raise Qt requirement for building Qt Creator to Qt 6.5.3Eike Ziller2024-12-191-4/+0
* Libs: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
* Fix more metatype related deprecation warningshjk2024-06-141-1/+1
* Fix QMetaType::type() related deprecation warningshjk2024-05-231-15/+15
* Utils: Use a proper class as Keyhjk2023-09-271-33/+32
* Utils: Some microoptimization in the persistentsettings writinghjk2023-09-121-75/+46
* Utils: One more stringFromKey to keep Qt 6.4 happyhjk2023-08-301-1/+2
* Utils: Key/Store fix for Qt < 6.5hjk2023-08-291-3/+9
* Utils: Write Key/Store to settingshjk2023-08-291-15/+12
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-2/+2
* Utils etc: More use of Key and Storehjk2023-08-241-2/+2
* Utils/TextEditor: More use of Store and Keyhjk2023-08-241-29/+29
* Doc: Add "\inmodule QtCreator" to \class and \namespace docsLeena Miettinen2023-05-221-0/+2
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-5/+3
|\
| * Utils: Tr::trAlessandro Portale2023-02-011-4/+2
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* | QtSupport: allow relative paths for the qmake commandTim Jenssen2023-02-091-0/+6
|/
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Collapse most of porting,hhjk2022-07-131-6/+6
* Utils: Drop unused headers [I-Z]Jarek Kobus2022-05-251-2/+1
* Utils: More forward declarations / drop unused headers [P-R]Jarek Kobus2022-05-251-0/+3
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-5/+4
* Utils: Use FilePath to create settings directoryDavid Schulz2021-09-131-2/+1
* Utils: read remote persistent settingsDavid Schulz2021-09-091-9/+5
* Utils: Do not save file upon PersistentSettingsWriter destructionChristian Kandeler2021-07-051-5/+0
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Fix build of standalone sdktool against earlier Qt versionsEike Ziller2020-09-161-6/+7
* Utils: Fix build with Qt6Eike Ziller2020-09-071-6/+6
* Utils: Do not try to parse empty filesChristian Stenger2020-09-041-0/+3
* Utils: Fix persisting of QRectChristian Stenger2020-08-191-1/+1
* Utils: Replace some QRegExp to QRegularExpressionChristian Stenger2020-06-191-5/+6
* Utils: Replace foreach with range-based forOrgad Shaneh2020-06-161-2/+4
* Workaround 5.15 deprecations in QTextStreamsDavid Schulz2020-01-171-3/+8
* Fix compile before current Qt devChristian Stenger2019-11-121-1/+3
* Partial compile fix for current Qt dev and/or Qt 6hjk2019-11-121-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* Fix warning: "Don't call QByteArray::data() on temporary"Alessandro Portale2019-01-171-1/+1
* Utils: Fix compile for older XcodeChristian Stenger2018-07-231-1/+1
* Utils: ModernizeAlessandro Portale2018-07-201-6/+4
* SettingsAccessor: Remember last saved stateTobias Hunger2018-04-101-2/+10
* HostOsInfo/FileUtils/PersistentSettings: Fix build without QtGuiEike Ziller2017-08-221-4/+23
* Utils: Fix compilation with clangOrgad Shaneh2017-08-021-0/+1
* Utils: Fix compile for Qt5.6Christian Stenger2017-08-011-8/+8
* PersistentSettings: Minor cleanupOrgad Shaneh2017-08-011-23/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12