aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QQuickTableView: rename attached prop tableView to viewRichard Moe Gustavsen2018-08-132-10/+9
* QQuickTableView: remove cacheBuffer from the public APIRichard Moe Gustavsen2018-08-102-25/+0
* QQuickTableView: add a 'forceLayout()' function to the public APIRichard Moe Gustavsen2018-08-102-5/+23
* QQuickTableView: rename enforceFirstRowColumnAtOrigo to enforceTableAtOriginRichard Moe Gustavsen2018-08-102-3/+3
* QQuickTableView: override contentWidth/Height propertiesRichard Moe Gustavsen2018-08-093-6/+98
* QQuickTableView: change how we calculate content sizeRichard Moe Gustavsen2018-08-091-17/+17
* Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-0912-690/+60
* Add missing header guardJędrzej Nowacki2018-08-081-0/+5
* QQuickTableView: don't access the model from the destructorRichard Moe Gustavsen2018-08-072-20/+15
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-072-16/+55
* QQuickWindow: obey AA_SynthesizeMouseForUnhandledTouchEventsShawn Rutledge2018-08-061-5/+9
* Mark non-notifying properties in event types CONSTANTShawn Rutledge2018-08-062-43/+43
* 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