summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-2714-44/+66
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-255-6/+26
| |\
| | * install qconfig.h into framework bundlesOswald Buddenhagen2013-06-251-1/+4
| | * Update for the newest Darwin-family operating systems.Jake Petroules2013-06-253-5/+18
| | * Fix QDir::mkpath failing for drive paths on WindowsKai Koehne2013-06-241-0/+4
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-255-22/+24
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-205-22/+24
| | |\|
| | | * QFactoryLoader: Release unused libraries.Friedemann Kleint2013-06-181-1/+6
| | | * Remove unused member QFactoryLoaderPrivate::keyList.Friedemann Kleint2013-06-181-9/+3
| | | * Android Mute and FastForward keys mapped wrongAllan Sandfeld Jensen2013-06-172-0/+3
| | | * fix QFileSystemEngine::createDirectory race conditionv5.1.0-rc1Shawn Rutledge2013-06-142-12/+12
| * | | Further followup to Q_OS_MACX changes.Jake Petroules2013-06-244-5/+5
| * | | Make clients use the QT_NO_DEBUG flag when using QtCore in release mode.Stephen Kelly2013-06-241-0/+2
| * | | Fix code indentation and comment formattingKai Koehne2013-06-201-11/+9
| |/ /
* | | Doc: Adding navigation configs in the module qdocconf files.Jerome Pasion2013-06-251-0/+3
* | | Make the qfatal for redeclaring a type with the same name a warning.Richard J. Moore2013-06-251-5/+5
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-2438-266/+313
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-2038-266/+313
| |\| |
| | * | Doc: Fix spelling errorDebao Zhang2013-06-201-1/+1
| | * | Doc: QTranslator::translate() isn't an overload anymoreDavid Faure2013-06-191-2/+0
| | * | Ensure we don't repeat QTBUG-30931 in Qt5Konstantin Ritt2013-06-181-5/+4
| | * | Doc: there is no Q_OS_X11 (and has never been)Thiago Macieira2013-06-181-1/+1
| | * | Remove use of 'register' from Qt.Stephen Kelly2013-06-1728-242/+242
| | * | Make qtbase compile with QT_NO_XMLSTREAMREADERTasuku Suzuki2013-06-162-6/+6
| | * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-06-152-7/+3
| | |\ \
| | | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-122-7/+3
| | | |\|
| | | | * Update support status for older Mac OS X platforms.Jake Petroules2013-06-121-3/+3
| | | | * Remove the use of CMAKE_FIND_ROOT_PATH.Stephen Kelly2013-06-101-4/+0
| | * | | Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+48
| | * | | QSystemLocale: Fix the time format on BlackBerry 10El Mehdi Fekari2013-06-141-2/+2
| | * | | Fix crash when re-creating QThreadData after initially destroying itTor Arne Vestbø2013-06-141-0/+6
| | |/ /
* | / / Generate the directory for the mkspec include in a helper file.Stephen Kelly2013-06-214-7/+36
|/ / /
* | | Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-4/+20
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-1314-32/+52
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-1214-32/+52
| |\| |
| | * | Mark the Q_DECLARE_OPAQUE_POINTER macro as introduced in 5.0Laszlo Papp2013-06-121-0/+1
| | * | When the file could not be accessed, we should return 0 for the sizeAndy Shaw2013-06-111-0/+1
| | * | Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-101-1/+1
| | * | QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-082-5/+5
| | * | QUrl stringprep: fix handling of U+0080: it's prohibitedThiago Macieira2013-06-081-1/+1
| | * | QUrl stringprep: avoid recalculating the surrogates we already knowThiago Macieira2013-06-081-2/+2
| | * | QUrl stringprep: fix handling of prohibited charactersThiago Macieira2013-06-081-11/+14
| | * | QUrl stringprep: fix case folding from non-BMP to BMPThiago Macieira2013-06-081-1/+1
| | * | QUrl stringprep: recalculate the current position if the size changesThiago Macieira2013-06-081-1/+2
| | * | Print directories for QT_DEBUG_PLUGINSKai Koehne2013-06-051-0/+4
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-052-1/+6
| | |\|
| | | * let configure create the forwarding qconfig.h againOswald Buddenhagen2013-06-031-0/+5
| | | * Fix typo in QSettings docs.Mitch Curtis2013-05-311-1/+1
| | * | Fix typo in QAlgorithms documentation.Mitch Curtis2013-06-051-1/+1
| | * | Prevent negative size in QBitArray, QVector and QVarLengthArray ctors.Mitch Curtis2013-06-053-3/+8