summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qsettings/tst_qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QSettings: Add proper support for XDG_CONFIG_DIRSPalo Kisa2016-09-271-0/+73
|/
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-16/+8
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-1/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-59/+0
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-64/+29
|\
| * Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\|
| * Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-1/+1
* | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-5/+5
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-0/+4
|\|
| * QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-0/+4
* | Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-271-0/+47
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-45/+45
|/
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Properly detect UTF-8 BOM markers in ini filesLars Knoll2014-10-291-0/+10