summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * macOS: Disable system provided tabbing by defaultTor Arne Vestbø2020-03-061-0/+1
| | * Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-062-2/+7
| | * Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-067-610/+908
| | * Doc: Mark QColorSpace enum as introduced in Qt 5.15Kai Koehne2020-03-061-2/+2
| | * Doc: Fix \sa link for QResource::uncompressedData()Kai Koehne2020-03-061-1/+1
| | * Doc: Let SQL Drill Down example show correct use of qgraphicsitem_castPaul Wicking2020-03-062-0/+6
| | * rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-0519-168/+451
| | * Fix deprecation warning in QGenericUnixServicesJoerg Bornemann2020-03-051-1/+2
| | * Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
| | * Add 'pass' test to testlib selftestsTor Arne Vestbø2020-03-0510-2/+170
| | * QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-053-28/+27
| | * tst_qstringapisymmetry: start testing char16_t, tooMarc Mutz2020-03-051-20/+99
| | * tst_qstringapisymmetry: fix indexOf/contains/lastIndexOf testsMarc Mutz2020-03-051-69/+91
| | * QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-055-9/+58
| | * QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-054-8/+31
| | * Document TlsV1SslV3 as deprecatedTimur Pocheptsov2020-03-041-1/+1
| | * Android: Bump gradle (plugin) versionsBogDan Vatra2020-03-047-4/+38
| | * QSslCertificate: Turn enum into enum class and expand abbreviationMårten Nordheim2020-03-044-93/+94
| | * Windows QPA: Add support to UiaRaiseNotificationEvent()Andre de la Rocha2020-03-044-6/+49
| | * Don't use deprecated QPixmapCache::find overloadVolker Hilsheimer2020-03-042-3/+2
* | | Update instructions for developer builds with CMakeTor Arne Vestbø2020-03-111-1/+1
* | | CMake: Fix mkspec install commandsLeander Beernaert2020-03-111-3/+8
* | | CMake: Build standalone tests out of source in CoinLeander Beernaert2020-03-112-7/+5
* | | QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-119-3112/+198
|/ /
* | Fix typoSimon Hausmann2020-03-101-3/+3
* | Small typo fixSimon Hausmann2020-03-101-13/+13
* | Remove template leftoverFabian Kosmale2020-03-101-1/+0
* | Fix warning in qmetaobjectbuilder.cppMitch Curtis2020-03-101-1/+1
* | Fix distribution of font properties in QTextFormatEskil Abrahamsen Blomfeldt2020-03-103-12/+166
* | CMake: Update the README regarding the minimum cmake version requiredAlexandru Croitor2020-03-101-2/+1
* | CMake: pro2cmake: Fix opengles condition substitutionAlexandru Croitor2020-03-101-1/+1
* | CMake: Remove code for old 3rdparty mechanism handlingAlexandru Croitor2020-03-102-111/+0
* | CMake: Remove old 3rdparty mechanism for harfbuzz-non-ngAlexandru Croitor2020-03-105-18/+17
* | CMake: Remove old 3rdparty mechanism for double conversionAlexandru Croitor2020-03-109-47/+65
* | CMake: Handle path components like INSTALL_LIBDIR more correctlyAlexandru Croitor2020-03-102-36/+89
* | CMake: Add python version requirement note to pro2cmakeAlexandru Croitor2020-03-091-0/+3
* | CMake: Update cmake/README with newer informationAlexandru Croitor2020-03-091-88/+35
* | CMake: Disable framework builds on macOS when target config is DebugAlexandru Croitor2020-03-092-2/+2
* | CMake: Fix handling of QML_IMPORT_VERSION in pro2cmakeAlexandru Croitor2020-03-091-21/+27
* | CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-099-1/+412
* | CMake: Port most of the configure summary supportAlexandru Croitor2020-03-096-5/+460
* | Simplify OpenGL and OpenGL ES2 library tests in Gui's configure.jsonLeander Beernaert2020-03-091-12/+2
* | CMake: Set minimum deployment target for darwin platformsAlexandru Croitor2020-03-061-8/+22
* | QFlatMap: explicitly include <vector>Vitaly Fanaskov2020-03-061-0/+1
* | Remove trivial overrides from QProcessJoerg Bornemann2020-03-062-31/+0
* | Merge QProcess::startDetached(QString, QStringList, ...) overloadsJoerg Bornemann2020-03-062-20/+1
* | CMake: Port the 'separate_debug_info' featureJoerg Bornemann2020-03-0610-13/+129
* | CMake: Fix condition of the 'debug' featureJoerg Bornemann2020-03-062-2/+2
* | CMake: Remove special case handling for OpenSSLLeander Beernaert2020-03-063-26/+50
* | Handle configure.json library testsLeander Beernaert2020-03-062-118/+197