platform/upstream/qtdeclarative.git
2013-10-03 Simon HausmannCleanup exception handling
2013-10-03 Simon HausmannChange v4 exceptions to use the common C++ ABIs foreign...
2013-10-03 Friedemann... Fix warnings in tst_qquickaccessible.
2013-10-03 Friedemann... Forward-declare QV4::String in qqmlmetatype_p.h.
2013-10-03 Friedemann... Fix warnings in tst_qquickaccessible.
2013-10-03 Friedemann... Forward-declare QV4::String in qqmlmetatype_p.h.
2013-10-03 Gunnar SlettaMark DirtySubtreeBlocked correctly from OpacityNode
2013-10-03 Friedemann... Forward-declare QV4::String in qqmlmetatype_p.h.
2013-10-03 Gunnar SlettaMark DirtySubtreeBlocked correctly from OpacityNode
2013-10-03 Gunnar SlettaRespect Qt.vector2d as input to ShaderEffect uniforms.
2013-10-03 Lars KnollUse a QVector instead of a QList
2013-10-03 Erik VerbruggenV4 JIT: implement convertUInt32ToDouble on ARMv7.
2013-10-03 Erik VerbruggenV4 IR: fix dead-code elimination.
2013-10-03 Erik VerbruggenV4: invert conditions when the true block follows the...
2013-10-02 Simon HausmannChange exception handling API
2013-10-02 Lars KnollCleanup API of Safe<T>
2013-10-02 Lars KnollUse SafeValue instead of Value in ScopedValue methods
2013-10-02 Lars KnollRemove some more uses of QV4::Value
2013-10-02 Lars KnollRemove more uses of Value
2013-10-02 Lars KnollFix ObjectIterator API to be GC safe
2013-10-02 Lars KnollDon't create a ValueRef to a temporary
2013-10-02 Albert Astals CidAlways call callCompleted in QQmlDataBlob::tryDone
2013-10-02 Erik VerbruggenV4 IR: fix type inference.
2013-10-02 Tor Arne VestbøDon't delete scene-graph atlas manager if it hasn't...
2013-10-02 Gunnar SlettaStabilize tst_qqmlprofilerservice
2013-10-02 Martin Smithqdoc: no longer recognizes the version nr in QML refs
2013-10-01 Chris AdamsAdd fine-grained QML / QtQuick performance benchmarks
2013-10-01 Laszlo AgocsFix compilation on Android with 4.8 toolchain
2013-10-01 J-P NurmiV4: fix ArrayPrototype::method_isArray() build break
2013-09-30 Andrew den... Fix PathView stealing mouse grab from its child items.
2013-09-30 Simon HausmannFix invalid alias error reporting in new compiler
2013-09-30 Simon HausmannImprove error location reporting for invalid aliases...
2013-09-30 Simon HausmannFix error message for group property definitions on...
2013-09-30 Simon HausmannImprove component boundary detect in new compiler
2013-09-30 Simon HausmannFix error messages when assigning to non-existent prope...
2013-09-30 Simon HausmannFix line/column in import related error messages with...
2013-09-30 Simon HausmannFix composite type registration in the new compiler
2013-09-30 Simon HausmannFix JS script imports with namespaces
2013-09-30 Simon HausmannFix support for JS imports in QML files in the new...
2013-09-30 Simon HausmannCompile imported scripts in the loader thread
2013-09-30 Erik VerbruggenV4 IR: do type inference/propagation before optimization.
2013-09-30 Erik VerbruggenV4: remove inplace operations
2013-09-30 Erik VerbruggenV4: changed environment variable SHOW_CODE.
2013-09-30 Gunnar SlettaFix license headers of QtQuick sources.
2013-09-30 Gunnar SlettaRemove debug output from tst_qqmlprofilerservice.
2013-09-30 Lars KnollRemove some uses of raw Object pointers
2013-09-30 Lars Knollremove more uses of QV4::Value
2013-09-30 Lars KnollRemove most uses of Value from qml/qml
2013-09-30 Lars KnollRemove some more QV4::Value usages
2013-09-30 Lars KnollRemove more occurrences of QV4::Value
2013-09-29 Gunnar SlettaFix colorization of native rendered text...
2013-09-28 Erik VerbruggenV4 regalloc: fix the case where too few regs are available.
2013-09-28 Erik VerbruggenV4 JIT: optimize constant-to-register loading.
2013-09-28 Erik VerbruggenV4 JIT: optimize mem2mem copies.
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
next