summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-151-50/+27
* Extend the QRegExp->QRegularExpression porting docLars Knoll2020-04-151-0/+5
* Move the QRegExp porting docs into the QRegExp class documentationLars Knoll2020-04-154-138/+142
* Remove two leftover references to QRegExp in the docsLars Knoll2020-04-152-2/+1
* Remove QRegExp based functionality from QObjectLars Knoll2020-04-152-81/+0
* Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-153-218/+27
* Don't anchor wildcard patterns twiceLars Knoll2020-04-151-1/+1
* Add WildcardConversionOptions to QRegularExpressionLars Knoll2020-04-152-8/+33
* Port qfilesystemengine_win.cpp to QRegularExpressionLars Knoll2020-04-151-5/+10
* Port androidtestrunner to QRegularExpressionLars Knoll2020-04-151-9/+13
* Improve Map|Map-Reduce and Filter|Filter-Reduce implementationKarsten Heimrich2020-04-1411-389/+336
* QTaskBuilder::spawn: add an overload that doesn't return a future objectVitaly Fanaskov2020-04-144-0/+40
* Remove size assert in QMultiHash::take()Shawn Rutledge2020-04-141-1/+0
* Fix qConstexprNextPowerOfTwo(qint64) to return quint64Shawn Rutledge2020-04-131-3/+5
* 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-1113-52/+85
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-1113-52/+85
| |\
| | * Fix warning about deprecated QComboBox::AdjustToMinimumContentsLengthThiago Macieira2020-04-091-3/+14
| | * Remove more calls to deprecated TouchPoint functionsShawn Rutledge2020-04-093-9/+6
| | * 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-091-1/+1
| | * QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-3/+7
| | * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+3
| | * 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
| | * MinGW: Fix debug only angle buildsKai Koehne2020-04-091-4/+5
| | * QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-2/+4
| | * Minimal platform: fix leaking QMinimalScreen instanceShawn Rutledge2020-04-082-5/+7
* | | avoid compile warning when using clang++ with -Wshorten-64-to-32Martin Koller2020-04-114-6/+6
|/ /
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-1029-112/+44
* | 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
* | 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-091-139/+102
* | Fix compiler warning on 32bitLars Knoll2020-04-091-6/+7
* | Implement emplace() for QHash and QMultiHashLars Knoll2020-04-093-120/+183
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-09105-258/+253
* | 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-093-127/+214
* | New QHash implementationLars Knoll2020-04-094-1344/+1570
* | Support multiple page ranges in QPrinterSzabolcs David2020-04-0911-103/+476
* | 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-093-181/+14
* | Remove some dead codeKarsten Heimrich2020-04-092-46/+0