summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl/tst_qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * tst_qurl: use temp dir and create our own files for testingDavid Faure2017-02-231-15/+32
| * tst_qurl: replace all QDir::currentPath() calls with local variableDavid Faure2017-02-231-18/+19
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-101-1/+4
|\|
| * tst_qurl: add test for fromUserInput(3 args) using "." as working dirDavid Faure2017-02-021-1/+4
* | Remove references to QUrlOperator (Qt3) classGatis Paeglis2017-02-041-17/+0
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-0/+50
|\
| * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+50
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-7/+9
|\|
| * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-7/+9
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-67/+95
|\|
| * QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-67/+95
* | 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-211-18/+13
|/ /
* | 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/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
* QUrl effective TLDs: update tablePeter Hartmann2015-02-131-0/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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-241-19/+11
* 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-211-0/+11
* 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