summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qurlrecode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-201-0/+50
* Add the QUrl::FullyDecoded flag to the component formattingThiago Macieira2012-05-221-0/+47
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-14/+1
* Fix compiler warningOlivier Goffart2012-05-041-3/+2
* Change the component formatting enum values so the default is zeroThiago Macieira2012-04-111-6/+33
* Introduce QUrl::DecodeReserved and reorder the enumsThiago Macieira2012-04-111-1/+122
* Merge QUrl::DecodeAllDelimiters and QUrl::DecodeUnambiguousDelimitersThiago Macieira2012-04-111-1/+1
* Refactor the URL recoder a littleThiago Macieira2012-03-301-77/+80
* Remove the tolerant parsing function and make the recoder tolerantThiago Macieira2012-03-301-106/+95
* Add the code that recodes URLs.Thiago Macieira2012-03-301-0/+504