summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ICU instead of iconv/windows codecs for the localeLars Knoll2012-07-311-13/+12
* Make codecForLocale atomicLars Knoll2012-07-311-36/+35
* ICU code page conversion supportLars Knoll2012-07-311-7/+46
* Disable iconv on utf-8 based platformsLars Knoll2012-07-311-1/+1
* Use utf-8 as the locale codec where it makes senseLars Knoll2012-07-311-6/+8
* Remove encoding detection according to LANGLars Knoll2012-07-311-142/+0
* Move the text codec list to qcoreglobaldata.Lars Knoll2012-07-311-193/+89
* Move the windows locale codec into it's own fileLars Knoll2012-07-231-217/+8
* Remove the font codecsLars Knoll2012-06-251-15/+0
* disable codecs for asian language when QT_NO_BIG_CODECS definedTasuku Suzuki2012-06-141-20/+15
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-161-34/+27
* Add Android to conditionals around langinfo.h usage.Robin Burchell2012-05-041-3/+5
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-3/+3
* Fixes mismatching delete operatorRafael Roquetto2012-03-091-1/+1
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-081-17/+9
* Remove codecForTr().Robin Burchell2012-03-061-37/+0