summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* QSettings: Add parsing errors for '\' and '/'Xavier BESSON2025-08-051-0/+7
* Fix of files under src_corelib_io prefixOleksii Zbykovskyi2025-07-241-1/+1
* Add security headers to QSetting filesMatthias Rauter2025-06-261-0/+1
* QSettings/Doc: fix the information about what's case-sensitive and notThiago Macieira2025-03-141-22/+18
* Docs: uppercase spelling of utf-8Giuseppe D'Angelo2025-02-251-4/+4
* Remove QT_NO_GEOM_VARIANTThiago Macieira2025-01-271-21/+11
* Doc: Fix links to QIODeviceBase:: flagsKai Köhne2024-12-131-1/+1
* qsettings.cpp: really un-break -unity-buildMarc Mutz2024-12-121-1/+2
* Doc: Remove usage of defunct QDoc commandPaul Wicking2024-08-281-2/+0
* 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