aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-306-10/+14
|\
| * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
| * Examples: Remove the metadata from some docs screen shotsAlessandro Portale2018-07-275-0/+0
| * Doc: Fix broken link targetsPaul Wicking2018-07-252-5/+6
| * Doc: Add homepage to masm attributionKai Koehne2018-07-241-0/+1
| * tst_qmldiskcache: speed up testThiago Macieira2018-07-221-1/+7
| * photoviewer: Use QLocale::uiLanguages() for finding translationsKai Koehne2018-07-181-1/+1
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-274-20/+28
* | PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-277-15/+304
* | Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-2721-114/+53
* | Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-275-21/+82
* | Rearrange docs: Pointer Handlers -> Input HandlersShawn Rutledge2018-07-2615-116/+61
* | TapHandler docs: correct parent Item linksShawn Rutledge2018-07-261-6/+6
* | Flickable: never react to a QMouseEvent with no buttons pressedShawn Rutledge2018-07-261-1/+1
* | Remove invalid CONFIG optionKevin Krammer2018-07-251-1/+1
* | Unit test to check for property requirements of registered QML typesKevin Krammer2018-07-253-0/+211
* | QQMultiPointHandler: don't respond to a QWheelEventShawn Rutledge2018-07-241-0/+3
* | Finish renaming pointDistanceThreshold to margin (including doc image)Shawn Rutledge2018-07-245-25/+25
* | Doc: bump import version to 2.12Shawn Rutledge2018-07-2411-27/+27
* | Make sure pressPosition and scenePressPosition are correctly initializedJan Arve Sæther2018-07-233-2/+10
* | Doc: revise TapHandler signal docs; parent not targetShawn Rutledge2018-07-231-25/+34
* | Fix unused variableJesus Fernandez2018-07-231-1/+0
* | Remove unused codeAlbert Astals Cid2018-07-233-540/+0
* | Use QScopeGuard instead of library local helper templateSimon Hausmann2018-07-225-83/+8
* | tst_qquicktableview: check size hint for row/column, not implicit sizeRichard Moe Gustavsen2018-07-211-10/+16
* | Tooling: Allow QML preview to change the languageUlf Hermann2018-07-208-2/+75
* | QML Preview: Remove RuntimeLocation from auto-blacklisted pathsUlf Hermann2018-07-201-1/+0
* | Avoid potential race condition in qqmldebugjs testUlf Hermann2018-07-201-5/+13
* | tst_qquickwindow::constantUpdatesOnWindow: Verify that window was exposedTor Arne Vestbø2018-07-201-1/+1
* | Expand docs on SnapOneItemMichael Brasser2018-07-191-1/+5
* | tst_qquicktableview: don't set column count to 0Mitch Curtis2018-07-191-3/+1
* | TableView: invalidate table when rows or columns are movedMitch Curtis2018-07-192-1/+23
* | tst_qquicktableview: actually test that model is resetMitch Curtis2018-07-192-3/+25
* | V4 Debugger: Add command to change break pointsUlf Hermann2018-07-192-49/+214
* | TapHandler: enforce drag threshold for timeHeld and longPressedShawn Rutledge2018-07-191-1/+6
* | Call clearGrabbers each time we get a press eventJan Arve Sæther2018-07-193-11/+13
* | Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-1914-198/+318
* | QQuickMultiPointHandler: store QQuickHandlerPoints, not QQEventPoint*sShawn Rutledge2018-07-195-50/+61
* | QQuickTableView: set delegate parent early-onRichard Moe Gustavsen2018-07-193-5/+33
* | QQuickTableView: remove TableView.cellWidth/HeightRichard Moe Gustavsen2018-07-188-45/+11
* | Revert "QQmlAdaptorModel: support dataChanged signals from multi-column models"Richard Moe Gustavsen2018-07-183-15/+2
* | QQmlDelegateModel: remove rows and columns propertiesRichard Moe Gustavsen2018-07-183-37/+0
* | Qt Quick Table View: set the default row and column spacing to 0Nicolas Ettlin2018-07-184-1/+112
* | tst_qquicktableview: make checkRowColumnCount() more stableRichard Moe Gustavsen2018-07-181-4/+16
* | Add support for onload/onloadend/onerror callbacks in XHRSimon Hausmann2018-07-183-13/+45
* | QQuickTableView: change how tableview resolves column width and row heightRichard Moe Gustavsen2018-07-187-225/+540
* | Re-apply "Tighten expected output for floating point conversions"Simon Hausmann2018-07-181-18/+8
* | Make it easier to define a different trim thresholdMichael Brasser2018-07-181-0/+3
* | Remove custom swizzle implementationsAllan Sandfeld Jensen2018-07-182-26/+2
* | V4 Debuger: Drop namesAsObjects optionUlf Hermann2018-07-185-144/+40