summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devSergio Ahumada2013-05-0710-56/+85
|\
| * QLocale: cache the QLocalePrivate for the default QLocaleThiago Macieira2013-05-011-6/+9
| * QLocale: cache the C locale's privateThiago Macieira2013-05-012-1/+15
| * Fix QLocale::standaloneMonthName when d->m_data == systemData()Albert Astals Cid2013-05-016-3/+17
| * Enable bundling Qt in Android package in build systemEskil Abrahamsen Blomfeldt2013-05-011-0/+2
| * Oops: bugfix support for ref qualifiers in GCC 4.8.1Thiago Macieira2013-05-011-1/+1
| * Make QLocalePrivate PODThiago Macieira2013-04-302-12/+21
| * QLocalePrivate: remove QLocalePrivate::m_indexThiago Macieira2013-04-302-27/+10
| * Move the code that creates QLocalePrivate to separate functionsThiago Macieira2013-04-301-27/+33
| * Doc: Give C++ class lists consistent titlesSze Howe Koh2013-04-291-1/+1
| * Fix possible race in QMutexOlivier Goffart2013-04-291-2/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2913-74/+81
|\|
| * QFlags: Remove text promising 64 bit enums for 5.1Kai Koehne2013-04-281-1/+1
| * fix namespaced buildOswald Buddenhagen2013-04-251-2/+2
| * fix QProcessEnvironment documentation re case conversionOswald Buddenhagen2013-04-251-26/+11
| * Remove QLocalePrivate::m_localeIDhjk2013-04-232-36/+32
| * QDataStream: Be a bit more verbose about operator>>(char *&)hjk2013-04-231-5/+11
| * Use a QVector<QDateTime> instead of an array in QFileInfoPrivatehjk2013-04-233-1/+13
| * Set the sysroot if cross compiling the cmake tests.Stephen Kelly2013-04-231-0/+4
| * Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-1/+1
| * Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-0/+4
| * Document that the mutex passed to QWaitCondition::wait must be lockedThiago Macieira2013-04-221-2/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-2611-32/+64
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2211-32/+64
| |\|
| | * Mark that GCC 4.8.1 has support for C++11 member reference qualifiersThiago Macieira2013-04-201-0/+4
| | * Doc: added details for QRegisterStaticFunction(plugin)Nico Vertriest2013-04-191-1/+2
| | * qprocessordetection: add armv7sRichard Moe Gustavsen2013-04-191-0/+2
| | * Make sure to also check for null CFPropertyLists.Thiago Macieira2013-04-191-0/+3
| | * List the Qt5::WinMain Release configuration before the Debug one.Stephen Kelly2013-04-181-8/+8
| | * Emit animation driver signals after we change the state.Gunnar Sletta2013-04-171-2/+2
| | * Make QBuffer unbufferedThiago Macieira2013-04-161-1/+1
| | * Make QBuffer::bytesAvailable() workThiago Macieira2013-04-161-15/+4
| | * Fix QFSFileEngine::renameOverwrite for Windows Embedded Compact 7.Janne Anttila2013-04-151-0/+26
| | * Make qtbase compile with QT_NO_IMAGEFORMATPLUGINTasuku Suzuki2013-04-151-1/+6
| | * Micro-optimization of list string list construction in qmetaobject.Jędrzej Nowacki2013-04-131-2/+4
| | * Fix C++11 support in clang prior to 3.2Jan Kundrát2013-04-121-2/+2
* | | Use variadic templates to mark function pointers as non-QObjects.Stephen Kelly2013-04-241-0/+5
|/ /
* | Compile with Clang.Morten Johan Sørvig2013-04-181-4/+17
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-176-24/+41
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-126-24/+41
| |\|
| | * Enable qDebug to console when desired on Android.Gunnar Sletta2013-04-121-1/+7
| | * Only test cmake module versions if available for test.Stephen Kelly2013-04-111-18/+23
| | * QVector: Fix signedness warning in assert.Friedemann Kleint2013-04-111-1/+1
| | * Merge "Merge branch 'release' into stable" into refs/staging/stableStephen Kelly2013-04-111-0/+1
| | |\
| | | * Merge branch 'release' into stableSergio Ahumada2013-04-101-0/+1
| | | |\
| | | | * Clear the WA_QuitOnClose flag from EvalMessageBox.Michael Brüning2013-04-081-0/+1
| | * | | Make qt5_use_modules find dependents only in the parent directory.Stephen Kelly2013-04-111-1/+2
| | * | | Make the umbrella Qt5 CMake Config file find components only in the parent di...Stephen Kelly2013-04-111-3/+3
| | * | | Use CMake facility for verbose makefiles instead of an env var.Stephen Kelly2013-04-101-0/+4
| | |/ /
* | | | Json writer, support larger signed integers upto 2^53Darryl L. Miles2013-04-122-0/+13