summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| | * Make the QItemSelectionModel test widgets-independent.Stephen Kelly2013-08-133-54/+51
| | * Add auto-test for running the QEventLoop test with the GUI dispatcherTor Arne Vestbø2013-08-122-1/+5
| | * Don't assume Q_OS_UNIX means we support QEventLoop::X11ExcludeTimersTor Arne Vestbø2013-08-122-3/+19
| | * test: Mark tst_QFileSystemWatcher::watchFileAndItsDirectory() as XFAILSergio Ahumada2013-08-111-1/+6
| | * test: Mark tst_QSettings::ctor() and tst_QSettings::rainersSyncBugOnMac(nativ...Sergio Ahumada2013-08-081-0/+12
| | * Improve tst_QFileInfo::compare() test, but mark as QEXPECT_FAIL on MacTor Arne Vestbø2013-08-071-11/+6
| | * qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-7/+51
| | * Remove unused member in QEventLoop auto-testTor Arne Vestbø2013-08-061-2/+1
| | * Fix tst_QFile::caseSensitivity on OS XTor Arne Vestbø2013-08-051-1/+4
| | * tests: Enable some itemmodels tests that don't depend on Qt WidgetsSergio Ahumada2013-08-051-3/+3
| | * QMimeDatabase: Fix handling of duplicate mimetype definitions (2/2).David Faure2013-08-031-1/+13
| | * Fix crashes when invoking toVariant() on empty QJsonValue objects.Friedemann Kleint2013-07-241-0/+4
* | | QThreadPool - Add method clear() to remove queued QRunnable.Corentin Jabot2013-08-161-0/+29
|/ /