summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-302-12/+12
* Optimize QDate by shortcutting some gregorian calendar methodsEdward Welbourne2019-08-303-15/+139
* QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-292-32/+37
* QReadWriteLock QT_NO_THREAD shell: make API compatible with the regular oneMarc Mutz2019-08-281-14/+14
* Merge remote-tracking branch 'origin/dev' into 5.14Liang Qi2019-08-2714-115/+117
|\
| * Say hello to Android multi arch build in one goBogDan Vatra2019-08-262-0/+11
| * Android: Set RTLD_NODELETE on API 23+BogDan Vatra2019-08-231-2/+9
| * Android: Update clang mkspecsBogDan Vatra2019-08-221-9/+0
| * Micro-optimize QAbstractItemModel::setItemDataGiuseppe D'Angelo2019-08-221-4/+11
| * Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-222-0/+29
| * Remove obsolete API after qtdeclarative migratedVolker Hilsheimer2019-08-222-28/+0
| * Cbor: Add overloads for QStringViewUlf Hermann2019-08-223-23/+52
| * forkfd: Add C11 and C++11 atomic supportThiago Macieira2019-08-201-27/+2
| * Remove workaround for compilers not supporting thread_localVolker Hilsheimer2019-08-201-22/+1
| * Fix build without feature.codecsTasuku Suzuki2019-08-201-0/+2
* | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-2513-66/+76
* | Port away from QMutexLocker in public headersMarc Mutz2019-08-253-6/+15
* | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-232-0/+32
* | Add support for the Islamic Civil calendarSoroush Rabiei2019-08-2210-3/+1604
* | Goodbye showYellowThingTor Arne Vestbø2019-08-221-4/+0
* | Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-218-1/+1221
* | Add support for Julian and Milankovic calendarsSoroush Rabiei2019-08-219-4/+444
* | Add support for calendars beside GregorianSoroush Rabiei2019-08-2018-3103/+6015
|/
* Fix rare double-free in QObject machineryMårten Nordheim2019-08-191-2/+13
* Fix build without features.poll_{ppoll,pollts,poll,select}Tasuku Suzuki2019-08-182-1/+14
* Make Qt aware of symlinks and shortcuts on WindowsRyan Chu2019-08-162-15/+125
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-162-9/+15
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-152-9/+15
| |\
| | * QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
| | * Add the detection of MSVC 2019 for QLibraryInfoFriedemann Kleint2019-08-141-1/+3
* | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-1610-8/+51
* | | Remove extra semicolon from QConcatenable<const char16_t *>::sizeMichael Brüning2019-08-131-1/+1
* | | QTextCodec: port to QRecursiveMutexMarc Mutz2019-08-131-12/+17
* | | QResource: port from QMutexLocker to qt_scoped_lockMarc Mutz2019-08-131-13/+13
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-08-139-23/+42
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-139-23/+42
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-123-11/+13
| | |\|
| | | * Fix integer overflow in QCryptographicHash's SHA-3 supportThiago Macieira2019-08-101-4/+4
| | | * Fix sign change warningSimon Hausmann2019-08-091-2/+2
| | | * QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-5/+7
| | * | QList: fix some integer cast warnings from 64- to 32-bitThiago Macieira2019-08-101-2/+2
| | * | QBitArray: change modulo 8 with bitwise-AND 7Thiago Macieira2019-08-081-4/+4
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-083-4/+9
| | |\|
| | | * QMutexPool: fix memory order of atomic operationsMarc Mutz2019-08-052-4/+7
| | | * Fix race condition on qt_create_tls() on WindowsThiago Macieira2019-08-051-0/+2
| | * | Fix two examples in QUrl::toLocalFile() documentationAndreas Hartmetz2019-08-071-2/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-053-4/+19
| | |\|
| | | * macOS: Add system detection and version defines for macOS Catalina (10.15)Tor Arne Vestbø2019-08-013-4/+19
* | | | Fix return valueLars Knoll2019-08-131-1/+1
* | | | Inline QMetaObjectPrivate::signalOffset()Lars Knoll2019-08-132-9/+8