summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Change Wince functions definitionAndreas Holzammer2012-05-101-30/+84
* Correctly parse json documents with a leading BOMLars Knoll2012-05-102-2/+15
* Compile with -qtnamespace on WindowsBradley T. Hughes2012-05-101-11/+11
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-106-51/+484
* add some useful methods to QUnicodeTables::Konstantin Ritt2012-05-105-45/+46
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-1012-15/+374
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-0910-11/+371
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-092-4/+3
* | Fix a crash when parsing a URL with username and port, but no passwordThiago Macieira2012-05-101-1/+1
* | Remove QAbstractDeclarativeData::objectNameChanged.Michael Brasser2012-05-102-4/+0
* | Remove garbage.Stephen Kelly2012-05-091-1/+1
* | Fix qDecodeDataUrl for already percentage encoded content.Alexis Menard2012-05-091-2/+2
* | Use bool for the template argument.Stephen Kelly2012-05-091-1/+1
* | Fix QUrl::StripTrailingSlash for the case of no path at all.David Faure2012-05-091-1/+1
* | Divehi is written right to leftLars Knoll2012-05-091-1/+2
* | Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-091-1/+1
* | Introduce a new built-in type: signed char.Jędrzej Nowacki2012-05-084-7/+40
* | Add assignment operator for QJsonValueRefAli Akhtarzada2012-05-082-0/+11
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-087-2/+18
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-077-18/+2
* | QMimeType performance fix: don't reload from XML files over and over.David Faure2012-05-073-1/+8
* | QFactoryLoader: Add API for supporting the metadata containing keys.Friedemann Kleint2012-05-072-0/+65
* | Fix MSVC warnings about inconsistent DLL linkage.Friedemann Kleint2012-05-072-8/+8
|/
* QArrayData: Suppress MSVC warnning.Debao Zhang2012-05-071-1/+1
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-072-9/+34
* Change QString's default codec to be UTF-8Thiago Macieira2012-05-072-16/+51
* Add default value for getters in QJsonValueLiang Qi2012-05-062-18/+44
* Fix typos in bcd477e0bc48bDavid Faure2012-05-062-2/+2
* Make sure we export the non-inline qMalloc & friends functionsThiago Macieira2012-05-051-0/+10
* Publish the fact of whether Qt was built with hidden visibility.Stephen Kelly2012-05-051-0/+4
* Place the plugin metadata into special sections for Mac and WinLars Knoll2012-05-051-3/+15
* Document dependency of bearer management on network interfaceShane Kearns2012-05-051-1/+1
* Add missing include file.Jędrzej Nowacki2012-05-041-0/+1
* Reuse QArray initializer macro in QByteArrayJędrzej Nowacki2012-05-042-5/+8
* Replace QByteArrayData class by typedef.Jędrzej Nowacki2012-05-042-21/+3
* Add an assert simplifying debugging.Jędrzej Nowacki2012-05-041-0/+1
* Stub out QSharedMemory and QSystemSemaphore for Android.Robin Burchell2012-05-044-3/+226
* Guard some pthread API with the appropriate POSIX check, or Android.Robin Burchell2012-05-041-0/+12
* Properly guard rand_r use with _POSIX_THREAD_SAFE_FUNCTIONS for Android.Robin Burchell2012-05-041-1/+1
* Add Android to conditionals around langinfo.h usage.Robin Burchell2012-05-041-3/+5
* stop ignoring unassigned codepointsKonstantin Ritt2012-05-042-6/+5
* add support for non-BMP ligaturesKonstantin Ritt2012-05-042-70/+176
* Use QFile::{encode,decode}Name to deal with QT_PLUGIN_PATHThiago Macieira2012-05-041-1/+1
* Fix QUrl::toString(StripTrailingSlash) to not turn file:/// into file:David Faure2012-05-041-1/+1
* Fix compiler warningOlivier Goffart2012-05-041-3/+2
* Always return uiLanguages in bcp47 formatLars Knoll2012-05-041-20/+18
* Port the QTextStream / QDebug functions away from fromAsciiThiago Macieira2012-05-042-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-048-11/+11
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-042-5/+16
* Move QSocketNotifier data members to a private classShane Kearns2012-05-042-29/+43