aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Deliver QNativeGestureEvent via deliverSinglePointEventUntilAcceptedShawn Rutledge2018-06-214-49/+21
* Deliver QWheelEvent wrapped as QQuickPointerScrollEventShawn Rutledge2018-06-212-36/+41
* Move wantsEventPoint() up from SinglePointHandler to QQPointerHandlerShawn Rutledge2018-06-205-7/+7
* Add QQuickPointerScrollEvent as a wrapper for QWheelEventShawn Rutledge2018-06-202-0/+110
* Add QQuickSinglePointEvent as intermed. base for QQMouseEvent and othersShawn Rutledge2018-06-202-124/+74
* Fix non-initialized class memberJesus Fernandez2018-06-202-6/+5
* Reduce warning frequency: missing point neither cancelled nor releasedShawn Rutledge2018-06-201-3/+8
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-5/+5
|\
| * Fix subrect of mismatched dpr sprite imageAllan Sandfeld Jensen2018-06-011-5/+5
* | TableView: invalidate the table upon model changesRichard Moe Gustavsen2018-06-091-9/+2
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-091-1/+1
* | TableView: fix copy/paste failureRichard Moe Gustavsen2018-06-091-1/+1
* | TableView: fall back to use implicit size for delegate itemsRichard Moe Gustavsen2018-06-043-37/+56
* | Split QQuickPointerDeviceHandler and QQuickPointerDeviceHandlerPrivateShawn Rutledge2018-05-304-29/+127
* | QQuickPointerEvent: guard all access to m_eventShawn Rutledge2018-05-291-3/+3
* | fix a crash in QQuickEventPoint::setGrabberPointerHandlerShawn Rutledge2018-05-291-1/+1
* | TableView: switch to use TableView.cellWidth/cellHeightRichard Moe Gustavsen2018-05-282-18/+51
* | Make the PathView doc snippet match the animated gif betterShawn Rutledge2018-05-251-2/+2
* | TableView: check if the model can produce items before loadingRichard Moe Gustavsen2018-05-251-3/+5
* | TableView: update viewport rect from within updatePolish()Richard Moe Gustavsen2018-05-251-8/+9
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-244-11/+10
|\|
| * Doc: link to integration flowchart in "Interacting with QML from C++"Mitch Curtis2018-05-221-2/+2
| * setGrabberItem: consistently call touchUngrabEvent or mouseUngrabEventShawn Rutledge2018-05-152-8/+7
| * Pass the arguments correctly to QRadialGradientAndy Shaw2018-05-151-1/+1
* | TableView: load and unload edges in the same loopRichard Moe Gustavsen2018-05-232-21/+39
* | TableView: fall back to use default column/row sizeRichard Moe Gustavsen2018-05-232-37/+51
* | Add an assert to avoid null pointer dereferenceJesus Fernandez2018-05-221-0/+1
* | Add QQuickHandlerPoint::modifiers propertyShawn Rutledge2018-05-182-0/+17
* | MultiPointHandler: add a centroid propertyShawn Rutledge2018-05-187-87/+122
* | Fix race condition in async image response handlingSimon Hausmann2018-05-175-2/+101
* | Remove bindings that have no dependenciesSimon Hausmann2018-05-162-3/+3
* | Move QQuickHandlerPoint into its own header and cpp filesShawn Rutledge2018-05-165-262/+373
* | TableView: ensure we don't update viewport rect while loading edgesRichard Moe Gustavsen2018-05-161-2/+7
* | Refactor QQuickPointerHandler: add private implementation classShawn Rutledge2018-05-154-56/+185
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-157-5/+42
|\|
| * Fix for input method commit that ends with newlinePaul Olav Tvete2018-05-141-1/+7
| * Fix build without features.gesturesTasuku Suzuki2018-05-145-2/+32
| * MouseArea: set pressed state to Qt::NoButton not nullptrShawn Rutledge2018-05-131-1/+1
| * Fix bug where Ungrab event was not sentJan Arve Sæther2018-05-111-1/+2
* | Fix SVG shape path parsing to not crash when read-only stringsSimon Hausmann2018-05-151-3/+0
* | TableView: keep a pointer to the delegate model to reduce the amount of castingRichard Moe Gustavsen2018-05-152-14/+20
* | TableView: remove using a floatingPointMarginRichard Moe Gustavsen2018-05-151-6/+4
* | TableView: ensure to take spacing into account then loading edgesRichard Moe Gustavsen2018-05-141-4/+4
* | TableView: add support for table marginsRichard Moe Gustavsen2018-05-143-11/+119
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Simon Hausmann2018-05-111-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-111-0/+1
| |\|
| | * Fix build without features.quick-shadereffectTasuku Suzuki2018-05-101-0/+1
* | | Improve ownership handling of Loader.sourceComponentSimon Hausmann2018-05-112-12/+6
|/ /
* | BorderImage: fix binding loop warning when binding to border propertiesMitch Curtis2018-05-092-4/+12
* | TableView: ensure we check that returned iterators are not at the endRichard Moe Gustavsen2018-05-091-20/+40