aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* Remove QQmlCleanupUlf Hermann2021-01-132-3/+2
* Doc: Add links to examples of Qt Quick Particle SystemNico Vertriest2021-01-121-0/+6
* Fix warning and assert when removing items from groupsMaximilian Goldstein2021-01-111-1/+3
* Fix accidentally removed initialization of m_sizeJonas Karlsson2021-01-081-1/+2
* doc: Override the docs for the WheelHandler::acceptedDevices propertyShawn Rutledge2021-01-081-10/+21
* Use new QTextureFileData::getDataView methodJonas Karlsson2021-01-074-22/+16
* Make software backend fallback automatic with vnc and similarLaszlo Agocs2021-01-051-0/+12
* Doc: mention that Item's childrenRect property is local to the itemMitch Curtis2021-01-052-0/+76
* Use the new, dedicated D3D surface type for QQuickWindowLaszlo Agocs2021-01-051-1/+1
* doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()Shawn Rutledge2021-01-041-4/+32
* DesignerSupport: Don't skip already inspected objectsMiikka Heikkinen2021-01-041-9/+4
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-164-6/+6
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-1/+1
* Show a tableview even if the syncView has an empty modelAndy Shaw2020-12-091-5/+2
* QSGTexture: fix unused warningFabian Kosmale2020-12-071-0/+3
* Kill Flickable's wheel momentum if angleDeltas not multiples of 120Shawn Rutledge2020-12-072-34/+127
* Avoid unused parameter in QSGRhiSupport in certain configsLaszlo Agocs2020-12-071-0/+4
* Document how to use CMake for Qt QuickKai Koehne2020-12-043-1/+41
* QML engine: Deprecate DefaultMethodFabian Kosmale2020-12-031-1/+3
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-033-16/+16
* Add documentation dependency to qtshadertoolsAndreas Buhr2020-12-021-1/+2
* Quick: Fortify QQuickApplication ctorUlf Hermann2020-12-021-12/+13
* Fix documentation links to High DPI documentationAndreas Buhr2020-12-011-1/+1
* Allow parent to filter out-of-bounds synth-mouse for grabbing handlerShawn Rutledge2020-11-302-5/+13
* Fix Animators requiring an explicit from valueRobert Griebl2020-11-282-3/+7
* Correct height properties for QQuickText with reducing lineHeightReinhard Raschbauer2020-11-261-12/+13
* Change QQuickRenderControlPrivate from autotest to private exportLaszlo Agocs2020-11-261-1/+1
* Doc: Remove version numbers for import statementJerome Pasion2020-11-263-12/+11
* Doc: Document pooled(), reused() signals for ListView QML typeTopi Reinio2020-11-251-1/+32
* Doc: Fix documentation dependenciesTopi Reinio2020-11-251-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
* Empty the ShaderEffect content cache on releaseResourcesLaszlo Agocs2020-11-242-0/+12
* Simplify ShaderEffect's internal shaderInfoCacheLaszlo Agocs2020-11-241-23/+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
* QQuickTextInput: Store mask data in std::unique_ptrFabian Kosmale2020-11-242-5/+5
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-241-0/+8
* Remove unnecessary static_castVolker Hilsheimer2020-11-241-1/+1
* 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
* QQuickListView: Fix warning about cast from ASCIIFriedemann Kleint2020-11-201-1/+1
* Doc: Ensure QQuickWindow::transientParent property is documentedTopi Reinio2020-11-201-0/+1
* QML Text doesn't reset lineCount when text is emptyShinichi Okada2020-11-201-0/+2
* 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