summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add the UTF16-to-Latin1 in-place converterThiago Macieira2013-12-131-0/+8
* tst_QObject: separate QSignalBlocker testsMarc Mutz2013-12-115-129/+319
* Move-enable QSignalBlockerMarc Mutz2013-12-111-0/+100
* moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-091-0/+38
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-0/+38
| |\
| | * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-0/+38
| | |\
| | | * Fix invalid memory read when shutting down QML applicationsSimon Hausmann2013-11-291-0/+38
* | | | Remove trailing space from QDebug streamKai Koehne2013-12-066-31/+31
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-292-25/+46
|\| |
| * | Add QSystemSemaphore::release() auto-testsKonstantin Ritt2013-11-281-0/+19
| * | QSystemSemaphore: Clear error after successful operationKonstantin Ritt2013-11-281-0/+7
| * | tests: fix tst_QSettings on MacKurt Pattyn2013-11-271-25/+20
* | | tst_qthreadpool: fix memory leakDavid Faure2013-11-281-1/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2638-65/+569
|\| |
| * | Fix test compilation on WinRTAndrew Knight2013-11-261-3/+7
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-262-22/+78
| |\|
| | * QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-212-0/+10
| | * QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-211-4/+50
| | * QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-211-18/+18
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-1823-8/+158
| |\|
| | * tst_QAlgorithms: fix compilation with C++11 enabledMarc Mutz2013-11-171-1/+1
| | * QCollator: enable move semanticsMarc Mutz2013-11-173-0/+100
| | * Change platform selectors to match qmake selectorsAlan Alpert2013-11-1518-7/+45
| | * qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz2013-11-151-0/+12
| * | QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-172-22/+38
| |/
| * QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-0/+84
| * Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-3/+26
| * Revert "Add tracing to logging framework"Kai Koehne2013-11-071-1/+0
| * tst_QFlags: make constExpr() check compile on clang trunkMarc Mutz2013-11-071-1/+1
| * QIntegerForSize: add testMarc Mutz2013-11-061-0/+15
| * QStandardPaths: add GenericConfigLocationDavid Faure2013-11-051-2/+8
| * tst_qurl: add test for matches() with empty vs null caseDavid Faure2013-11-051-0/+8
| * Test that QMetaObject::invokeMethod is exception safeOlivier Goffart2013-11-051-0/+38
| * Test exceptions in signals and slotsOlivier Goffart2013-11-051-0/+97
| * remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-292-1/+2
| * QLocale: Add auto tests for Poruguese(Brazil) and Greek localesEl Mehdi Fekari2013-10-291-0/+9
* | QString: add missing contains(QLatin1String) overloadMarc Mutz2013-11-261-0/+2
* | WinRT: implement QStandardPathsMaurice Kalinowski2013-11-121-2/+4
* | Enable qfile tests for platforms without networkMaurice Kalinowski2013-11-113-4/+6
* | Fix QTimeZone test compilation on WinRTAndrew Knight2013-11-041-1/+1
* | Replace use of putenv in test caseAndrew Knight2013-11-041-2/+1
* | 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