aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Tooling: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky9 days5-10/+10
* QuickLintPlugin: avoid detach with QHash::asKeyValueRange()Vladimir Belyavsky10 days1-3/+3
* Disable copy and move for QQmlPreviewFileEngineHandlerEdward Welbourne2024-04-151-0/+1
* QQmlPreviewFileEngine: adapt to changes in QAFileEngine/Iterator [3]Ahmad Samir2024-03-252-2/+2
* QQmlPreviewFileEngine: adapt to changes in QAFileEngine/Iterator [2]Ahmad Samir2024-03-251-11/+6
* QQmlPreviewFileEngine: adapt to changes in QAFileEngine/Iterator [4]Ahmad Samir2024-03-252-5/+8
* QQmlPreviewFileEngine: adapt to changes in QAFEngine/Iterator [1]Ahmad Samir2024-03-252-12/+17
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-201-0/+1
* Introduce plugin support for qmlls and qmlls quick pluginSami Shalayel2024-02-296-2/+266
* qmllint: Restrict attached property validators to simple casesUlf Hermann2024-02-201-3/+8
* qmllint: Complain about "target" when complaining about PropertyChangesUlf Hermann2024-01-311-1/+10
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-1/+2
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-111-1/+1
* QML: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-10-282-2/+2
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-242-6/+8
* Include what you need: <QPointer>Marc Mutz2023-10-062-0/+3
* QQmlSA: Don't expose QQmlJS namespaceFabian Kosmale2023-09-212-11/+11
* Export QQuickPixmapKey and (renamed) QQuickPixmapCache for autotestsShawn Rutledge2023-09-012-2/+2
* Remove outdated #undef QT_NO_FOREACHUlf Hermann2023-08-212-4/+0
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-172-0/+4
* Replace signal name manipulations with QQmlSignalNamesSami Shalayel2023-08-151-16/+7
* Allow customization of native Dialog and DialogButtonBoxMitch Curtis2023-08-091-1/+0
* Remove remaining foreach in srcUlf Hermann2023-08-081-1/+2
* QQmlSA::Element: Rename internalName to internalIdFabian Kosmale2023-07-041-6/+10
* QQmlSA::Element: Make prettyName a member functionFabian Kosmale2023-07-041-4/+4
* QQmlSA: Remove Element ctor taking a name, add resolveBuiltinTypeFabian Kosmale2023-07-041-1/+1
* Div. smart pointer/raii classes: mark ctors [[nodiscard]]Marc Mutz2023-06-261-1/+2
* qmllint: Improve handling of QQmlSA::Element in quicklintpluginUlf Hermann2023-06-211-14/+8
* Allow using QT_USE_QSTRINGBUILDER for pluginsAlexey Edelev2023-06-161-1/+1
* QuickLintPlugin: Avoid unnecessary copies in loopsUlf Hermann2023-06-051-2/+2
* Fix false-positive GCC 13 warnings about possible dangling pointersThiago Macieira2023-06-011-2/+2
* QQmlSA: Change API for accessing attached typesOlivier De Cannière2023-06-011-7/+7
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-302-155/+147
* qmllint (quickplugin): PropertyChanges: handle invalid targetFabian Kosmale2023-05-231-1/+1
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-171-3/+4
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-1/+1
* qmlpreview: fix crash on exitTim Jenßen2023-04-281-1/+0
* Trace: Convert qtdeclarative to use new tracepoint generationAntti Määttä2023-04-261-0/+0
* Place the QT_END_NAMESPACE in the right placeAmir Masoud Abdol2023-04-131-2/+2
* openvg: Add missing breakKai Uwe Broulik2023-03-071-0/+1
* qmllint: Fix attached property re-use detectionUlf Hermann2023-02-143-1/+143
* qmllint: Add warning about PropertyChanges using custom parserUlf Hermann2023-02-033-0/+70
* Fix build with -no-feature-quick-shadereffectTasuku Suzuki2023-01-241-0/+1
* qmllint: Fix null deref in quick pluginFabian Kosmale2023-01-171-2/+13
* Purge the internal renderSceneGraph function argument listLaszlo Agocs2022-12-121-1/+1
* Doc: remove "2" from Qt Quick Controls filesMitch Curtis2022-12-011-1/+1
* Debugger: Initialize scoped context correctlySemih Yavuz2022-11-251-2/+2
* Repair QQmlGadgetPtrWrapper's metaObjectUlf Hermann2022-11-252-11/+2
* Don't crash on QQmlGadgetPtrWrapper instances in debug serviceUlf Hermann2022-11-221-2/+6
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-6/+3