aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Mark KeyNavigation's properties as attachedIvan Tkachenko2021-08-161-7/+7
* Doc: fix AnchorChanges typoJeremy Katz2021-08-121-1/+1
* Mark QQuickColorGroup as \internal in the documentationVolker Hilsheimer2021-08-121-0/+2
* docs/bestpractices: Do not recommend context properties anymoreMaximilian Goldstein2021-08-061-120/+6
* doc: Add a TapHandler button snippetShawn Rutledge2021-08-062-0/+82
* doc: Improve the Input Handlers index pageShawn Rutledge2021-08-063-17/+133
* Add revisions to a couple of methods that are new in 6.2Shawn Rutledge2021-08-022-2/+2
* Avoid GHS linker to optimize away QML type registrationsTatiana Borisova2021-08-021-0/+3
* Change a Qt 6 note to Qt 7Laszlo Agocs2021-08-021-1/+1
* Doc: Add Qt Quick Tools and Utilities page to landing pageKai Köhne2021-08-021-0/+1
* Sync shadereffect materialType cleanup between renderloopsLaszlo Agocs2021-08-022-8/+8
* Doc: Ensure deprecated APIs in Qt QML are documented as suchNico Vertriest2021-07-291-1/+1
* Fix QQuickPaintedItem performance and memory usageLaszlo Agocs2021-07-291-7/+5
* Doc: add example snippets for containmentMaskMitch Curtis2021-07-275-4/+171
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-232-5/+5
* Update QQuickImage's DPR if re-loading the image didn'tVolker Hilsheimer2021-07-231-2/+6
* Avoid infinite loop in designer supportThomas Hartmann2021-07-222-7/+20
* Doc: Document matrix4x4 transformation functionsYuya Nishihara2021-07-211-0/+67
* Handle QScreen::physicalDotsPerInchChanged changes for the initial screenVolker Hilsheimer2021-07-201-3/+9
* QQmlDebugServiceInterfaces: Fix build when qml_debug is disabledFabian Kosmale2021-07-191-1/+1
* Separate the signals for QQuickPen propertiesShawn Rutledge2021-07-192-7/+9
* Update resolveInterface after change in qtbaseTor Arne Vestbø2021-07-181-10/+8
* Update use of QT_DECLARE_NATIVE_INTERFACE_ACCESSORTor Arne Vestbø2021-07-161-1/+1