summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QPointF::division autotestGiuseppe D'Angelo2013-08-191-2/+2
* 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
* Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-0/+48
* Expect tst_QEasingCurve::setCustomType() failing on 32 bit Ubuntu 11.10Simo Fält2013-07-202-0/+4
* Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-201-0/+20
* Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-0/+28
* bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-051-1/+0
* QtCore: fix the number precision in QJsonDocument.toJson() againLiang Qi2013-07-041-0/+62
* Use case insensitive matching for hashes QFileSystemWatcher/Win.Friedemann Kleint2013-07-041-5/+16
* remove wait calls in tst_QProcess::simpleStartJoerg Bornemann2013-07-021-9/+1
* QUrl test: ensure that hostnames with bad non-IDN domains are caught tooThiago Macieira2013-07-021-1/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-202-5/+22
|\
| * fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-141-1/+17
| * Let QTemporaryDir::stressTest() run in temporary directory.Friedemann Kleint2013-06-121-4/+5
* | Ensure we don't repeat QTBUG-30931 in Qt5Konstantin Ritt2013-06-181-0/+14
* | Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+42
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-101-67/+0
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-101-67/+0
| |\|
| | * QEventLoop: Remove the test that checked throwing from an event handlerThiago Macieira2013-06-081-67/+0
* | | BlackBerry: fix tst_QLocale::emptyCtor()Rafael Roquetto2013-06-102-0/+70
|/ /
* | tst_QUrl: check that prohibited characters in hostnames are not validThiago Macieira2013-06-081-0/+15
* | tst_qmessageauthenticationcode: Fix warning about character conversion.Friedemann Kleint2013-06-081-1/+1
* | tst_qjson: Fix MSVC C4293 warning about shift operation.Friedemann Kleint2013-06-081-24/+24
* | QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-081-0/+5
* | QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-081-27/+21
* | Unix: fix tst_QFile when run as rootRafael Roquetto2013-06-071-0/+7
|/
* Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-0/+45
* Fix regression when pasting into QTextEdit from Firefox.Mitch Curtis2013-05-231-0/+11
* QThreadPool: Fix regression from Qt 4 in dealing with priority startsThiago Macieira2013-05-201-0/+53
* QtCore: fix the number precision in QJsonDocument.toJson()Liang Qi2013-05-201-12/+65
* Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-0/+116
* Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-0/+25
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-082-4/+19
* QLocale: add autotest for French_Morocco localeEl Mehdi Fekari2013-05-081-0/+1
* Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-071-0/+22
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-0/+34
* Add some extra tests for QString::argThiago Macieira2013-04-291-0/+22
* Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-0/+4