summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-2/+30
|\
| * Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-0/+3
| * Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-2/+27
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+7
|\|
| * winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-211-1/+7
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-0/+25
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+25
| |\|
| | * Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-0/+25
* | | Updated license headersJani Heikkinen2016-01-213-52/+37
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-11/+43
|\|
| * QUrl: revert path-normalization in setPath().David Faure2015-12-221-11/+43
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-221-2/+4
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-10/+10
|/
* tst_QUrl: Add extra testcasesThiago Macieira2015-03-141-1/+10
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* QUrl effective TLDs: update tablePeter Hartmann2015-02-131-0/+3
* Update copyright headersJani Heikkinen2015-02-113-37/+29
* Add Windows-specific notation for WebDAV to QUrl.Friedemann Kleint2014-11-171-0/+9
* Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-0/+17
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+5
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-0/+7
|\
| * tst_qurl: add tests for mailto parsing and toString. No bug.David Faure2014-07-221-0/+7
* | Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-061-0/+48
|/
* 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