projects
/
platform
/
upstream
/
qtdeclarative.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/qtdeclarative.git
2013-09-18
Lars Knoll
Rename BuiltinFunctionOld to BuiltinFunction
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Don't check whether Scoped<T> really contains a T
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Convert lookups to use ReturnedValue
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Use a ReturnedValue for Managed::getIndexed()
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Use ReturnedValue for Managed::get().
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Use ReturnedValue for Managed::construct()
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Don't access out of bounds arguments
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Rename QV4::ValueScope to QV4::Scope
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Require a ValueScope for ScopedCallData as well
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Use a ReturnedValue for Managed::call()
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Adjust return values to use ReturnedValue
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Simon Hausmann
Change calling convention in JIT to use ReturnedValue
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Lars Knoll
Disable quick autotests on mac until qtbase is fixed
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Robin Burchell
Avoid copying touchpoints, and only check until we...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Yoann Lopes
Expose "Qt.application.state".
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Gunnar Sletta
These files are not used anywhere.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Sergio Martins
wince: Build fix, Windows can also run on ARM.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
David Faure
Doc: PathView::currentItem is an Item, not an int.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Caroline Chao
qmlplugindump: fix prototypes identification for compos...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Shawn Rutledge
Qt Quick Dialogs: can see and control geometry of QML...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Alex Blasche
Fix wrong return type
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Tomasz Olszak
Removed strange character from MacroAssemblerARM.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Eskil Abrahamsen...
Don't depend on widgets plugin in QtQuick
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Mitch Curtis
Add currentColor property to ColorDialog.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Shawn Rutledge
fixed warnings in dialog module when PURE_QML_ONLY...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Alan Alpert
Add qml tool
commit
|
commitdiff
|
tree
|
snapshot
2013-09-16
Alan Alpert
Skip failing tests
commit
|
commitdiff
|
tree
|
snapshot
2013-09-16
Alan Alpert
Skip failing test for now
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Sergio Ahumada
Merge "Merge remote-tracking branch 'origin/stable...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Jens Bache...
Expose drag threshold in MouseArea
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Sergio Ahumada
Merge remote-tracking branch 'origin/stable' into dev
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Shawn Rutledge
systemdialogs example bug fix: don't allow clicking...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Erik Verbruggen
V4: Fix SSA decomposition when no regalloc is used.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Caroline Chao
qmlplugindump: Add support for composite types
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Giuseppe D...
Remove qStableSort usages from declarative
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Giuseppe D...
Remove qLowerBound usages from declarative
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Giuseppe D...
Remove qCopy usages from declarative
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Giuseppe D...
Remove qSort usages from declarative
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Simon Hausmann
Fix ReturnedValue support on ia32 and arm
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Convert ReturnedValue into a primitive (typedef to...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Fix __qmljs_init_closure to use ReturnedValue
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Change binops to use ReturnedValue
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Convert unary operations and some other runtime methods
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Use ReturnedValue for more runtime methods
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Remove unused code to generate post increment and decre...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Use ReturnedValue for some more runtime methods
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Use QV4::ReturnedValue in the runtime API
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Lars Knoll
Use a ReturnedValue when converting to String or Object
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Simon Hausmann
Fix passing of exception table pointers to ARM runtime...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4: fix variable collection for assignment to non-tempo...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4 JIT: add env. var. QV4_NO_REGALLOC.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4: add counters for built-in function invocations.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4 IR: fix Temp equality, and its use in type inference.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Jocelyn Turcotte
Allow QtQuick private headers to be used with QT_NO_KEY...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Jocelyn Turcotte
Export QQuickDefaultClipNode for modules using quick...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4 JIT: change the stack layout.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4 regalloc: correct life-time hole handling.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4 regalloc: fix cycle scheduling in resolve phase.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Tobias Hunger
Qquickimageparticle: Simplify code
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Shawn Rutledge
DefaultColorDialog bugfix: binding color to a TextField
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4 JIT: fix visitRet for UInt32 temps.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Erik Verbruggen
V4 JIT: finish swapValues.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Friedemann...
tst_qquicktextinput/data::maxLength(): Fix assert about...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Erik Verbruggen
V4 JIT: generate code for binary expressions.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Erik Verbruggen
Fix return type checks in test.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Continue conversion to using scoped values
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
More work on converting calling conventions to fit...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Start adapting function signatures in the qv4runtime
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Add ValueRef classe and use it to make things GC safe
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Remove unusued method
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Properly unwind the js stack for generated code
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Change signature of call/construct() to take a pointer...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Generate CallData structures directly in the instructio...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Move CallData onto the JS stack
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Add ScopedValue and ScopedValueArray classes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Lars Knoll
Create a stack for JS values and use it in the interpreter
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Tobias Hunger
QQuickWindow: Quieten warning about unused variable
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Erik Verbruggen
V4: add environment variable QV4_FORCE_INTERPRETER
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Alan Alpert
Enable -Werror for qtdeclarative
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Konstantin...
V4: Fix build in release with forced asserts
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Alan Alpert
Add Q_UNUSED for reserved fields.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Erik Verbruggen
V4: Constant binary expression evaluation.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Erik Verbruggen
V4 debugger: change agent API to work on all debuggers.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Stephen Kelly
Make it possible to handle pointers to QObject derived...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Erik Verbruggen
V4 regalloc: loading this never needs/needed a call.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Caroline Chao
Change access mode for functions declared in qml
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Thiago Macieira
Fix warning by ICC: function without return value
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Gunnar Sletta
Trigger rebuild when xform of alpha nodes change.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Gunnar Sletta
Fix partial rebuilds and geometry changes.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Gunnar Sletta
Make tiled images not use atlas.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Gunnar Sletta
Convenience function for resetting the OpenGL state.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Chris Meyer
Add support for external drag and drop in Quick items.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Caroline Chao
Tests: Re-enabled tests for access type of QMetaObject...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Erik Verbruggen
V4: temporarilly disable the optmizer/regalloc.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Erik Verbruggen
Fix return type checks in test.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Morten Johan...
Polish items on screen change.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Gunnar Sletta
Make sure we update texture parameters when using atlas...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Caroline Chao
Tests: Disabled temporarily access type tests of QMetaM...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Martin Jones
Add missing file to qquickflickable test
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Richard Moe...
Fix build on iOS: define GL_DOUBLE
commit
|
commitdiff
|
tree
|
snapshot
next