aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | QSGDepthStencilBufferManager: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+3
| | * | | Allow Connections to handle signals using JavaScript functionsUlf Hermann2019-08-163-3/+77
| | * | | Enable threaded render loop for d3d11Laszlo Agocs2019-08-141-10/+13
| | * | | Minor cleanup and logic fix in basic renderloopLaszlo Agocs2019-08-141-7/+10
| | * | | Adapt usage of QMetaCallEvent to changes in QtCoreVolker Hilsheimer2019-08-131-10/+6
| | * | | scenegraph: fix error: 'QOffscreenSurface' does not name a typeMikko Gronoff2019-08-131-0/+1
| | * | | Use QSH::mouseDoubleClickDistance() and touchDoubleTapDistance()Shawn Rutledge2019-08-122-10/+8
* | | | | 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
* | | | | 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
* | | | | 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 qt6_add_qml_module() public APILeander Beernaert2019-09-1920-33/+505
* | | | | Fix handling of QmlDevTools include headersAlexandru Croitor2019-09-101-0/+7
* | | | | 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-021-0/+1
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1584-696/+2678
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-0978-533/+2519
| |\| | |
| | * | | 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
| | * | | Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+5
| | * | | 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-301-2/+3
| | * | | Fix bug in QQmlEngine::setImportPathList() when it had a resource pathJan Arve Sæther2019-07-301-1/+3
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2625-104/+253
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-245-12/+44
| | | |\|
| | | | * Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
| | | | * Doc: fix code snippetPaul Wicking2019-07-191-1/+1
| | | | * Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-193-9/+30
| | | | * Doc: Fix typos in code snippetsPaul Wicking2019-07-181-2/+2
| | | * | Doc: Add comment on evaluation order bindingsNico Vertriest2019-07-191-0/+3
| | | * | Doc: Add doc on "quit" shortcut behavior in macOSNico Vertriest2019-07-171-0/+6
| | | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13"Edward Welbourne2019-07-174-18/+14
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-174-18/+14
| | | | |\|
| | | | | * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
| | | | | * Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9