summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-11/+2
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Remove qBinaryFind usages from QtCoreGiuseppe D'Angelo2013-09-231-2/+4
* WinRT: Basic global supportAndrew Knight2013-09-201-1/+1
* Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-4/+4
* Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-1/+1
* 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
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-163-6/+6
* Introducing the Qt Android portPaul Olav Tvete2013-03-052-2/+2
* Add ISO 8859-11 as an alias for TIS-620David Faure2013-02-271-1/+2
* Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml()Mitch Curtis2013-02-121-15/+17
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Fix QTextCodec race.David Faure2013-01-221-2/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1835-35/+35
* Delete codecs pageLars Knoll2012-11-261-11/+0
* fix wrong comment about #ifdef's endPeter Kümmel2012-11-261-1/+1
* Enable module build with QT_NO_CODECSTasuku Suzuki2012-11-261-0/+2
* Doc: Removed annotated list in Qt Core's group pages.Jerome Pasion2012-11-251-1/+0
* QTscii and QIscii are not big codecsPeter Kümmel2012-11-034-7/+7
* Qt Core: Adding a landing page and sorted the documentation.Jerome Pasion2012-10-261-3/+3
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-101-2/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2235-830/+830
* Exclude QIcuCodec when QT_NO_TEXTCODEC is definedJ-P Nurmi2012-09-162-0/+8
* checkForCodecs is not used when QT_LOCALE_IS_UTF8 is definedJiang Jiang2012-09-021-1/+1
* Force QT_NO_ICONV on win32:!win32-msvc*Lukas Geyer2012-08-311-1/+1
* Don't define QT_NO_ICONV on Windows: that comes from qconfig.hThiago Macieira2012-08-251-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-239-0/+14
* ICU: Fix crash in codecForMib(2107)Kai Koehne2012-08-231-0/+4
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-153-24/+70
* 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-043-14/+20
* Align the CP949 codec name with ICULars Knoll2012-07-312-6/+9
* 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-314-30/+81
* Add a factory method to QIsciiCodec and fix the namesLars Knoll2012-07-312-9/+21
* Use ICU instead of iconv/windows codecs for the localeLars Knoll2012-07-314-35/+50
* Make codecForLocale atomicLars Knoll2012-07-311-36/+35
* ICU code page conversion supportLars Knoll2012-07-314-24/+790
* Rename some codecs to be in line with ICULars Knoll2012-07-311-2/+2
* Disable iconv on utf-8 based platformsLars Knoll2012-07-312-4/+5
* Lazily initialize iconv in the iconv codecLars Knoll2012-07-312-4/+12
* 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-312-195/+90
* Move the windows locale codec into it's own fileLars Knoll2012-07-234-217/+330
* Remove the font codecsLars Knoll2012-06-2512-902/+2
* The codecForTr() should be utf8Lars Knoll2012-06-251-1/+1
* define QT_NO_ICONV if QT_NO_TEXTCODECJeremy Katz2012-06-201-0/+4