aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Imagine GroupBox: Ignore background topPadding unless it's a 9PatchImageOliver Eftevaag2022-02-081-4/+4
* Modify m_compareRegister bitfieldTang Haixiang2022-02-081-1/+1
* SwipeView: don't cull every child item that gets addedShawn Rutledge2022-02-051-1/+0
* Stop using QGuiApplicationPrivate::lastCursorPosition.toPoint()Shawn Rutledge2022-02-052-5/+5
* Detach QEventPoint instances during touch compression; test & docsShawn Rutledge2022-02-042-2/+41
* Windows: fix unchecked Button in GroupBox being rendered as checkedMitch Curtis2022-02-041-0/+1
* V4: Do not call dtor of an object we continue to useUlf Hermann2022-02-041-3/+2
* QQmlAdaptorModel: Do not use reparenting for lifetime managemmentFabian Kosmale2022-02-033-10/+20
* JavaScript: Make "this" available in blocks inside arrow functionsUlf Hermann2022-02-021-5/+10
* Doc: mention ScrollView in ScrollBar's documentationMitch Curtis2022-02-011-1/+2
* CMake: Include upper case .js and .mjs files in qmldirUlf Hermann2022-02-011-6/+5
* ApplicationWindow: add QML_ATTACHED macroFabian Kosmale2022-02-011-0/+1
* Auto-test-export QQuickIconLabelPrivateMarc Mutz2022-01-291-1/+1
* builtins.qmltypes: Fix inheritence and extension of basic typesUlf Hermann2022-01-281-9/+5
* qquickwindowmodule: Properly expose Visibility enumMaximilian Goldstein2022-01-281-2/+3
* Doc: Avoid duplicated qt.labs.qmlmodels documentationKai Köhne2022-01-271-2/+4
* Adjust default max call depth for QNXUlf Hermann2022-01-262-3/+10
* QQmlJS::Dom::PathIterator: fix relational operators in C++20 modeMarc Mutz2022-01-241-2/+2
* Fix TextArea/TextField not using IBeamCursor when text can be selectedNoah Davis2022-01-242-2/+2
* QmlCompiler: Respect revisionsUlf Hermann2022-01-247-124/+194
* Fix Clang 10 -Werror,-Wdeprecated-enum-float-conversionMarc Mutz2022-01-243-3/+3
* TabBar: allow wheel events to change currentIndexNoah Davis2022-01-212-0/+26
* Further tighten checks around QML_COMPILE_HASHUlf Hermann2022-01-212-4/+12
* tooling: Add isList to ParameterMaximilian Goldstein2022-01-211-0/+1
* CMake: Pass C++ sources to pre-created qml module targetsAlexandru Croitor2022-01-211-0/+3
* CMake: Fix lookup of Python for qtdeclarativeAlexandru Croitor2022-01-211-7/+6
* QQmlJSScope: Remove dead codeUlf Hermann2022-01-193-9/+19
* Dialogs: Declare dependency on QtQuick typesYuya Nishihara2022-01-182-0/+4
* qmake: Find metatypes files infixed with build typeUlf Hermann2022-01-151-8/+27
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-142-0/+12
* scenegraph: Make the vertex/index buffer logic more robustLaszlo Agocs2022-01-141-17/+34
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-136-2/+7
* 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