summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qsettings/tst_qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSettings: Prevent assert when passing empty keys.Friedemann Kleint2014-10-171-0/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+18
|\
| * QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-0/+18
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | WinRT: Fix QSettings auto-testsMaurice Kalinowski2014-08-191-4/+31
* | Implement native settings format for WinRTMaurice Kalinowski2014-08-131-24/+63
|/
* Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-041-0/+23
* OS X QSettings auto test/writing check updateSamuel Gaist2014-03-311-3/+24
* Check for administrative rights in tst_qsettings.Friedemann Kleint2014-03-271-41/+97
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-25/+20
|\
| * tests: fix tst_QSettings on MacKurt Pattyn2013-11-271-25/+20
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-5/+5
|\|
| * tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-5/+5
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-0/+13
|\|
| * Allow to use short names for Windows Registry root keysSebastian Schuberth2013-10-071-0/+13
* | WinRT: Fix various test compilationsAndrew Knight2013-10-021-4/+4
|/
* tst_QSettings: add missing () around a macro argument useMarc Mutz2013-09-141-1/+1