summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringconverter.h
Commit message (Expand)AuthorAgeFilesLines
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-44/+26
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-261-4/+22
* Fix QString{Encoder|Decoder} documentationKarsten Heimrich2020-06-181-4/+4
* Don't change the implementation of a method depending on QT_USE_QSTRINGUILDERLars Knoll2020-05-261-23/+13
* Document the string converter classesLars Knoll2020-05-141-12/+26
* Optimize appending to an existing stringLars Knoll2020-05-141-0/+22
* Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-141-0/+1
* Add QStringConverter::encodingForData()Lars Knoll2020-05-141-0/+1
* Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-141-1/+7
* Construct a string converter by nameLars Knoll2020-05-141-0/+20
* Ensure the conversion methods in qstringconverter always get a valid stateLars Knoll2020-05-141-5/+4
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-14/+14
* Enable using QStringConverter together with QStringBuilderLars Knoll2020-05-141-6/+99
* Allow moving of string converter objectsLars Knoll2020-05-141-0/+19
* Add Latin1 to the set of supported encodings in QStringConverterLars Knoll2020-05-141-0/+1
* Move local8bit conversion over to qutfsupportLars Knoll2020-05-141-1/+2
* Start work on a new API to replace QTextCodecLars Knoll2020-05-141-0/+195