aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Build: install the metatypes inside Qt's own arch-specific data dir"Friedemann Kleint2022-12-051-1/+1
* 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-301-1/+2
* Doc: Normalize page namesKai Köhne2022-11-3014-22/+22
* Connections: Don't crash when target is deletedFabian Kosmale2022-11-281-8/+6
* qmllint: document new behavior of --jsonSami Shalayel2022-11-281-2/+2
* Debugger: Initialize scoped context correctlySemih Yavuz2022-11-261-2/+2
* 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-241-1/+1
* QmlCompiler: Fix comparison of null and undefinedUlf Hermann2022-11-241-11/+21
* 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-231-2/+2
* Don't crash on QQmlGadgetPtrWrapper instances in debug serviceUlf Hermann2022-11-231-2/+6
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-223-3/+24
* Remove broken assert in QQmlPropertyData::setOverrideIndexSami Shalayel2022-11-221-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-18109-315/+315
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-18247-1228/+1228
* Don't clearPassiveGrabbers() after MouseEventSynthesizedBySystemShawn Rutledge2022-11-183-2/+11
* Doc: Add missing QQuickWindow constructorHatem ElKharashy2022-11-171-1/+5
* PinchHandler null target: remember accumulated scale between pinchesShawn Rutledge2022-11-171-2/+2
* 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: do a relayout whenever the view is resizedRichard Moe Gustavsen2022-11-151-1/+4
* Doc: Fix \brief for color QML value typeTopi Reinio2022-11-151-1/+1
* QQuickTableView: detect if syncView topLeft has changedRichard Moe Gustavsen2022-11-111-0/+14
* 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
* Document dangers with parentChanged and visibleChangedVolker Hilsheimer2022-11-111-0/+12
* Fix the popup position of a MenuInho Lee2022-11-101-1/+2
* qmldir docs: Fix typoFabian Kosmale2022-11-101-1/+1
* Doc: Restructure Qt QML TOCKai Köhne2022-11-091-21/+16
* Do not crash if madvise() fails on MADV_WILLNEEDUlf Hermann2022-11-091-1/+1
* ListView: Snap one item mode fix next item calculationEvgen Pervenenko2022-11-091-8/+8
* Fix access to destroyed QRhi objectBumjoon Park2022-11-091-0/+1
* Make QSGRhiShaderEffectMaterial::type() safe with multiple windowsLaszlo Agocs2022-11-087-8/+20
* QQuickNinePatchImage: fix aliasing by respecting the smooth propertyMitch Curtis2022-11-082-1/+46
* Fix performance issue with drag retrigger events for qtquick itemsSanthosh Kumar2022-11-072-11/+28
* Remove unused QQuickGridLayoutEngine::alignment() functionJan Arve Sæther2022-11-042-8/+0
* Unify the reading of qml imports for Android and desktop platformsAlexey Edelev2022-11-042-36/+47
* Don't convert QByteArray in `startDrag`Fushan Wen2022-11-041-3/+9
* QQuickItem: don't detach or copy unnecessarily when printing debug helpVolker Hilsheimer2022-11-021-1/+1
* ScrollBar: fix crash on exit when flickable created before ScrollViewMitch Curtis2022-11-023-0/+45
* QQuickItem: don't disable hover if a hover handler is activeRichard Moe Gustavsen2022-11-021-0/+3
* Properly release Element data in the shadow treeLaszlo Agocs2022-11-021-1/+7
* qml: fix TypeArgumentListFawzi Mohamed2022-11-022-15/+25
* DA: don't ignore subtreeHoverEnabledRichard Moe Gustavsen2022-11-011-1/+1