summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-092-1/+55
| | * QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-092-3/+78
| | * QJsonObject: add missing detach2() callsThiago Macieira2020-04-092-0/+100
| | * QFactoryLoader: Fix warning about binary JSON being deprecatedThiago Macieira2020-04-091-0/+3
| | * KMS: fix warning about hex() and dec() being deprecatedThiago Macieira2020-04-091-1/+1
| | * tst_PlatformSocketEngine: Removee SOURCES += of QtNetwork codeThiago Macieira2020-04-091-6/+0
| | * MinGW: Fix debug only angle buildsKai Koehne2020-04-091-4/+5
| | * tst_QSaveFile: skip test that fails when run as rootThiago Macieira2020-04-081-0/+4
| | * QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-082-2/+7
| | * WASM: Replace NO_EXIT_RUNTIME=0 with EXIT_RUNTIME=1Fredrik Orderud2020-04-081-1/+1
| | * Minimal platform: fix leaking QMinimalScreen instanceShawn Rutledge2020-04-082-5/+7
* | | avoid compile warning when using clang++ with -Wshorten-64-to-32Martin Koller2020-04-115-7/+7
|/ /
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-1036-134/+67
* | Fix a few size_t / int conversion warningsFriedemann Kleint2020-04-105-6/+6
* | Windows: Provide a way to switch between WinTab and Windows Ink at run-timeAndre de la Rocha2020-04-107-4/+76
* | cmake: Add library mapping for QtHttpServerMikhail Svetkin2020-04-091-0/+6
* | Fix autotests after the QHash changesLars Knoll2020-04-0910-65/+413
* | Deduplicate some codeLars Knoll2020-04-091-34/+6
* | Optimize hashing of floating point numbersLars Knoll2020-04-092-10/+24
* | Replace Qt's hashing function with SipHashThiago Macieira2020-04-093-11/+351
* | Change qHashBits to use MurmurHash2Lars Knoll2020-04-092-150/+107
* | Fix compiler warning on 32bitLars Knoll2020-04-091-6/+7
* | Implement emplace() for QHash and QMultiHashLars Knoll2020-04-094-126/+262
* | 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