summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* move doc next to implementationOswald Buddenhagen2009-10-051-23/+20
* Added qtextcodec_p.h to the project file.Denis Dzyubenko2009-10-051-0/+1
* Fixed parsing of html header in the qtextcodec.Denis Dzyubenko2009-09-231-6/+8
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-09-141-1/+1
|\
| * Fix libiconv support on FreeBSD.Raphael Kubo da Costa2009-09-131-1/+1
| * Update license headers again.Jason McDonald2009-09-0819-76/+76
* | Update license headers again.Jason McDonald2009-09-0920-80/+80
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-3120-260/+260
|\|
| * Update tech preview license header.Jason McDonald2009-08-3119-247/+247
| * Eliminate some mentions of Trolltech.Jason McDonald2009-08-112-2/+2
| * Update license headers.Jason McDonald2009-08-1119-19/+19
* | Merge commit 'qt/master'Jason Barron2009-08-201-0/+1
|\ \
| * | Instantiate the CP949 codec when building with -no-iconvBradley T. Hughes2009-08-201-0/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-182-1/+547
|\| |
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-0/+546
| * | Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-1/+1
* | | remove a ### commentLars Knoll2009-08-141-3/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-1319-21/+21
|\| |
| * | Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-122-2/+2
| * | Update contact URL in license headers.Jason McDonald2009-08-1219-19/+19
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-042-4/+4
|\| |
| * | Port of Qt to QNXHarald Fernengel2009-07-292-4/+4
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-275-206/+280
|\| |
| * | 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
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3019-69/+54
|\| |
| * | 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
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-255-48/+108
|\| |
| * | 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
| |\|
| * | 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
* | | Make Qt exception safer.Robert Griebl2009-06-102-3/+19
| |/ |/|
* | Fix BOM for UTF-32 codecMarius Storm-Olsen2009-06-031-1/+1
|/
* 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