summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QComboBox: remove currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-1918-63/+27
* Fix sorting of fallback fonts based on writing systemsKonstantin Ritt2020-02-191-41/+26
* Only install tests data for prefix buildsLeander Beernaert2020-02-181-2/+2
* Set qt_add_test WORKING_DIRECTORY to OUTPUT_DIRECTORYLeander Beernaert2020-02-181-0/+2
* Set a default value for CMAKE_OSX_DEPLOYMENT_TARGETAlexandru Croitor2020-02-181-0/+15
* CMake: Use correct C++ standard flag when building standalone testsAlexandru Croitor2020-02-181-0/+5
* cmake: C++17 is mandatoryOlivier Goffart2020-02-181-5/+1
* CMake: Fix c++ standard config tests with MSVCAlexandru Croitor2020-02-185-1/+28
* Move QOpenGLWidget from QtOpenGL to its own moduleJohan Klokkhammer Helsing2020-02-1833-43/+141
* Update references from QAction to QGuiActionAllan Sandfeld Jensen2020-02-171-13/+13
* Fix build without features.threadTasuku Suzuki2020-02-172-2/+2
* Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-1714-42/+42
* Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-1715-1291/+1401
* Disable FTP support in QNAM by defaultKarsten Heimrich2020-02-177-5/+67
* QTypeRevision: Disallow floats and doubles as argumentsUlf Hermann2020-02-171-3/+4
* Add major versions to REVISION and Q_REVSION markersUlf Hermann2020-02-172-13/+13
* Move QOpenGLFrameBufferObject from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-1713-28/+22
* Fix build with -no-feature-bearermanagementNick Shaforostov2020-02-151-3/+1
* Silence another -Werror=class-memaccessGiuseppe D'Angelo2020-02-151-2/+2
* Implement better hash functions for integer typesLars Knoll2020-02-151-14/+44
* Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-14311-806/+724
|\
| * Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-13311-806/+724
| |\
| | * Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-12303-792/+482
| | * Fix metatypes source dependencies for non-prefix buildLeander Beernaert2020-02-121-0/+4
| | * Merge "Merge remote-tracking branch 'origin/dev' into wip/cmake" into wip/cmakeThe Qt Project2020-02-12213-12783/+12050
| | |\
| | | * Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-02-11213-12783/+12050
| | | |\
| | * | | Use INSTALL_QMLDIR instead of Qt6_DIR for qmltypes propertiesLeander Beernaert2020-02-121-1/+1
| | * | | Use INSTALL_DOCDIR when possibleChristophe Giboudeaux2020-02-121-10/+10
| | * | | Add library mapping for QtShaderToolsMårten Nordheim2020-02-121-0/+1
| | * | | Add support for qt_helper_lib()Leander Beernaert2020-02-123-0/+201
| | * | | Only export public module link dependencies for shared buildsLeander Beernaert2020-02-122-2/+11
| | |/ /
| | * | Fix typo for Mtdev pkgconfig targetSamuli Piippo2020-02-111-1/+1
* | | | QSignalMapper: remove deprecated signalsVitaly Fanaskov2020-02-142-68/+1
* | | | QSslConfiguration - fix a warningTimur Pocheptsov2020-02-141-0/+2
* | | | QtSql: remove compat SQL plugin namesChristian Ehrlicher2020-02-1314-21/+13
|/ / /
* | | coin: remove contact person for cmake issuesLiang Qi2020-02-138-16/+16
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-13406-8110/+14729
|\ \ \
| * | | Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-121-5/+17
| * | | Deprecate one overload of QInputDialog::getDouble() for 5.15Jan Arve Sæther2020-02-124-5/+19
| * | | wasm: store and pass canvases as emscripten::valMorten Johan Sørvig2020-02-128-59/+63
| * | | a11y: Remove a ### Qt6 that doesn't make much senseJan Arve Sæther2020-02-121-2/+2
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-129-16/+203
| |\ \ \
| | * | | Set also ndk.dirBogDan Vatra2020-02-111-1/+2
| | * | | Fix ANDROID_XXXX replace qmake function callBogDan Vatra2020-02-111-4/+4
| | * | | CMake Support: Fix dependent libraries search for MinGW and CMake 3.17Cristian Adam2020-02-101-1/+1
| | * | | Android: Make sure that it can find qrc files created via the pro fileAndy Shaw2020-02-101-4/+12
| | * | | Doc: Document the ltcg CONFIG valueJoerg Bornemann2020-02-101-1/+3
| | * | | Android: Fix native fileDialog not waiting for user selectionAssam Boudjelthia2020-02-102-0/+5
| | * | | QStorageInfo/Linux: resolve non-existent devices via /dev/blockThiago Macieira2020-02-091-3/+18
| | * | | Extend tst_qstringapisymmetry for member compare()Marc Mutz2020-02-091-2/+158