summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Add a Qt-API style QStandardPaths::setTestModeEnabledThiago Macieira2013-08-091-2/+2
* | OSX: Make machtest compile on 10.9Liang Qi2013-08-051-2/+2
* | QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-4/+4
* | Make sure that QUrl::FullyDecoded mode uses U+FFFD for bad UTF-8Thiago Macieira2013-08-041-0/+9
* | Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-11/+1
* | QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-041-103/+63
* | Fixed QTextStream "stdin" auto testsBernd Weimer2013-07-303-13/+9
* | Avoided zero devision in cube root approximationBernd Weimer2013-07-291-5/+9
* | Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+156
* | QUrl: add matches(url, options) method.David Faure2013-07-261-0/+58
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-244-0/+72
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-234-0/+72
| |\|
| | * 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
* | | Add the RFC2822Date formatKevin Ottens2013-07-243-0/+223
|/ /
* | QUrl: let StripTrailingSlash remove multiple trailing slashesDavid Faure2013-07-201-0/+2
* | QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-201-0/+39
* | Make QUrl store the first bad IPv6 character in the error stringThiago Macieira2013-07-201-0/+2
* | Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-201-2/+2
* | QUrl: Uppercase the version number in IPvFutureThiago Macieira2013-07-201-1/+1
* | Make the URL Recode function to fix bad input in FullyDecoded mode tooThiago Macieira2013-07-201-3/+11