summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | QChar: add FormFeed (FF) special characterThiago Macieira2019-08-122-0/+2
* | | | Short live qt_unique_lock/qt_scoped_lock! (until C++17)Marc Mutz2019-08-132-0/+120
|/ / /
* | | CMake: Add documentation for qt5_import_plugins()Alexandru Croitor2019-08-122-0/+80
* | | CMake: Add support for auto-importing plugins in CMakeKyle Edwards2019-08-121-0/+32
* | | Deprecate QStringViewLiteralMarc Mutz2019-08-103-5/+17
* | | Refactor memory allocation for arguments of QMetaCallEventsVolker Hilsheimer2019-08-103-82/+171
* | | Give some TLC to QAppleRefCountedMarc Mutz2019-08-091-2/+10
* | | Minor QSet doc cleanupAlex Blasche2019-08-081-3/+0
* | | QDateTimePrivate: inherit QSharedData and other cleanupsMarc Mutz2019-08-072-14/+6
* | | QPoint/F: add transposed()Marc Mutz2019-08-072-0/+27
* | | QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-075-0/+35
* | | Simplify QDate::weekNumber() by looking at the right day of the weekEdward Welbourne2019-08-071-27/+14
* | | Thou Shalt Not Specialize std Function TemplatesMarc Mutz2019-08-033-27/+4
* | | Un-deprecate QSignalMapperSona Kurazyan2019-08-012-10/+4
* | | QResource: consistently cache resourceList()Marc Mutz2019-08-011-8/+10
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-1/+1
|\| |