summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Use takeFirst() instead of first() with removeFirst()Anton Kudryavtsev2016-04-131-4/+2
| | |/ /
* | | | darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-0310-212/+188
* | | | darwin: Simplify conversion function declarations in headersTor Arne Vestbø2016-05-035-25/+5
|/ / /
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-036-22/+23
* | | QOpenGLContext: add a way to disable the thread affinity checkGiuseppe D'Angelo2016-05-022-0/+8
* | | Remove remains of Windows CE from QSysInfo.Friedemann Kleint2016-04-301-8/+0
* | | Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-282-3/+11
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-273-1/+19
* | | Revert "Optimize QMetaObject::activate."Milian Wolff2016-04-251-30/+19
* | | Append the Windows OS/kernel version number in QSysInfo::prettyProductName().Jake Petroules2016-04-251-1/+11
* | | Remove window flags WindowOkButtonHint, WindowCancelButtonHint.Friedemann Kleint2016-04-202-12/+1
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-198-129/+55
* | | Remove the -qconfig command line argumentLars Knoll2016-04-196-1406/+0
* | | Add support for initializing QSharedPointer from nullptrThiago Macieira2016-04-193-9/+32
* | | Change the way we handle features that have sub-featuresLars Knoll2016-04-152-17/+12
* | | Windows CE cleanup.Friedemann Kleint2016-04-141-9/+0
* | | Implement ordered dithering for image format conversionsAllan Sandfeld Jensen2016-04-121-12/+10
* | | Fix documentation of qOverload with clang based qdocOlivier Goffart2016-04-121-0/+3
* | | QUrl documentation: fix clang parsingOlivier Goffart2016-04-111-0/+8
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-1119-5418/+5920
|\| |
| * | Remove unused variables.Volker Krause2016-04-101-2/+0
| * | QDateTime: don't allocate memory in fromOffsetString()Anton Kudryavtsev2016-04-091-9/+12
| * | QDateTime: add some constAnton Kudryavtsev2016-04-092-2/+2
| * | QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-7/+7
| * | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-082-1/+4
| * | toCurrencyString() - Add missing documentationDan Cape2016-04-081-1/+7
| * | Re-generate QLocale data from CLDR v29Konstantin Ritt2016-04-084-5315/+5697
| * | QStringRef: add missing {c,}r{begin,end}()Marc Mutz2016-04-072-18/+83
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-078-61/+105
| |\|
| | * QStringRef: fix some QStringRef <> const char * relational operatorsMarc Mutz2016-04-061-6/+6
| | * Remove empty first lines of files.Friedemann Kleint2016-04-061-1/+0
| | * Explain QTimeZonePrivate::isValidId a bit more carefully.Edward Welbourne2016-04-061-17/+40
| | * Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-062-25/+50
| | * QDateTimeParser: Avoid repetition in sectionMaxSizeEdward Welbourne2016-04-051-5/+6
| | * QDir: use QString::splitRef on all platformsAnton Kudryavtsev2016-04-051-6/+2
| | * Fix UB (shift of negative number) in qHash(QModelIndex)Marc Mutz2016-04-051-1/+1
| * | Add support for ImhAnchorRectangleJan Arve Sæther2016-04-061-0/+1
| * | Move QThread::currentThreadId() down to the loop using it.Erik Verbruggen2016-04-061-2/+2
* | | qdoc: Remove Q_QDOC for int type() in qmetatype.hMartin Smith2016-04-082-8/+3
* | | qdoc: Remove Q_QDOC for qRound() and qRound64()Martin Smith2016-04-083-29/+57
* | | Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-071-2/+2
* | | QChar: optimize comparison with QString{,Ref}Marc Mutz2016-04-052-0/+40
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLaszlo Agocs2016-04-05201-1717/+2966
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-05201-1717/+2966
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-044-22/+54
| | |\|
| | | * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-1/+1
| | | * Enable cmake auto tests for -no-guiKai Pastor2016-03-301-0/+3
| | | * Fix debug message to match the method's nameLorenz Haas2016-03-251-1/+1
| | | * Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-20/+49
| | * | QTimeZonePrivate: avoid unnecessary allocationsAnton Kudryavtsev2016-03-312-2/+2