aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltyperegistrar
Commit message (Expand)AuthorAgeFilesLines
* QML: Introduce aliases for builtin typesUlf Hermann7 days6-29/+19
* qmltyperegistrar: Check properties, methods, enums for missing typesUlf Hermann7 days5-168/+297
* qmltyperegistrar: Clarify memory managementUlf Hermann8 days2-15/+8
* qmltyperegistrar: Clean up QQmlTypesCreator::writeComponents()Ulf Hermann9 days2-39/+31
* qmltyperegistrar: Don't needlessly copy a listUlf Hermann2024-04-171-2/+1
* qmltyperegistrar: Improve readability and performanceUlf Hermann2024-04-1311-499/+755
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-3/+6
* Fix namespace in namespace detection of a foreign typeAndre Klitzing2024-03-271-2/+3
* Fix wrong generation of Q_NAMESPACESAndre Klitzing2024-03-271-3/+12
* qmltyperegistrar: Clarify confusion about isCreatableUlf Hermann2024-03-222-4/+3
* Fix -Wnewline-eof warning in user codeAndre Klitzing2024-03-211-1/+2
* qmltyperegistrar: Restore QML.Root processingUlf Hermann2024-03-215-11/+63
* qmltyperegistrar: Add new AA_DontUseNativeMenuWindows to jsrootUlf Hermann2024-03-201-0/+4
* Update layout size policy application attributeSanthosh Kumar2024-03-181-1/+1
* qmltyperegistrar: Do not complain about enums used as list valuesUlf Hermann2024-02-292-0/+40
* qmltyperegistrar: Update jsroot metatypesUlf Hermann2024-02-291-0/+4
* QmlCompiler: Respect scoped enumsUlf Hermann2024-02-295-8/+49
* qmltyperegistrar: Recognize more number typesUlf Hermann2024-02-261-6/+11
* qmltyperegistrar: Fix collecting revisions of related typesUlf Hermann2024-02-121-7/+14
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-111-2/+1
* qmltyperegistrar: Fix QAnyStringViewUtilsUlf Hermann2023-12-203-6/+13
* qmltyperegistrar: Complain less about missing base typesUlf Hermann2023-12-071-18/+42
* Fix Unity builds of builtinsFriedemann Kleint2023-11-291-2/+16
* qmltyperegistrar: Guard against forbidden characters in target namesUlf Hermann2023-11-271-1/+6
* qmltyperegistrar: Warn about missing typesUlf Hermann2023-11-244-18/+125
* QtQml: Have qmltyperegistrar generate jsroot.qmltypesUlf Hermann2023-11-242-2/+2
* qmltyperegistrar: Make warnings and errors legible to Qt CreatorUlf Hermann2023-11-177-67/+122
* QML: Allow JavaScript extension typesUlf Hermann2023-11-169-99/+11380
* qmltyperegistrar: Pass QCborMap by value or ref, not by pointerUlf Hermann2023-11-155-111/+119
* QtQml: Allow multiple names for C++-based QML typesUlf Hermann2023-11-155-43/+59
* qmltyperegistrar: Fix namespace registrationUlf Hermann2023-10-233-24/+26
* qmltyperegistrar: fix minor versionsFabian Kosmale2023-08-285-10/+59
* qmltyperegistrar: Optimize a bit by continuing earlyUlf Hermann2023-08-111-2/+9
* qmltyperegistrar: Keep types sorted while processing themUlf Hermann2023-08-111-6/+11
* qmltyperegistrar: Fix sequence registration for builtin value typesUlf Hermann2023-08-111-0/+3
* QtQmlTypeRegistrar: unbreak unity-build-batch-size 100000Marc Mutz2023-07-211-0/+2
* qmltyperegistrar: Use std::forward for forwarding referenceUlf Hermann2023-07-061-2/+12
* qmltyperegistrar: Respect namespaces when generating qmltypesUlf Hermann2023-07-046-76/+150
* qmltyperegistrar: Record creation method of value typesUlf Hermann2023-07-034-4/+12
* Improve string handling in qmltyperegistrarUlf Hermann2023-06-3013-649/+1063
* Add missing semicolonJoni Poikelin2023-06-081-1/+1
* QmlCompiler: Recognize QList<QObject*> as QObjectListUlf Hermann2023-05-041-0/+2
* qmltyperegistrar: Pass on type of enumsUlf Hermann2023-04-241-0/+1
* QmlCompiler: Support more integer typesUlf Hermann2023-03-301-0/+4
* qmltyperegistrar: Do not guess types with upper case namesUlf Hermann2023-03-171-5/+25
* qmltyperegistrar: Propagate information on value type ctorsUlf Hermann2023-02-222-5/+30
* qmltyperegistrar: Guard against file system failuresUlf Hermann2023-02-174-8/+12
* qmltyperegistrar: Strip '*' from list value typesUlf Hermann2023-01-251-2/+6
* qmltyperegistrar: Use base of the current major version by defaultUlf Hermann2023-01-251-1/+1
* qmltyperegistrar: Propagate the "isCloned" flag through qmltypesUlf Hermann2022-12-051-6/+11