summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
...
* | QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-0/+8
* | QDateTime - Change debug output to ISO FormatJohn Layt2013-09-061-1/+3
* | add QProcess::InputChannelModeOswald Buddenhagen2013-09-052-7/+19
* | add QProcess::Forwarded{Output,Error}ChannelOswald Buddenhagen2013-09-052-9/+43
* | fix warnings - qprocess needs a qcoreapp instanceOswald Buddenhagen2013-09-051-1/+4
* | 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
* | Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-1/+21
* | Fix remaining use of QTEST_NOOP_MAINAndrew Knight2013-09-021-5/+0
* | add QProcess::nullDevice()Oswald Buddenhagen2013-08-301-0/+25
* | QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-281-1/+2
* | Add unit test to ensure %3A in a path isn't decoded to ':'Thiago Macieira2013-08-231-0/+5
* | 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
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-145-13/+35
|\|
| * Fix crash in QProcess::waitForStarted() on Unix.Christian Strømme2013-08-131-0/+7
| * 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
| * Fix tst_QFile::caseSensitivity on OS XTor Arne Vestbø2013-08-051-1/+4
* | Add a Qt-API style QStandardPaths::setTestModeEnabledThiago Macieira2013-08-091-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
* | QUrl: add matches(url, options) method.David Faure2013-07-261-0/+58
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-0/+20
|\|
| * Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-201-0/+20
* | 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
* | QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-131-0/+11
* | Merge branch 'stable' into devSergio Ahumada2013-07-114-16/+21
|\|
| * bail out early in QWinOverlappedIoNotifier::waitForNotifiedJoerg Bornemann2013-07-051-1/+0
| * 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
* | 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/release' into stableFrederik Gladhorn2013-06-202-5/+22
|\