summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QThreadPool: fix race at time of thread expiry.David Faure2013-10-311-4/+21
* QSignalBlocker: (new) RAII class for QObject::blockSignals()Marc Mutz2013-10-301-0/+49
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-2429-97/+161
|\
| * tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-5/+5
| * exclude gui-needing tests from -no-gui buildOswald Buddenhagen2013-10-183-1/+10
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-0/+4
| * Allow non-character codes in utf8 stringsKurt Pattyn2013-10-175-47/+62
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-0/+21
| * Print non-default categories in default message handlerKai Koehne2013-10-162-7/+14
| * don't test Qt::codecForHtml() - build with -no-guiOswald Buddenhagen2013-10-162-3/+2
| * don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-1612-9/+12
| * Add missing operators QMargins -=,+= (int).Friedemann Kleint2013-10-151-0/+6
| * rewrite qtMetaObjectInheritance() without guiOswald Buddenhagen2013-10-112-9/+9
| * Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-111-16/+16
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-113-19/+34
|\|
| * Allow to use short names for Windows Registry root keysSebastian Schuberth2013-10-071-0/+13
| * Replace QLoggingCategory::isEnabled by non-template functionshjk2013-10-061-18/+20
| * Fix potential crash: adding int to stringFrederik Gladhorn2013-10-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-046-131/+176
|\|
| * Fix QStandardPath test on some linuxesFrederik Gladhorn2013-10-021-5/+8
| * Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-013-45/+111
| * Fix temporary directory leak in tst_qsavefile.Friedemann Kleint2013-10-011-45/+24
| * tst_qsavefile: Check temporary dir and output open errors.Friedemann Kleint2013-09-301-12/+27
| * QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-24/+6
* | Winrt: Skip qthread autotests, which are not supported (yet)Oliver Wolff2013-10-021-0/+12
* | Winrt: tst_qthread: Added QEXPECT_FAIL where neededOliver Wolff2013-10-021-0/+12
* | WinRT: Fix various test compilationsAndrew Knight2013-10-0217-32/+63
* | Merge branch 'stable' into devSergio Ahumada2013-09-276-24/+41
|\|
| * QLocale - Fix Mac date format code translationJohn Layt2013-09-261-4/+1
| * QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-0/+12
| * Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-264-20/+28
* | Say hello to qFloatDistance()Jan Arve Saether2013-09-271-0/+93
* | threading support for winrtKamil Trzcinski2013-09-261-0/+12
|/
* tst_QReadWriteLock: replace a volatile bool with an atomic intMarc Mutz2013-09-231-6/+6
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* QDateTime - Add QTimeZone supportJohn Layt2013-09-232-0/+212
* QTimeZone - Add Windows backendJohn Layt2013-09-231-25/+84
* QTimeZone - Add Mac backendJohn Layt2013-09-231-0/+50
* QTimeZone - Add TZ File BackendJohn Layt2013-09-221-0/+138
* QTimeZone - Add ICU supportJohn Layt2013-09-221-0/+141
* QTimeZone - Define new class and apiJohn Layt2013-09-223-0/+509
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-221-0/+5
* Merge branch 'stable' into devSergio Ahumada2013-09-211-0/+81
|\
| * Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-191-0/+81
* | Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-216-0/+171
* | Use the correct identifier for the OS X operating system.Jake Petroules2013-09-212-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-212-4/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-162-4/+5
| |\|
| | * tst_qurlinternal: fix a use of memcpy on overlapping memoryMarc Mutz2013-09-141-3/+4
| | * tst_QSettings: add missing () around a macro argument useMarc Mutz2013-09-141-1/+1