summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated members from QtWidgets/widgets classesVolker Hilsheimer2020-04-1717-267/+41
* CMake: Fix location of module .pri files for non-prefix buildsJoerg Bornemann2020-04-171-1/+1
* CMake: Port the 'cross_compile' featureJoerg Bornemann2020-04-172-1/+7
* CMake: Write QT_BUILD_PARTS to qmodule.priJoerg Bornemann2020-04-172-14/+23
* CMake: Write PKG_CONFIG_EXECUTABLE to qmodule.priJoerg Bornemann2020-04-171-5/+11
* CMake: Generate qmake pri information for building with qmakeAlexandru Croitor2020-04-172-11/+161
* CMake: Generate qmake .prl filesJoerg Bornemann2020-04-174-1/+299
* configurejson2cmake: Remove mention of the system-xcb featureJoerg Bornemann2020-04-171-2/+1
* Resolve OpenGL version functions in thread-safe mannerEskil Abrahamsen Blomfeldt2020-04-173-17/+20
* CMake: Make sure not to use the Qt prefix for standalone testsAlexandru Croitor2020-04-172-0/+19
* CMake: Handle super build non-prefix install prefix correctlyAlexandru Croitor2020-04-172-2/+4
* CMake: Handle automatic rpath embedding correctlyAlexandru Croitor2020-04-176-10/+189
* Move larger code examples in QFuture docs into snippetsSona Kurazyan2020-04-172-72/+81
* Add an example of error handling of QFuture without using exceptionsSona Kurazyan2020-04-172-6/+55
* Fix digit grouping when digits are surrogat pairsEdward Welbourne2020-04-172-61/+153
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-1771-332/+318
* Minor tidying for header guard in qopenglversionfunctions_p.hEskil Abrahamsen Blomfeldt2020-04-171-3/+3
* Clean up memoryLars Knoll2020-04-171-0/+1
* 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