aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-041-1/+3
* Remove documentation references to NVPR rendererAndy Shaw2021-04-191-18/+1
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+5
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-161-0/+10
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-161-1/+1
* Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-121-1/+5
* Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-03-316-39/+38
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-03-301-4/+3
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-301-9/+93
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-292-2/+26
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-253-4/+7
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-231-3/+9
* Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-231-5/+5
* Call commitTextureOperations for small atlas texturesRoman Genkhel2021-03-231-1/+3
* Doc: Add missing } and indent accordinglyAndy Shaw2021-03-201-1/+2
* Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
* QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-111-4/+3
* Port shader code example in GridMesh docsLaszlo Agocs2021-03-101-13/+23
* QQuickPaletteProviderPrivateBase: use palette getterFabian Kosmale2021-03-011-1/+1
* Fix typo in QQuickGraphicsConfiguration docsLaszlo Agocs2021-02-261-1/+1
* Improve QSGMaterial docsLaszlo Agocs2021-02-191-15/+31
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2
* Invalidate external renderpass descriptors from Quick3DLaszlo Agocs2021-02-053-0/+19
* Remove superfluous include directiveFriedemann Kleint2021-02-031-1/+0
* QQuickWindowIncubationController: Use QPointer to guard QSGRenderLoop referenceMike Achtelik2021-01-261-3/+3
* export QAcccessibleQuickItemJan Arve Sæther2021-01-221-1/+2
* Ensure we cancel touchMouseSynthesis upon receiving touchCancelRichard Moe Gustavsen2021-01-201-1/+1
* Change QQuickShortcut::setSequences to bind to all sequencesAndreas Buhr2021-01-151-23/+60
* Pass QWheelEvent data to QML engine via QQuickWheelEvent pointerVolker Hilsheimer2021-01-155-18/+25
* Flickable: ignore trackpad events with px deltas in disallowed directionShawn Rutledge2021-01-151-5/+18
* Fix Text with ElideRight not being rendered when width goes from 0 to >0Fabian Kosmale2021-01-141-1/+4
* Fix QQuickShortcut::setContext so re-grab all shortcutsAndreas Buhr2021-01-131-0/+7
* Doc: Add links to examples of Qt Quick Particle SystemNico Vertriest2021-01-121-0/+6
* Doc: mention that Item's childrenRect property is local to the itemMitch Curtis2021-01-052-0/+76
* doc: explain QQItem event delivery, handlers, setAcceptTouchEvents()Shawn Rutledge2021-01-051-4/+32
* 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
* 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
* 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
* Accessibility event is sent on item's geometry changePiotr Mikolajczyk2020-11-271-0/+8
* Change QQuickRenderControlPrivate from autotest to private exportLaszlo Agocs2020-11-261-1/+1
* Doc: Remove version numbers for import statementJerome Pasion2020-11-263-12/+11