aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | QQuickTableView: connect directly to the model, and not to the QPointerRichard Moe Gustavsen2018-11-281-4/+6
| * | QSGSoftwareInternalRectangleNode: Remove unnecessary loop iterationsMikhail Svetkin2018-11-271-1/+1
| * | QSGSoftwareInternalRectangleNode: Reduce memory allocationsMikhail Svetkin2018-11-271-1/+4
* | | QQuickCanvas: Return millisecond timestamp in requestAnimationFrame callbackKai Uwe Broulik2018-11-271-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-247-24/+51
|\| |
| * | Fix vertical alignment of images in a text documentLars Knoll2018-11-224-13/+20
| * | Fix updating of text nodes in QQuickTextEditLars Knoll2018-11-221-1/+12
| * | Use msvc qmake scope where appropriateOliver Wolff2018-11-221-1/+1
| * | QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-202-9/+18
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-201-34/+66
|\| |
| * | Fix tiling overflow with BorderImageAllan Sandfeld Jensen2018-11-171-34/+66
* | | Render inline custom text objectsAllan Sandfeld Jensen2018-11-191-1/+1
* | | Remove left-over libqtaccessiblequick.so plugin referenceFrederik Gladhorn2018-11-191-1/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-172-97/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Qt Forward Merge Bot2018-11-162-97/+1
| |\ \
| | * | Move xmllistmodel to xmlpatternsv5.12.0-beta4Frederik Gladhorn2018-11-052-97/+1
* | | | Register Window.transientParent, track user-code overridingShawn Rutledge2018-11-132-1/+61
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-122-2/+4
|\| | |
| * | | Fix more null pointer accesses in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-122-2/+4
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-093-2/+5
|\| | |
| * | | Fix null pointer access in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-073-2/+5
* | | | Remove invalid fixmeFrederik Gladhorn2018-11-061-1/+1
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-068-31/+45
|\| | |
| * | | DesignerSupport: Fix emitComponentCompleteSignalForAttachedPropertyThomas Hartmann2018-11-052-5/+12
| * | | Doc: Remove wrong return typeJoni Poikelin2018-11-021-1/+1
| |/ /
| * | Doc: Fix linking to Qt Quick ControlsTopi Reinio2018-10-302-3/+2
| * | QQWindow: cancel touch->mouse synthesis when touch is ungrabbedShawn Rutledge2018-10-302-22/+30
| * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-304-4/+19
| |\|