summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-2/+2
* QTextCodec::codecForLocale(): clarify and update documentationEdward Welbourne2018-12-061-5/+3
* Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-4/+1
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-4/+1
* | Optimize QTextCodec::codecForUtfText a littleThiago Macieira2018-11-081-14/+14
* | QTextCodec: update the docs for codecForUtfTextThiago Macieira2018-11-081-5/+26
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-6/+8
|\|
| * Modernize the "codecs" featureLiang Qi2018-10-121-2/+4
| * Modernize the "big_codecs" featureLiang Qi2018-10-121-4/+4
* | Add tests for decoding too-short UTF-8 sequencesThiago Macieira2018-09-251-1/+15
* | Deregister QTextCodec on destructionIgor Mironchik2018-05-261-0/+18
|/
* Remove references to obsolete platformsJake Petroules2017-11-051-2/+2
* QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-241-2/+5
* QTextCodec: add QStringView overloadsMarc Mutz2017-04-061-0/+42
* Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-291-9/+9
* Clean up iconv configurationLars Knoll2016-11-231-3/+3
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-3/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Mark qt_from_latin1() as nothrowMarc Mutz2015-11-051-1/+1
* Remove documentation of QTextCodec::setCodecForTr().Friedemann Kleint2015-07-101-10/+0
* Doc: added doc to undocumented functionsNico Vertriest2015-05-181-3/+20
* QTextCodec: micro-optimize loops.Friedemann Kleint2015-02-121-12/+15
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-261-2/+2
* Load default codecs even if custom QTextCodec has been registeredKai Koehne2014-10-301-3/+8
* QTextCodec: Fix source code indentationKai Koehne2014-10-291-1/+1
* Hardcode UTF-8 for "unicode" in QTextCodec::codecForHtml().Friedemann Kleint2014-10-281-1/+4
* Doc: link to MIBenumNico Vertriest2014-10-271-4/+4
* Fix doc about the list of supported codecsAlexander Volkov2014-10-241-4/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QTextCodec::codecForHtml looks at the first 1024 bytesShawn Rutledge2014-08-211-1/+1
* Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-221-5/+5
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-4/+4
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-2/+2
* Fix regression when pasting into QTextEdit from Firefox.Mitch Curtis2013-05-231-1/+3
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1
* Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-121-15/+17
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* checkForCodecs is not used when QT_LOCALE_IS_UTF8 is definedJiang Jiang2012-09-021-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+3
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-2/+4
* Make sure codecForLocale returns a valid codec in bootstrap modeJan-Arve Saether2012-08-061-1/+1
* ICU: lock the mutex before calling an Unlocked functionThiago Macieira2012-08-041-0/+2
* ICU: Mark which functions are threadsafe and which ones aren'tThiago Macieira2012-08-041-3/+10
* Small doc fixes about the list of supported codecs.Lars Knoll2012-07-311-3/+3
* Do not preload any codecs anymore when using ICULars Knoll2012-07-311-23/+26