summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devSergio Ahumada2013-09-211-0/+81
|\
| * Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-191-0/+81
* | Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-213-0/+76
* | Use the correct identifier for the OS X operating system.Jake Petroules2013-09-212-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-212-4/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-162-4/+5
| |\|
| | * tst_qurlinternal: fix a use of memcpy on overlapping memoryMarc Mutz2013-09-141-3/+4
| | * tst_QSettings: add missing () around a macro argument useMarc Mutz2013-09-141-1/+1
* | | Import qlogger frameworkKai Koehne2013-09-204-0/+831
* | | Disable tst_QFileSystemWatcherGunnar Sletta2013-09-201-0/+2
* | | Add QFileSelector APIAlan Alpert2013-09-1623-0/+229
|/ /
* | QStandardPaths: add a test that just dumps the valuesThiago Macieira2013-09-141-0/+36
* | Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+1
* | 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