index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.1
6.12
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qmlformat: extract settings logic into library
Sami Shalayel
2024-09-20
2
-190
/
+3
*
qmlformat: refactor qmlformat.ini reading
Sami Shalayel
2024-09-20
1
-137
/
+221
*
qmlls: read import paths from .qmlls.ini
Sami Shalayel
2024-09-20
1
-1
/
+2
*
qmltyperegistrar: Don't process foreign types in --extract mode
Ulf Hermann
2024-09-19
1
-9
/
+9
*
svgtoqml tool: Improve options order, remove tech preview note
Eirik Aavitsland
2024-08-28
1
-16
/
+16
*
qmlimportscanner: Properly handle directory imports
Andy Shaw
2024-08-26
1
-2
/
+3
*
qmlcachegen: Reject using --only-bytecode with compiler-only options
Olivier De Cannière
2024-08-23
1
-0
/
+17
*
qmlimportscanner: Extend ignored directories handling
Friedemann Kleint
2024-08-07
1
-11
/
+27
*
qmlls: follow .qmllint.ini warning configurations
Sami Shalayel
2024-08-01
1
-51
/
+5
*
Unbreak _qt_internal_write_deferred_builddir_qtconf
Fabian Kosmale
2024-07-26
1
-0
/
+9
*
qmltc: Don't re-check headers for their suffix
Ulf Hermann
2024-07-03
2
-22
/
+15
*
QmlCompiler: Assume missing return types to be "void"
Ulf Hermann
2024-06-20
1
-16
/
+2
*
Fix various style problems
Ulf Hermann
2024-06-20
1
-1
/
+1
*
svgtoqml: add a few minor usability improvements
Eirik Aavitsland
2024-06-17
1
-6
/
+6
*
qmllint: don't set error exit code if there are warnings
Fabian Kosmale
2024-06-17
1
-1
/
+19
*
QtQml: Straighten out some logging categories
Ulf Hermann
2024-06-17
1
-1
/
+1
*
QmltcVisitor: Add constinit to list of C++ keywords
Nicolas Fella
2024-06-11
1
-0
/
+1
*
Add documentation location path to the settings file
Semih Yavuz
2024-06-05
1
-0
/
+8
*
qmlls: stop reading from stdin after shutdown was received
Sami Shalayel
2024-06-04
1
-36
/
+84
*
Compiler: Aggregate and print aotstats
Olivier De Cannière
2024-06-01
2
-0
/
+100
*
Compiler: Record statistics about aot compilation
Olivier De Cannière
2024-05-28
1
-0
/
+18
*
QtQml: Allow "using" declarations in QML type registrations
Ulf Hermann
2024-05-23
1
-0
/
+1
*
qmlcompiler: Sanitize qmldir paths before using them
Ulf Hermann
2024-05-17
3
-7
/
+11
*
doc: Flesh out svgtoqml documentation
Eskil Abrahamsen Blomfeldt
2024-05-07
1
-1
/
+1
*
More options for embedded images in QML generator
Eskil Abrahamsen Blomfeldt
2024-05-06
1
-0
/
+28
*
Tooling: Use QHash/QMap's constFind() to avoid unnecessary detaches
Vladimir Belyavsky
2024-04-23
1
-4
/
+4
*
qqmljsscope: add ownModuleName
Sami Shalayel
2024-04-23
1
-1
/
+1
*
qmlcachegen: Add hidden --static option
Ulf Hermann
2024-04-18
1
-0
/
+3
*
qmllint: enable environment variables like QML_IMPORT_PATH via -E
Sami Shalayel
2024-04-18
1
-0
/
+34
*
qmlls: add -I and -E option
Sami Shalayel
2024-04-18
1
-34
/
+57
*
qmllint: do not ignore command line options with --ignore-settings
Sami Shalayel
2024-04-17
1
-42
/
+40
*
Fix coverity warnings
Ulf Hermann
2024-04-11
1
-1
/
+1
*
qmltc: Enforce basic required properties
Luca Di Sera
2024-04-09
4
-13
/
+179
*
Make qmljsliteralbindingcheck a QQmlSA::PropertyPass
Sami Shalayel
2024-04-05
2
-3
/
+11
*
Add visionOS to tool exclusions
Tor Arne Vestbø
2024-04-03
1
-1
/
+1
*
QML Tools: add some checks for QFile::open failures
Giuseppe D'Angelo
2024-03-26
3
-13
/
+19
*
qmltc: Ensure usage of generated setters in `PropertyInitializer`
Luca Di Sera
2024-03-21
1
-0
/
+3
*
qmltc: Support setting initial values for reference list properties
Luca Di Sera
2024-03-21
1
-5
/
+22
*
qmltc: Avoid overwriting initial properties
Luca Di Sera
2024-03-21
1
-1
/
+3
*
qmltc: Include headers for types that appear as the argument of a list
Luca Di Sera
2024-03-21
1
-0
/
+3
*
qmltc: Avoid befriending the root component twice
Luca Di Sera
2024-03-21
1
-2
/
+5
*
dom: enable populateQmlFile as visitor in importer
Sami Shalayel
2024-03-21
1
-5
/
+5
*
qmltc: Allow setting initial values when creating a compiled type
Luca Di Sera
2024-03-20
6
-14
/
+199
*
cmake: Clean up tool platform exclusions
Tor Arne Vestbø
2024-03-20
1
-60
/
+46
*
remove whitespace from CMakeLists.txt
Sami Shalayel
2024-03-19
1
-1
/
+1
*
Mention d3d12 in qml tool help text
Laszlo Agocs
2024-03-14
1
-1
/
+1
*
Correct license for tools files
Lucie Gérard
2024-02-29
6
-6
/
+6
*
qmlls: enable QT_FORCE_BUILD_TOOLS and use CMAKE_CROSSCOMPILING in cmake
Sami Shalayel
2024-02-29
1
-3
/
+4
*
Introduce plugin support for qmlls and qmlls quick plugin
Sami Shalayel
2024-02-29
1
-0
/
+5
*
qmllint: With --bare do not use the current directory
Ulf Hermann
2024-02-23
1
-1
/
+1
[prev]
[next]