aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar/qmltypescreator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Record deferred and immediate names of anonymous types in qmltypesAndrei Golubev2022-02-121-17/+17
* Unify C++ and QML-defined JavaScript functionsUlf Hermann2021-12-041-2/+8
* qmllint: Properly handle JavaScript functions with variable argumentsMaximilian Goldstein2021-11-261-0/+3
* Propagate ImmediatePropertyNames through type registrar and QQmlJSScopeUlf Hermann2021-10-281-0/+8
* qmltyperegistrar: Strip '*' from method return typesUlf Hermann2021-09-201-5/+5
* qmltyperegistrar: Record deferred names in qmltypesMaximilian Goldstein2021-08-271-0/+8
* Set privateClass for private properties along with read and friendsAndrei Golubev2021-08-041-17/+32
* Pass property index from MOC to QQmlJSMetaPropertyAndrei Golubev2021-06-031-0/+4
* Propagate NOTIFY from moc output to qmltypesAndrei Golubev2021-05-271-0/+3
* Add a ParentProperty classinfo and use that to find parentsUlf Hermann2021-05-191-0/+3
* Fix warning about range-looping over QJsonArray via referenceTor Arne Vestbø2021-05-181-7/+7
* Pass "final" attribute of properties through qmltypesUlf Hermann2021-05-121-0/+4
* Drop dead codeUlf Hermann2021-05-121-2/+0
* qmltyperegistrar: Refactor generation of readonly attributeUlf Hermann2021-05-121-8/+7
* qmltypes: Add information about QQmlCustomParserMaximilian Goldstein2021-04-271-0/+3
* qmltyperegistrar: Do not omit change signals from qmltypes filesFabian Kosmale2021-04-161-18/+9
* qmltyperegistrar: Do not generate read, write, bindable for privatesUlf Hermann2021-03-231-10/+17
* Add qmltypes for JavaScript root objectMaximilian Goldstein2021-03-191-1/+4
* qmlcompiler: Add support for required propertiesMaximilian Goldstein2021-03-031-0/+3
* QmlCompiler: Allow for multiple extensions per objectUlf Hermann2021-02-011-11/+11
* Expose getter and setter names of C++ classes in qmltypes filesFabian Kosmale2021-01-291-0/+6
* Add support for extended types to qmltyperegistrarUlf Hermann2021-01-181-66/+93
* qmltyperegistrar: Silence further static analysis warningsUlf Hermann2021-01-151-7/+7
* qmltyperegistrar: Expose interface informationMaximilian Goldstein2020-11-231-0/+8
* qmltyperegistrar: Use QString rather than string for stringsUlf Hermann2020-11-121-3/+5
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-0/+3
* Standardize QJsonArray iterationDavid Skoland2020-10-281-8/+8
* qml: Move more types into builtins.qmltypesMaximilian Goldstein2020-10-261-5/+3
* Long live libQtQmlCompiler!Ulf Hermann2020-10-051-1/+0
* Adjust to qtbase changesFabian Kosmale2020-09-041-2/+3
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-161-12/+36
* qmltyperegistrar: Preserve isQProperty flag from metatypesUlf Hermann2020-05-281-0/+2
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-261-24/+1
* Preserve access semantics in qmltypesUlf Hermann2020-05-181-0/+3
* Register value types declarativelyUlf Hermann2020-04-281-4/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-171-8/+29
|\
| * qmltyperegistrar: Correctly handle foreign and super classesUlf Hermann2020-04-161-8/+23
| * qmltyperegistrar: Retain alias and isFlag information for enumsUlf Hermann2020-04-091-0/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-091-0/+2
|\|
| * qmltyperegistrar: Record header file names in qmltypes filesUlf Hermann2020-03-301-0/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-1/+2
|\|
| * qmltyperegistrar: Correctly collect attached typesUlf Hermann2020-02-251-1/+2
* | Process major versions as part of Q_REVISIONUlf Hermann2020-02-131-8/+10
* | Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-6/+5
|/
* qmltyperegistrar: Expose also private and protected invokable functionsUlf Hermann2019-11-181-2/+2
* Move qmltyperegistrar into srcUlf Hermann2019-11-081-0/+357