summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl
Commit message (Expand)AuthorAgeFilesLines
* Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-10/+42
* tst_qurl: add test for matches() with empty vs null caseDavid Faure2013-11-051-0/+8
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-213-0/+76
* QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-0/+8
* 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
* QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-4/+4
* 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
* QUrl: add matches(url, options) method.David Faure2013-07-261-0/+58
* 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
* QUrl: Uppercase the version number in IPvFutureThiago Macieira2013-07-201-1/+1
* 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-111-1/+4
|\
| * 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
|/
* tst_QUrl: check that prohibited characters in hostnames are not validThiago Macieira2013-06-081-0/+15
* QUrl: update top level domains that may contain non-ASCII charactersPeter Hartmann2013-03-021-1/+20
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-38/+46
|\
| * tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-38/+38
| * Forward-port tests on invalid port numbers from Qt 4Thiago Macieira2013-01-281-0/+8
* | QUrl effective TLDs: update table and split into chunks of 64KPeter Hartmann2013-02-091-0/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-222-2/+2
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* | QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-141-0/+21
|/
* QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-0/+4
* Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-211-0/+78
* QUrl auto tests: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-201-0/+24
* QUrl auto tests: ensure toEncoded() and toString() match wrt. empty authPeter Hartmann2012-12-201-0/+6
* Change ftp.qt.nokia.com -> ftp.qt-project.orgSergio Ahumada2012-12-181-22/+22
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-11/+16
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-8/+12
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-3/+0
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-4/+43
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-021-14/+32
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-48/+48
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-262-1/+92
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-0/+13
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* 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