summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-17/+17
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
* wasm: add platform qsettingsLorn Potter2019-11-141-12/+3
* Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-4/+3
* QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-19/+22
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-2/+2
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-1/+7
|\
| * Document that type information is lost when reading QSettings from INIMitch Curtis2019-02-201-1/+7
* | QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-231-1/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-081-3/+6
|\|
| * QSettings: quick refactor for readabilityThiago Macieira2018-12-071-3/+4
| * Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-071-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-4/+0
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-4/+0
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-151-4/+0
* | | Replace Q_OS_MAC with Q_OS_DARWIN to match line 2731Lars Schmertmann2018-11-171-1/+1
* | | Add QSettings(Scope...) constructor to QSettingsLars Schmertmann2018-11-161-6/+39
|/ /
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-6/+6
|\|
| * Modernize the "textcodec" featureLiang Qi2018-11-071-6/+6
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+11
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-3/+3
|/
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-0/+5
|\
| * Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
* | QSettings/QConfFile: Fix reading on NTFS symbolic linksFriedemann Kleint2017-12-021-1/+1
* | Allow QSettings to synchronize non-atomicallyThiago Macieira2017-08-041-14/+64
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+4
|\|
| * QtCore: include mocsThiago Macieira2017-05-051-0/+4
* | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-231-0/+2
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-2/+2
|\
| * Fix build without features.temporaryfileTasuku Suzuki2017-01-251-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-35/+37
|\|
| * QSettings: Avoid unneeded sync() on destructionAlbert Astals Cid2016-11-291-0/+1
| * QSettings: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-231-35/+36
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-1/+5
|\|
| * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-051-1/+5
* | QSettings: Add proper support for XDG_CONFIG_DIRSPalo Kisa2016-09-271-22/+72
* | qsettings: Simplify confFiles logicPalo Kisa2016-09-271-91/+77
|/
* QSettings: Remove calls to deprecated API on macOSGabriel de Dietrich2016-08-301-50/+42
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-10/+14
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-10/+14
| |\
| | * Fix documentation of the Windows parts of QSettings::setPath()Friedemann Kleint2016-08-161-10/+14
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-221-22/+22
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-22/+22
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-22/+22
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-22/+22
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-66/+43
|\| |
| * | Correct indentation in qsettings.cppThiago Macieira2016-07-111-4/+4
| * | QSettings: optimize string usageAnton Kudryavtsev2016-07-091-66/+43