aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Document pooled(), reused() signals for ListView QML typeTopi Reinio2020-11-261-1/+32
* Doc: Fix documentation dependenciesTopi Reinio2020-11-261-1/+14
* Remove most examples/demos from highlighted listVolker Hilsheimer2020-11-251-7/+1
* Doc: Remove version numbers for import statementJerome Pasion2020-11-245-9/+16
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* Remove unused external function declaration in ShaderEffectLaszlo Agocs2020-11-241-2/+0
* Purge renderpass refs from renderer when redirecting via QRhiRtLaszlo Agocs2020-11-242-7/+9
* Don't deliver to non-grabbing pointerhandlers if a point is grabbedShawn Rutledge2020-11-231-2/+4
* QQuickStyledText: Avoid warning about setFontFamilyFabian Kosmale2020-11-231-1/+1
* Use a single code path to load a QShader in QSGRhiShaderEffectNodeLaszlo Agocs2020-11-231-13/+4
* Remove unused 'blob' member in ShaderEffect internalsLaszlo Agocs2020-11-231-1/+0
* 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
* Add Qt 6 Qt Quick QML Type changes from qtdocJerome Pasion2020-11-191-1/+99
* Stop ungrabbing due to FocusAboutToChangeShawn Rutledge2020-11-181-2/+0
* Remove extra \endlist commandJerome Pasion2020-11-181-1/+0
* Use QMutable*Event classes to copy and synthesize eventsVolker Hilsheimer2020-11-187-46/+45
* pixmapcache: avoid deadlock when canceling async image loadNick Shaforostov2020-11-181-2/+2
* Fix potentially missing endFrame() in threaded render loopLaszlo Agocs2020-11-171-0/+5
* Remove scene graph section that has only a dead linkVolker Hilsheimer2020-11-171-5/+0
* 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
* CMake: Change Quick.Window into a pure Qml moduleAlexandru Croitor2020-11-121-7/+0
* QQuickView docs: show correct usage of setInitialPropertiesFabian Kosmale2020-11-122-0/+13
* Fix QQWinPriv::deliverSinglePointEventUntilAccepted for wheel, gesturesShawn Rutledge2020-11-121-0/+1
* Pass QWheelEvent by reference, not by copyVolker Hilsheimer2020-11-121-1/+1
* Add Qt 6 API changes doc from qtdocJerome Pasion2020-11-111-1/+162
* Teach flickable to handle and replay touch as it does mouseShawn Rutledge2020-11-116-113/+241
* Silence unused warning in QSGRhiSupport in uncommon build configsLaszlo Agocs2020-11-091-4/+8
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-1/+1
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-0917-74/+74
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-091-2/+2
* 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-0532-131/+116