aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Auto-test-export QQuickIconLabelPrivateMarc Mutz2022-01-291-1/+1
* doc: Fix a typo in a See Also link from QQuickText::boundingRect()Shawn Rutledge2022-01-281-1/+1
* qquickwindowmodule: Properly expose Visibility enumMaximilian Goldstein2022-01-281-2/+3
* Use up-to date LGPL license headerKai Köhne2022-01-2722-242/+308
* Document qmltc output formatAndrei Golubev2022-01-276-23/+323
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-274-11/+11
* qmltc: Do not search for qmltypes in non-TARGET libsUlf Hermann2022-01-271-0/+4
* Add revision to QQuickItem::ensurePolished()Shawn Rutledge2022-01-271-1/+1
* Doc: Avoid duplicated qt.labs.qmlmodels documentationKai Köhne2022-01-271-2/+4
* Query the redirect rt size only once in renderSceneGraphLaszlo Agocs2022-01-271-3/+3
* Imagine Dial: remove unnecessary bindings for background sizeOliver Eftevaag2022-01-271-5/+0
* QQuickRenderControl ctor: fix style and let parent default to nullptrShawn Rutledge2022-01-271-1/+1
* Make qmltc-processed targets depend on qmltypes of linked QML modulesAndrei Golubev2022-01-261-0/+19
* QQuickFontDialogImpl: remove binding loopOliver Eftevaag2022-01-261-1/+1
* Add qmltc to QtQuick's tools and utilitiesAndrei Golubev2022-01-261-0/+15
* Adjust default max call depth for QNXUlf Hermann2022-01-262-3/+10
* Doc: State that you should type-annotate methodsUlf Hermann2022-01-251-7/+21
* 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