aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Let axis bounds restrict the target position instead of the centroidJan Arve Sæther2018-08-021-7/+6
* MultiPointHandler::wantsPointerEvent: reset if different cand countShawn Rutledge2018-08-022-6/+16
* Make pinch handler not activate on draggingJan Arve Sæther2018-08-022-5/+108
* QQmlTableInstanceModel: handle model data changes more gracefullyRichard Moe Gustavsen2018-08-022-11/+0
* TableView: don't try to grab the window when it's nullMitch Curtis2018-08-021-1/+1
* QQuickTableView: implement support for reusing delegate itemsRichard Moe Gustavsen2018-08-023-9/+88
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-012-6/+6
|\
| * Fix build without GUI moduleSamuli Piippo2018-07-311-2/+2
| * Doc: Add precision to scene graph descriptionPaul Wicking2018-07-301-4/+4
* | Encapsulate access to CompiledData::Object and CompiledData::ImportSimon Hausmann2018-07-311-5/+5
* | Clean up compilation unit string resolutionSimon Hausmann2018-07-311-1/+1
* | Increase fine-grained signals for some properties in TextAleix Pol2018-07-313-4/+11
* | Fix memory leak in QSGAdaptationBackendDataFrederik Gladhorn2018-07-311-0/+7
* | Increase fine-grained signals for some properties in FlickableAleix Pol2018-07-313-10/+25
* | Clean up constant storage for CompiledData::BindingSimon Hausmann2018-07-311-3/+3
* | Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* | Clean up QQmlCustomParser APISimon Hausmann2018-07-304-14/+14
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Kai Koehne2018-07-301-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-301-0/+1
| |\|
| | * Remove const from QQuickPointerEvent::device propertyShawn Rutledge2018-07-271-1/+1
| | * Doc: Fix broken link targetsPaul Wicking2018-07-251-0/+1
* | | QQuickTableView: be more careful when calling updatePolish() directlyRichard Moe Gustavsen2018-07-302-9/+17
|/ /
* | 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
* | 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-243-10/+10
* | 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
* | Expand docs on SnapOneItemMichael Brasser2018-07-191-1/+5
* | TableView: invalidate table when rows or columns are movedMitch Curtis2018-07-192-1/+23
* | 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
* | Qt Quick Table View: set the default row and column spacing to 0Nicolas Ettlin2018-07-182-1/+5
* | QQuickTableView: change how tableview resolves column width and row heightRichard Moe Gustavsen2018-07-183-225/+135
* | Remove custom swizzle implementationsAllan Sandfeld Jensen2018-07-182-26/+2
* | [Quick] Make sure an transition instance is stopped when replacedErik Verbruggen2018-07-181-0/+2
* | Port to qmlobject_connectVolker Krause2018-07-181-20/+20
* | 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-1711-192/+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