aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.4.2' in qt/qtdeclarativev6.4.26.4.2Qt Submodule Update Bot2022-12-121-5/+5
* Update dependencies on '6.4.2' in qt/qtdeclarativeQt Submodule Update Bot2022-12-091-5/+5
* Update dependencies on '6.4.2' in qt/qtdeclarativeQt Submodule Update Bot2022-12-071-5/+5
* Revert "Build: install the metatypes inside Qt's own arch-specific data dir"Friedemann Kleint2022-12-051-1/+1
* Update dependencies on '6.4.2' in qt/qtdeclarativeQt Submodule Update Bot2022-12-051-5/+5
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-12-011-5/+5
* doc: Add note to PinchHandler.translation property about macOS trackpadShawn Rutledge2022-12-011-0/+3
* Remove signal index mismatch in aot-compiled codeSami Shalayel2022-11-304-2/+68
* Fix build error in top level buildsFabian Kosmale2022-11-301-0/+1
* Doc: Normalize page namesKai Köhne2022-11-3014-22/+22
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-11-291-1/+1
* Connections: Don't crash when target is deletedFabian Kosmale2022-11-283-8/+57
* Suppress ES-compiler warnings against the ES-262 test-suiteEdward Welbourne2022-11-281-1/+43
* Split two long lines for the sake of readabilityEdward Welbourne2022-11-281-2/+8
* qmllint: document new behavior of --jsonSami Shalayel2022-11-282-3/+4
* Debugger: Initialize scoped context correctlySemih Yavuz2022-11-265-4/+97
* Build: install the metatypes inside Qt's own arch-specific data dirThiago Macieira2022-11-251-1/+1
* ShaderEffect: call derefWindow from the proper sourceInho Lee2022-11-251-1/+2
* Revert "masm: Treat Android as generic Posix regarding mmap and friends"Ulf Hermann2022-11-252-17/+8
* QtQml: Recognize JavaScript null as equivalent to nullptr QObject*Ulf Hermann2022-11-243-1/+41
* QmlCompiler: Fix comparison of null and undefinedUlf Hermann2022-11-244-11/+64
* QmlCompiler: Generate correct code for non-double constantsUlf Hermann2022-11-242-9/+33
* Doc: Fix import statement in QML code exampleAndreas Eliasson2022-11-231-1/+1
* QQuickItemView: Fix max(X/Y)Extent()David Redondo2022-11-236-27/+136
* Don't crash on QQmlGadgetPtrWrapper instances in debug serviceUlf Hermann2022-11-233-2/+37
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-225-3/+42
* Remove broken assert in QQmlPropertyData::setOverrideIndexSami Shalayel2022-11-221-1/+0
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-11-211-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-18170-443/+443
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-18400-4146/+4146
* Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-184-2/+95
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-11-181-5/+5
* 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
* tooling: silence -Wmissing-variable-declarationsTim Blechmann2022-11-161-3/+6
* tooling: silence -Wextra-semi-stmtTim Blechmann2022-11-164-14/+14
* qml: silence -Wextra-semiTim Blechmann2022-11-1623-28/+28
* QQuickTableView: do a relayout whenever the view is resizedRichard Moe Gustavsen2022-11-153-3/+69
* Doc: Fix \brief for color QML value typeTopi Reinio2022-11-151-1/+1
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-11-141-5/+5
* Stabilize tst_TouchMouse::strayTouchDoesntAutograbShawn Rutledge2022-11-121-0/+9
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-113-2/+56
* Send ObjectShow event for visible components after initializedFushan Wen2022-11-111-0/+7
* Handle missing stops gracefully in Shape gradientsLaszlo Agocs2022-11-111-3/+5
* Bump version to 6.4.2Jani Heikkinen2022-11-111-1/+1
* Update dependencies on '6.4' in qt/qtdeclarativeQt Submodule Update Bot2022-11-111-5/+5
* Document dangers with parentChanged and visibleChangedVolker Hilsheimer2022-11-111-0/+12
* Fix the popup position of a MenuInho Lee2022-11-101-1/+2