summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Comment out an unused global variable.Thiago Macieira2013-02-021-1/+1
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\| |
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
| |/
* / QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-141-0/+31
|/
* QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-2/+1
* Use the new QUrlPrivate::validateComponent validator in the main parserThiago Macieira2012-12-211-54/+11
* Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-211-43/+136
* Fix some typosSergio Ahumada2012-12-211-1/+1
* Change ftp.qt.nokia.com -> ftp.qt-project.orgSergio Ahumada2012-12-181-1/+1
* Doc: refer to QUrlQuery in QUrl's main doc bodyThiago Macieira2012-10-191-3/+4
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-95/+173
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-2/+3
* Add Q_UNREACHABLE / Q_ASSERT to two conditions that can't happenThiago Macieira2012-10-021-1/+7