aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Initialize variablesJesus Fernandez2017-06-261-4/+4
* | | Initialize pointerJesus Fernandez2017-06-261-1/+1
* | | Initialize pointerJesus Fernandez2017-06-261-1/+2
* | | Support external textures (samplerExternalOES) in ShaderEffectYevhen Kyriukha2017-06-233-16/+29
* | | Update plugins.qmltypesMitch Curtis2017-06-221-8/+25
* | | Fix lookup of formals in QML signal handlers with AOTSimon Hausmann2017-06-212-31/+68
* | | QQuickImplicitSizeItem: don't redefine implicit size change signalsMitch Curtis2017-06-213-31/+6
* | | Merge "Merge branch 'wip/scenegraphng' into dev" into refs/staging/devLaszlo Agocs2017-06-2087-33/+13528
|\ \ \
| * \ \ Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-1987-33/+13528
| |\ \ \
| | * | | Path and PathMove doc fixesLaszlo Agocs2017-06-191-12/+10
| | * | | Update Lancelot Shape tests for latest API changesLaszlo Agocs2017-06-1912-441/+399
| | * | | Rename to vendorExtensionsEnableLaszlo Agocs2017-06-195-13/+13
| | * | | Allow freely mixing non-ShapePath objects in ShapeLaszlo Agocs2017-06-085-38/+55
| | * | | Use GradientStop and rename ShapeLinearGradient to LinearGradientLaszlo Agocs2017-06-0814-222/+60
| | * | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-08197-3240/+2679
| | |\ \ \
| | * | | | Reduce objects: Make ShapePath inherit PathLaszlo Agocs2017-06-0727-3166/+2575
| | * | | | Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-0271-7329/+2890
| | * | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-31277-622/+2301
| | |\ \ \ \
| | * | | | | Move PathItem to qt.labsLaszlo Agocs2017-04-2557-64/+525
| | * | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-25187-1635/+2399
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-03280-2842/+62466
| | |\ \ \ \ \ \
| | * | | | | | | PathItem: add some docs for the JS APILaszlo Agocs2017-03-301-0/+211
| | * | | | | | | PathItem/generic: Fix spread modes in gradient materialLaszlo Agocs2017-03-301-0/+4
| | * | | | | | | Add some Lancelot tests for PathItemLaszlo Agocs2017-03-307-0/+488
| | * | | | | | | Add a PathItem autotest for the declarative APILaszlo Agocs2017-03-3012-1/+385
| | * | | | | | | PathItem docs for the declarative APILaszlo Agocs2017-03-305-17/+447
| | * | | | | | | Add an interactive PathItem exampleLaszlo Agocs2017-03-304-0/+289
| | * | | | | | | Fix async PathItem results not always showing upLaszlo Agocs2017-03-281-0/+6
| | * | | | | | | Fix for disappearing VisualPath entries in generic PathItemLaszlo Agocs2017-03-171-5/+9
| | * | | | | | | PathItem example: add super- and multisample exampleLaszlo Agocs2017-03-026-69/+194
| | * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-01271-4005/+9081
| | |\ \ \ \ \ \ \
| | * | | | | | | | JS API for defining static paths and draw paramsLaszlo Agocs2017-01-2710-89/+4565
| | * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-2591-4232/+4974
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Destroy the async PathItem work pool properlyLaszlo Agocs2017-01-231-8/+14
| | * | | | | | | | | PathItem API cleanup: rename visualPaths to elementsLaszlo Agocs2017-01-232-4/+4
| | * | | | | | | | | Improve stencil clipping with NVPRLaszlo Agocs2017-01-239-30/+177
| | * | | | | | | | | Path generic PathItem work with both ushort and uint index typeLaszlo Agocs2017-01-232-30/+111
| | * | | | | | | | | Fix case when async PathItem goes down before finishLaszlo Agocs2017-01-232-0/+13
| | * | | | | | | | | Correct software PathItem bounding rectLaszlo Agocs2017-01-233-1/+13
| | * | | | | | | | | Separate fill and stroke geometry updates in generic PathItemLaszlo Agocs2017-01-232-81/+85
| | * | | | | | | | | Add PathItem.status to report async processing progressLaszlo Agocs2017-01-236-9/+95
| | * | | | | | | | | PathItem: add optional threaded triangulationLaszlo Agocs2017-01-2311-61/+245
| | * | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-23220-1756/+3910
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Reduce state changes with NVPR-backed PathItemsLaszlo Agocs2017-01-131-12/+25
| | * | | | | | | | | | Clean up pathitem example grid viewLaszlo Agocs2017-01-139-4293/+4205
| | * | | | | | | | | | PathItem/NVPR: Remove unused member variableLaszlo Agocs2017-01-102-6/+1
| | * | | | | | | | | | Allow multiple paths in a PathItemLaszlo Agocs2017-01-1032-1252/+5891
| | * | | | | | | | | | NVPR: Take X axis rotation into account for PathArcLaszlo Agocs2017-01-101-1/+1
| | * | | | | | | | | | Add X axis rotation property to PathArcLaszlo Agocs2017-01-105-2/+97
| | * | | | | | | | | | pathitem example: Add 3 more arc examplesLaszlo Agocs2017-01-106-1/+317