aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | Reduce state changes with NVPR-backed PathItemsLaszlo Agocs2017-01-131-12/+25
| | * | | | | | | | | Clean up pathitem example grid viewLaszlo Agocs2017-01-131-0/+3
| | * | | | | | | | | PathItem/NVPR: Remove unused member variableLaszlo Agocs2017-01-102-6/+1
| | * | | | | | | | | Allow multiple paths in a PathItemLaszlo Agocs2017-01-1010-823/+1085
| | * | | | | | | | | NVPR: Take X axis rotation into account for PathArcLaszlo Agocs2017-01-101-1/+1
| | * | | | | | | | | Add X axis rotation property to PathArcLaszlo Agocs2017-01-101-0/+1
| | * | | | | | | | | Fix negative stroke width for software PathItemLaszlo Agocs2017-01-102-3/+9
| | * | | | | | | | | Stencil clipping for NVPRLaszlo Agocs2017-01-103-39/+270
| | * | | | | | | | | Treat 0 as a valid strokeWidth valueLaszlo Agocs2016-12-234-4/+7
| | * | | | | | | | | software backend: Fix clipping of QSGRenderNodesLaszlo Agocs2016-12-211-4/+4
| | * | | | | | | | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-1916-2/+3193
| * | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-155-13/+18
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-12/+13
| | * | | | | | | | Repeater: Clarify documentation a littleRobin Burchell2017-06-071-1/+5
| * | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-49/+58
| |\| | | | | | | |
| | * | | | | | | | QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-022-0/+2
| | * | | | | | | | Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-1/+1
| | * | | | | | | | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-48/+54
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-202-11/+1
| | | * | | | | | | | Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
| | * | | | | | | | | Document the default value of x, y, width & heightJesus Fernandez2017-05-231-0/+1
| * | | | | | | | | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-064-37/+77
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-064-37/+77
| | |\| | | | | | | | | | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | | * | | | | | | | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-192-1/+11
| | | |\| | | | | | |
| | | | * | | | | | | Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
| | | * | | | | | | | QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-151-1/+1
| | | |/ / / / / / /
| | | * | | | | | | Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-103-29/+52
| | | * | | | | | | Fix hover delivery in case of touch release eventsFrederik Gladhorn2017-05-101-2/+8
| | | * | | | | | | Touch child mouse filtering: pass not grabbed points inside item boundsFrederik Gladhorn2017-05-071-1/+2
| | | * | | | | | | Fix remaining QQWindow qCDebugs to show eventpoint IDs in hexShawn Rutledge2017-05-041-2/+2
| | | * | | | | | | Doc: fix 'adpatation' -> 'adaptation'Jüri Valdmann2017-05-031-2/+2
| * | | | | | | | | Remove QQuickAnimatedImage::sourceSizeChangedAlbert Astals Cid2017-06-021-1/+0
| * | | | | | | | | Revert "QQuickRectangle: Optimize setGradient"Robin Burchell2017-06-013-2/+24
| |/ / / / / / / /
| * | | | | | | | Add screen product informationPier Luigi Fiorini2017-05-233-0/+58
| * | | | | | | | Add advance property to QQuickTextEskil Abrahamsen Blomfeldt2017-05-193-0/+50
* | | | | | | | | Fix some problems with MouseDblClick handlingJan Arve Saether2017-05-264-3/+19
* | | | | | | | | Change enum values to not start from 0Jan Arve Saether2017-05-221-7/+7
* | | | | | | | | Start over with event delivery when touchpoint releases occurShawn Rutledge2017-05-225-25/+63
* | | | | | | | | QQuickPointerEvent debug operator: don't crash if original event nullShawn Rutledge2017-05-111-1/+4
* | | | | | | | | QQuickPointerEvent debug operator: add timestampShawn Rutledge2017-05-111-1/+3
* | | | | | | | | Default QQuickItem::acceptTouchEvents to true until Qt 6Shawn Rutledge2017-05-105-2/+17
* | | | | | | | | Only send filtered events to the parent of the receiverJan Arve Saether2017-05-081-0/+2
* | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-05-0861-98/+198
|\| | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-0257-1/+144
| |\| | | | | | |
| | * | | | | | | Add a method to query the scene graph backendMichael Brüning2017-04-272-0/+15
| | * | | | | | | Run includemocs in qtdeclarativeThiago Macieira2017-04-2655-0/+101
| | * | | | | | | Document Screen virtualX and virtualYPier Luigi Fiorini2017-04-261-0/+14
| | * | | | | | | Doc: correct \sa statementNico Vertriest2017-04-261-1/+1
| | * | | | | | | Fix populating selection clipboard with keyboardVolodymyr Samokhatko2017-04-261-0/+7
| | * | | | | | | Fix Canvas memory leakRoman Pasechnik2017-04-251-0/+6