aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmllanguageref/syntax
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix string interpolationIvan Tkachenko2024-05-051-1/+1
* Doc: Remove confusing and wrong section about aliasesUlf Hermann2024-02-201-10/+0
* QtQml: Re-allow manual calling of signal handlersUlf Hermann2024-02-131-0/+7
* Doc: Use specific data type instead of `var`Paul Wicking2023-11-301-1/+1
* Doc: Interpolate strings like it's 2023; and some other improvementsIvan Tkachenko2023-11-282-46/+49
* Doc: Clean up the language reference documentationOlivier De Cannière2023-10-131-5/+4
* doc: Document connections lifetime subtletiesOlivier De Cannière2023-10-121-1/+62
* doc: Warn about mixing of implicit/explicit assignment to default propsOlivier De Cannière2023-10-091-0/+12
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-05-021-4/+16
* Doc: Re-phrase descriptions around read-only propertiesSze Howe Koh2023-04-201-6/+6
* Doc: Flatten header structure for 'Import Statements'Kai Köhne2023-03-291-9/+7
* Import path: Explicitly recommend "qrc:/qt/qml"Fabian Kosmale2023-03-021-0/+5
* Doc: Recommend putting QML files in the same directory as their modulesUlf Hermann2023-02-031-4/+18
* Doc: Fix introduction version of AUTO_RESOURCE_PREFIXUlf Hermann2022-09-071-1/+1
* Make context help for id attribute available in Qt CreatorKai Köhne2022-09-061-0/+1
* Doc: Document behavior of remote implicit importsUlf Hermann2022-08-291-0/+5
* Doc: fix links for ways to initialize required propertiesTasuku Suzuki2022-07-221-2/+2
* Doc: Document precedence between module and directory importsUlf Hermann2022-06-301-0/+5
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-231-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-116-156/+12
* Allow custom named value types in QMLUlf Hermann2022-01-251-5/+4
* Doc: State that you should type-annotate methodsUlf Hermann2022-01-251-7/+21
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-211-9/+9
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-291-3/+3
* Doc: try to make "on" syntax more discoverableMitch Curtis2021-09-021-0/+2
* Adjust import documentation to mention that versions are optionalFabian Kosmale2021-07-211-13/+22
* Document handling signals with parameters in QMLFabian Kosmale2021-05-281-1/+52
* Remove extra colonZhang Hao2021-04-241-1/+1
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-122-4/+4
* Doc: Avoid unqualified lookup in the signals documentationUlf Hermann2021-02-121-2/+2
* Support and prefer QML_IMPORT_PATH over QML2_IMPORT_PATHUlf Hermann2021-02-101-4/+4
* Use QLibraryInfo::QmlImportsPath rather than Qml2ImportsPathUlf Hermann2021-02-091-1/+1
* Doc: Remove version numbers for import statementJerome Pasion2020-11-261-16/+16
* Doc: Update QML connection inline snippetPaul Wicking2020-06-221-1/+1
* Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-201-1/+1
* Doc: Fix imports documentationUlf Hermann2020-02-201-6/+6
* Add required property documentationFabian Kosmale2020-02-061-5/+47
* Doc: Explain how to specify multiple paths in QML2_IMPORT_PATHUlf Hermann2020-01-131-0/+7
* Document recent change in allowed alias usageFabian Kosmale2019-10-211-9/+11
* Doc: Add comment on evaluation order bindingsNico Vertriest2019-07-191-0/+3
* Doc: Fix \code and \qml usage in 'QML Object Attributes'Topi Reinio2019-06-191-7/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-16/+16
|\
| * Doc: Fix use of \QtMinorVersion in snippetsKai Koehne2019-03-011-16/+16
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-101-2/+2
|\|
| * Doc: Fix link issuesNico Vertriest2019-01-031-2/+2
* | Add documentation about property aliases and typesUlf Hermann2018-11-301-0/+52
|/
* Doc: Use input handlers and controls wherever appropriateVenugopal Shivashankar2018-11-011-74/+99
* Document that aliases cannot point to attached propertiesMitch Curtis2018-10-091-0/+2
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+2
|\
| * Disallow registration of types beginning with lowercase lettersMitch Curtis2018-01-311-0/+2