summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-09125-310/+305
* Fix the documentation for QHash and QMultiHashLars Knoll2020-04-091-312/+749
* Optimize QHash when using QHashDummyValueLars Knoll2020-04-091-2/+27
* new QCache implementationLars Knoll2020-04-094-127/+230
* New QHash implementationLars Knoll2020-04-097-1378/+1624
* Support multiple page ranges in QPrinterSzabolcs David2020-04-0914-103/+558
* CMake: Skip regeneration of manual compile test projectAlexandru Croitor2020-04-091-0/+1
* CMake: Handle missing packages in project compile testsAlexandru Croitor2020-04-092-2/+26
* Don't set WindowContextHelpButtonHint by default for dialogs and sheetsVolker Hilsheimer2020-04-093-18/+5
* Resolve Qt6 TODO items, replace Median and BlockSizeManagerKarsten Heimrich2020-04-094-196/+41
* Remove some dead codeKarsten Heimrich2020-04-092-46/+0
* QApplication: remove obsolete keypadNavigationEnabled memberVolker Hilsheimer2020-04-092-52/+1
* QApplication: remove deprecated keyboardInputLocale/Direction membersVolker Hilsheimer2020-04-091-7/+0
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-08399-4463/+8910
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-08399-4463/+8910
| |\
| | * Revert "QCommonStyle::pixelMetric(): Silence warnings about deprecated enum v...Fabian Kosmale2020-04-081-38/+7
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-086-28/+18
| | |\
| | | * Fix build with macOS 10.15 and deployment 10.12André Klitzing2020-04-071-1/+2
| | | * Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
| | | * Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
| | | * QLibrary: fix deadlock caused by fix to QTBUG-39642Thiago Macieira2020-04-063-2/+7
| | | * Fix linking of header only Qt5Zlib for cmake static buildsKai Koehne2020-04-061-0/+4
| | * | H2C - make sure we send the client preface and settingsTimur Pocheptsov2020-04-073-0/+10
| | * | Doc: Document QTestStream manipulators under the Qt namespaceTopi Reinio2020-04-073-26/+103
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-067-120/+153
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-067-120/+153
| | | |\|
| | | | * Try to stabilize flaky test cases of tst_qsequentialanimationgroupSona Kurazyan2020-04-051-4/+3
| | | | * Stabilize QScroller testVolker Hilsheimer2020-04-031-75/+82
| | | | * Doc: Fix QLineF::IntersectionType enum nameLeena Miettinen2020-04-031-1/+1
| | | | * Doc: Clarify equivalence of two QDate instancesTopi Reinio2020-04-031-7/+9
| | | | * QEventDispatcherWin32: fix posted events deliveringAlex Trotsenko2020-04-032-33/+50
| | | | * QLibrary/Android: Correct improper mergingThiago Macieira2020-04-031-4/+4
| | | | * Fix flakiness in tst_QApplication::testDeleteLaterAlex Trotsenko2020-04-031-0/+7
| | * | | Fix parameter order in cldr2qlocalexml.py's usage()Edward Welbourne2020-04-061-1/+1
| | * | | tst_QScopeGuard: Fix build by giving template parameters explicitlyKari Oikarinen2020-04-061-2/+2
| | * | | Add missing endif() in a CMake fileJean-Michaël Celerier2020-04-051-1/+1
| | * | | Wasm: don’t deadlock on parallel image conversionsMorten Johan Sørvig2020-04-051-3/+8
| | |/ /
| | * | qpa: Remove references to lighthouseTor Arne Vestbø2020-04-0336-83/+9
| | * | Doc: Make Qt Test snippets compilableNico Vertriest2020-04-0312-201/+416
| | * | Fix deprecation warning in tst_QLocale()'s use of QProcess::start()Edward Welbourne2020-04-031-1/+1
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-0356-219/+275
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-0356-219/+275
| | | |\|
| | | | * Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
| | | | * Pass SDK root to the linker as -isysroot, not -Wl,-syslibrootTor Arne Vestbø2020-04-022-6/+3
| | | | * Set CONFIG += benchmark in corelib's various benchmarksEdward Welbourne2020-04-0250-122/+132
| | | | * ANGLE: d3d11: Do not register windows message hooks for d3d11 windowsOliver Wolff2020-04-022-2/+47
| | | | * Speed up tst_QApplication::testDeleteLaterProcessEvents2()Friedemann Kleint2020-03-311-1/+2
| | | | * tst_QApplication::testDeleteLaterProcessEvents(): Split the testFriedemann Kleint2020-03-311-69/+80
| | * | | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-0348-117/+117
| | * | | CMake: Fix double inclusion of CMake plugin targetsKai Koehne2020-04-031-1/+2