summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qtextcodec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes potential memory leak in qtextcodec.cppNick Ratelle2012-03-141-17/+9
* Fixes mismatching delete operatorRafael Roquetto2012-03-111-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-08-171-4/+5
|\
| * don't crash when destroying codec listOswald Buddenhagen2011-08-151-4/+5
| * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Various INTEGRITY fixesRolland Dudemaine2011-02-221-3/+3
|/
* QTextCodec::codecForMib: actually use the cacheOlivier Goffart2011-01-111-1/+4
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* QTextCodec: Fix valgrind warning when using QTextCodec in destructions funct...Olivier Goffart2010-09-291-24/+28
* Fix QT_NO_LIBRARYTasuku Suzuki2010-04-291-4/+4
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-0/+39
|\
| * econd half of the crash fix for codecs on SymbianLars Knoll2010-04-121-0/+34
| * Fix a crash with global static objectsLars Knoll2010-04-101-0/+5
* | remove qt_winQString2MB() and qt_winMB2QString()Oswald Buddenhagen2010-03-111-2/+28
* | TextCodec on Symbian: use the native symbian backend for text codecs.Olivier Goffart2010-03-091-8/+33
* | Merge branch '4.6' into qt-master-from-4.6Thiago Macieira2010-02-171-9/+43
|\ \ | |/
| * QTextCodec::codecForName. Insert in the cache in all cases.Olivier Goffart2010-02-151-1/+3
| * QTextCodec: Symbian has codec for UCS2, only fallback to UTF16 if UCS2 codec ...Olivier Goffart2010-02-121-5/+6
| * Add caching to QTextCodec::codecForName and QTextCodec::codecForMibOlivier Goffart2010-02-121-4/+35
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-8/+38
|\ \ | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-02-081-8/+38
| |\
| | * Make QTextCodec reentrant.Olivier Goffart2010-02-081-8/+38
* | | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-2/+2
|\ \ \ | |/ /
| * | A fix for accidently reused variable names in nested iterations.Zeno Albisser2010-02-051-2/+2
| |/
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Added new functions to QTextCodec that accept ConversionFlags.Denis Dzyubenko2010-01-081-0/+49
|/
* remove bogus doc paragraphs relating to codecForUtfText()Oswald Buddenhagen2009-11-191-6/+0
* move doc next to implementationOswald Buddenhagen2009-10-051-23/+20
* Fixed parsing of html header in the qtextcodec.Denis Dzyubenko2009-09-231-6/+8
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | 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
* | | remove a ### commentLars Knoll2009-08-141-3/+1
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-2/+2
|\ \ \ | |/ /
| * | Port of Qt to QNXHarald Fernengel2009-07-291-2/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-19/+32
|\ \ \ | |/ /
| * | 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
| * | 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-301-3/+3
|\ \ \ | |/ /
| * | don't crash when QTextCodec::codecForUtfText() is passed -1 bytesKent Hansen2009-06-251-1/+1