summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qsettings/tst_qsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* test: Mark tst_QSettings::ctor() and tst_QSettings::rainersSyncBugOnMac(nativ...Sergio Ahumada2013-08-081-0/+12
* Fix QSettings autotest for VxWorksPasi Petäjäjärvi2013-02-191-0/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-1/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-4/+4
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-211-1/+60
* test: Remove QSKIP from tst_QSettings::dontReorderIniKeysNeedlessly()Sergio Ahumada2012-10-311-5/+3
* test: Remove QSKIP from tst_QSettings::fileName()Sergio Ahumada2012-10-241-4/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-30/+42
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-2/+2
* Mark known test failures in Windows developer build.Jason McDonald2012-04-251-0/+3
* Uncomment disabled code in QSettings autotest.Jason McDonald2012-03-271-6/+3