aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Re-enable the caching of shader data loaded from filesLaszlo Agocs2020-11-231-8/+8
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-231-0/+2
* QQuickListView: Fix warning about cast from ASCIIFriedemann Kleint2020-11-201-1/+1
* Doc: Ensure QQuickWindow::transientParent property is documentedTopi Reinio2020-11-201-0/+1
* Make sure we don't modify the incoming event objects when localizingVolker Hilsheimer2020-11-192-4/+9
* Fix tst_QQuickMouseArea::notPressedAfterStolenGrab againShawn Rutledge2020-11-192-2/+14
* Remove QQuickItem::windowDeactivateEvent(); cancel grabs insteadShawn Rutledge2020-11-196-22/+38
* Use QMutableSinglePointEvent's new default constructorVolker Hilsheimer2020-11-191-6/+6
* Stop ungrabbing due to FocusAboutToChangeShawn Rutledge2020-11-181-2/+0
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-187-46/+45
* When Flickable filters UngrabMouse, react as if it was ungrabbed itselfShawn Rutledge2020-11-172-6/+9
* Avoid calling QQuickItemPrivate's methods if QQIP is incompleteFabian Kosmale2020-11-173-4/+27
* Don't synthesize mouse from touch for items that accept touchShawn Rutledge2020-11-173-17/+19
* Don't copy QKeyEvent instances, store the data explicitlyVolker Hilsheimer2020-11-162-17/+45
* Add logging category qt.quick.pinchareaShawn Rutledge2020-11-131-2/+10
* QQuickWindow: better hover debug, and a reminderShawn Rutledge2020-11-131-1/+7
* QQuickView docs: show correct usage of setInitialPropertiesFabian Kosmale2020-11-121-0/+4
* Fix QQWinPriv::deliverSinglePointEventUntilAccepted for wheel, gesturesShawn Rutledge2020-11-121-0/+1
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-116-113/+241
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-098-43/+43
* qquicktextinput: compile with explicit QChar(int) constructorDavid Faure2020-11-092-12/+12
* QQuickWindow: Check if QQuickItem was not deletedBartlomiej Moskal2020-11-091-0/+8
* Clear up Canvas docs wrt the unsupported FBO render modeLaszlo Agocs2020-11-061-17/+2
* Promote suffixless graphics api enum values in GraphicsInfoLaszlo Agocs2020-11-062-7/+11
* Do not assert with OpenGL in qquickcanvasitem testLaszlo Agocs2020-11-061-8/+5
* Use suffixless enum value in graphicsApi check in QQuickFboLaszlo Agocs2020-11-061-2/+1
* Better describe the Quick 3D use case in QQuickGraphicsConfigLaszlo Agocs2020-11-051-7/+13
* Doc: Fix documentation warnings for Qt QuickTopi Reinio2020-11-0514-64/+68
* QQuickItem: remove unnecessary friendShawn Rutledge2020-11-031-2/+1
* Doc: Minor fix for \sa syntax that caused a disappeared linkEirik Aavitsland2020-11-031-1/+1
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-021-2/+1
* Fix QQuickItem::ungrabMouse()Shawn Rutledge2020-10-311-3/+2
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-311-1/+1
* Hide QQuickRenderTarget equality operators from ADLVolker Hilsheimer2020-10-312-23/+26
* Modernize event handling in PinchAreaShawn Rutledge2020-10-303-69/+69
* Revert "qquickloader: Free memory of loaded components after source change"Maximilian Goldstein2020-10-301-13/+0
* Remove unnecessary casts in QQWinPrivate::sendFilteredPointerEventImpl()Shawn Rutledge2020-10-301-8/+6
* Fix tst_QQuickMultiPointTouchArea::inMouseAreaShawn Rutledge2020-10-291-1/+1
* Fix qmltest::event testsShawn Rutledge2020-10-291-0/+2
* Don't send an item a mouse release with a button that it doesn't acceptShawn Rutledge2020-10-291-18/+21
* Accept a mouse event's point if event is accepted after visiting itemShawn Rutledge2020-10-291-0/+1
* Change terminology to "look and feel"Jerome Pasion2020-10-291-2/+2
* QQuickTextEdit: ensure we update after changing paddingRichard Moe Gustavsen2020-10-281-0/+4
* Fix tst_PointerHandlers::touchEventDeliveryShawn Rutledge2020-10-271-2/+2
* Deal with QEvent::setAccepted() calling QEventPoint::setAccepted()Shawn Rutledge2020-10-272-13/+9
* TableView: ensure we rebuild the sync view, even when flicking on a sync view...Richard Moe Gustavsen2020-10-232-9/+15
* TableView: ensure we update content size upon model changesRichard Moe Gustavsen2020-10-212-31/+66
* QQuickFlickable::filterPointerEvent(): remove handling of receiver==thisShawn Rutledge2020-10-211-7/+1
* qquickloader: Free memory of loaded components after source changeFabian Kosmale2020-10-211-0/+13
* QQuickWindow: Change 0 to nullptr for removeAllv6.0.0-beta2Fabian Kosmale2020-10-211-1/+1