summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated BSD licensed file headersJani Heikkinen2015-02-151-2/+2
* Update copyright headersJani Heikkinen2015-02-111-8/+8
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-2/+3
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-6/+7
|\
| * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-261-6/+7
* | Fix buildThiago Macieira2014-11-181-0/+1
* | Add Windows-specific notation for WebDAV to QUrl.Friedemann Kleint2014-11-171-6/+35
|/
* Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-1/+25
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-231-15/+14
|\
| * Doc: corrected autolink errors corelib ioNico Vertriest2014-08-271-15/+14
* | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+4
* | Add QUrl::fromUserInput overload with a cwd argument.David Faure2014-05-061-0/+60
|/
* Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-6/+14
* Make QUrl::isLocalFile fast by storing a flagThiago Macieira2014-02-101-9/+33
* Fix typos in QUrl::toAce() documentation.Mitch Curtis2014-01-181-1/+1
* Silence compiler warningMarcel Krems2013-11-041-1/+1
* Clarify that the URL scheme does not include the ':'Kurt Pattyn2013-10-171-4/+13
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-18/+18
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-211-0/+27
* QUrl: ensure that setPath("//path") doesn't lead to scheme://pathDavid Faure2013-09-111-1/+3
* QUrl: Use decoded mode by default for individual getters/setters.David Faure2013-08-211-4/+4
* QUrl: fix host(FullyDecoded), it shouldn't trigger EncodeUnicode.David Faure2013-08-211-2/+5
* QUrl: do not decode "#" in fragmentsThiago Macieira2013-08-041-3/+3
* Remove fully-decoded QUrl user info and authority sectionsThiago Macieira2013-08-041-28/+39
* QUrl: remove temporary codeThiago Macieira2013-08-041-3/+0
* Doc: update the QUrl and QUrlQuery documentationThiago Macieira2013-08-041-27/+87
* QUrl: update our understanding of the encoding of delimitersThiago Macieira2013-08-041-192/+160
* QUrl: add matches(url, options) method.David Faure2013-07-261-0/+69
* QUrl: let StripTrailingSlash remove multiple trailing slashesDavid Faure2013-07-201-2/+4
* QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-201-0/+30
* Make QUrl store the first bad IPv6 character in the error stringThiago Macieira2013-07-201-11/+22
* Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-201-1/+2
* QUrl: Make sure we don't return a dangling pointer from parseIpFutureThiago Macieira2013-07-201-2/+3
* QUrl: Uppercase the version number in IPvFutureThiago Macieira2013-07-201-0/+4
* Fix IPvFuture use in QUrlThiago Macieira2013-07-201-5/+6
* Fix QUrl parsing of IPv6 hosts with encoded colonsThiago Macieira2013-07-201-5/+8
* QUrl: Add an "appendingTo" parameter to QUrl::appendFragmentThiago Macieira2013-07-201-4/+4
* QUrl: remove old commented out code for normalized().David Faure2013-07-131-81/+0
* QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-131-1/+7
* QUrl: add RemoveFilename to UrlFormattingOptions.David Faure2013-07-081-1/+10
* QUrl: add "QUrl adjusted(options)" convenience method.David Faure2013-07-081-8/+55
* Fix QUrl::topLevelDomain(QUrl::FullyDecoded)David Faure2013-07-061-5/+5
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-4/+4
* QUrl: Fix compiler warning about uninitialized varKai Koehne2013-05-081-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
| |\
| | * Fix some more old references and links to NokiaSergio Ahumada2013-01-281-1/+1
* | | Remove unused variables and functions from the source codeThiago Macieira2013-02-021-5/+0