index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.12.1
5.12.10
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.8
6.0
6.0.0
6.1
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/gc
wip/itemviews
wip/nacl
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Strip patch version QML module VERSION argument
HEAD
dev
Ulf Hermann
18 hours
1
-1
/
+5
*
Inline most of QQmlTypeLoaderQmldirContent
Ulf Hermann
18 hours
2
-59
/
+10
*
QmlCompiler: Rework support for required properties
Ulf Hermann
18 hours
5
-14
/
+42
*
QQmlPropertyCache: Optimize layout to avoid padding
Fabian Kosmale
24 hours
2
-9
/
+9
*
Remove QQmlMetaType::isQObject
Fabian Kosmale
24 hours
6
-14
/
+5
*
Remove QQmlEnginePrivate::isQObject
Fabian Kosmale
24 hours
8
-21
/
+10
*
Simplify QQmlPropertyData::flagsForProperty; remove typeCategory
Fabian Kosmale
24 hours
5
-41
/
+0
*
QQmlEnginePrivate: remove functions that only forward to QQmlMetaType
Fabian Kosmale
24 hours
8
-27
/
+10
*
QV4Engine: remove redundant check
Fabian Kosmale
24 hours
1
-6
/
+1
*
Doc: Fix typo
Paul Wicking
28 hours
1
-1
/
+1
*
Log errors in QQmlComponent
Andrei Golubev
30 hours
1
-0
/
+9
*
QQuickSinglePointHandler: don't reset the point in hover handlers
Richard Moe Gustavsen
31 hours
5
-5
/
+18
*
Add QQuickItemGrabResult::saveToFile(QUrl) overload
Shawn Rutledge
34 hours
2
-4
/
+25
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
36 hours
1
-2
/
+2
*
Add a "prefer" directive to qmldir
Ulf Hermann
41 hours
16
-2
/
+171
*
CMake: Pass import paths to qmlcachegen and qmllint
Ulf Hermann
41 hours
1
-11
/
+20
*
qmlcachegen: Add an ignored option -I
Ulf Hermann
41 hours
1
-0
/
+3
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
43 hours
1
-2
/
+2
*
Engine: Cleanup method argument passing
Fabian Kosmale
46 hours
12
-93
/
+101
*
QQmlData: Remove parentChanged code
Fabian Kosmale
46 hours
2
-30
/
+3
*
QQmlData: add documentation
Fabian Kosmale
46 hours
1
-0
/
+11
*
QQmlData: Remove QML 1 related code
Fabian Kosmale
46 hours
2
-3
/
+2
*
Port QQmlBindPrivate to QQmlAnyBinding
Fabian Kosmale
2 days
1
-31
/
+9
*
Use QQmlAnyBinding in QQuickState and related classes
Fabian Kosmale
2 days
8
-74
/
+156
*
Introduce QQmlAnyBinding as an abstraction over bindings
Fabian Kosmale
2 days
11
-1
/
+698
*
QQmlProperty: add method to query bindability
Fabian Kosmale
2 days
2
-0
/
+16
*
Remove unused QBitField class
Fabian Kosmale
2 days
5
-171
/
+0
*
qqmlvme: remove dead code
Fabian Kosmale
2 days
2
-28
/
+0
*
QQmlIncubator: handle clear inside setinitialState
Fabian Kosmale
2 days
2
-1
/
+34
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2 days
1
-2
/
+2
*
qqmlapplicationengine: Handle errors during component creation
Maximilian Goldstein
2 days
4
-0
/
+35
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
2 days
1
-2
/
+2
*
QQmlPropertyCache: remove dead member
Fabian Kosmale
3 days
2
-3
/
+0
*
qmlcompiler: Add support for required properties
Maximilian Goldstein
3 days
10
-1
/
+77
*
qmllint: Fix unknown properties on var
Maximilian Goldstein
3 days
3
-1
/
+14
*
Extend ShaderEffect docs with a shader migration guide
Laszlo Agocs
3 days
1
-4
/
+158
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
4 days
1
-2
/
+2
*
Change detached root warning to a debug
Shawn Rutledge
4 days
1
-1
/
+1
*
Fix click-to-focus in items within subscenes; improve logging
Shawn Rutledge
4 days
4
-23
/
+67
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
4 days
1
-2
/
+2
*
Slightly simplify property change handler in tst_qmlcompiler_manual
Andrei Golubev
4 days
1
-12
/
+6
*
Add "property var p: function() {}" test to tst_qmlcompiler_manual
Andrei Golubev
4 days
2
-0
/
+64
*
Align signalHandlers.qml in tst_qmlcompiler_manual to current standard
Andrei Golubev
4 days
2
-6
/
+6
*
Add qmlcachegen based test to tst_qmlcompiler_manual
Andrei Golubev
4 days
2
-2
/
+25
*
Equalize signal handlers between runtime and AOT compilation
Andrei Golubev
4 days
10
-70
/
+118
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
4 days
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtdeclarative
Qt Submodule Update Bot
4 days
1
-2
/
+2
*
CMake: Remove INSTALL_QML_FILES option
Ulf Hermann
5 days
2
-18
/
+1
*
QQmlImport: Fix naming of qmldir location
Ulf Hermann
5 days
3
-16
/
+10
*
QQmlImport: Don't cache localDirectoryPath
Ulf Hermann
5 days
2
-4
/
+6
[next]