summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl
Commit message (Expand)AuthorAgeFilesLines
* Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-7/+27
* Readd a bunch of tests that had got removed in the QUrl portingThiago Macieira2012-04-111-6/+40
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-8/+10
* Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-0/+10
* Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-4/+4
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-3/+3
* Add a big test for QUrl encoding principlesThiago Macieira2012-04-111-0/+233
* Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-111-2/+2
* Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-111-5/+4
* Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-0/+4
* Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-3/+3
* Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-0/+1
* Fix QUrl operator== and operator<Thiago Macieira2012-03-301-0/+51
* Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-301-3/+1
* Reimplement the StrictMode URL parsingThiago Macieira2012-03-301-20/+55
* Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-301-5/+4
* QUrl: Always lowercase the schemeThiago Macieira2012-03-301-6/+14
* Long live the new QUrl implementation.Thiago Macieira2012-03-301-164/+155
* Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-301-101/+0
* Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-302-710/+1
* Add the Q_CORE_EXPORT macros to unit-test-exported codeThiago Macieira2012-03-231-2/+2
* Add QUrl formatting option "PreferLocalFile".David Faure2012-03-071-9/+10
* Add test for QUrl::isLocalFile (there weren't any).David Faure2012-03-061-0/+1
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-2/+2
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-111-0/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-281-8/+4
* QUrl: use partially-decoded data in toString and QUrl(QString)David Faure2012-01-281-44/+65
* Convert tst_qurl.cpp to UTF-8 (to make it editable in QtCreator)David Faure2012-01-261-18/+18
* Make QUrl always lowercase the scheme().David Faure2012-01-241-2/+2
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-301-9/+7
* Cleanup corelib autotestsJason McDonald2011-11-251-11/+15
* Removed commented test data from QUrl test.Jason McDonald2011-11-211-7/+5
* Fix typo in QUrl autotest.Jason McDonald2011-11-181-3/+3
* Cleanup corelib autotestsJason McDonald2011-11-111-4/+3
* Cleanup corelib autotestsJason McDonald2011-11-101-119/+116
* Cleanup corelib autotestsJason McDonald2011-11-071-26/+0
* Remove disabled test data from QUrl autotestJason McDonald2011-11-021-6/+0
* Remove disabled tests from QUrl test.Jason McDonald2011-10-311-733/+1
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-1/+0
* Moving relevant tests to corelib/ioHolger Ihrig2011-08-314-0/+4254