summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix IPvFuture use in QUrlThiago Macieira2013-07-201-0/+64
* | Fix QUrl parsing of IPv6 hosts with encoded colonsThiago Macieira2013-07-201-0/+4
* | Make the Mach-O size checking a little more robustThiago Macieira2013-07-203-3/+222
* | Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-206-2/+289
* | QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-131-0/+11
* | Merge branch 'stable' into devSergio Ahumada2013-07-116-16/+111
|\|
| * 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
* | Rename a few QSignalSpy variables to match what they are spyingTor Arne Vestbø2013-07-081-15/+15
* | QUrl: add RemoveFilename to UrlFormattingOptions.David Faure2013-07-081-11/+19
* | QUrl: add "QUrl adjusted(options)" convenience method.David Faure2013-07-081-1/+9
* | Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-061-1/+2
* | Revert "Fix QUrl::topLevelDomain(QUrl::FullyDecoded)"Thiago Macieira2013-07-021-2/+1
* | Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-011-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-272-5/+22
|\|
| * 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
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-202-0/+56
|\| |
| * | 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
* | | Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-0/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-128-119/+143
|\| |
| * | 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
| |/
* | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-071-0/+51
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-041-0/+45
|\|
| * Fix parsing of long latin strings in the json parserLars Knoll2013-05-231-0/+45
* | Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-033-21/+26
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-272-1/+87
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-2310-16/+346
|\|
| * 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