summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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