summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix handling of negated feature config valuesJoerg Bornemann2020-04-212-7/+22
* rcc: Fix line endings on Windows when redirectedFriedemann Kleint2020-04-201-2/+1
* CMake: Move Resources API into Qt6CoreMacrosLeander Beernaert2020-04-204-202/+184
* Add the Qt 6.0 deprecation macrosGiuseppe D'Angelo2020-04-201-2/+10
* CMake: Relocate quick compiler resource pass to QtDeclarativeLeander Beernaert2020-04-201-136/+14
* linux-clang/qplatformdefs: fix building with musl libcKylie McClain2020-04-201-4/+0
* Fix QLabel with no "picture" featureNodir Temirkhodjaev2020-04-191-0/+2
* QMultiHash: Retrieve the value before deleting on take()Ulf Hermann2020-04-181-5/+7
* Make continuations work with move-only typesSona Kurazyan2020-04-182-27/+136
* CMake: Port the 'ccache' featureJoerg Bornemann2020-04-172-1/+10
* CMake: Port the 'ltcg' featureJoerg Bornemann2020-04-172-1/+10
* CMake: Make use of CMAKE_CURRENT_FUNCTION_LIST_DIRJoerg Bornemann2020-04-171-2/+4
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-1719-625/+5
* Remove deprecated QTest::qWaitForWindowShown overload for QtWidgetsVolker Hilsheimer2020-04-172-27/+0
* 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