aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pass the focus reason through to the control on mouse pressVolker Hilsheimer2021-07-232-5/+5
* Reset the timer of all controlled animations upon timer destructionVolker Hilsheimer2021-07-232-5/+38
* Treat substitution free template string literals as string bindingsFabian Kosmale2021-07-233-1/+15
* Rename NO_GENERATE_SOURCE keyword of qt6_add_qml_plugin()Craig Scott2021-07-231-4/+4
* Consider output directory from backing target in qt6_add_qml_plugin()Craig Scott2021-07-231-3/+8
* Improve robustness of argument handling for qt6_add_qml_plugin()Craig Scott2021-07-231-5/+22
* Add initial qml CMake API docsCraig Scott2021-07-237-131/+630
* 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
* CMake: Apply bitcode flags to internal qml plugin initializersAlexandru Croitor2021-07-221-0/+4
* Doc: Document matrix4x4 transformation functionsYuya Nishihara2021-07-211-0/+67
* Don't create an animation timer when destroying the animation jobVolker Hilsheimer2021-07-211-1/+1
* Adjust import documentation to mention that versions are optionalFabian Kosmale2021-07-212-15/+24
* Align qmllint default property handling with QQmlComponent modelAndrei Golubev2021-07-211-4/+12
* Fix qmldir cache inconsistencyJaeyoon Jung2021-07-211-27/+26
* Completely cache the result of qmldir searchesUlf Hermann2021-07-211-3/+11
* Handle QScreen::physicalDotsPerInchChanged changes for the initial screenVolker Hilsheimer2021-07-201-3/+9
* Introduce Q_IMPORT_QML_PLUGINFabian Kosmale2021-07-202-0/+12
* CMake: Change the default of OUTPUT_DIRECTORY for qt6_add_qml_module()Craig Scott2021-07-202-2/+34
* CMake: Remove OUTPUT_DIRECTORY option from qt6_qml_type_registration()Craig Scott2021-07-201-11/+4
* Fix Integrity duplicate symbol errors when linking an app with qmlAlexandru Croitor2021-07-191-4/+23
* QQmlDebugServiceInterfaces: Fix build when qml_debug is disabledFabian Kosmale2021-07-193-2/+4
* Separate the signals for QQuickPen propertiesShawn Rutledge2021-07-192-7/+9
* Update resolveInterface after change in qtbaseTor Arne Vestbø2021-07-181-10/+8
* Remove unnecessary declarations of type registration functionsUlf Hermann2021-07-1614-29/+0
* Do not create plugin and its target if target is executableFabian Kosmale2021-07-161-2/+11
* 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
* Rename qmlcachegenplus to qmlscUlf Hermann2021-07-143-8/+8
* 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
* CMake: Remove unused function parametersCraig Scott2021-07-141-2/+2
* 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-1331-45/+57
* Privately export QQuickRepeaterUlf Hermann2021-07-121-1/+1
* QtTest: use delay properly in mouseWheel()Shawn Rutledge2021-07-121-1/+4
* Fix Flickable wheel velocity calculationShawn Rutledge2021-07-123-30/+69
* Revert "Kill Flickable's wheel momentum"Shawn Rutledge2021-07-122-120/+34
* Fix inaccurate docs and error message around RESOURCE_PREFIXCraig Scott2021-07-121-4/+5
* CMake: Rename FILES keyword to QML_FILES for qt6_target_qml_sources()Craig Scott2021-07-121-8/+10
* 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
* Make the qmlcachegen binary configurableUlf Hermann2021-07-093-6/+39
* Replace qmlcachegen's --qmljs-runtime with generic mechanismUlf Hermann2021-07-091-3/+5
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-0811-11/+11
* Rename QT_RESOURCE_PREFIX to QT_QML_MODULE_RESOURCE_PREFIXFabian Kosmale2021-07-081-3/+7
* Suggest RESOURCES rather than qt_add_resources for QML-related filesUlf Hermann2021-07-081-7/+2
* qmldom: Add missing commasRobert Löhning2021-07-071-3/+3