aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/doc/qtqmlcompiler-index.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Unify spelling of Qt Qml modulesJaishree Vyas2025-06-051-4/+4
| | | | | | | Fixes: QTBUG-132703 Pick-to: 6.9 6.10 Change-Id: Iee8cd7415d7e5c088f0b43786326c8339b46490a Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io>
* Docs: Reorganize the qml tooling pageAlexei Cazacov2024-11-011-4/+4
| | | | | | | Task-number: QTBUG-130111 Pick-to: 6.8 Change-Id: I4e6d9f35a12ec5c74625e955d40b80d470dd6253 Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
* Docs: Organize topics in the qtdeclarative/Qt Qml Compiler projectAlexei Cazacov2024-07-251-0/+3
| | | | | | | | | | This commit organizes the articles, so they: - have a reasonable tree structure - can be navigated through the topic tree in the Qt Creator help viewer Task-number: QTBUG-126648 Change-Id: Iafd5d3d63c2cc775a825b93bbe0409d3df233c7b Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* doc: change names of qmllint and qmlls pagesSami Shalayel2024-02-271-4/+4
| | | | | | | | | | | | | | | | | Make the names of the qmllint and qmlls pages unique by appending "Reference". This is in-line with what we do in other places of the documentation, see also the `Qt Creator Manual` page that is used to link to `Qt Creator` This fixes the problem of \l{QML Language Server} linking to a subsection instead to linking to the `QML Language Server Reference` page. Task-number: QTBUG-121134 Pick-to: 6.7 Change-Id: I187042d1825d10ea59b5c3af96b8f5fdce10fa9b Reviewed-by: Semih Yavuz <semih.yavuz@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* QmlCompiler: restructure docFabian Kosmale2023-11-261-5/+39
| | | | | | | | | | - align structure with other index pages - reference the actul compilers - link to tutorial Pick-to: 6.6 Change-Id: Ibc98c846f83638595f5752f3a0d342bcf1e1aa10 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* QQmlSA: Create an abstraction layer for static analysisOlivier De Cannière2023-05-301-0/+47
This patch adds abstractions for QML Elements, Bindings, Methods and Properties. This abstraction layer avoids exposing internal details and should be more suited for static analysis tasks. It is now possible to write qmllint plugins without including private headers. As a drive-by, change tst_qmllint:verifyJsRoot to open files in text mode instead of binary. This fixes an issue where line endings cause issues on Windows. Fixes: QTBUG-102276 Change-Id: I6b6e53f1e0078734a18f3aa51807fbe875b375f0 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>