summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| |\ \