summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-261-0/+2
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-0/+11
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-201-1/+1
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-5/+4
* Modernise, update and fix errors in the QUrl documentationThiago Macieira2012-08-181-44/+65
* Bring back the documentation on QUrl deprecated methodsThiago Macieira2012-08-181-0/+433
* Fix a couple of qdoc errorsLars Knoll2012-08-181-1/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-1/+2
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-011-9/+9
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-011-15/+2
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-011-1/+1
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-011-1/+2
* Fix several QUrl qdoc errorsJeremy Katz2012-07-261-6/+11
* Doc: Fix QUrl::isLocalFile documentationSergio Ahumada2012-07-201-1/+1
* 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