summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0153-0/+53
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-011-1/+26
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-011-3/+11
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-011-3/+9
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-011-1/+3
* QDebug: Add getter/setter for auto-insert-spaces.David Faure2012-07-271-0/+21
* Base 'FileSystem' test helper class on QTemporaryDir.Friedemann Kleint2012-07-262-19/+21
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-0/+2
* fix object file name clashOswald Buddenhagen2012-07-163-0/+3
* Fix small problems with tst_QProcessThiago Macieira2012-07-121-3/+4
* test: subtract qurlinternal.pro when private_tests are not enabledSergio Ahumada2012-07-101-1/+2
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-6/+6
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-292-0/+2
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-0/+44
* Add missing subdirs (the new QUrl unit tests were not compiled and run)David Faure2012-06-262-0/+3
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-232-3/+8
* Fix qdiriterator autotest build for WEC7.Janne Anttila2012-06-211-1/+1
* Fix qfile autotest build for WEC7Janne Anttila2012-06-212-3/+5
* Fix tst_qfile opening of stdin/out/err: don't assumeThiago Macieira2012-06-181-29/+38
* Remove widgets dependency from qdatastream autotestKent Hansen2012-06-072-1/+2
* Make qprocess autotest build without widgetsKent Hansen2012-06-072-0/+5
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-0/+20
* Make tst_qtextstream parallel-safe.Rohan McGovern2012-05-312-8/+21
* Marked tst_qtemporaryfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Marked tst_qfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Marked tst_qprocess as parallel-safeRohan McGovern2012-05-301-0/+1
* Marked tst_qprocess insignificant on macRohan McGovern2012-05-281-0/+1
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-0/+34
* Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]Rohan McGovern2012-05-231-1/+1
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-222-0/+28
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-221-0/+198
* Port away from QUrl::MostDecodedThiago Macieira2012-05-223-22/+26
* Fix the idempotent recoding tests in tst_QUrlInternalThiago Macieira2012-05-221-3/+28
* Removed CONFIG+=parallel_test from suspected parallel-unsafe testsRohan McGovern2012-05-228-9/+7
* Fix QFile::permissions for long filenamesShane Kearns2012-05-161-7/+59
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-1/+25
* Remove capitalization when specifying include-libraries.kb2012-05-142-2/+2
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-141-0/+4
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-141-0/+2
* Restore QUrl::setEncodedQuery(QByteArray()) to the Qt4 behavior.David Faure2012-05-131-2/+9
* Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-0/+10
* Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-093-0/+98
* Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-0/+1
* Slightly improve the query encode/decode test in QUrlThiago Macieira2012-05-041-6/+7
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-10/+18
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-042-3/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-031-14/+14
|\
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-14/+14
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-022-10/+10
* | Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-23/+23