platform/upstream/qtdeclarative.git
2013-09-28 Sergio AhumadaMerge branch 'stable' into dev
2013-09-28 Lars KnollStabilize and speed up test
2013-09-28 Gunnar SlettaFix crash in tst_qmltest with the new animators.
2013-09-28 Friedemann... qmlimportscanner: Fix braces.
2013-09-28 Friedemann... qmlimportscanner: Use iostream for output consistently.
2013-09-28 Friedemann... qmlimportcanner: Compile with QT_NO_CAST_TO_ASCII QT_NO...
2013-09-28 Lars KnollMark qmltest as insignificant to get CI to pass again
2013-09-28 Lars KnollTry to stabilize the multipleTransitions test
2013-09-28 Lars KnollFix compilation of the auto test
2013-09-28 Lars KnollFix a few more uses of Value
2013-09-28 Lars KnollRemove some uses of Value
2013-09-28 Lars KnollOptimize storeReturnValue for double arguments
2013-09-28 Lars KnollFix API for Object::define*Property
2013-09-28 Lars KnollLess QV4::Value usage
2013-09-28 Lars KnollFix API for evalCall()
2013-09-28 Lars KnollRemove Value::fromString()
2013-09-28 Lars KnollFix Value usage in ErrorObjects
2013-09-28 Lars KnollRemove more direct QV4::Value usage
2013-09-28 Lars KnollMake Encode not inherit from Value
2013-09-28 Lars KnollMove Value::toInteger(double) and related to Primitive
2013-09-28 Lars KnollMake API of QV4::JsonObject GC clean
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-24 Thiago MacieiraBump qtdeclarative version to 5.3.0
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
next