aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQuickTextControl: Fix Qt::ImAbsolutePosition queryVova Mshanetskiy2019-05-241-1/+1
* Doc: Fix incorrect snippet in Repeater QML type documentationTopi Reinio2019-01-231-4/+5
* Doc - minor cleanupKavindra Palaraja2019-05-211-307/+281
* Fix leaking scene graph rendering contextsSimon Hausmann2019-03-152-2/+11
* Fix assert in QSGBasicInternalImageNode::updateGeometryAllan Sandfeld Jensen2019-05-161-2/+2
* Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-152-16/+29
* TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-153-1/+20
* Document TapHandler.tapped and [single|double]Tapped eventPoint argumentShawn Rutledge2019-05-092-6/+85
* 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-073-1/+24
* Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
* QQuickTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-021-0/+3
* PinchHandler: change qCInfo to qCDebugShawn Rutledge2019-04-291-2/+2
* MultiPointHandler: eliminate "no points" warning with native gesturesShawn Rutledge2019-04-261-6/+7
* Fix memory leak with QQuickEventPointJeremy Powell2019-04-241-22/+16
* Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-1/+1
|\
| * Merge 5.12 into 5.12.3Kari Oikarinen2019-04-012-5/+1
| |\
| * | Doc: Fix typo in code snippetPaul Wicking2019-03-271-1/+1
* | | 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
* | | Document macOS threaded render loop availabilityMorten Johan Sørvig2019-04-121-3/+9
* | | QQuickWindow: Run render jobs when there is a render control in NoStageAndy Shaw2019-04-091-2/+10
* | | QSGDefaultContext: sort GL_EXTENSIONS before printing themRolf Eike Beer2019-04-081-5/+5
* | | If DragHandler is dragged within its margin, don't jumpShawn Rutledge2019-04-051-4/+3
* | | 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
|/
* Doc: Link to the correct example in Qt Quick States topicTopi Reinio2019-03-141-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-283-15/+23
* 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
* Fix bug where QQMPH kept an exclusive grab when no buttons were pressedJan Arve Sæther2019-02-061-0/+4
* QQuickWindow: don't give exclusive grab to invisible or disabled ItemsShawn Rutledge2019-02-051-1/+1
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Liang Qi2019-02-012-27/+51
|\
| * Fix axis constraints API and documentation:v5.12.1Jan Arve Sæther2019-01-212-27/+51
* | 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
* | 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