summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-10/+42
* support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-0/+7
* QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-0/+14
* Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-0/+42
* QStandardPaths: ensure that paths use '/' on all platforms, as the comment saidDavid Faure2014-02-081-0/+2
* QFileSelector: correct the macros for Apple platforms.Jake Petroules2014-02-049-4/+9
* Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-0/+28
* Make the QEXPECT_FAIL agree with the QVERIFY2 condition belowJan Arve Saether2014-01-241-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-0/+56
|\
| * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-0/+56
* | QDir: Do not assume that root ends with a slashOrgad Shaneh2014-01-221-0/+4
* | Fix cd(), cdUp() QDir member functions docs regarding nonreadable dirsBartosz Brachaczek2014-01-201-0/+19
* | Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-0/+3
* | test: Don't build qmimedatabase-cache for QNXSergio Ahumada2014-01-161-1/+1
* | Android: QStandardPaths implementationChristian Strømme2014-01-161-3/+3
|/
* QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+7
* QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+7
* Remove #ifdef from outside test functionsThiago Macieira2014-01-101-4/+2
* Autotest: Fix QDateTime failure if the test got run West of GreenwichThiago Macieira2014-01-091-2/+42
* Stabilize one function in tst_qpauseanimation.cppFrederik Gladhorn2014-01-071-3/+3
* Use the short time format of the current locale on WindowsThiago Macieira2013-12-162-6/+18
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-2/+3
|\
| * Windows command line parsing: Do escape backslash.Friedemann Kleint2013-12-061-2/+3
* | QProcess/Win: allow child processes to change modes of the stdin pipeJoerg Bornemann2013-12-104-1/+71
* | fix Windows CE commentsJoerg Bornemann2013-12-091-2/+1
* | Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-061-0/+16
* | QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-061-0/+12
* | QTimeZone: Fix isValidId()John Layt2013-12-061-0/+31
* | 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
* | 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
* | 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