summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-2424-59/+80
|\
| * QVarLengthArray: Do not require operator!= for element comparisonKai Koehne2015-03-231-5/+4
| * QVarLengthArray: Add initializer_list constructorKai Koehne2015-03-232-0/+22
| * Report a correct Unicode version used by QtKonstantin Ritt2015-03-232-3/+3
| * Build bundled PCRE copy as qt_helper_libKonstantin Ritt2015-03-201-6/+2
| * Introduce icu_dependency.priKonstantin Ritt2015-03-201-13/+2
| * Sort the entries in QDir by using the QDateTime::msecsTo()Andy Shaw2015-03-201-1/+1
| * Doc: Fix QVector constructor documentationKai Koehne2015-03-191-1/+1
| * Make sure remove() doesn't corrupt the json objectLars Knoll2015-03-181-1/+1
| * Fix support for iso8859-16 when compiling with ICULars Knoll2015-03-182-2/+5
| * Fix QCollator::compare documentationLars Knoll2015-03-182-8/+8
| * Add QJsonValueRef::toVariant()Lars Knoll2015-03-182-0/+6
| * Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-4/+4
| * QDebug operator for Q_FLAG when the QFlags itself is registeredOlivier Goffart2015-03-181-2/+8
| * Windows: Don't cause a malloc before calling GetLastError()Andy Shaw2015-03-166-11/+11
| * QLockFile: use QCoreApplication::applicationName.David Faure2015-03-162-2/+2
* | qstatemachine: add methods detect when a machine has processed an eventFawzi Mohamed2015-03-192-2/+53
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-1823-159/+209
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1623-159/+209
| |\|
| | * Fix build of forkfd_qt.cpp on FreeBSDAlex Richardson2015-03-151-1/+1
| | * QString: Don't force unrolling of the tail loop if optimizing for sizeThiago Macieira2015-03-151-7/+7
| | * forkfd: make only one of forkfd or spawnfd be compiledThiago Macieira2015-03-141-0/+7
| | * QVariant: Fix wrong return type in toPersistentModelIndex()Gabriel de Dietrich2015-03-122-2/+2
| | * Fix quadratic behavior when parsing very large objectsLars Knoll2015-03-121-2/+4
| | * Add missing \since tag for the documentation for loopLevel()Andy Shaw2015-03-121-0/+1
| | * Track modifications of white space in QString::simplified().Friedemann Kleint2015-03-121-4/+6
| | * Make Q_ASSERT_X also check its argument for validityThiago Macieira2015-03-122-2/+1
| | * Doc: Json classes added to list of implic.shared classesNico Vertriest2015-03-115-0/+5
| | * Clarify limitations of QCoreApplication::libraryPaths()Ulf Hermann2015-03-111-5/+16
| | * Clean up QLibraryInfoPrivate::findConfiguration()Ulf Hermann2015-03-111-22/+22
| | * Doc: corrected snippet issue in Defining Plugins docNico Vertriest2015-03-112-2/+3
| | * Doc: QDataStream Serializing doc errorNico Vertriest2015-03-111-2/+12
| | * CMake: Fix regression with quoted OPTIONS parameterAndré Klitzing2015-03-111-1/+1
| | * QDateTime: ensure we always use the daylight status if knownThiago Macieira2015-03-111-19/+28
| | * Fix regression in time zone handlingFrederik Gladhorn2015-03-111-0/+1
| | * Simplify calculation of week numberLars Knoll2015-03-101-50/+17
| | * Detect qt.conf in bundle on OSX without QCoreApplicationUlf Hermann2015-03-101-2/+4
| | * Reload QLibraryInfo's settings when QCoreApplication becomes availableUlf Hermann2015-03-101-2/+21
| | * QIODevice: Fix some 64-bit issuesAlex Trotsenko2015-03-101-38/+38
| | * (Re)introduce loopLevel into QThreadAndy Shaw2015-03-092-0/+14
| | * Doc: corrected doc QString::operator[]Nico Vertriest2015-03-091-2/+2
* | | Added new private API for Android and onPause/onResumePeter Rustler2015-03-172-0/+52
|/ /
* | QString: further optimize multiArgMarc Mutz2015-03-141-53/+122
* | Add a verbosity setting to QDebug.Friedemann Kleint2015-03-132-5/+47
* | QVector: remove brittle c2m() functionMarc Mutz2015-03-131-1/+0
* | Doc: Change Q_CHECK_PTR documentation to match implementationRainer Keller2015-03-121-4/+7
* | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-125-38/+44
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0918-69/+244
|\|
| * QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-1/+1
| * Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-073-35/+36