aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| * | | Ask rendering thread to release resources when window is closedDamien Caliste2019-03-131-0/+8
| |/ /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-081-1/+1
|\| |
| * | Doc: Fix a code snippet in DragHandler QML typeTopi Reinio2019-02-251-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-252-0/+13
|\| |
| * | 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.13' into devQt Forward Merge Bot2019-02-211-1/+1
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-1611-364/+605
|\| |
| * | 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-135-6/+6
| * | QQuickTableView: add support for hiding rows and columnsRichard Moe Gustavsen2019-02-082-354/+578
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-085-30/+57
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-alpha1Qt Forward Merge Bot2019-02-074-28/+56
| |\|
| | * 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
| * | | Fix warning about deprecated QPainter::setMatrix in QSGSoftwareInternalImageNodeFriedemann Kleint2019-02-051-2/+1
* | | | QML: Split qqmlmetatype{_p.h|.cpp} into multiple filesUlf Hermann2019-02-061-1/+0
* | | | Remove outdated methodUlf Hermann2019-02-041-2/+2
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-024-2/+13
|\| | |
| * | | 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
* | | | QML: Split propertyCache into multiple filesUlf Hermann2019-02-011-1/+0
|/ / /
* | | 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