aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regenerate qtdeclarative before mergeAlexandru Croitor2019-10-1148-127/+215
* Add INSTALL_QML_FILES option to qt6_add_qml_module()Leander Beernaert2019-10-081-5/+11
* Rename DO_NOT_INSTALL to DO_NOT_INSTALL_METADATALeander Beernaert2019-10-081-5/+5
* Stop manually using qt_export_toolsAlexandru Croitor2019-09-301-1/+0
* Allow instalation of qml files with SKIP_TYPE_REGISTRATIONLeander Beernaert2019-09-241-5/+5
* Add SKIP_TYPE_REGISTRATION option to qt6_add_qml_moduleLeander Beernaert2019-09-241-0/+13
* CMake Build: Use find_package(PythonInterp) instead of "python"Cristian Adam2019-09-231-1/+2
* Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-2071-98/+98
* Regenerate Testlib projectLeander Beernaert2019-09-201-1/+1
* Remove double type registrationSimon Hausmann2019-09-201-1/+0
* Fix qmldir file version and dependency keywordLeander Beernaert2019-09-191-2/+2
* Add missing Examples with qml pluginsLeander Beernaert2019-09-196-9/+384
* Add qt6_add_qml_module() public APILeander Beernaert2019-09-1931-46/+701
* Fix running declarative tests on WindowsMårten Nordheim2019-09-182-2/+0
* Fix top-level build with examples enabledSimon Hausmann2019-09-171-1/+1
* Fix handling of QmlDevTools include headersAlexandru Croitor2019-09-101-0/+7
* Add build and test instructionsLiang Qi2019-09-041-0/+13
* Prospective Windows build fix, part 2Simon Hausmann2019-09-041-1/+1
* Prospective fix for the Windows buildSimon Hausmann2019-09-031-0/+1
* Support standalone tests buildingLiang Qi2019-09-024-13/+14
* Bump minimum CMake version to 3.15.0 as it is done in qtbaseAlexandru Croitor2019-08-271-1/+1
* Convert ExamplesLeander Beernaert2019-08-2391-66/+5957
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-15138-830/+3670
|\
| * Merge "Merge remote-tracking branch 'origin/dev' into wip/qt6"Alexandru Croitor2019-08-10127-640/+3458
| |\
| | * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-09127-640/+3458
| |/|
| | * Fix unused captured 'this' warningYulong Bai2019-08-071-1/+1
| | * Fix undeclared 'memcpy' identifierYulong Bai2019-08-071-0/+1
| | * Fix incorrect vertex data and rendering when shapes change sceneSimon Hausmann2019-08-071-0/+5
| | * Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-0715-341/+1789
| | * Fix tests in qtquickcontrols 1 and 2Simon Hausmann2019-08-071-26/+1
| | * Skip the test function that uses QProcess on AndroidJan Arve Sæther2019-08-051-0/+3
| | * Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-022-10/+20
| | * Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-023-11/+12
| | * Remove usages of deprecated QSignalMapperSona Kurazyan2019-08-012-12/+23
| | * Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-316-12/+10
| | * Re-enable colors with both gl and rhi glyph cachesLaszlo Agocs2019-07-313-7/+9
| | * Make openvg compileLaszlo Agocs2019-07-306-8/+37
| | * Have an autorelease pool for each frame on the render threadLaszlo Agocs2019-07-301-0/+4
| | * Avoid locking up on resize with threaded loop and the rhiLaszlo Agocs2019-07-301-4/+18
| | * Re-enable threaded render loop with Vulkan on LinuxLaszlo Agocs2019-07-301-8/+0
| | * Fix debug output for QQmlError when url is a resourceJan Arve Sæther2019-07-302-3/+4
| | * Fix bug in QQmlEngine::setImportPathList() when it had a resource pathJan Arve Sæther2019-07-301-1/+3
| | * Fix qqmlexpression failures for AndroidJan Arve Sæther2019-07-291-2/+5
| | * Fix qqmlimport failures for AndroidJan Arve Sæther2019-07-292-1/+9
| | * Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-2646-132/+693
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2646-132/+693
| | |/|
| | | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-2415-12/+178
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-2415-12/+178
| | | |/|
| | | | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-2310-1/+143
| | | | * Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3