summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-2232-97/+185
|\
| * Unbreak the build with ICC on WindowsThiago Macieira2018-11-211-1/+1
| * Correct QT_FEATURE_settings in qconfig-bootstrapped.hLiang Qi2018-11-201-1/+0
| * Documentation: update Q_DISABLE_COPY documentationChristian Ehrlicher2018-11-191-11/+9
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-199-32/+31
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-159-32/+31
| * | QResourceFileEngine: fix use of mapped files after close()Thiago Macieira2018-11-191-1/+0
| * | QResourceFileEngine: fix map() for compressed filesThiago Macieira2018-11-191-3/+14
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-1619-51/+117
| |\ \
| | * | INTEGRITY: Fix missing uint/int 128 support for 64-bit ARMJanne Koskinen2018-11-071-0/+36
| | * | Correctly document value of QThread::currentThreadId on WindowsVolker Hilsheimer2018-11-061-6/+3
| | * | Doc: Tie the QScopeGuard documentation to a classTopi Reinio2018-11-061-9/+21
| | * | Doc: QCbor classes: Fix \variable commandsTopi Reinio2018-11-062-4/+6
| | * | Doc: Document Qt::ScrollMomentumTopi Reinio2018-11-061-1/+5
| | * | Doc: Fix various documentation warningsTopi Reinio2018-11-0613-31/+46
| * | | Fix compile issue with gcc 9Allan Sandfeld Jensen2018-11-141-0/+1
* | | | Add missing "We mean it" warningFrederik Gladhorn2018-11-201-0/+11
* | | | Replace Q_OS_MAC with Q_OS_DARWIN to match line 2731Lars Schmertmann2018-11-171-1/+1
* | | | Add QSettings(Scope...) constructor to QSettingsLars Schmertmann2018-11-162-6/+43
* | | | Logging: Explicitly cast Q_FUNC_INFO and __FILE__ to const char *Ulf Hermann2018-11-161-2/+2
* | | | QMimeDatabasePrivate: Match shared-mime-info behavior betterAlbert Astals Cid2018-11-131-1/+1
* | | | QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.10Albert Astals Cid2018-11-131-1465/+2952
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-137-56/+72
|\| | |
| * | | Fix ambiguous definition of atime/mtime/ctime on alphaDmitry Shachnev2018-11-121-1/+1
| * | | Fix QFileSystemWatcher::removePath after move operationsFilippo Cucchetto2018-11-121-5/+16
| * | | Make QThreadPool::waitForDone more atomicAllan Sandfeld Jensen2018-11-122-41/+44
| * | | Clean up and update Unicode character data 3rd-party infrastructureEdward Welbourne2018-11-111-1/+3
| * | | Doc: fix formatting error in QLineFEirik Aavitsland2018-11-111-4/+3
| * | | Add Windows Desktop arm64 target to QtbaseThomas Miller2018-11-111-4/+5
* | | | QFile::copy: include the QTemporaryFile's error message if it failsThiago Macieira2018-11-111-1/+1
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-1041-4366/+4513
|\| | |
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-0931-142/+138
| |\ \ \ | | | |/ | | |/|
| | * | Modernize the "textcodec" featureLiang Qi2018-11-0731-142/+138
| * | | Correct which codecs QTextStream::autoDetectUnicode detectsThiago Macieira2018-11-081-6/+6
| * | | Optimize QTextCodec::codecForUtfText a littleThiago Macieira2018-11-081-14/+14
| * | | QTextCodec: update the docs for codecForUtfTextThiago Macieira2018-11-081-5/+26
| * | | QUtf8Codec: Use one 32-byte load instead of two 16-byte ones on AVX2Thiago Macieira2018-11-081-1/+6
| * | | Fix warning about missing initializer for a struct memberThiago Macieira2018-11-081-1/+1
| * | | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-0/+2
| * | | Add qHash(QCborTag) and qHash(QCborSimpleType)Thiago Macieira2018-11-081-0/+10
| * | | QResource: catch signed integer overflow (just in case)Thiago Macieira2018-11-081-1/+4
| * | | QObject: Check for declarative signals in isSignalConnectedKari Oikarinen2018-11-081-13/+12
| * | | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-055-4169/+4280
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+3
| | |\|
| | | * Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
| | * | Update to CLDR v34Edward Welbourne2018-11-024-4169/+4277
* | | | Make QAbstractItemModel::resetInternalData virtual for Qt 6Frederik Gladhorn2018-11-081-1/+3
* | | | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-082-2/+2
* | | | QByteArrayList: add indexOf(const char*) overloadDavid Faure2018-11-062-0/+26
* | | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Qt Forward Merge Bot2018-11-067-7/+22
|\ \ \ \