summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-2/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3035-35/+35
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-2335-35/+35
* remove obsolete codec plugin loading codeMark Brand2012-01-204-344/+2
* cosmetic adjustments for files moved to core/codecsMark Brand2012-01-2017-44/+143
* update private header referencesMark Brand2012-01-2011-13/+13
* move plugin text codecs to QtCoreMark Brand2012-01-2019-22/+38982
* build and load text codecs regardless of iconv and platformMark Brand2012-01-202-30/+22
* fix whitespaceMark Brand2012-01-201-17/+16
* remove trailing whitespaceMark Brand2012-01-171-1/+1
* Merge the makeEncoder/Decoder overloads.Lars Knoll2012-01-162-28/+2
* remove symbian support vestiges from text codecsMark Brand2012-01-145-739/+6
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-062-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-0521-21/+21
* Use load() when constructing QSimpleCodec's reverse mapBradley T. Hughes2011-10-271-7/+10
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-241-3/+3
* Remove duplicate check in utf endian detectionKent Hansen2011-10-061-14/+12
* Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-4/+4
* don't crash when destroying codec listOswald Buddenhagen2011-09-121-4/+5
* Doc: Removed documentation for deleted code.David Boddie2011-07-211-27/+0
* Finish removal of QT3_SUPPORT from corelib/codecsShane Kearns2011-07-051-16/+0
* Remove QT3_SUPPORT from corelib/codecsLars Knoll2011-06-292-56/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2421-350/+350
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2722-0/+7551