summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-8/+8
* Use toDisplayString when debugging urls (no passwords in logs)David Faure2012-02-121-1/+1
* Add QUrl::toDisplayString(), which is toString() without password.David Faure2012-02-111-6/+21
* Various documentation fixes ported from 4.8Teemu Katajisto2012-02-091-0/+1
* Fix parsingMode not used anymore, detected by compiler warningDavid Faure2012-02-011-2/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-281-26/+39
* QUrl: use partially-decoded data in toString and QUrl(QString)David Faure2012-01-281-9/+34
* QUrl: Implement a number of ## Qt5 TODOs (merging overloads)David Faure2012-01-261-69/+17
* Make QUrl always lowercase the scheme().David Faure2012-01-241-3/+4
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix most warnings about assignments of QAtomicInt.Friedemann Kleint2011-10-311-14/+7
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Doc: Moved general notes about character conversion.David Boddie2011-09-261-10/+13