aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | | * Fix static buildSimon Hausmann2019-07-122-15/+2
| | | * | | V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-07-171-1/+2
| | | |/ /
| | | * | doc: Update the diagram to mention the correct beforeSynchronizing() signalKavindra Palaraja2019-07-176-2/+4
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-128-71/+181
| | | |\|
| | | | * Fix promise chainingFabian Kosmale2019-07-102-46/+162
| | | | * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-053-3/+7
| | | | * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-19/+5
| | | | * Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-051-3/+7
| | * | | Support top level generator functionsFabian Kosmale2019-07-235-7/+19
| | * | | Fix nullptr handling in bindingFabian Kosmale2019-07-221-2/+10
| | * | | Fix label name of features.qml-object-modelTasuku Suzuki2019-07-221-1/+1
| | * | | Introduce qmlRegisterSingletonInstanceFabian Kosmale2019-07-194-2/+131