summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* disable codecs for asian language when QT_NO_BIG_CODECS definedTasuku Suzuki2012-06-1423-56/+65
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-292-8/+7
* Avoid using iconv for text conversion where possibleLars Knoll2012-05-162-38/+29
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-4/+3
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-101-15/+3
* 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-192-10/+10
* replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+3
* fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1
* Fix scopes on iconv related pro/pri filesRafael Roquetto2012-03-271-1/+1
* Restore some source compatibilityLars Knoll2012-03-121-0/+4
* Updated codecs.pri to reflect new QNX mkspec nameRafael Roquetto2012-03-091-1/+1
* Fixes wrong iconv_open call under QNXRafael Roquetto2012-03-091-1/+1
* 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-062-44/+0
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-3/+3
|\
| * Merge master -> api_changesRohan McGovern2012-02-292-34/+1
| |\
| * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-3/+3
* | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-022-71/+71
| |/ |/|
* | Remove custom text codec for C strings.Robin Burchell2012-02-222-34/+1
|/
* Fixes QIconvCodec::convertToUnicode()Nick Ratelle2012-02-052-1/+6
* Add support for QNX iconv implementationRafael Roquetto2012-02-032-0/+6