summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-0/+34
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-221-0/+20
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-221-0/+198
* Port away from QUrl::MostDecodedThiago Macieira2012-05-221-7/+9
* 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 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
* Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-1/+14
* Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-1/+1
* Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-0/+1
* Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+4
* 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