platform/upstream/qtdeclarative.git
2013-09-28 Lars KnollMove Value::fromBool, ... to a new Primitive class
2013-09-28 Lars KnollUse SafeValue in more places
2013-09-28 Lars KnollClean up QV4::ExecutionContext
2013-09-28 Lars KnollFix CallContext to not hold arguments on the C stack...
2013-09-27 Jerome PasionDoc: Updated imports, \qmlmodule, and \inqmlmodule...
2013-09-27 Tor Arne VestbøUpdate after changes to QTestResult API in qtbase
2013-09-26 Gunnar SlettaAllow animators to work properly with multiple windows
2013-09-26 Dmitry ShachnevQSGRenderLoop: don't dereference gl pointer if it has...
2013-09-26 Gunnar SlettaSupport looping for "uncontrolled animations".
2013-09-26 Lars KnollSkip two tests that don't work reliably with a conserva...
2013-09-26 Lars KnollConvert more methods in QV8Engine
2013-09-26 Lars KnollMove more API over to use ValueRef
2013-09-26 Lars KnollMake parts of qv8engine_p.h GC safe
2013-09-26 Lars KnollFix QQmlV4Function API to be GC safe
2013-09-26 Lars KnollFix API of QQmlV4Handle
2013-09-26 Lars KnollFix Persistent/WeakValue API
2013-09-26 Lars KnollCleanups in qv4stringobject
2013-09-25 Sérgio MartinsFix WinCE build.
2013-09-25 Friedemann... qmlimportscanner: Print usage when no arguments are...
2013-09-25 Mitch CurtisImport QtQml instead of QtQuick now that Locale is...
2013-09-25 Topi ReinioDoc: Fix documentation of qmlProtectModule
2013-09-25 Gunnar SlettaAvoid out-of-bounds read.
2013-09-25 Gunnar SlettaInitialize variable
2013-09-25 Erik VerbruggenSplit off crashing test from qqmlecmascript.
2013-09-25 Gunnar SlettaConvenience class for FBO rendering in Qt Quick
2013-09-25 Jerome PasionDoc: Fixed and updated Qt Quick's \qmlmodule page
2013-09-25 Jerome PasionDoc: Made \since commands in src/qml consistent.
2013-09-25 Jerome PasionDoc: Made Qt Quick items' \since consistent.
2013-09-25 Jerome PasionDoc: Made \since command in Dialog QML types consistent.
2013-09-25 Sérgio Martinswince: Build fix, NtCurrentTeb() is not available in...
2013-09-25 Simon HausmannFix Component.onCompleted emission and bindings for...
2013-09-25 Simon HausmannFix lookup scopes into the context object
2013-09-25 Simon HausmannFix component boundary detection
2013-09-25 Simon HausmannFix bug in assigning to self-declared properties in...
2013-09-25 Simon HausmannFix assigning composite type object literals to object...
2013-09-25 Simon HausmannFix bindings on properties in grouped value type properties
2013-09-25 Simon HausmannFix setting the id property when also present in the...
2013-09-25 Friedemann... Fix warnings about includes.
2013-09-25 Shawn Rutledgeqml: handle all possible QtMsgType in switch because...
2013-09-25 Erik VerbruggenV4 SSA: cleanup: rename single letter variables.
2013-09-25 Erik VerbruggenV4 SSA: change life-time interval coverage calculation.
2013-09-25 Erik VerbruggenV4: enable register allocator on linux and macos on...
2013-09-25 Erik VerbruggenV4 regalloc: fix intersection calculation.
2013-09-25 Erik VerbruggenV4: fix move mapping
2013-09-25 Erik VerbruggenV4 JIT: fixes after NaN boxing changes.
2013-09-25 Erik VerbruggenV4: re-enable SSA transformation and optimization.
2013-09-25 Erik VerbruggenV4 JIT: generate code for unary not operator.
2013-09-23 Morten Johan... Add qmlimportscanner.
2013-09-22 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/stable...
2013-09-22 Lars KnollMake qv4objectproto GC clean
2013-09-22 Simon HausmannFix grouped property access for non-value type properties
2013-09-22 Lars KnollFix cases where mark() would access uninitialized memory
2013-09-21 Lars KnollPrevent objects from being collected while in their...
2013-09-21 Lars KnollConvert the last methods in qv4object_p.h
2013-09-21 Lars KnollFix some more methods to take ValueRef's
2013-09-21 Lars KnollFix some smaller spec incompliances in Array.concat
2013-09-21 Lars KnollMake sure ScopedArrayObject works as intended
2013-09-21 Lars KnollChange the runtime API over to using StringRef's instea...
2013-09-21 Lars Knollremove debug output
2013-09-21 Lars KnollConvert Object::inplaceBinOp to be GC safe
2013-09-21 Lars KnollConvert the remaining vtable methods to be GC safe
2013-09-21 Lars KnollConvert putIndexed()
2013-09-21 Lars Knollconvert Managed::put() API to be GC safe
2013-09-21 Lars KnollUse a StringRef for Managed::get()
2013-09-21 Lars KnollUse StringRef for most methods in Object
2013-09-21 Lars KnollCleanup Object::define*Property API
2013-09-21 Lars KnollAdd a Safe<T> class and start using it
2013-09-21 Lars KnollStart using StringRef for parameter passing
2013-09-21 Lars KnollIntroduce a Referenced<T> class to pass Objects into...
2013-09-21 Lars KnollCleanup ExecutionEngine::newBuiltinFunction() usages
2013-09-21 Lars KnollDon't use Value::emptyValue() anymore.
2013-09-21 Lars KnollFurther work towards an exact GC
2013-09-21 Gunnar SlettaAnimators - Render thread animation system
2013-09-21 Sergio AhumadaMerge remote-tracking branch 'origin/stable' into dev
2013-09-21 Morten Johan... Fix build logic for host_build tools.
2013-09-21 Simon HausmannMerge branch 'wip/v4' of qtdeclarative into dev
2013-09-21 J-P NurmiDocs: fix QtQuick2::Item::layer.sourceRect type
2013-09-20 Antti PiiraAdd Singleton support for QML
2013-09-20 Liang Qidialog-private: replace QJSValue with QQmlV4Handle...
2013-09-20 Laszlo AgocsFix uniform property mapping docs in ShaderEffect
2013-09-20 Simon Hausmann[new compiler] Add support for default properties
2013-09-20 Simon Hausmann[new compiler] Fix binding evaluations
2013-09-20 Simon Hausmann[new compiler] Fix local variable declarations in bindi...
2013-09-20 Simon Hausmann[new compiler] Fix crash with remote imports
2013-09-20 Simon Hausmann[new compiler] Improve error handling with invalid...
2013-09-20 Simon Hausmann[new compiler] Fix JavaScript expressions in composite...
2013-09-20 Simon Hausmann[new compiler] Fix signal handlers on own properties
2013-09-20 Simon HausmannMerge "Merge branch 'wip/v4' of qtdeclarative into...
2013-09-20 Simon HausmannMerge branch 'wip/v4' of qtdeclarative into dev
2013-09-20 Mitch CurtisRemove milliseconds before comparing JS + Qt date strings.
2013-09-20 Mitch CurtisRevert "Temporarily disable tst_QJSEngine tests [...]"
2013-09-20 Simon Hausmann[new compiler] Initial support for alias properties
2013-09-20 Simon Hausmann[new compiler] Fix scope object for binding expressions...
2013-09-20 Simon HausmannFix destruction of QV4::CompiledData::CompilationUnit...
2013-09-20 Simon Hausmann[new compiler] Implement dependency type availability...
2013-09-20 Simon Hausmann[new compiler] Fix crash with non-existent attached...
2013-09-20 Simon Hausmann[new compiler] Fix crash with empty function bodies
2013-09-20 Simon Hausmann[new compiler] Fix off-by-a-few in meta object creator
2013-09-20 Simon HausmannAllow delayed deallocation in the executable memory...
2013-09-20 Simon Hausmann[new compiler] Correctly handle attempts to set invalid...
next