summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove size assert in QMultiHash::take()Shawn Rutledge2020-04-141-1/+0
* CMake: pro2cmake expand variables for qt_add_resource()Leander Beernaert2020-04-141-0/+12
* Fix qConstexprNextPowerOfTwo(qint64) to return quint64Shawn Rutledge2020-04-131-3/+5
* Fix example documentation to not mention QRegExp anymoreLars Knoll2020-04-132-5/+2
* Port test over to use QRegularExpressionLars Knoll2020-04-131-6/+6
* Port tracedef to QRegularExpressionLars Knoll2020-04-131-20/+22
* Port androiddeployqt from QRegExp to QRegularExpressionLars Knoll2020-04-131-18/+24
* Include QRegularExpression in the bootstrap libraryLars Knoll2020-04-138-53/+142
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-1122-120/+395
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-1122-120/+395
| |\
| | * Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-102-56/+75
| | * Fix warning about deprecated QComboBox::AdjustToMinimumContentsLengthThiago Macieira2020-04-091-3/+14
| | * Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-093-9/+6
| | * tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
| | * Fix warning about QMetaObject::isEditable() being deprecatedThiago Macieira2020-04-091-1/+11
| | * Switch to using versioned deprecated macrosAllan Sandfeld Jensen2020-04-091-24/+24
| | * 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