summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify signature of untyped property bindingsSimon Hausmann2020-04-173-29/+31
* Make it possible to take bindings from properties without private headersSimon Hausmann2020-04-174-8/+8
* QEventDispatcherWin32: relax memory ordering on setting wakeUps flagAlex Trotsenko2020-04-171-1/+1
* QString::from/toLocal8Bit: Assume locale is utf8 if we don't have codecsLars Knoll2020-04-161-2/+2
* Fix compilation with QT_RESTRICTED_CAST_FROM_ASCIILars Knoll2020-04-161-1/+1
* Remove QString::from/toAscii()Lars Knoll2020-04-163-93/+0
* Remove deprecated members from QtWidgets/kernel classesVolker Hilsheimer2020-04-165-86/+1
* Remove deprecated members from graphics view classesVolker Hilsheimer2020-04-1611-273/+12
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-167-129/+24
* 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