summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurl_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-0/+1
* tst_qurlinternal: use qurl_p.h instead of declaring the functionsThiago Macieira2012-08-201-1/+1
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-011-2/+2
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-011-1/+1
* Removed unused QUrlPrivate::clear()Simon Hausmann2012-04-231-1/+0
* Fix the handling of ambiguous delimiters in the query part of a URLThiago Macieira2012-04-111-1/+1
* Make QUrl handle ambiguous delimiters correctlyThiago Macieira2012-04-111-4/+5
* Fix the license headers for the files in the new-qurl branchThiago Macieira2012-03-301-3/+4
* Fix QUrl operator== and operator<Thiago Macieira2012-03-301-0/+2
* Reimplement the StrictMode URL parsingThiago Macieira2012-03-301-6/+16
* Re-introduce support for QUrl::errorString()Thiago Macieira2012-03-301-21/+21
* Long live the new QUrl implementation.Thiago Macieira2012-03-301-22/+78
* Move some of qurl.cpp into other files for ease of maintenanceThiago Macieira2012-03-301-0/+119