summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-152/+0
* Revert "make QChar::Unicode_Unassigned a constantly big value"Olivier Goffart2011-07-151-1/+2
* make QChar::Unicode_Unassigned a constantly big valueRitt Konstantin2011-07-131-2/+1
* remove QT3_SUPPORT in corelib/ioLars Knoll2011-06-291-32/+0
* Fix invalid read in QUrl::removeAllEncodedQueryItemsOlivier Goffart2011-06-281-0/+1
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-251-18/+18
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
| * Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-1/+1
* | Add QUrl::topLevelDomain() and move TLD table from QtNetwork to QtCoreRobert Hogan2011-05-241-1/+18
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+6544