summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure that no extra bits can leak into QUrl::toEncoded.Thiago Macieira2012-06-241-1/+1
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-141-2/+0
* Fix QUrl documentation: FullyDecoded and DecodedMode are a pairThiago Macieira2012-06-141-4/+4
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* Fix handling of invalid urls in QDataStream << QUrlDavid Faure2012-05-231-1/+3
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-221-42/+144
* Add QUrl::ParsingMode to the component setters in QUrlThiago Macieira2012-05-221-27/+178
* Add the QUrl::DecodedMode parsing modeThiago Macieira2012-05-221-5/+18
* Port away from QUrl::MostDecodedThiago Macieira2012-05-221-2/+2
* Elaborate QUrl::toString() documentation.Leonard Lee2012-05-211-0/+2
* QUrl: using sectionIsPresent in operator== broke for local files.David Faure2012-05-141-1/+5
* QUrl: a url with a fragment or query, and one without, are different.David Faure2012-05-141-1/+8
* Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-1/+1
* Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-1/+1
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-1/+1
* Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-0/+23
* Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-4/+6
* Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-2/+2
* Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+2
* Update the QUrl documentation concerning the encodingThiago Macieira2012-04-241-21/+103
* Removed unused QUrlPrivate::clear()Simon Hausmann2012-04-231-18/+0
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-14/+14
* Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-1/+3
* Fix warning introduced in "Adjust a double leading slash..."Thiago Macieira2012-04-121-1/+1
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-25/+33
* Allow {} to remain decoded in URLs in the path and queryThiago Macieira2012-04-111-7/+10
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-7/+7
* Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-111-24/+48
* Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-111-80/+125
* Adjust a double leading slash in the path for FTP to /%2FThiago Macieira2012-04-101-2/+12
* QUrl: added two-arguments qHash supportGiuseppe D'Angelo2012-04-081-11/+6
* Merge one static function into anotherThiago Macieira2012-04-041-13/+5
* Remove old comment restored by mistakeThiago Macieira2012-04-031-3/+0
* Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-301-13/+3
* Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-1/+1
* De-inline qHash(const QUrl&) and improveThiago Macieira2012-03-301-0/+21
* Fix QUrl operator== and operator<Thiago Macieira2012-03-301-20/+44
* Disallow spaces in URLs when parsing in StrictMode.Thiago Macieira2012-03-301-1/+1
* Reimplement the StrictMode URL parsingThiago Macieira2012-03-301-16/+105
* Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-301-70/+98
* Add QUrl::setQuery overload with QUrlQueryThiago Macieira2012-03-301-0/+13
* QUrl: optimise setHost for the common caseThiago Macieira2012-03-301-5/+6
* QUrl: Always lowercase the schemeThiago Macieira2012-03-301-2/+16
* Long live the new QUrl implementation.Thiago Macieira2012-03-301-1127/+977
* Move some of qurl.cpp into other files for ease of maintenanceThiago Macieira2012-03-301-3241/+9
* Forward the methods dealing with the break down of query to QUrlQueryThiago Macieira2012-03-301-507/+0
* Mark QUrl::{to,from}Punycode as deprecated since 5.0Thiago Macieira2012-03-301-85/+79
* Move the QByteArray-based percent-encoding activities to QByteArrayThiago Macieira2012-03-301-9/+8
* Disable QUrl support in QVariant in bootstrapped modeThiago Macieira2012-03-241-4/+0
* Add QUrl formatting option "PreferLocalFile".David Faure2012-03-071-7/+24