summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-0234-334/+366
|\
| * Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-2/+2
| * Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-285-105/+45
| * QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-252-4/+3
| * Leave m_id clear if the JNI didn't give us a time-zoneEdward Welbourne2018-06-221-1/+18
| * QLocale/QString/QByteArray: Use nullptr in documentationAndre Hartmann2018-06-223-108/+110
| * Doc: Fix signal name in QTimer documentationJoerg Bornemann2018-06-221-1/+1
| * QLocale: Remove misleading link to QString::toDouble() conversionAndre Hartmann2018-06-221-6/+10
| * QString: Harmonize the toFloat() and toDouble() documentationAndre Hartmann2018-06-221-3/+12
| * Doc: Improve description of QModelIndex::operator==Paul Wicking2018-06-211-10/+8
| * QDataStream: Fix inlining of operator<<,>>() for quint32Friedemann Kleint2018-06-211-2/+2
| * Doc: Add missing full stops in briefsPaul Wicking2018-06-219-11/+11
| * Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-195-72/+112
| |\
| | * CMake: Restore qt5_use_modules() functionKevin Funk2018-06-151-0/+51
| | * Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-143-1/+49
| | * Fix warning about receiver 'UIApplication' being a forward classTor Arne Vestbø2018-06-091-0/+4
| | * Update platform defines for Apple OSesTor Arne Vestbø2018-06-091-71/+8
| * | Add macOS Mojave (10.14) to QOperatingSystemVersionTor Arne Vestbø2018-06-182-0/+9
| * | Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-163-0/+15
| * | Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-8/+6
| * | Remove extraneous text after #ifThiago Macieira2018-06-111-1/+1
| * | QFileSystemWatcher/Linux: don't print warnings for benign casesThiago Macieira2018-06-071-1/+2
| |/
* | Tracepoints: refactor the existing tracepoint namesGiuseppe D'Angelo2018-06-284-10/+12
* | Tracepoints: add tracing for QEventsGiuseppe D'Angelo2018-06-283-4/+48
* | QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-271-8/+67
* | Fix QString::localeAwareCompare with composed/decomposed strings on WindowsSimon Hausmann2018-06-271-5/+4
* | SIMD: Refactor the constants to be actual bit valuesThiago Macieira2018-06-254-104/+111
* | SIMD: Move the #include for qsimd_x86_p.h a bit lower in qsimd_p.hThiago Macieira2018-06-251-1/+2
* | QMetaType: remove compatibility code for MSVC 2013Thiago Macieira2018-06-251-20/+6
* | QRegularExpression: minor code tidiesGiuseppe D'Angelo2018-06-231-6/+6
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-224-12/+139
* | QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-222-77/+21
* | Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-221-1/+1
* | Make the stub implementation of QThread compile againUlf Hermann2018-06-223-10/+40
* | Make the sleep methods available in QThread even if QT_NO_THREADUlf Hermann2018-06-223-2/+16
* | Compiler detection: add support for C++17's [[deprecated]] on enumeratorsGiuseppe D'Angelo2018-06-211-0/+11
* | QCborValue: store US-ASCII strings as 8-bitThiago Macieira2018-06-182-3/+27
* | QCborValue: fix warning about shadowing membersThiago Macieira2018-06-183-15/+18
* | QCborStreamReader: Fix uninitialized warningLiang Qi2018-06-181-1/+1
* | Fix build with SSE 4.1 but not AVX2Thiago Macieira2018-06-161-1/+1
* | Remove unused QString::toLatin1_helper overloadThiago Macieira2018-06-162-6/+0
* | QUrl: speed up FullyDecoded decoding of data with SIMDThiago Macieira2018-06-111-5/+109
* | Code tidy: replace a for loop with an algorithmGiuseppe D'Angelo2018-06-081-3/+1
* | QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-087-2/+972
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-06-0813-45/+598
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-0713-45/+598
| |\|
| | * Fix build for Android with android-clang in r17Liang Qi2018-06-062-12/+8
| | * Doc: Add information about QThread own methods thread affinitySamuel Gaist2018-06-031-8/+11
| | * Revert "Atomics: remove qatomic_msvc.h"Kai Koehne2018-06-013-1/+500
| | * Document qRound's rounding semanticsAllan Sandfeld Jensen2018-05-301-0/+8