aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QQmlPropertyCache: work around name chance in moc-generated codeMarc Mutz2022-06-231-1/+19
* qmlls: tests: fix qmlls binary pathMoody Liu2022-06-231-1/+2
* Menu: cull non-visible items when `contentItem` inherits ItemChen Bin2022-06-233-2/+78
* Move up include in WTFStubs.cppAndreas Buhr2022-06-221-2/+4
* Handle unprocessed pressed case in FlickableAntti Määttä2022-06-223-2/+69
* Doc: Clarify naming conventions for .js files in QML modulesJoerg Bornemann2022-06-221-0/+11
* QmlCompiler: Disable writing into function argumentsUlf Hermann2022-06-225-1/+59
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-06-211-5/+5
* Add autogen tools dependency to the tst_qmltyperegistrar_major_version_zeropl...Alexey Edelev2022-06-211-1/+1
* Doc: Update external page linkingTopi Reinio2022-06-202-53/+40
* Doc: Add missing CheckDelegate control and ingroup ItemDelegateThomas Piekarski2022-06-202-0/+11
* Doc: Add missing TreeViewDelegate controlThomas Piekarski2022-06-201-0/+9
* QQmlContext: Don't redeclare metatype for QList<QObject *>Ievgenii Meshcheriakov2022-06-201-2/+0
* Qml: Allow major version of module to be zeroAlexandru Croitor2022-06-206-1/+51
* Blacklist tst_QQuickListView2::tapDelegateDuringFlicking on AndroidShawn Rutledge2022-06-191-0/+3
* Flickable: don't grab on press if already movingShawn Rutledge2022-06-194-8/+154
* Quick test lib: Account for DPR when grabbing sub-imageTimur Pocheptsov2022-06-181-1/+2
* Do not leak in QQuickTextEdit::updatePaintNode()Andrei Golubev2022-06-181-0/+2
* tst_QQuickStyle: unbreak ubsan buildMarc Mutz2022-06-172-1/+3
* Fix TextEdit/TextArea mouse cursor shape handling logicVladimir Belyavsky2022-06-175-24/+48
* findItem: don't return items with invalid QQmlContextsMitch Curtis2022-06-172-7/+4
* Doc: mention that MonthGrid shows days from previous and next monthMitch Curtis2022-06-171-0/+4
* Fix alpha with native text renderingLaszlo Agocs2022-06-171-1/+2
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-06-166-6/+50
* Improve tst_qquickshadereffectMitch Curtis2022-06-161-46/+34
* QQmlJSLogger: disable warning from GCC 11 & 12Thiago Macieira2022-06-151-0/+11
* QQuickApplicationHelper: move initialProperties before qmlImportPathsMitch Curtis2022-06-156-9/+10
* Bump version to 6.3.2Jani Heikkinen2022-06-151-1/+1
* Update dependencies on '6.3' in qt/qtdeclarativeQt Submodule Update Bot2022-06-151-5/+5
* CMake: Turn qmlls into an app instead of a tool as a workaroundAlexandru Croitor2022-06-152-5/+7
* DomUniverse: optimize counter handling in guaranteeUniverse()Marc Mutz2022-06-141-3/+5
* update target description for qmllsMoody Liu2022-06-131-1/+1
* quicktestutils: remove duplicated function declarationMitch Curtis2022-06-131-2/+0
* quick/controlstestutils: add [[nodiscard]] to functions returning stuffMitch Curtis2022-06-133-7/+9
* Fix the build with tracing enabledShawn Rutledge2022-06-121-4/+4
* Item views: fix error when accessing attached view from non-delegatesMitch Curtis2022-06-104-2/+38
* tst_qquicklistview: fix some TypeErrors and ReferenceErrorsMitch Curtis2022-06-103-30/+60
* Fix race condition on QQmlEnginePrivate::qml_debugging_enabledMarc Mutz2022-06-094-4/+6
* QQmlListCompositor: suppress GCC 12 -Warray-bounds warningsMarc Mutz2022-06-091-0/+5
* tst_qqmlnotifier: Do not assume qfatal crashes the processFabian Kosmale2022-06-081-1/+2
* Doc: Fix link to Scrollbar size propertyAndreas Eliasson2022-06-081-1/+1
* QQmlJSImportVisitor: do not register group { ... } as an object scopeAndrei Golubev2022-06-081-5/+6
* QQmlDebug: reliably print the debugger warningMarc Mutz2022-06-081-1/+10
* Immediately complete component upon creation failureFabian Kosmale2022-06-082-4/+9
* Doc: Rename snippet id to a unique identifierAndreas Eliasson2022-06-082-4/+3
* Doc: Describe Qt Quick Compiler TechnologyJaishree Vyas2022-06-084-0/+103
* QQuickItem: ignore double-clicks by default; remove allowDoubleClickShawn Rutledge2022-06-089-9/+86
* qmlimportscanner: Improve performance using caches continuedAlexandru Croitor2022-06-081-62/+182
* qmlimportscanner: Improve performance using cachesAlexandru Croitor2022-06-081-18/+79
* qmlimportscanner: Add logging to help with debugging performanceAlexandru Croitor2022-06-081-3/+40