summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-093-15/+15
* Add first/last accessors to QMapMathias Hasselmann2013-09-081-0/+29
* QDateTime - Change debug output to ISO FormatJohn Layt2013-09-061-1/+3
* Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-0/+25
* Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-0/+26
* QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-062-6/+70
* QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-57/+7
* QLocale - Improve date formatterJohn Layt2013-09-051-0/+100
* add QProcess::InputChannelModeOswald Buddenhagen2013-09-052-7/+19
* add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-052-9/+43
* QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-051-0/+1
* QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-051-0/+36
* fix warnings - qprocess needs a qcoreapp instanceOswald Buddenhagen2013-09-051-1/+4
* remove redundant forwardedChannels() testOswald Buddenhagen2013-09-051-21/+0
* make error reporting in forwardedChannelsOutput test more usefulOswald Buddenhagen2013-09-052-6/+16
* micro-optimization/-clarificationOswald Buddenhagen2013-09-051-4/+4
* Make tst_qalgorithms compliant with the StandardGiuseppe D'Angelo2013-09-051-0/+7
* Revert "Implement move-ctor and move-assignment-op for QScopedPointer"Stephen Kelly2013-09-052-156/+0
* Add an advisory interruption mechanism to QThread.Corentin Jabot2013-09-051-0/+40
* Don't assume processEvents(WaitForMoreEvents) will process timersTor Arne Vestbø2013-09-051-4/+2
* QDateTime - Add api for Time Zone AbbreviationJohn Layt2013-09-031-1/+32
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-035-1/+59
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-022-2/+2
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-272-2/+2
| |\
| | * tests: Make the QT assignments more explicitSergio Ahumada2013-08-212-2/+2
* | | Fix remaining use of QTEST_NOOP_MAINAndrew Knight2013-09-021-5/+0
* | | add QProcess::nullDevice()Oswald Buddenhagen2013-08-301-0/+25
* | | tst_qthreadpool: fix flaky test I introduced in last commitDavid Faure2013-08-291-0/+4
* | | QLinkedList - extend the auto test.Thorbjørn Martsum2013-08-291-1/+1005
* | | QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-291-7/+29
* | | QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-282-64/+288
|/ /
* | Add QJsonValue::toInt().Mitch Curtis2013-08-271-4/+18
* | Long live QCommandLineParser!David Faure2013-08-246-0/+638
* | QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+19
* | QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-0/+16
* | QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-243-0/+83
* | QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+33
* | QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+57
* | QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+30
* | QThreadPool: fix counting of waiting threadsDavid Faure2013-08-241-0/+56
* | Add unit test to ensure %3A in a path isn't decoded to ':'Thiago Macieira2013-08-231-0/+5
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-221-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-2/+2
| |\|
| | * Fix QPointF::division autotestGiuseppe D'Angelo2013-08-191-2/+2
* | | QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-211-13/+18
* | | QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-0/+25
|/ /
* | QDateTime - Fix tests to correctly restore time zoneJohn Layt2013-08-211-3/+7
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-1613-84/+182
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-1413-84/+182
| |\|
| | * Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-0/+7