summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Json writer, emit full precision for floating point Number typesDarryl L. Miles2013-04-122-2/+3
* | | | Json writer, only emit floating point finite numbers, ignore INF/NaNDarryl L. Miles2013-04-122-2/+8
|/ / /
* | | Merge branch 'stable' into devSergio Ahumada2013-04-1013-33/+134
|\| |
| * | Remove QT_{BEGIN,END}_HEADERS macrosSergio Ahumada2013-04-101-4/+0
| * | Doc: add row for Qt 5.0 datastream versionThiago Macieira2013-04-091-0/+1
| * | mkspecs are installed to QT_HOST_DATA instead of QT_INSTALL_ARCHDATA.Volker Krause2013-04-081-3/+3
| * | Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-04-081-4/+2
| * | Fix MSVC warning about truncation from 64bit to 32bit int.Friedemann Kleint2013-04-061-1/+1
| * | Don't call virtual methods after the source model is destroyed.Stephen Kelly2013-04-052-1/+3
| * | Test that the CMake files create appropriate version variables.Stephen Kelly2013-04-051-1/+28
| * | QSaveFile: allow saving to a writable file in a non-writable directoryDavid Faure2013-04-053-17/+90