aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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