aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of QML_COMPILE_HASHUlf Hermann2022-01-072-18/+2
* QQuickMultiPointHandler: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-064-4/+4
* Flickable: make overshoot distance velocity-sensitive; limit velocityShawn Rutledge2022-01-062-16/+22
* Document that custom styles should not import QtQuick.ControlsMitch Curtis2022-01-051-0/+6
* Fix edge cases in arcToDelf Neumärker2022-01-052-18/+13
* Tune the upfront compressed texture format checkLaszlo Agocs2022-01-051-9/+10
* Do not call a method on a nullptrUlf Hermann2022-01-051-1/+1
* Ensure we don't crash when changing sizes after cleanupAleix Pol2022-01-052-3/+10
* QQmlJs::FixedPoolArray: fix UB (precondition violation) in allocate()Marc Mutz2022-01-041-1/+1
* AbstractButton: fix fast clicks being treated as double clicksMitch Curtis2022-01-032-5/+20
* Doc: Drop version no. against the \qmlmoduleVenugopal Shivashankar2022-01-0313-13/+13
* Doc: explain how to handle Escape/Back in PopupMitch Curtis2021-12-231-0/+13
* CMake: Attempt to fix QNX tests linking when cross-compilingAndrei Golubev2021-12-211-0/+2
* CMake: Fix QNX tests to link when cross-compilingAlexandru Croitor2021-12-172-0/+3
* Layouts: use qmlWarning for polish loopsMitch Curtis2021-12-171-1/+1
* QmlCompiler: Reject ambiguous and inaccessible typesUlf Hermann2021-12-171-38/+93
* Do not copy lookupsUlf Hermann2021-12-176-77/+118
* icutils::Node: GCC 11 -Werror=maybe-uninitialized w/-fsanitize=undefinedMarc Mutz2021-12-171-1/+3
* Make atlasing of compressed textures opt-in againEirik Aavitsland2021-12-171-2/+2
* Bound animatorjob value to the given rangeAntti Määttä2021-12-142-2/+20
* QQmlJSAotContext: flushPendingBinding() before capturing a propertyUlf Hermann2021-12-134-17/+23
* QQmlJSImportsVisitor: Break inheritance cyclesUlf Hermann2021-12-133-29/+35
* Don't crash when accessing QVariant data pointerVolker Hilsheimer2021-12-131-5/+8
* QQuickFlickable: export QQuickFlickableVisibleArea from pluginTim Blechmann2021-12-121-1/+1
* Doc: fix incorrect type name on focus pageMitch Curtis2021-12-121-1/+1
* Revert accidental change in qv4qmlcontext.cppUlf Hermann2021-12-121-2/+1
* V4 Lookup: Do not leak property cachesUlf Hermann2021-12-105-27/+40
* Fix glitches in big AnimatedSprite animationsEirik Aavitsland2021-12-101-7/+7
* Document correct way of handling QQuickWindow::closingVolker Hilsheimer2021-12-101-2/+16
* Doc: Fix QtQuick::Loader::item typeIvan Tkachenko2021-12-091-1/+1
* QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2021-12-091-0/+11
* Do not crash on self-assignment of QQmlPropertyUlf Hermann2021-12-091-6/+2
* Don't dereference nullptr when updating materialsVolker Hilsheimer2021-12-081-0/+4
* Do not return a node from styleitem when there is nothing to renderLaszlo Agocs2021-12-071-2/+7
* Doc: Make algorithm for distributing sizes in layouts more explicitKai Köhne2021-12-072-2/+13
* QmlCompiler: Fix return type calculationUlf Hermann2021-12-075-9/+38
* QQmlJSImporter: Avoid crash on iterator invalidationUlf Hermann2021-12-071-6/+7
* Reduce and clean up makeThreadLocalContext callsLaszlo Agocs2021-12-072-33/+28
* Fix focus for items inside a QQuickWidget in a QGraphicsProxyWidgetPaul Olav Tvete2021-12-075-8/+96
* Allow recursion in AOTCompiledContext::initLoadAttachedLookup()Ulf Hermann2021-12-061-1/+1
* Set PopupFocusReason when focus moves because a popup opens or closesVolker Hilsheimer2021-12-062-13/+11
* Fix setting the focus reason in Qt Quick ControlsVolker Hilsheimer2021-12-066-10/+41
* Refactor: move change listener notification logic into helpersVolker Hilsheimer2021-12-063-121/+60
* HoverHandler: allow cursorShape binding before parentItem is setShawn Rutledge2021-12-042-6/+19
* QmlCompiler: Disallow access to IDs in other componentsUlf Hermann2021-12-034-8/+115
* qqmlxmlhttprequest: Fix h2c fallout and ignore in futureMårten Nordheim2021-12-031-0/+11
* QQmlTypeNameCache: Unify querying for typesUlf Hermann2021-12-036-144/+150
* doc: Add a section about singleton types in qt_add_qml_moduleAlexandru Croitor2021-12-034-0/+81