aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-2571-147/+398
|\
| * Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-223-6/+58
| * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-225-21/+220
| * Fix transitive includeUlf Hermann2018-06-201-0/+2
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-1962-116/+116
| * Flickable: fix another possible cause for out-of-sync moving flagsNils Jeisecke2018-06-191-4/+2
* | Fix crash with the QQuickRenderControl and deleteLaterDavid Edmundson2018-06-241-1/+0
* | Add missing 'we mean it' warning to private headerKai Koehne2018-06-221-0/+11
* | QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-211-0/+2
* | 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