summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated members from dialog classesVolker Hilsheimer2020-04-1610-512/+4
* Remove deprecated QWizard memberVolker Hilsheimer2020-04-162-13/+0
* Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-1676-592/+683
* Run those autotests with cmakeLars Knoll2020-04-152-1/+17
* Compile fixes for clang10Lars Knoll2020-04-158-19/+19
* Port QNetworkProxy over to use QRegularExpressionLars Knoll2020-04-152-6/+8
* CMake: Add library mapping for xcb-fixesLeander Beernaert2020-04-151-0/+7
* CMake: Update pro2cmake and friend to convert QtVirtualkeyboardLeander Beernaert2020-04-153-0/+6
* QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-152-251/+94
* 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-1511-363/+35
* Port example over to QRegularExpressionLars Knoll2020-04-155-26/+44
* Convert the example to use QRegularExpressionLars Knoll2020-04-152-17/+32
* 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
* CMake: Fix $ORIGIN rpaths to work when passed on the command lineAlexandru Croitor2020-04-151-6/+10
* Improve Map|Map-Reduce and Filter|Filter-Reduce implementationKarsten Heimrich2020-04-1414-405/+1344
* QTaskBuilder::spawn: add an overload that doesn't return a future objectVitaly Fanaskov2020-04-145-0/+55
* CMake: Enable Moc for 3rdparty librariesLeander Beernaert2020-04-141-0/+2
* 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