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.5
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/iosstyle
wip/itemviews
wip/material3
wip/nacl
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
/
jsruntime
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtDeclarative fixes and workarounds for NaCl
wip/nacl
Morten Johan Sørvig
2016-05-13
2
-6
/
+10
*
Remove prohibited uses of underscore + capital letter
Thiago Macieira
2016-01-08
4
-28
/
+28
*
Fix a couple of container detachments
Sérgio Martins
2016-01-05
1
-1
/
+1
*
Fix crash in a non-debug build with assertions enabled
Thiago Macieira
2015-12-29
1
-12
/
+4
*
Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"
J-P Nurmi
2015-12-23
3
-13
/
+0
*
Fix QtSharedPointer::ExternalRefCountData object leaks
Jian Liang
2015-12-18
3
-0
/
+13
*
Fix crash related to BoundFunctions
Frank Meerkoetter
2015-11-23
1
-1
/
+2
*
Use the correct macro to detect 64-bit value encoding
Thiago Macieira
2015-10-29
2
-5
/
+5
*
Fix qmlcompiler build on win32.
Erik Verbruggen
2015-10-29
1
-2
/
+2
*
QML: Fix typeof context property.
Erik Verbruggen
2015-10-27
3
-0
/
+32
*
QML: Sanitize reading environment variables.
Friedemann Kleint
2015-10-22
1
-1
/
+1
*
JS: Math.random(): fix range to not include 1.0.
Erik Verbruggen
2015-10-20
1
-2
/
+7
*
Properly resolve the context to create mutable bindings on
Lars Knoll
2015-10-20
1
-4
/
+13
*
Fix a crash when copying array data
Lars Knoll
2015-10-20
1
-1
/
+1
*
Only set V4 debugger when service is enabled
Ulf Hermann
2015-10-15
1
-1
/
+0
*
QmlDebug: Split QV4::Debugging::Debugger
hjk
2015-10-14
4
-31
/
+44
*
Libraries: Fix single-character string literals.
Friedemann Kleint
2015-10-13
2
-3
/
+4
*
Add missing "We mean it" comments to private headers.
Friedemann Kleint
2015-10-06
45
-0
/
+495
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-10-02
2
-2
/
+11
|
\
|
*
Fix compilation with ICC on Windows
Thiago Macieira
2015-09-02
2
-2
/
+11
*
|
Cleanups
Lars Knoll
2015-09-25
1
-32
/
+22
*
|
Reduce memory consumption of signal handlers
Lars Knoll
2015-09-25
4
-8
/
+23
*
|
Smaller cleanups
Lars Knoll
2015-09-25
2
-12
/
+14
*
|
V4: Fix SparseArray::deleteNode
Ron Hashimoto
2015-09-25
1
-7
/
+4
*
|
Fall back to the correct method
Lars Knoll
2015-09-25
1
-1
/
+1
*
|
Cosmetic improvements to marking of objects during GC
Lars Knoll
2015-09-25
1
-4
/
+5
*
|
Speed up creation of Array literals
Lars Knoll
2015-09-25
3
-9
/
+22
*
|
Add method to convert identifiers back into QV4::String objects
Lars Knoll
2015-09-25
3
-1
/
+20
*
|
Speed up QQmlEngine constructor
Lars Knoll
2015-09-25
2
-7
/
+14
*
|
Fix read of uninitialized value (undefined behavior)
Thiago Macieira
2015-09-24
1
-2
/
+2
*
|
Fixes to Error objects
Lars Knoll
2015-09-22
5
-138
/
+121
*
|
Move remaining objects to new constructor syntax
Lars Knoll
2015-09-22
11
-67
/
+35
*
|
Convert FunctionObjects to new allocation syntax
Lars Knoll
2015-09-22
11
-67
/
+58
*
|
Simplify new construction scheme
Lars Knoll
2015-09-22
9
-27
/
+56
*
|
move error objects over to new construction scheme
Lars Knoll
2015-09-22
4
-94
/
+119
*
|
Convert variant object and ObjectProto
Lars Knoll
2015-09-22
4
-14
/
+12
*
|
Use the new construction scheme for RegExpObjects
Lars Knoll
2015-09-22
5
-56
/
+46
*
|
Move more objects over to the new allocation scheme
Lars Knoll
2015-09-22
11
-85
/
+66
*
|
Inline property data into the object
Lars Knoll
2015-09-22
4
-26
/
+62
*
|
Add DataView unsigned integer getter/setters with correct casings
Nobuaki Sukegawa
2015-09-21
1
-6
/
+14
*
|
Remove getter
Frank Meerkoetter
2015-09-16
2
-3
/
+2
*
|
Adapt to the new QV4::MemberData API
Frank Meerkoetter
2015-09-16
1
-2
/
+1
*
|
Adapt to the new QV4::MemberData API
Frank Meerkoetter
2015-09-16
1
-1
/
+1
*
|
Get rid of propertyAt in Object
Lars Knoll
2015-09-15
3
-17
/
+53
*
|
Replace __getPropertyDescriptor__ with a getValueOrSetter call
Lars Knoll
2015-09-15
3
-37
/
+46
*
|
Don't return Property * from ArrayData::insert
Lars Knoll
2015-09-15
3
-10
/
+9
*
|
Further reduce usage of Property
Lars Knoll
2015-09-15
4
-30
/
+35
*
|
Simplify Object::getValue
Lars Knoll
2015-09-15
6
-20
/
+24
*
|
Simplify Object::putValue()
Lars Knoll
2015-09-15
3
-4
/
+7
*
|
Cleanup
Lars Knoll
2015-09-15
3
-8
/
+8
[next]