aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | * 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-176-18/+107
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-176-18/+107
| | | | |\|
| | | | | * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-163-0/+96
| | | | | * 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-172-1/+17
| | | |/ /
| | | * | doc: Update the diagram to mention the correct beforeSynchronizing() signalKavindra Palaraja2019-07-176-2/+4
| | | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-1216-99/+379
| | | |\ \
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-1216-99/+379
| | | |/| | | | | | |/
| | | | * Fix promise chainingFabian Kosmale2019-07-104-46/+201
| | | | * Fix compilation with C++20Marc Mutz2019-07-081-1/+1
| | | | * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-054-30/+62
| | | | * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-054-19/+15
| | | | * Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-053-3/+100
| | * | | linter: Cover all supported JavaScript functionsFabian Kosmale2019-07-261-12/+13
| | * | | qmllint: Improve parent handlingFabian Kosmale2019-07-268-33/+64