aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-302-0/+2
|\
| * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
| * Doc: Fix broken link targetsPaul Wicking2018-07-251-0/+1
| * Doc: Add homepage to masm attributionKai Koehne2018-07-241-0/+1
* | TapHandler: emit eventPoint from the tapped signalsShawn Rutledge2018-07-273-7/+7
* | PointHandler: stay active as long as acceptedButtons satisfiedShawn Rutledge2018-07-273-15/+18
* | Fix PointerHandler constructors and destructorsShawn Rutledge2018-07-2721-114/+53
* | Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-273-21/+32
* | 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
* | 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
* | Tooling: Allow QML preview to change the languageUlf Hermann2018-07-206-2/+66
* | QML Preview: Remove RuntimeLocation from auto-blacklisted pathsUlf Hermann2018-07-201-1/+0
* | Expand docs on SnapOneItemMichael Brasser2018-07-191-1/+5
* | TableView: invalidate table when rows or columns are movedMitch Curtis2018-07-192-1/+23
* | V4 Debugger: Add command to change break pointsUlf Hermann2018-07-191-47/+87
* | 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-191-0/+2
* | Make DragHandler a MultiPointHandlerShawn Rutledge2018-07-196-77/+174
* | QQuickMultiPointHandler: store QQuickHandlerPoints, not QQEventPoint*sShawn Rutledge2018-07-195-50/+61
* | QQuickTableView: set delegate parent early-onRichard Moe Gustavsen2018-07-191-5/+13
* | QQuickTableView: remove TableView.cellWidth/HeightRichard Moe Gustavsen2018-07-182-34/+0
* | 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-182-1/+5
* | Add support for onload/onloadend/onerror callbacks in XHRSimon Hausmann2018-07-181-13/+29
* | QQuickTableView: change how tableview resolves column width and row heightRichard Moe Gustavsen2018-07-183-225/+135
* | 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-184-87/+11
* | V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-186-107/+13
* | Remove references to V8 from V4 debug service internalsUlf Hermann2018-07-182-63/+63
* | [Quick] Make sure an transition instance is stopped when replacedErik Verbruggen2018-07-181-0/+2
* | QML Preview: Add a frames per second counterUlf Hermann2018-07-186-16/+82
* | Port to qmlobject_connectVolker Krause2018-07-181-20/+20
* | QQmlDelegateModel: remove unused m_useFirstColumnOnlyRichard Moe Gustavsen2018-07-181-2/+4
* | Use QTranslator::install(QLocale, ...) everywhereKai Koehne2018-07-181-2/+2
* | TableView: invalidate table when model is resetMitch Curtis2018-07-172-0/+8
* | Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-1716-581/+43
* | Fix compilation when building with qreal defined as floatLuca Carlon2018-07-171-1/+1
* | QQuikTableView: use TableViewModel instead of QQmlDelegateModelRichard Moe Gustavsen2018-07-172-37/+123
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-174-5/+43
|\|