aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmlfunctions.qdoc
Commit message (Expand)AuthorAgeFilesLines
* QML_CONSTRUCTIBLE_VALUE: Fix docsFabian Kosmale2024-03-181-0/+1
* Fix documentation for QML_ATTACHED and QML_FOREIGNUlf Hermann2024-01-151-1/+4
* doc: Create QML Singleton in-depth guideFabian Kosmale2023-11-291-1/+1
* Doc: Fix \fn template arguments for Qt QmlTopi Reinio2023-11-271-7/+7
* QtQml: Document QML_ADDED_IN_VERSION and QML_REMOVED_IN_VERSIONUlf Hermann2023-10-161-6/+48
* Amend code snippets for QML_ELEMENT to show how to expose enumsUlf Hermann2023-10-161-4/+36
* QtQml: Make docs for QML_{CONSTRUCTIBLE|STRUCTURED}_VALUE visibleUlf Hermann2023-10-161-2/+51
* Simplify QML singleton type registrationUlf Hermann2023-09-281-11/+2
* Doc: Fix documentation warnings in Qt Qml and Quick docsTopi Reinio2023-09-151-3/+4
* Doc: Replace mentions of deprecated macro Q_ENUMS()Topi Reinio2023-05-161-1/+1
* Doc: Specify that class name must be fully qualifiedAndreas Eliasson2023-04-251-3/+18
* Doc: Revamp "Extending QML" examples into a tutorialOlivier De Cannière2023-03-301-1/+1
* Doc: Use \relates for functions and macros in the global scopeTopi Reinio2023-03-291-0/+1
* Docs: Reword QML_SEQUENTIAL_CONTAINER documentation to be more concreteOlivier De Cannière2023-03-021-25/+25
* QML: Fix conflicts between QML_ANONYMOUS, QML_UNCREATABLE and namespacesUlf Hermann2023-02-281-2/+1
* Port some of the last instances of "0" -> "\nullptr"Ivan Tkachenko2023-02-251-1/+1
* Doc: How to combine custom singletons and qt_generate_foreign_qml_typesUlf Hermann2023-02-171-1/+3
* Make QML_EXTRA_VERSION public and expand its documentationUlf Hermann2023-01-231-2/+16
* QML: Document QML_SEQUENTIAL_CONTAINERUlf Hermann2023-01-231-0/+59
* Doc: Fix compilation errors in snippetSze Howe Koh2022-10-081-2/+2
* Allow more options for creating value types from JS objectsUlf Hermann2022-09-241-0/+95
* Use SPDX license identifiersLucie Gérard2022-06-111-26/+2
* Document that QML_EXTENDED properties are practically FINALAndrei Golubev2022-06-021-0/+2
* Add public API for retrieving the extension objectUlf Hermann2022-03-231-0/+10
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-181-1/+1
* Clarify docs about QML_ANONYMOUSUlf Hermann2021-10-071-2/+3
* QML_ELEMENT: Document CMake approachFabian Kosmale2021-09-291-2/+11
* Reference QQmlEngine::singletonInstace() in QML_SINGLETON docsUlf Hermann2021-08-231-1/+2
* Avoid querying the file system for qmldir files for locked modulesUlf Hermann2021-08-171-14/+19
* Add QML_EXTRA_VERSION for adding extra QML versionsFabian Kosmale2021-06-021-0/+11
* Doc: Expand documentation on QML_SINGLETONUlf Hermann2021-05-171-1/+125
* Doc: Remove documentation for qmlRegisterType() with no argumentsUlf Hermann2021-05-111-10/+0
* Expand QML_EXTENDED_NAMSPACE's documentationFabian Kosmale2021-04-211-1/+32
* Document that QML_SINGLETON only works with QObjectsMitch Curtis2021-04-191-7/+8
* qmlfunctions.doc: Improve qmlRegisterSingleton documentationMaximilian Goldstein2020-12-151-4/+3
* docs/QML_ELEMENT: Warn about possible namespace conflictsMaximilian Goldstein2020-12-151-0/+4
* Fix qdoc warning, document macro parameterVolker Hilsheimer2020-12-041-1/+1
* qmlfunctions.qdoc: Add QML_IMPLEMENTS_INTERFACESMaximilian Goldstein2020-11-231-1/+16
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-231-0/+4
* Doc:: Fix documentation warnings for Qt QMLTopi Reinio2020-11-051-1/+1
* QML: Fix typo in documentationUlf Hermann2020-11-021-1/+1
* QML: Allow singletons to be created with a factory functionUlf Hermann2020-11-021-6/+8
* QML: Allow namespaces as extensions to typesUlf Hermann2020-11-021-5/+19
* Document QML_FOREIGN_NAMESPACE() macroFawzi Mohamed2020-08-271-1/+20
* Add missing since to qmlRegisterSingletonType docsNicolas Fella2020-05-191-0/+1
* Add a default message to QML_UNCREATABLEMaximilian Goldstein2020-05-061-0/+2
* Doc: add code example to QML_NAMED_ELEMENTMitch Curtis2020-04-291-0/+10
* qmlRegisterSingletonInstance: show user-friendly signature in documentationFabian Kosmale2020-03-181-1/+1
* Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-201-9/+10
* Add documentation for the QML_* macrosUlf Hermann2020-02-171-13/+289