aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * QtQml: Clean up VME and interceptor metaobjects on destructionVolker Hilsheimer2022-11-221-1/+8
| * Don't crash on QQmlGadgetPtrWrapper instances in debug serviceUlf Hermann2022-11-221-2/+6
| * XmlListModel: Clean up includesUlf Hermann2022-11-222-17/+33
| * QML: Try QMetaType conversion in VariantObject's valueOf()Ulf Hermann2022-11-221-1/+11
| * QJSEngine: Optimize conversion from QObject* to QStringUlf Hermann2022-11-225-29/+63
| * QtQml: Recognize JavaScript null as equivalent to nullptr QObject*Ulf Hermann2022-11-221-1/+1
| * QtQml: Do not parent QQmlGadgetPtrWrapper instances to the engineUlf Hermann2022-11-223-2/+3
| * Replace uses of rand/srand with QRandomGeneratorTor Arne Vestbø2022-11-222-3/+6
| * QmlCompiler: Don't crash on CallWithSpreadUlf Hermann2022-11-222-0/+9
| * QML: Do not crash on CallWithSpreadUlf Hermann2022-11-222-8/+22
| * Remove broken assert in QQmlPropertyData::setOverrideIndexSami Shalayel2022-11-211-1/+0
| * qmlformat: fix 'new line after ids properties' with normalize optionXavier BESSON2022-11-181-0/+4
| * QQuickTableView: factor out common press/tapp code to handleTap()Richard Moe Gustavsen2022-11-182-27/+28
| * Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-183-2/+11
* | Update Material DelayButton to Material 3Mitch Curtis2022-11-211-2/+3
* | Update Material RoundButton to Material 3Mitch Curtis2022-11-211-5/+4
* | Update Material Button to Material 3Mitch Curtis2022-11-217-137/+210
* | QQuickMaterialRipple: don't clip by default, leave it up to controlsMitch Curtis2022-11-211-1/+0
* | Material: add roundedScale attached propertyMitch Curtis2022-11-214-0/+67
* | ElevationEffect: remove elevations past 12Mitch Curtis2022-11-211-49/+1
* | QQuickMaterialRipple: uncomment setRadius callMitch Curtis2022-11-211-2/+1
|/
* Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-171-1/+5
* PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-171-2/+2
* QQuickTableView: factor out parts of the key handling into private functionRichard Moe Gustavsen2022-11-172-156/+192
* 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
* CMake: Add NO_TRANSLATIONS to qt_generate_deploy_qml_app_scriptJoerg Bornemann2022-11-162-3/+15
* CMake: Add Linux support for qt_generate_deploy_qml_app_scriptJoerg Bornemann2022-11-162-38/+63
* QmlCompiler: Avoid read from uninitialized variableUlf Hermann2022-11-161-1/+1
* Android: Set EnterKeyNext as default type for TextInputBartlomiej Moskal2022-11-161-0/+23
* tooling: silence -Wmissing-variable-declarationsTim Blechmann2022-11-161-3/+6
* tooling: silence -Wextra-semi-stmtTim Blechmann2022-11-162-4/+4
* qml: silence -Wextra-semiTim Blechmann2022-11-1623-28/+28
* QQuickTableView: don't change index if tapping on the resize areaRichard Moe Gustavsen2022-11-161-16/+22
* QQuickTableView: add tab supportRichard Moe Gustavsen2022-11-161-1/+45
* Revert "Disable the automatic persistent pipeline cache on macOS/iOS"Laszlo Agocs2022-11-151-4/+1
* QJSEngine: Provide a method to coerce values in JS fashionUlf Hermann2022-11-153-12/+99
* Remove signal index mismatch in aot-compiled codeSami Shalayel2022-11-151-1/+2
* QML: Faithfully convert undefined and null to stringUlf Hermann2022-11-151-2/+4
* QML: Require TDZ checks variables declared in case blocksUlf Hermann2022-11-154-27/+42
* Add Q_ENUM on QQuickItem::ItemChangeShawn Rutledge2022-11-151-0/+1
* Doc: Fix \brief for color QML value typeTopi Reinio2022-11-141-1/+1
* Profiler: Add move operations to FunctionCallUlf Hermann2022-11-142-6/+25
* qmlformat: add 'ensure new line between objects' optionXavier BESSON2022-11-142-0/+6
* QML: Fix the most blatant TDZ violationsUlf Hermann2022-11-142-21/+57
* QuickTest: adapt to QtTest change for multiple results in a measurerThiago Macieira2022-11-141-11/+17
* qmltyperegistrar: add IsConstant for method parametersSami Shalayel2022-11-116-17/+53
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-113-3/+24
* Consolidate content setting into QQuickTextPrivate::updateDocumentText()Shawn Rutledge2022-11-114-50/+25
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-111-0/+14