summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* new QByteArrayList classGlen Mabey2014-02-125-0/+438
* WinRT: move most of GUI event dispatcher logic into coreAndrew Knight2014-02-122-8/+62
* Use QtPrivate::is_integral instead of listing each integer typeThiago Macieira2014-02-121-26/+24
* Deprecate {QCoreApp,QAbstractEventDispatcher}::hasPendingEvents()Thiago Macieira2014-02-124-4/+14
* Enabling QQuickWidget and QOpenGLWidgetPaul Olav Tvete2014-02-122-0/+4
* Added function returning build information to QLibraryInfo.Friedemann Kleint2014-02-122-0/+53
* Allow configuration of logging rules from file systemKai Koehne2014-02-114-57/+186
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-1121-82/+132
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-0721-82/+132
| |\
| | * QFileSelector: correct the macros for Apple platforms.Jake Petroules2014-02-041-5/+9
| | * Doc: Fix broken linksSze Howe Koh2014-02-045-10/+10
| | * Fix sorted QSortFilterProxyModel filter updateNils Jeisecke2014-02-031-3/+14
| | * QLogging: Avoid infinite loop in error caseEl Mehdi Fekari2014-02-021-5/+38
| | * Fix QByteArray documentation w.r.t. QString-related methodsGiuseppe D'Angelo2014-02-011-18/+12
| | * Add the default argument for the new connection syntaxThiago Macieira2014-02-011-2/+2
| | * Doc: argument(s) was renamed to value(s), adjust QCommandLineOption docsDavid Faure2014-01-301-3/+3
| | * Remove duplicate move assignment operator docMorten Johan Sørvig2014-01-301-8/+1
| | * QFileSelector: correct the macro for android platformLiang Qi2014-01-301-2/+2
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-272-8/+18
| | |\
| | | * Doc: Added more information about the WriteOnly modeVenu2014-01-251-2/+3
| | | * Don't allow the QLibraryStore to be recreated during shutdownThiago Macieira2014-01-221-6/+15
| | * | Fix typo in the function argument of QRect::moveTo: t -> yThiago Macieira2014-01-271-1/+1
| | * | Remove invalid comment from qabstractanimation_p.Jędrzej Nowacki2014-01-241-2/+2
| | * | Doc: corrected broken linksNico Vertriest2014-01-231-3/+0
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-4/+4
| | |\|
| | | * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-4/+4
| | * | QDir: Do not assume that root ends with a slashOrgad Shaneh2014-01-221-4/+5
| | * | Conditionally disable deprecated warningsKurt Pattyn2014-01-211-2/+6
| | * | Retain compiler warning stateKurt Pattyn2014-01-211-2/+5
* | | | Print qCDebugs in arbitrary categories by defaultGiorgos Tsiapaliokas2014-02-102-10/+12
* | | | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-3/+2
* | | | WinRT: Fix use of std::thread in QThreadAndrew Knight2014-02-101-4/+4
* | | | Improve the code generation for the Latin1 codecThiago Macieira2014-02-101-59/+74
* | | | Fix checking of category for printf-style qCDebugKai Koehne2014-02-081-0/+2
* | | | Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-081-0/+2
* | | | Make QStringBuilder use our qt_from_latin1 code (out-of-line)Thiago Macieira2014-02-082-5/+14
* | | | Correctly manipulate tm_gmtoff the way qt_timezone() needs.Raphael Kubo da Costa2014-02-071-1/+11
* | | | QUtfCodec: don't encode invalid UCS-4 codepointsGiuseppe D'Angelo2014-02-071-8/+9
* | | | Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-071-19/+20
* | | | Long live QStringIterator!Giuseppe D'Angelo2014-02-074-0/+634
* | | | Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-071-0/+7
|/ / /
* | | Move documentation of AA_MSWindowsUseDirect3DByDefault into obsolete section.Friedemann Kleint2014-02-051-2/+3
* | | Obsolete AA_ImmediateWidgetCreation.Friedemann Kleint2014-02-052-16/+12
* | | Logging: Don't use for loop in qCDebug macrosKai Koehne2014-02-041-3/+3
* | | Add other integer overloads to QFlag's constructorThiago Macieira2014-02-012-3/+37
* | | Fix configure & qmake compilation with a future MSVC versionThiago Macieira2014-02-011-2/+1
* | | Update the macro that MSVC 2013 defines for AVX code generationThiago Macieira2014-02-011-11/+7
* | | Use qregister(u)int in qsimd.cpp x86 codeThiago Macieira2014-02-011-3/+3
* | | Move the code that converts from UTF-16 to Latin1 to the topThiago Macieira2014-01-311-122/+118
* | | Merge all conversions from Latin-1 in qstring.cpp into a single functionThiago Macieira2014-01-311-62/+60