aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-2/+10
|\
| * QQuickWindow: Run render jobs when there is a render control in NoStageAndy Shaw2019-04-091-2/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-2/+2
|\|
| * In response to touch cancel, don't just ungrab, send an ungrab eventShawn Rutledge2019-04-041-2/+2
* | QQuickRectanglePrivate: set gradient QJSValue to undefinedMitch Curtis2019-04-041-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-281-4/+0
|\|
| * Fix incorrect PathView.currentIndex assignment with StrictlyEnforceRangeShawn Rutledge2019-03-271-4/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-1/+1
|\|
| * Restore rich Text creation speedShawn Rutledge2019-03-261-1/+1
* | Fix text wrap: do not break on last line if right elide is enabledEirik Aavitsland2019-03-261-0/+5
* | Add some missing QT_{BEGIN,END}_NAMESPACE macrosJan Arve Sæther2019-03-212-0/+7
* | Doc: include support for astc compressed texture filesEirik Aavitsland2019-03-131-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Ulf Hermann2019-03-137-34/+50
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-137-34/+50
| |\|
| | * 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
* | | Ask rendering thread to release resources when window is closedDamien Caliste2019-03-131-0/+8
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-222-0/+13
|\|
| * QQmlDelegateModel: guard new row/column properties with revision 12Richard Moe Gustavsen2019-02-212-0/+13
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-1/+1
|\|
| * QQuickTableView: use correct WRITE function for contentHeightRichard Moe Gustavsen2019-02-181-1/+1
* | Fix qml block in doc comment for Window::transientParentShawn Rutledge2019-02-151-2/+2
* | TextEdit: Fix persistentSelection for readonly controlsNils Jeisecke2019-02-151-0/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-2/+7
|\|
| * Canvas: Handle switching between object and string based colorsAndy Shaw2019-02-141-2/+7
* | QQuickTableView: ensure we end up caching the correct valueRichard Moe Gustavsen2019-02-141-4/+4
* | QQuickTableView: clear cache before querying column widths/row heightsRichard Moe Gustavsen2019-02-141-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-141-0/+5
|\|
| * Doc: explain when the move velocity and duration properties are usedMitch Curtis2019-02-071-0/+5
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-02-132-3/+3
* | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-082-354/+578
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-071-1/+1
|\|
| * QQuickWindow: don't give exclusive grab to invisible or disabled ItemsShawn Rutledge2019-02-051-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-013-1/+12
|\|
| * 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
* | 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-296-149/+185
|\|
| * 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
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-3/+3
|\| | |