aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Register enum correctly in QQuickMessageDialogSami Shalayel2022-11-233-1/+7
| * Doc: Fix import statement in QML code exampleAndreas Eliasson2022-11-231-1/+1
| * QQmlJSImportVisitor: warn when uncreatables are createdSami Shalayel2022-11-2312-15/+171
| * QmlCompiler: Implement console logging methodsUlf Hermann2022-11-2310-5/+270
| * QmlCompiler: Fix comparison of null and undefinedUlf Hermann2022-11-234-11/+64
| * qqmljsscope: resolve enums using their aliasesSami Shalayel2022-11-234-0/+46
| * qmltc: add singleton supportSami Shalayel2022-11-2311-27/+172
| * QQmlComponent/QQmlIncubator: Support C++ based typesFabian Kosmale2022-11-234-2/+81
| * Fix forward declaration class missmatchAntti Määttä2022-11-231-3/+3
| * QQuickItemView: Fix max(X/Y)Extent()David Redondo2022-11-226-27/+136
| * QtQml: Clean up VME and interceptor metaobjects on destructionVolker Hilsheimer2022-11-223-1/+56
| * Don't crash on QQmlGadgetPtrWrapper instances in debug serviceUlf Hermann2022-11-223-2/+37
| * XmlListModel: Clean up includesUlf Hermann2022-11-223-26/+44
| * QML: Try QMetaType conversion in VariantObject's valueOf()Ulf Hermann2022-11-222-1/+20
| * QJSEngine: Optimize conversion from QObject* to QStringUlf Hermann2022-11-225-29/+63
| * QtQml: Recognize JavaScript null as equivalent to nullptr QObject*Ulf Hermann2022-11-223-1/+41
| * QtQml: Do not parent QQmlGadgetPtrWrapper instances to the engineUlf Hermann2022-11-223-2/+3
| * Clean up tst_qqmlengiendebugservice.cppUlf Hermann2022-11-221-54/+58
| * Replace uses of rand/srand with QRandomGeneratorTor Arne Vestbø2022-11-222-3/+6
| * QmlCompiler: Don't crash on CallWithSpreadUlf Hermann2022-11-225-0/+30
| * QML: Do not crash on CallWithSpreadUlf Hermann2022-11-223-8/+39
| * Visible signal is not emitted when item is removed or added to parentVolker Hilsheimer2022-11-222-6/+148
| * Remove broken assert in QQmlPropertyData::setOverrideIndexSami Shalayel2022-11-211-1/+0
| * qmlformat: fix 'new line after ids properties' with normalize optionXavier BESSON2022-11-187-1/+56
| * QQuickTableView: factor out common press/tapp code to handleTap()Richard Moe Gustavsen2022-11-182-27/+28
| * Test deployment of purely redirecting QML modulesUlf Hermann2022-11-183-5/+15
| * Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-184-2/+95
* | material manual test: store theme etc. in settingsMitch Curtis2022-11-282-12/+42
* | material manual test: add dense switchMitch Curtis2022-11-241-0/+8
* | material manual test: add dark theme switchMitch Curtis2022-11-241-0/+13
* | Update Material DelayButton to Material 3Mitch Curtis2022-11-214-3/+78
* | Update Material RoundButton to Material 3Mitch Curtis2022-11-214-6/+99
* | Update Material Button to Material 3Mitch Curtis2022-11-2111-184/+278
* | Add Constants singleton to material manual testMitch Curtis2022-11-214-6/+23
* | QQuickMaterialRipple: don't clip by default, leave it up to controlsMitch Curtis2022-11-211-1/+0
* | Add material manual testMitch Curtis2022-11-214-0/+236
* | Material: add roundedScale attached propertyMitch Curtis2022-11-215-0/+77
* | ElevationEffect: remove elevations past 12Mitch Curtis2022-11-211-49/+1
* | QQuickMaterialRipple: uncomment setRadius callMitch Curtis2022-11-211-2/+1
* | Merge remote-tracking branch 'origin/dev' into wip/material3Paul Wicking2022-11-18154-1223/+4523
|\|
| * Connect to the correct signal in unit testVolker Hilsheimer2022-11-171-2/+4
| * Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-171-1/+5
| * PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-174-5/+133
| * Make tst_QQuickPinchHandler::scale easier to maintainShawn Rutledge2022-11-172-75/+86
| * tst_qquickpinchhandler: rename root.scale property to pinchScaleShawn Rutledge2022-11-172-13/+13
| * tst_QQuickPinchHandler::scaleThreeFingers: stop using root propertiesShawn Rutledge2022-11-172-9/+6
| * QQuickTableView: factor out parts of the key handling into private functionRichard Moe Gustavsen2022-11-172-156/+192
| * Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2022-11-171-5/+5
| * QJSEngine: Mark convertV2 variant with int parameter as BC-onlyUlf Hermann2022-11-162-1/+5
| * CMake: Add filter options to qt_generate_deploy_qml_app_scriptJoerg Bornemann2022-11-162-1/+31