summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qsettings/tst_qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Clear tst_QSettings of deprecation warningsEdward Welbourne2022-04-261-5/+5
* tst_QSettings::testVariantTypes(): modernize list initializationsEdward Welbourne2022-04-261-10/+6
* Convert tst_QSettings::testVariantTypes()'s macro body into a lambdaEdward Welbourne2022-04-261-13/+18
* Clean up tst_QSettings::testVariantTypes()Edward Welbourne2022-04-261-27/+26
* Rearrange tst_QSettings::testVariantTypes()Edward Welbourne2022-04-261-24/+24
* Inline a shared data-driven test table in tst_QSettingsEdward Welbourne2022-04-261-88/+23
* Clean up includes involving tst_qmetatype_common.hEdward Welbourne2022-04-261-9/+4
* QSettingsPrivate: fold from/to parameters into the view they boundEdward Welbourne2022-03-301-2/+2
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-191-15/+12
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-111-1/+1
* QSettings: support reading UTF-8 keys in INI filesIvan Solovev2022-03-021-0/+38
* Windows: Fix handling of childGroups() when fallbacks are disabledJeremie Graulle2021-12-271-0/+10
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+4
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-0/+4
* tst_qsettings: reliably remove the empty.ini fileMarc Mutz2021-06-111-1/+2
* Fix warnings from deprecated posix functionsVolker Hilsheimer2021-04-281-1/+3
* Split up the QMetaType unit testVolker Hilsheimer2021-02-091-1/+1
* QSettings: Add support for QMetaType::FloatChristian Ehrlicher2021-01-151-0/+23
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Deprecate QVariant::TypeLars Knoll2020-10-231-5/+5
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Implement QMetaType::canConvert() and use it in QVariantLars Knoll2020-08-241-1/+2
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-2/+0
* Remove winrtOliver Wolff2020-06-061-31/+14
* Get rid of QSettings::iniCodec()Lars Knoll2020-05-141-108/+5
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-2/+3
|\
| * tst_QSettings: Fix leaking registry keyFriedemann Kleint2020-02-251-2/+3
* | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+5
|/
* Win32: Consolidate registry codeFriedemann Kleint2019-10-141-30/+13
* Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-1/+3
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-2/+5
* Fix QSettings parsing of spaces after comment linesThiago Macieira2018-12-071-0/+29
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-0/+4
* tst_qsettings: Check case sensitivity of actual settings fileTor Arne Vestbø2018-03-071-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Allow QSettings to synchronize non-atomicallyThiago Macieira2017-08-041-0/+76
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-5/+13
|\
| * Fix data corruption when reading byte arrays from QSettingsThierry Bastian2017-02-031-0/+11
| * Read the .ini file back in text modeThiago Macieira2017-01-311-5/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-18/+178
|\|
| * tst_QSettings: Don't assume the presence of a key means isWritableTor Arne Vestbø2016-10-101-1/+1
| * tst_QSettings: Fix tests on sandboxed platforms such as iOSTor Arne Vestbø2016-10-101-13/+7
| * Don't truncate QDateTime milliseconds when storing QSettings on Apple platformsTor Arne Vestbø2016-10-051-0/+102
| * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-051-1/+49
| * tst_QSettings: Detect if Apple platforms support writing to SystemScopeTor Arne Vestbø2016-10-041-1/+17
| * Exclude tst_QSettings::rainersSyncBugOnMac() on all Apple OSesTor Arne Vestbø2016-10-031-2/+2