summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move QUrlPrivate to qurl.cpp and mark all methods as inlineThiago Macieira2012-10-021-9/+125
* Change QUrlPrivate::setAuthority to return voidThiago Macieira2012-10-021-3/+3
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-1/+0
* Update QUrlPrivate::setScheme: EmptySchemeError never happensThiago Macieira2012-10-021-7/+5
* Make QUrl::errorString() usable for QtTest output in invalid URLsThiago Macieira2012-10-021-21/+54
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-5/+4
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-021-12/+53
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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