aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* qmltc: Learn to set QML context for objectsAndrei Golubev2021-11-177-5/+207
* qmltc: Compile QML properties into C++Andrei Golubev2021-11-1710-11/+243
* qmltc: Compile QML methods to C++Andrei Golubev2021-11-176-7/+154
* qmltc: Compile QML enums into C++Andrei Golubev2021-11-174-2/+31
* qmltc: support user-specified namespaces in the generated codeAndrei Golubev2021-11-166-12/+30
* qmllint: Use the raw type for type inference, not the stored oneUlf Hermann2021-11-151-5/+3
* Explicitly include qloggingcategory.hKai Köhne2021-11-152-0/+2
* qmltc: Introduce object creation infrastructureAndrei Golubev2021-11-153-32/+67
* qmltc: Learn to collect C++ includes for a type hierarchyAndrei Golubev2021-11-155-3/+145
* qmllint: Decouple the parenting mode from the QML semanticsUlf Hermann2021-11-101-4/+9
* qmltc: Do not crash on import errorsAndrei Golubev2021-11-091-5/+5
* CMake: Don't build Qt apps using Ninja when targeting iOSAlexandru Croitor2021-11-091-3/+3
* qmlimportscanner: Prefer directories with qmldirFabian Kosmale2021-11-041-5/+19
* CMake: Allow disabling package version checkAlexandru Croitor2021-11-021-1/+6
* qmllint: Fix some settings not being checked properlyMaximilian Goldstein2021-10-291-19/+44
* qmllint: Fix crash when builtins are not foundMaximilian Goldstein2021-10-291-0/+3
* Update PropertyChanges in src and toolsUlf Hermann2021-10-292-19/+10
* qmlformat: Implement settings fileMaximilian Goldstein2021-10-262-2/+67
* qmltcoutputprimitives.h: Fix simple CodeChecker issuesAndrei Golubev2021-10-251-0/+3
* qmltc: learn to generate minimum amount of codeAndrei Golubev2021-10-2210-16/+574
* qmltc: add cmake api and simplest file writerAndrei Golubev2021-10-226-0/+322
* Long live (dummy-for-now) qmltc!Andrei Golubev2021-10-219-0/+559
* qmllint: Fix crash when no Connections parent can be foundMaximilian Goldstein2021-10-201-1/+4
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-185-5/+5
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-0813-6/+13
* Turn qml, qmlscene and qmlpreview into appsJoerg Bornemann2021-10-074-26/+20
* Fix spelling mistakes in declarativeFabian Kosmale2021-10-051-1/+1
* qmljsrootgen: Try properties on instances if not available on prototypesUlf Hermann2021-10-051-36/+52
* Amend JS root with more precise type informationUlf Hermann2021-10-051-2/+29
* QQmlJSTypePropagator: Remove isLoggerMessageUlf Hermann2021-10-011-1/+1
* qmllint: Don't leak the QQmlJSTypeInfo objectUlf Hermann2021-09-303-4/+6
* Remove obsolete bootstrap codeFabian Kosmale2021-09-303-17/+1
* qmllint: Add ability to warn about not reusing attached typesMaximilian Goldstein2021-09-292-1/+3
* Pass file name and code to the qmllint codegen loggerUlf Hermann2021-09-291-3/+3
* qml: Deprecate the --dummy-data optionShawn Rutledge2021-09-241-5/+15
* Teach the qml runtime to load config files by basenameShawn Rutledge2021-09-221-8/+33
* qmllint: Remove checkidentifiers.cppMaximilian Goldstein2021-09-211-279/+0
* QQmlJSImportVisitor: Recognize grouped property scopes with bracesUlf Hermann2021-09-201-3/+0
* qmldom: improve qmldom tool dumpFawzi Mohamed2021-09-101-51/+79
* qmldom: cleanup, avoid redundant namespace specificationFawzi Mohamed2021-09-091-6/+4
* qmldom: pass optional fileType to loadFileFawzi Mohamed2021-09-061-14/+18
* qmldom: support qmltypesFawzi Mohamed2021-08-271-0/+25
* qmllint: Put warning options at the topMaximilian Goldstein2021-08-261-11/+12
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-201-0/+11
* Decouple QQmlJSLogger from QQmlImportVisitorAndrei Golubev2021-08-194-30/+41
* Make QQmlJSTypeResolver derivableAndrei Golubev2021-08-181-3/+6
* qml: Avoid memory leaks when no objects are loadedUlf Hermann2021-08-101-1/+2
* qmllint/findwarnings: Move PatternElement logic to qqmljsimportvisitorMaximilian Goldstein2021-08-062-22/+0
* qmllint/findwarnings: Move used type logic to qqmljsimportvisitorMaximilian Goldstein2021-08-062-22/+0
* qmllint: Remove checkidentifiersMaximilian Goldstein2021-08-054-130/+4