aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickTreeView: be able to expand rows that are not yet visible in the viewRichard Moe Gustavsen2022-01-241-6/+8
* QQmlJS::Dom::PathIterator: fix relational operators in C++20 modeMarc Mutz2022-01-241-2/+2
* CMake: Pass C++ sources to pre-created qml module targetsAlexandru Croitor2022-01-241-0/+3
* CMake: Fix lookup of Python for qtdeclarativeAlexandru Croitor2022-01-241-7/+6
* Fix Clang 10 -Werror,-Wdeprecated-enum-float-conversionMarc Mutz2022-01-243-3/+3
* QmlCompiler: Handle ID lookups of incomplete types correctlyUlf Hermann2022-01-221-3/+3
* Use qt.qml.states logging category instead of STATECHANGE_DEBUG envShawn Rutledge2022-01-213-24/+19
* QmlCompiler: Add C++ name also for types with no export candidatesUlf Hermann2022-01-211-2/+6
* QQmlProperty: Prohibit ID lookup on explicitly given objectUlf Hermann2022-01-211-1/+2
* Use the deprecation macro for CustomCompileStepLaszlo Agocs2022-01-211-1/+6
* tooling: Add isList to ParameterMaximilian Goldstein2022-01-211-0/+1
* QmlCompiler: Respect revisionsUlf Hermann2022-01-2111-160/+253
* Further tighten checks around QML_COMPILE_HASHUlf Hermann2022-01-212-4/+12
* TabBar: allow wheel events to change currentIndexNoah Davis2022-01-212-0/+26
* QQuickListView: Stop overlap for section and firstItem delegatesOliver Eftevaag2022-01-202-2/+7
* Document qmltc toolAndrei Golubev2022-01-199-0/+866
* Inline the pre-checks for QQmlInterceptorMetaObject::interceptUlf Hermann2022-01-182-87/+100
* SequenceObject: Define length accessors on the prototypeUlf Hermann2022-01-181-76/+71
* QmlCompiler: Use QVariant as last fallback for type mergesUlf Hermann2022-01-181-1/+1
* QmlCompiler: Handle context push/pop in dead codeUlf Hermann2022-01-181-2/+28
* QmlCompiler: Construct multi-part URIs with '.' rather than '/'Ulf Hermann2022-01-181-1/+1
* QmlCompiler: Optimize pointer to bool conversionUlf Hermann2022-01-181-10/+13
* QQmlJSScope: Remove dead codeUlf Hermann2022-01-183-30/+26
* ShaderEffect: Make uniform setting saferLaszlo Agocs2022-01-171-39/+43
* Port users of QMutableEventPoint::from() to new static settersMarc Mutz2022-01-164-29/+27
* Doc: Enable zero warning limit for documentationVenugopal Shivashankar2022-01-1610-0/+30
* Re-allow retrieval of list properties in QQmlJSCodeGeneratorUlf Hermann2022-01-151-5/+0
* qmake: Find metatypes files infixed with build typeUlf Hermann2022-01-151-8/+27
* QQuickAbstractButton: fix crash on destructionUlf Hermann2022-01-142-0/+12
* Dialogs: Declare dependency on QtQuick typesYuya Nishihara2022-01-142-0/+4
* QQuickFileDialog: fix deprecated implicit capture of this by [=] (C++20)Marc Mutz2022-01-131-1/+2
* qqmljstypepropagator: Add compiler error for unknown function callsMaximilian Goldstein2022-01-131-0/+2
* Don't rely on transitive include of qeventpoint_p.hMarc Mutz2022-01-136-2/+7
* QQuickPalette: replace a QFlatMap with std::array<.,3>Marc Mutz2022-01-132-13/+27
* Remove uses of QMutableSinglePointEvent::mutablePoint()Marc Mutz2022-01-132-4/+4
* scenegraph: Make the vertex/index buffer logic more robustLaszlo Agocs2022-01-131-17/+34
* Assert that QQmlDelegateModel's count can't be less than zeroMitch Curtis2022-01-071-0/+1
* Don't crash when pasting text into TextAreaShawn Rutledge2022-01-073-1/+16
* Doc: link to Navigating with StackView section of chat tutorialMitch Curtis2022-01-071-2/+2
* QQuickDeliveryAgent: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* QQuickMultiPointHandler: remove unneeded QMutableEventPoint::from()Marc Mutz2022-01-071-1/+1
* Fix handling of QML_COMPILE_HASHUlf Hermann2022-01-072-18/+2
* TextEdit: hide cursor outside viewport if ItemObservesViewportShawn Rutledge2022-01-061-1/+6
* Doc: Adjust regular expression for suppressing warningsTopi Reinio2022-01-063-2/+5
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-064-4/+4
* TextEdit: deal with scrolling backwards in rich textShawn Rutledge2022-01-062-5/+22
* 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
* Replace currentFile(s) with selectedFile(s)Mitch Curtis2022-01-059-103/+63
* Fix edge cases in arcToDelf Neumärker2022-01-052-18/+13