summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-181-7/+7
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-181-10/+10
* QSettings: fix a typo in the docLaszlo Papp2022-06-251-1/+1
* QSettings: Fix reading of the [%General] sectionhjk2022-06-161-1/+1
* Android: Fix QSettings when using content URLSamuel Mira2022-06-151-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
* 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
|\