| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introducing the Qt Android port | Paul Olav Tvete | 2013-03-05 | 1 | -1/+1 |
| * | Correctly detect HTML 5 charset attribute in QTextCodec::codecForHtml() | Mitch Curtis | 2013-02-12 | 1 | -15/+17 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Avoid warnings about an unreachable code | Konstantin Ritt | 2012-10-10 | 1 | -2/+2 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | checkForCodecs is not used when QT_LOCALE_IS_UTF8 is defined | Jiang Jiang | 2012-09-02 | 1 | -1/+1 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+3 |
| * | Make the "\internal" qdoc command stand on its own line | Laszlo Papp | 2012-08-15 | 1 | -2/+4 |
| * | Make sure codecForLocale returns a valid codec in bootstrap mode | Jan-Arve Saether | 2012-08-06 | 1 | -1/+1 |
| * | ICU: lock the mutex before calling an Unlocked function | Thiago Macieira | 2012-08-04 | 1 | -0/+2 |
| * | ICU: Mark which functions are threadsafe and which ones aren't | Thiago Macieira | 2012-08-04 | 1 | -3/+10 |
| * | Small doc fixes about the list of supported codecs. | Lars Knoll | 2012-07-31 | 1 | -3/+3 |
| * | Do not preload any codecs anymore when using ICU | Lars Knoll | 2012-07-31 | 1 | -23/+26 |
| * | Use ICU instead of iconv/windows codecs for the locale | Lars Knoll | 2012-07-31 | 1 | -13/+12 |
| * | Make codecForLocale atomic | Lars Knoll | 2012-07-31 | 1 | -36/+35 |
| * | ICU code page conversion support | Lars Knoll | 2012-07-31 | 1 | -7/+46 |
| * | Disable iconv on utf-8 based platforms | Lars Knoll | 2012-07-31 | 1 | -1/+1 |
| * | Use utf-8 as the locale codec where it makes sense | Lars Knoll | 2012-07-31 | 1 | -6/+8 |
| * | Remove encoding detection according to LANG | Lars Knoll | 2012-07-31 | 1 | -142/+0 |
| * | Move the text codec list to qcoreglobaldata. | Lars Knoll | 2012-07-31 | 1 | -193/+89 |
| * | Move the windows locale codec into it's own file | Lars Knoll | 2012-07-23 | 1 | -217/+8 |
| * | Remove the font codecs | Lars Knoll | 2012-06-25 | 1 | -15/+0 |
| * | disable codecs for asian language when QT_NO_BIG_CODECS defined | Tasuku Suzuki | 2012-06-14 | 1 | -20/+15 |
| * | QtCore: remove \link usages | Giuseppe D'Angelo | 2012-05-29 | 1 | -2/+2 |
| * | Avoid using iconv for text conversion where possible | Lars Knoll | 2012-05-16 | 1 | -34/+27 |
| * | Add Android to conditionals around langinfo.h usage. | Robin Burchell | 2012-05-04 | 1 | -3/+5 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -3/+3 |
| * | Fixes mismatching delete operator | Rafael Roquetto | 2012-03-09 | 1 | -1/+1 |
| * | Fixes potential memory leak in qtextcodec.cpp | Nick Ratelle | 2012-03-08 | 1 | -17/+9 |
| * | Remove codecForTr(). | Robin Burchell | 2012-03-06 | 1 | -37/+0 |
| * | Merge remote-tracking branch 'origin/api_changes' | Lars Knoll | 2012-03-04 | 1 | -3/+3 |
| |\ |
|
| | * | Merge master -> api_changes | Rohan McGovern | 2012-02-29 | 1 | -29/+1 |
| | |\ |
|
| | * | | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operators | Marc Mutz | 2012-02-26 | 1 | -3/+3 |
| * | | | Remove the usage of deprecated qdoc macros. | Casper van Donderen | 2012-03-02 | 1 | -43/+43 |
| | |/
|/| |
|
| * | | Remove custom text codec for C strings. | Robin Burchell | 2012-02-22 | 1 | -29/+1 |
| |/ |
|
| * | Windows: Fix inclusion of <windows.h> | Friedemann Kleint | 2012-02-01 | 1 | -2/+5 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | remove obsolete codec plugin loading code | Mark Brand | 2012-01-20 | 1 | -85/+2 |
| * | move plugin text codecs to QtCore | Mark Brand | 2012-01-20 | 1 | -7/+7 |
| * | build and load text codecs regardless of iconv and platform | Mark Brand | 2012-01-20 | 1 | -9/+5 |
| * | Merge the makeEncoder/Decoder overloads. | Lars Knoll | 2012-01-16 | 1 | -23/+0 |
| * | remove symbian support vestiges from text codecs | Mark Brand | 2012-01-14 | 1 | -36/+5 |
| * | Remove all non-inline of qMalloc/qFree/qRealloc. | Robin Burchell | 2012-01-06 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | corelib: Remove Q_WS-macros. | Friedemann Kleint | 2011-10-24 | 1 | -3/+3 |
| * | don't crash when destroying codec list | Oswald Buddenhagen | 2011-09-12 | 1 | -4/+5 |
| * | Doc: Removed documentation for deleted code. | David Boddie | 2011-07-21 | 1 | -27/+0 |
| * | Finish removal of QT3_SUPPORT from corelib/codecs | Shane Kearns | 2011-07-05 | 1 | -16/+0 |
| * | Remove QT3_SUPPORT from corelib/codecs | Lars Knoll | 2011-06-29 | 1 | -42/+0 |