summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bootstrap: remove QTemporaryFileThiago Macieira2024-03-131-2/+2
* corelib: settings - make qsettings.cpp unity buildableTim Blechmann2024-02-261-0/+7
* Move the settingseditor example into tests/manualVolker Hilsheimer2023-12-151-5/+1
* Don't reuse iterator var to avoid -D_GLIBCXX_DEBUG crashMichael Weghorn2023-11-141-9/+9
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-3/+0
* doc: Remove QSettings' paths for embedded linuxMohammadHossein Qanbari2023-09-071-6/+4
* Make IDB settings work sync with JSPIMikolaj Boc2023-08-211-0/+30
* Add WebLocalStorageFormat, WebIndexedIDBFormat to public APIMikolaj Boc2023-08-211-0/+10
* Call QConfFileSettingsPrivate::initAccess normally on WASMMikolaj Boc2023-07-281-2/+0
* Remove references to Application ExampleAxel Spoerl2023-07-061-1/+1
* Android: Restore the default QSettings path to the .config directoryBartlomiej Moskal2023-06-131-12/+28
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-6/+6
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-111-1/+1
* Use QtMiscUtils hex/oct-related helpersAhmad Samir2023-02-071-8/+6
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-071-8/+5
* Use QLatin1 QStringConverter methodsAhmad Samir2023-01-311-3/+1
* QSettings: use QFileInfo::refresh()Ahmad Samir2022-12-231-3/+3
* QSettings: get file timestamps in UTC directlyAhmad Samir2022-12-231-4/+4
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-4/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-7/+7
* Port from container.count()/length() to size()Marc Mutz2022-10-041-6/+6
* Simplify and tidy up various trivia in Q*SettingsPrivateEdward Welbourne2022-07-281-28/+18
* QSettings: Fix reading of the [%General] sectionhjk2022-06-161-1/+1
* QSettings: fix a typo in the docLaszlo Papp2022-06-111-1/+1
* Android: Fix QSettings when using content URLSamuel Mira2022-06-081-3/+18
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* QtCore: remove the remaining uses of QLatin1StringSona Kurazyan2022-04-261-1/+1
* Simplify QConfFileSettingsPrivate::readIniSection() using QBAVEdward Welbourne2022-04-261-16/+15
* Correct documentation of INI format's loss of type informationEdward Welbourne2022-04-261-5/+8
* Tidy up some local variables in QSettingsPrivate::iniEscapedString()Edward Welbourne2022-04-211-4/+3
* Fix handling of DateTime values in QSettingsEdward Welbourne2022-04-211-1/+2
* QSettings: fix a misleading commentMarc Mutz2022-04-061-1/+2
* Simplify parsing of a line to remove [...] enclosureEdward Welbourne2022-04-011-11/+9
* QSettings: use auto rather than naming iterator typesEdward Welbourne2022-03-301-19/+15
* QSettings: s/int/qsizetype/ on the internalsEdward Welbourne2022-03-301-50/+51
* QSettingsPrivate: fold from/to parameters into the view they boundEdward Welbourne2022-03-301-16/+18
* Use QByteArrayView more in QConfFileSettingsPrivate's methodsEdward Welbourne2022-03-301-10/+10
* Prefer sliced()/first()/chopped() to mid() and arithmeticEdward Welbourne2022-03-301-8/+8
* Apply Q_CONSTINIT across the codebaseMarc Mutz2022-03-291-1/+1
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-4/+4
* QSettings: fix formatting to match our coding styleSona Kurazyan2022-03-261-7/+5
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-52/+54
* QSettings: port API from QString to QAnyStringView keysMarc Mutz2022-03-231-10/+31
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-191-25/+55
* QSettings: support reading UTF-8 keys in INI filesIvan Solovev2022-03-021-14/+18
* QSettings: overload value() instead of using a default argumentMarc Mutz2022-02-201-1/+19
* QSettings: use QtMiscUtils hex tools instead of rolling your ownMarc Mutz2022-02-091-6/+5
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Port QSettingsPrivate::get() to std::optionalMarc Mutz2021-06-301-10/+5