aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* ParentChange: handle bindable propertiesFabian Kosmale2021-10-191-16/+12
* Qmldebugtranslator: report elide issues correctly inside layoutsTim Jenssen2021-10-151-6/+0
* Recreate signal mappings when shader changesKaj Grönholm2021-10-061-11/+7
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-052-4/+6
* Doc: Repair broken link to the FlowerPower demoLuca Di Sera2021-10-011-1/+1
* Doc: Fix QtQuick::Keys::forwardTo generic list typeIvan Tkachenko2021-09-301-1/+1
* Make DragEvent a public type againFabian Kosmale2021-09-302-26/+26
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-303-17/+14
* QQuickDeliveryAgentPrivate::pointerTargets: omit subscene root childrenShawn Rutledge2021-09-291-1/+2
* Fix ListView.isCurrentItem when used with DelegateModelJoni Poikelin2021-09-291-0/+2
* Reduce QGlyphRun memory usage and speed up large Text instancesShawn Rutledge2021-09-292-28/+58
* Flickable: don't react to any mouse button other than the leftShawn Rutledge2021-09-281-1/+1
* QQuickLoader: Do not incubate if the source arrives after setActive(false)Aleix Pol2021-09-241-0/+3
* Get rid of renderpass descriptor objects from the pipeline cache keysLaszlo Agocs2021-09-249-87/+41
* Doc: Repair broken links to the TextMetrics Qml typeLuca Di Sera2021-09-231-8/+8
* doc: Remove information about the special Window importShawn Rutledge2021-09-231-8/+0
* Revert "Reduce makeCurrents with unnecessarily different surfaces"Laszlo Agocs2021-09-232-12/+7
* Reduce makeCurrents with unnecessarily different surfacesLaszlo Agocs2021-09-172-7/+12
* Doc: Fix broken link in qmllint documentationKai Köhne2021-09-171-1/+1
* Move moc includes out of the namespaceMårten Nordheim2021-09-172-5/+2
* Consolidate test helpers into private librariesMitch Curtis2021-09-143-3/+33
* Remove the per-rendercontext srb cacheLaszlo Agocs2021-09-112-70/+147
* Enhance the warning printed when ShaderEffect fails to loadLaszlo Agocs2021-09-091-1/+6
* Add button argument to the TapHandler.[single|double|]tapped signalsShawn Rutledge2021-09-083-16/+24
* QQuickGrid: Warn if there are more items than rows*columnsAlbert Astals Cid2021-09-071-1/+5
* doc: Improve QML WheelEvent docsShawn Rutledge2021-09-071-18/+32
* doc: Correct the type that WheelHandler's wheel signal emitsShawn Rutledge2021-09-061-1/+1
* Add documentation for qt_import_qml_plugin()Craig Scott2021-09-062-62/+0
* Update the QRhiTexture size in QSGPlainTextureLaszlo Agocs2021-09-041-1/+6
* doc: Deprecate MouseEvent.source in QMLShawn Rutledge2021-09-041-0/+1
* Doc: Fix documentation warnings in qtdeclarativeTopi Reinio2021-09-031-22/+22
* docs/qtquick-bestpractices: Update documentationMaximilian Goldstein2021-09-021-51/+16
* Declare QQuickImplicitSizeItem as QML_ANONYMOUSUlf Hermann2021-09-011-0/+2
* Don't crash if item is deleted from mouse clickPaul Olav Tvete2021-08-311-1/+2
* Fix samegame example to use QML modulesUlf Hermann2021-08-311-17/+14
* Remove QQuickDesignerWindowManagerLaszlo Agocs2021-08-315-251/+0
* Doc: Fix remaining documentation warningsTopi Reinio2021-08-312-3/+3
* Migrate to fixed add_shaders prefix handlingLaszlo Agocs2021-08-271-1/+1
* QQuickTableView: issue warning if no selection model is availableRichard Moe Gustavsen2021-08-262-2/+12
* Canvas: Add a means to override the DPR used via an environment variableAndy Shaw2021-08-251-2/+9
* Doc: Include the Qt.labs submodules in the sourcedirs listVenugopal Shivashankar2021-08-251-2/+1
* docs/qtquick-tool-qmllint: Describe disabling warnings via commentsMaximilian Goldstein2021-08-241-0/+41
* Document Application singletonFabian Kosmale2021-08-241-3/+167
* qquicktextinput: Clear pre-edit text after input method resetJarkko Koivikko2021-08-232-6/+8
* Fix regression in ListView/Flickable event deliveryJan Arve Sæther2021-08-201-1/+11
* Support QtQuick3D module for IntegrityTatiana Borisova2021-08-191-1/+1
* Avoid detach of QHash in range-for loopsShawn Rutledge2021-08-181-2/+2
* Fix warning "value assigned to gn is never read"Shawn Rutledge2021-08-181-3/+1
* Use qEnvironmentVariableIntValue() instead of qgetenv().toInt()Shawn Rutledge2021-08-171-1/+1
* Check for exposed instead of just visible in grabWindowLaszlo Agocs2021-08-161-1/+1