aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about deprecated QPainter::setMatrix in QSGSoftwareInternalImageNodeFriedemann Kleint2019-02-051-2/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-014-2/+13
|\
| * TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-302-2/+2
| * TextInput: Stop leaking password values to process memoryIvan Čukić2019-01-292-0/+11
* | QQuickTableView: use QMap instead of a QRect to keep track of loaded columnsRichard Moe Gustavsen2019-01-302-83/+125
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2913-183/+224
|\|
| * PinchHandler: fix pedantic warningsShawn Rutledge2019-01-282-20/+19
| * PinchHandler: Avoid unwanted translations when axes are disabledShawn Rutledge2019-01-281-6/+4
| * Silent -Wdouble-promotion warningJesus Fernandez2019-01-251-2/+2
| * Canvas: Guard context pointer against external deletionUlf Hermann2019-01-231-144/+166
| * Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-225-5/+21
| * Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Liang Qi2019-01-226-9/+13
| |\
| | * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-0818-25/+66
| | |\
| | * | Fix regression in border-top with high-dpiAllan Sandfeld Jensen2019-01-071-1/+1
| | * | TapHandler: clean up when wantsEventPoint returns falseShawn Rutledge2018-12-132-2/+5
| | * | PointHandler: distribute simultaneous touch presses properlyShawn Rutledge2018-12-131-1/+1
| | * | Fix typo in notify signal emissionRobert Griebl2018-12-101-1/+1
| | * | Doc: Restore QtQuick.Shapes documentationTopi Reinio2018-12-101-4/+5
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-227-20/+12
|\| | |
| * | | Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-213-5/+5
| * | | Remove reference to OpenGL from distance field cache superclassEskil Abrahamsen Blomfeldt2019-01-214-15/+7
| | |/ | |/|
* | | Do a better job of respecting the default surface formatMichael Brasser2019-01-211-2/+8
* | | QML: Special case null as binding typeUlf Hermann2019-01-211-0/+3
* | | Add itemAtIndex to quick viewsPaolo Angelelli2019-01-177-0/+67
* | | Privately export QQuickImageTextureProvider, QSGTextureMaterialShaderPaolo Angelelli2019-01-153-34/+36
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-109-13/+6
|\| |
| * | Doc: Fix link issuesNico Vertriest2019-01-039-13/+6
* | | Fix QFont-related deprecation warningsFriedemann Kleint2019-01-083-6/+6
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-233-2/+23
|\| |
| * | qquickpixmapcache: Fix invalidation of m_cache while iterating itRobin Burchell2018-12-221-1/+2
| * | When there are no points to grab, then we should return falseAndy Shaw2018-12-191-0/+2
| * | nothread: do not delete reader thread object before it gets usedLorn Potter2018-12-131-0/+7
| * | Doc: velocity properties must be set to -1 when setting durationMitch Curtis2018-12-131-1/+12
* | | Avoid create an additional copy of an imageMikhail Svetkin2018-12-211-0/+12
* | | Expose the target value in BehaviorsPaolo Angelelli2018-12-213-4/+26
* | | Doc: Fix Qt Quick Test documentationMitch Curtis2018-12-141-16/+0
* | | Fix Keys.onShortcutOverride for TextEditJan Arve Sæther2018-12-131-1/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-1210-23/+65
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-12-112-3/+7
| |\ \
| | * | Fix leaking textures and animation resources by software backendKirill Burtsev2018-11-142-3/+7
| * | | Fix missing strike outDaniel Engelke2018-12-102-3/+21
| * | | TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-102-4/+9
| | |/ | |/|
| * | Ensure that each Event Handler has an Item parent rather than assertingShawn Rutledge2018-12-071-1/+5
| * | Add dynamically-created Event Handlers to the relevant handlers vectorShawn Rutledge2018-12-073-12/+22
| * | Declare the enum so it can be passed to the QML sideAndy Shaw2018-11-301-0/+1
* | | Refactor QQuickSinglePointHandler into public and private classesShawn Rutledge2018-12-054-27/+131
* | | Fix warnings about unused Qt containersSergio Martins2018-11-301-5/+5
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-305-17/+24
|\| |
| * | Prevent overly drawn-out animation when snappingMichael Brasser2018-11-291-1/+5
| * | Disable antialiased clipping when painting imagesAllan Sandfeld Jensen2018-11-282-10/+8