summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* Port of Qt to QNXHarald Fernengel2009-07-292-4/+4
* Doc: small improvementsVolker Hilsheimer2009-07-201-5/+20
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-4/+8
|\
| * Fix QTextCodec case-insensitive comparison while in a Turkish locale.Thiago Macieira2009-07-201-4/+8
* | A small optimisation for the utf8->utf16 conversion.Denis Dzyubenko2009-07-161-21/+11
* | Changed the implementation of the unicode text codecs to share more code with...Denis Dzyubenko2009-07-163-166/+235
* | Fixes a memory corruption when converting data with QIconvCodecDenis Dzyubenko2009-07-091-2/+4
* | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-10/+4
* | don't crash when QTextCodec::codecForUtfText() is passed -1 bytesKent Hansen2009-06-251-1/+1
* | Small speedup of construction of uninitialized QByteArrayshjk2009-06-197-26/+13
* | Don't initialize data that will be overwritten immediately.hjk2009-06-182-4/+2
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1619-38/+38
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1619-38/+38
* | doc: Fixed several qdoc warnings.Martin Smith2009-06-121-2/+2
* | refactor some codeThierry Bastian2009-06-121-31/+26
* | UTF-8 text codec should be able to convert data when fed one by one byte.Denis Dzyubenko2009-06-111-1/+10
* | Skip the byte order mark when converting the utf16 and utf32 dataDenis Dzyubenko2009-06-111-2/+2
* | small refactoring to reduce memory usage of static dataThierry Bastian2009-06-091-1/+1
* | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-1/+1
|\ \ | |/
| * Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
* | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-1/+1
* | When data was copied from Mozilla Firefox to Qt, the text format was not valid.Denis Dzyubenko2009-05-042-12/+68
|/
* Return the correct MIB number for TSCII. When the code wasFrans Englich2009-04-241-2/+1
* Alias for QUtf16Codec is wrong.Frans Englich2009-04-241-3/+1
* Long live Qt 4.5!Lars Knoll2009-03-2320-0/+5947