summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Port QSettingsPrivate::get() to std::optionalMarc Mutz2021-06-301-10/+5
* QSettings: hide the return type of actualKey() and normalizedKey()Marc Mutz2021-06-151-7/+4
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-5/+1
* QSettings: Add support for QMetaType::FloatChristian Ehrlicher2021-01-151-0/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-3/+3
* Doc: Remove mentioning of old macos versions from QSettingsKai Koehne2020-10-281-1/+1
* Deprecate QVariant::TypeLars Knoll2020-10-231-3/+3
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-2/+2
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-2/+2
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-2/+3
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* QSettings: purge deprecated APIEdward Welbourne2020-08-071-35/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+2
* Remove winrtOliver Wolff2020-06-061-59/+4
* Port QSettings from QStringRef to QStringViewLars Knoll2020-06-051-6/+6
* Initialize variableLars Knoll2020-05-261-1/+1
* Get rid of QSettings::iniCodec()Lars Knoll2020-05-141-104/+34
* QSettings: fix UB (signed integer overflow) on parsing long hex/oct escapesMarc Mutz2020-05-131-5/+5
* QSettings: port iniUnescapedKey() from int to char16_tMarc Mutz2020-05-111-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-2/+4
|\
| * QSettings: Read past UTF-8 BOM even without textcodec supportKai Koehne2020-04-141-2/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-19/+18
|\|
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-17/+17
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-6/+6
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-12/+3
|\|
| * wasm: add platform qsettingsLorn Potter2019-11-141-12/+3
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+4
|/
* 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
|\