index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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.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
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
/
src
/
qml
/
compiler
/
qqmlcodegenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[new compiler] Fix order of alias vs non-alias bindings
Simon Hausmann
2014-02-04
1
-1
/
+2
*
[new compiler] Fix binding initialization order
Simon Hausmann
2014-02-04
1
-8
/
+27
*
[new compiler] Cleanup empty string handling
Simon Hausmann
2014-02-04
1
-12
/
+11
*
[new compiler] Fix sanity checking of parameter names when connecting to C++ ...
Simon Hausmann
2014-02-03
1
-2
/
+16
*
[new compiler] Fix error message when assigning lists to singular properties
Simon Hausmann
2014-02-03
1
-0
/
+2
*
[new compiler] Don't allow setting the id property multiple times
Simon Hausmann
2014-02-03
1
-2
/
+5
*
[new compiler] Fix error messages for binding vs. property declarations
Simon Hausmann
2014-02-03
1
-46
/
+67
*
[new compiler] Cleanups
Simon Hausmann
2014-02-03
1
-68
/
+101
*
[new compiler] Fix invalid id error messaging for empty IDs
Simon Hausmann
2014-02-03
1
-3
/
+4
*
[new compiler] Fix location reported on function declaration errors
Simon Hausmann
2014-02-03
1
-1
/
+1
*
[new compiler] Fix signal handlers that are fuzzily matched
Simon Hausmann
2014-02-03
1
-5
/
+5
*
[new compiler] Fix location when reporting signal declaration errors
Simon Hausmann
2014-02-03
1
-1
/
+1
*
[new compiler] Fix signal handler parameters for overloaded signals
Simon Hausmann
2014-02-03
1
-0
/
+1
*
[new compiler] Add support for signal handler objects
Simon Hausmann
2014-02-03
1
-1
/
+8
*
[new compiler] Fix property declarations inside group properties
Simon Hausmann
2014-02-03
1
-10
/
+25
*
[new compiler] Fix location of errors in group property objects
Simon Hausmann
2014-02-03
1
-8
/
+5
*
[new compiler] Avoid uncreatable type errors for types that aren't created
Simon Hausmann
2014-01-29
1
-3
/
+6
*
[new compiler] Report errors when trying to bind to read-only properties
Simon Hausmann
2014-01-28
1
-4
/
+17
*
[new compiler] Improved error handling
Simon Hausmann
2014-01-28
1
-0
/
+8
*
Improved error handling for namespaced property bindings
Simon Hausmann
2014-01-28
1
-0
/
+4
*
[new compiler] Fix support for namespaces in attached properties
Simon Hausmann
2014-01-27
1
-11
/
+26
*
[new compiler] Fix error message when trying to create uncreatable types
Simon Hausmann
2014-01-24
1
-7
/
+5
*
[new compiler] Fix crash in loading qtquick controls
Simon Hausmann
2014-01-24
1
-1
/
+2
*
[new compiler] Fix duplicate property/signal name detection for group objects
Simon Hausmann
2014-01-20
1
-9
/
+5
*
[new compiler] Add support for QML list models
Simon Hausmann
2014-01-20
1
-1
/
+2
*
[new compiler] Fix refcounting leaks with property caches
Simon Hausmann
2014-01-20
1
-4
/
+6
*
[new compiler] Add support for value interceptors / on-assignments
Simon Hausmann
2014-01-17
1
-7
/
+10
*
[new compiler] Fix group property initializers
Simon Hausmann
2014-01-17
1
-1
/
+7
*
[new compiler] Fix error handling for property names that look like signals
Simon Hausmann
2014-01-14
1
-4
/
+4
*
[new compiler] Add support for implicitly defined components
Simon Hausmann
2014-01-10
1
-11
/
+16
*
[new compiler] Fix signal handlers for properties declared in the same object
Simon Hausmann
2014-01-08
1
-2
/
+8
*
[new compiler] Initial support for custom parsers
Simon Hausmann
2014-01-08
1
-1
/
+4
*
Clean up handling of illegal names and enable in new compiler
Simon Hausmann
2014-01-06
1
-22
/
+13
*
Fix property access to QQmlPropertyMap objects when addressed via id
Simon Hausmann
2014-01-02
1
-2
/
+4
*
Fix lookups of enums in singletons
Simon Hausmann
2014-01-02
1
-35
/
+26
*
Fix broken Maroon game / regression in PropertyChanges {} element
Simon Hausmann
2013-12-10
1
-10
/
+18
*
Clean up property dependency data structures
Simon Hausmann
2013-12-05
1
-11
/
+5
*
Fix dependency calculation for context and scope properties
Simon Hausmann
2013-12-05
1
-2
/
+2
*
Remove unused member
Lars Knoll
2013-12-04
1
-2
/
+1
*
Fix accelerated property lookup on id addressed objects
Simon Hausmann
2013-11-29
1
-1
/
+2
*
Slightly accelerate access to value type properties
Simon Hausmann
2013-11-28
1
-4
/
+13
*
Add a QML debug config option QML_LOOKUP_HINTS to find non-final properties
Simon Hausmann
2013-11-28
1
-0
/
+12
*
Add support for accelerated property access to QML types and namespace support
Simon Hausmann
2013-11-28
1
-24
/
+105
*
Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...
Simon Hausmann
2013-11-26
1
-1
/
+8
|
\
|
*
Fix memory corruption in QML expression compilation
Simon Hausmann
2013-11-25
1
-1
/
+8
*
|
Initial support for accelerated property access to QML singletons and enums
Simon Hausmann
2013-11-25
1
-12
/
+66
*
|
IR Cleanup, resolve ID objects through array subscripts
Simon Hausmann
2013-11-25
1
-2
/
+10
*
|
Cleanup, get rid of MemberOfQObject V4IR::Member specialization
Simon Hausmann
2013-11-25
1
-2
/
+2
*
|
Speed up repeated context, scope and import script lookups
Simon Hausmann
2013-11-25
1
-9
/
+28
*
|
Improve type interference for QObject properties
Simon Hausmann
2013-11-25
1
-40
/
+53
|
/
[next]