aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* HoverHandler: don't change state if the event involves buttonsShawn Rutledge2021-07-151-0/+3
* doc: Improve QQuickItem::containmentMask() docsShawn Rutledge2021-07-141-9/+35
* When setting the line dash to be an empty array reset the style to SolidAndy Shaw2021-07-141-1/+4
* TextEdit: ignore all key release eventsVolker Hilsheimer2021-07-131-5/+1
* Remove unused ReportedVelocitySmoothingShawn Rutledge2021-07-131-4/+0
* Propagate LocaleChange events down the item treeVolker Hilsheimer2021-07-132-0/+2
* Privately export all QML-exposed typesUlf Hermann2021-07-1327-41/+52
* Privately export QQuickRepeaterUlf Hermann2021-07-121-1/+1
* Fix Flickable wheel velocity calculationShawn Rutledge2021-07-123-30/+69
* Revert "Kill Flickable's wheel momentum"Shawn Rutledge2021-07-122-120/+34
* Respect PinchHandler min/maximumPointCount props with native gesturesShawn Rutledge2021-07-091-2/+3
* doc: Remove bogus PinchHandler.minimumTouchPoints prop; improve actualShawn Rutledge2021-07-091-12/+12
* Send hover events with correct scene and global positionsShawn Rutledge2021-07-051-3/+7
* QQDeliveryAgent: keep lastMousePosition updated during draggingShawn Rutledge2021-07-051-4/+4
* QQuickDeliveryAgent: Use public mapToGlobal functionFabian Kosmale2021-07-051-1/+1
* Make QQuickItem containmentMask be dependent on positionIgor Bugaev2021-07-022-4/+9
* crash fix - avoid wrong gcc optimizationTim Jenssen2021-07-022-9/+8
* QQuickHoverHandler: don't use passive grabsRichard Moe Gustavsen2021-07-024-103/+223
* Change QQuickItem childAt bounds check behaviorIgor Bugaev2021-07-011-4/+1
* QQuickItem change contains function behaviorIgor Bugaev2021-07-011-1/+1
* Fix QtQtuickImage docs: correct properties' signaturesIvan Tkachenko2021-06-301-2/+4
* QQuickItem::{width,height}Valid: correctly handle binding being undefinedFabian Kosmale2021-06-302-6/+8
* QQuickItemPrivate: Make {width,height}Valid a functionFabian Kosmale2021-06-305-20/+23
* qmllint: Add detailed documentationMaximilian Goldstein2021-06-243-17/+118
* doc: Use DragHandler rather than MouseArea in the externaldrag snippetShawn Rutledge2021-06-231-10/+10
* Don't warn "interleaved frame-sync and actual events" if DA is nullShawn Rutledge2021-06-181-1/+2
* Remove old configure-related filesJoerg Bornemann2021-06-171-203/+0
* Add missing palette property to QQuickWindowMitch Curtis2021-06-171-0/+3
* Doc: Fix more documentation issuesTopi Reinio2021-06-165-15/+16