aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix namespace in namespace detection of a foreign typeAndre Klitzing2024-03-272-2/+14
* Fix wrong generation of Q_NAMESPACESAndre Klitzing2024-03-274-3/+50
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-27101-993/+1102
* CMake: Enable macOS POST_BUILD deployment for in-tree examplesAlexandru Croitor2024-03-273-21/+81
* CMake: Add option to allow skipping qml deployment when building in CIAlexandru Croitor2024-03-271-1/+10
* Fix contactlist example (CMake version)Fabian Kosmale2024-03-271-1/+2
* tst_qmlls_utils: also test type in resolveExpressionTypeSami Shalayel2024-03-271-36/+42
* qmlls: fix crash when loading a file multiple timesSami Shalayel2024-03-272-1/+35
* qqmlpropertyvalidator: Mark new warning as translatableFabian Kosmale2024-03-271-1/+1
* Materials.impl: Mark dependency on Controls.implFabian Kosmale2024-03-271-0/+1
* Engine: Handle grouped property bindings of non-registered typesFabian Kosmale2024-03-278-9/+149
* Basic.impl: Add dependency entry for QtQuickFabian Kosmale2024-03-261-0/+2
* QML Tools: add some checks for QFile::open failuresGiuseppe D'Angelo2024-03-263-13/+19
* QQmlJSImporter::createQmldirParserForFile: add error handlingGiuseppe D'Angelo2024-03-262-3/+13
* QML compiler: simplify color outputGiuseppe D'Angelo2024-03-261-6/+6
* tst_qmllint: Do not require a GUIFabian Kosmale2024-03-261-1/+1
* qmltest: add a 'modifiers' argument to mouseMove()Richard Moe Gustavsen2024-03-263-9/+11
* SelectionRectangle: ensure we remove or update selection handles if selection...Richard Moe Gustavsen2024-03-266-23/+119
* DragHandler: don't skip passive grab if state includes releaseShawn Rutledge2024-03-264-7/+6
* ScriptFormatter. Fix MethodDefinitions formattingDmitrii Akshintsev2024-03-262-5/+19
* ScriptFormatter. Refactor visit(ClassDeclaration*)Dmitrii Akshintsev2024-03-262-33/+61
* ScriptFormatter. Refactor visit(PatternPropertyList*)Dmitrii Akshintsev2024-03-262-49/+39
* QQmlJSTypeResolverDependencies: enhance comment above itSami Shalayel2024-03-261-1/+4
* remove leftover from qqmllscompletion_p.hSami Shalayel2024-03-261-3/+0
* qmlls: find usages in multiple filesSami Shalayel2024-03-2616-67/+289
* tst_qmlls_utils: move test files in own folderSami Shalayel2024-03-2619-19/+22
* cache tst_qmlls_utils tests by directorySami Shalayel2024-03-262-5/+8
* DomItem: allow fieldfilters in visitTreeSami Shalayel2024-03-266-11/+83
* qmllsutils: document QQmllSUtilsResolveOptionsSami Shalayel2024-03-261-0/+8
* qmlls: make resolveExpressionType use findDefiningScopeSami Shalayel2024-03-266-103/+405
* Small fixes in tst_spinbox.qmlMatthias Rauter2024-03-261-8/+4
* QQuickRt: State the depthTexture is not to be written out when multiviewLaszlo Agocs2024-03-261-1/+2
* QmlCompiler: Fix code for object literal generationUlf Hermann2024-03-263-2/+11
* Mark MultiEffect itemRect properly as readonlyKaj Grönholm2024-03-261-0/+1
* Use new Qt configure feature for MetalTor Arne Vestbø2024-03-2516-27/+27
* 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
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2024-03-251-5/+5
* Silence bogus warning on mingwUlf Hermann2024-03-251-0/+7
* Adapt to privatising of QPropertyBinding's ref countUlf Hermann2024-03-254-5/+4
* qmlls: don't dereference empty std::optionals from resolveNameInQmlScopeSami Shalayel2024-03-251-6/+17
* QQmlGadgetPtrWrapper: Consider QVariant as possible typeThomas Hartmann2024-03-224-5/+79
* qmltyperegistrar: Clarify confusion about isCreatableUlf Hermann2024-03-224-4/+34
* CMake: Consider NO_UNSUPPORTED_PLATFORM_ERROR for non-bundle mac appsAlexandru Croitor2024-03-221-14/+28
* CMake: Remove stray inclusion of QT_DEPLOY_SUPPORTAlexandru Croitor2024-03-221-1/+0
* CMake: Move generated qmltypes file into .qt subdirectory of build dirAlexandru Croitor2024-03-221-1/+1
* CMake: Fix re-running of qmlimportscanner during ninja cleanAlexandru Croitor2024-03-221-3/+12
* CMake: Use versioned functions in the deployment api implementationAlexandru Croitor2024-03-222-9/+24