aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Don't overwrite states if role is assigned after a stateJan Arve Sæther2019-05-092-35/+46
* Accessibility: Make sure StaticText is marked read-onlyFrederik Gladhorn2019-05-071-1/+7
* Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
* QQuickTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-021-0/+3
* Fix memory leak with QQuickEventPointJeremy Powell2019-04-241-22/+16
* Debug missing synth-mouse ID in hex, not decimalShawn Rutledge2019-04-171-1/+1
* Quick fix for not working input handling for eglfsMichal Klocek2019-04-151-0/+1
* QQuickWindow: Run render jobs when there is a render control in NoStageAndy Shaw2019-04-091-2/+10
* In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-041-2/+2
* Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-271-4/+0
* Restore rich Text creation speedShawn Rutledge2019-03-261-1/+1
* Fix leaking of QML QQuickItemGrabResult objectsVal Doroshchuk2019-03-111-2/+4
* Fix a bug where hover events were not sent if the mouse was never movedJan Arve Sæther2019-03-041-0/+1
* Don't crash if the synth-mouse touchpoint is absent from a touch eventShawn Rutledge2019-03-041-12/+16
* QQuickFlickable: fix setContentX/setContentY comparing qrealYulong Bai2019-03-011-2/+2
* Text: render table cell backgrounds properlyShawn Rutledge2019-02-282-9/+13
* Doc: Fix link issuesNico Vertriest2019-02-281-7/+8
* Don't crash when passive grabber deleted before exclusive gr. releasedShawn Rutledge2019-02-261-2/+5
* Update the cursor when the window is enteredAndy Shaw2019-02-251-0/+1
* QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-212-0/+13
* QQuickTableView: use correct WRITE function for contentHeightRichard Moe Gustavsen2019-02-181-1/+1
* Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-2/+7
* Doc: explain when the move velocity and duration properties are usedMitch Curtis2019-02-071-0/+5
* QQuickWindow: don't give exclusive grab to invisible or disabled ItemsShawn Rutledge2019-02-051-1/+1
* TapHander: do not "want" an eventPoint that is outside parent boundsShawn Rutledge2019-01-301-1/+1
* TextInput: Stop leaking password values to process memoryIvan Čukić2019-01-292-0/+11
* Canvas: Guard context pointer against external deletionUlf Hermann2019-01-231-144/+166
* Add handlers declared as Flickable children to its contentItemShawn Rutledge2019-01-224-4/+18
* Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Liang Qi2019-01-221-1/+1
|\
| * Merge 5.12 into 5.12.1Kari Oikarinen2019-01-083-5/+19
| |\
| * | Fix regression in border-top with high-dpiAllan Sandfeld Jensen2019-01-071-1/+1
* | | Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-3/+3
| |/ |/|
* | Doc: velocity properties must be set to -1 when setting durationMitch Curtis2018-12-131-1/+12
* | Fix missing strike outDaniel Engelke2018-12-101-0/+2
* | TapHandler: ignore scroll events and native gesturesShawn Rutledge2018-12-101-4/+5
|/
* 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
* Prevent overly drawn-out animation when snappingMichael Brasser2018-11-291-1/+5
* QQuickTableView: connect directly to the model, and not to the QPointerRichard Moe Gustavsen2018-11-281-4/+6
* 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
* QQuickText: Signal content height/width changes also when resettingUlf Hermann2018-11-202-9/+18
* Fix null pointer access in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-072-1/+3
* Doc: Remove wrong return typeJoni Poikelin2018-11-021-1/+1
* 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-302-0/+10
|\
| * Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-132-0/+10
* | Fix backward QML compatibility for Flickable.isAtBoundaryChanged()Alexander Akulich2018-10-251-4/+5
* | Fix QML compatibility for Text.contentWidth/Height changed handlersAlexander Akulich2018-10-251-2/+4