summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+35
|\
| * QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-0/+35
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-3/+14
|\|
| * QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-3/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-5/+1
|\|
| * winrt: Fix tst_qurlOliver Wolff2017-06-191-5/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-1/+5
|\|
| * tst_qurl: skip test with ':' in filename, on WindowsDavid Faure2017-03-211-1/+5
| * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-28/+46
|\|
| * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-231-1/+1
| * 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-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