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] 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
|
/
*
Fix failing assertion when trying to assign to an id referenced QML object
Simon Hausmann
2013-11-19
1
-0
/
+1
*
Fix property dependency generation for accelerated QML QObject properties
Simon Hausmann
2013-11-12
1
-20
/
+15
*
V4 IR: scan arguments when entering function scope in QML.
Erik Verbruggen
2013-11-12
1
-1
/
+5
*
Fix various compiler warnings in order to remove warn_off in the near future
Erik Verbruggen
2013-11-04
1
-12
/
+11
*
Improve debugging of QML expressions
Simon Hausmann
2013-11-01
1
-2
/
+2
*
Speed up lookups of imported scripts
Simon Hausmann
2013-10-31
1
-2
/
+5
*
Implement loading of resolved imported scripts
Simon Hausmann
2013-10-31
1
-5
/
+11
*
Resolve member expressions of QObject members
Simon Hausmann
2013-10-31
1
-4
/
+50
*
Initial support for resolving meta-property access for the scope and context ...
Simon Hausmann
2013-10-31
1
-8
/
+76
*
Cleanup QML specific JS code generator
Simon Hausmann
2013-10-29
1
-7
/
+8
*
Speed up id object lookups
Simon Hausmann
2013-10-29
1
-13
/
+28
*
Add support CompositeSingleton to the new V4 compiler.
v5.2.0-beta1
Antti Piira
2013-10-21
1
-2
/
+46
*
Cleanup: Avoid unnecessary irModule->functions.indexOf calls
Simon Hausmann
2013-10-20
1
-5
/
+5
*
Compile binding expressions in the QQmlCompiler
Simon Hausmann
2013-10-11
1
-23
/
+37
*
Fix determination of lookup mode in V4 code generator
Simon Hausmann
2013-10-11
1
-6
/
+6
*
QStringRef has toInt(), so no need to create a new QString
Thiago Macieira
2013-10-07
1
-5
/
+3
[next]