platform/upstream/qtdeclarative.git
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 Morten Johan... Fix build logic for host_build tools.
2013-09-21 Simon HausmannMerge branch 'wip/v4' of qtdeclarative into dev
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...
2013-09-20 Simon HausmannFix crash in QV4::CompiledData::CompilationUnit
2013-09-20 Simon Hausmann[new compiler] Initial support for composite types
2013-09-20 Simon Hausmann[new compiler] Initial support for components
2013-09-20 Simon Hausmann[new compiler] Improve error handling and sanity checki...
2013-09-20 Simon Hausmann[new compiler] Fix id parsing
2013-09-20 Simon Hausmann[new compiler] Fix function-local variable declarations
2013-09-20 Simon Hausmann[new compiler] Cleanups
2013-09-20 Simon Hausmann[new compiler] Cleanups
2013-09-20 Simon Hausmann[new compiler] Finish support for initializing list...
2013-09-20 Simon Hausmann[new compiler] Add initial support for assigning single...
2013-09-20 Simon Hausmann[new compiler] Implement setting object properties
2013-09-20 Simon Hausmann[new compiler] Cleanup attached and group property...
2013-09-20 Simon Hausmann[new compiler] Fix timing of binding enabling
2013-09-20 Simon Hausmann[new compiler] Implement remaining literal binding...
2013-09-20 Simon Hausmann[new compiler] Initial support for attached properties
2013-09-20 Simon Hausmann[new compiler] Add support for finalization callbacks
2013-09-20 Simon Hausmann[new compiler] Initial implementation of signal handler...
2013-09-20 Simon Hausmann[new compiler] Avoid type reference lookups with empty...
2013-09-20 Simon Hausmann[new compiler] Fix function and binding expression...
2013-09-20 Simon HausmannCleanup: Fold CompiledData::Value into CompiledData...
2013-09-20 Simon Hausmann[new compiler] Add support for id properties
2013-09-20 Simon Hausmann[new compiler] Initial support for group properties
2013-09-20 Erik VerbruggenV4: fixes after ReturnValue and ValueRef introduction.
2013-09-20 Erik VerbruggenV4 interpreter: inline add/sub/mul on numbers.
2013-09-20 Erik VerbruggenV4 interpreter: add hints for unop/binop targets
2013-09-20 Erik VerbruggenV4 JIT: generate inline code for more binops.
2013-09-20 Erik VerbruggenV4 IR: rename ObjectType to VarType
2013-09-20 Simon HausmannMerge branch 'dev' of ssh://codereview.qt-project.org...
2013-09-20 Lars KnollUse a handwritten offsetof macro
2013-09-19 Lars KnollDisable gui tests on Mac for now
2013-09-19 Alan AlpertAdd qmlProtectModule
2013-09-19 Mitch CurtisRegister Locale object in the QtQml namespace.
2013-09-19 Alan AlpertApply file selectors to QQmlApplicationEngine apps
2013-09-19 Fawzi Mohamedqmlplugindump: adding verbose output for the instantiat...
2013-09-19 Aurindam JanaQmlDebugging: Process commands in v4DebugService
2013-09-19 Aurindam JanaQmlDebugging: Replace QV8DebugService with QV4DebugService
2013-09-19 Aurindam JanaQmlDebugging: Add v4DebugService
2013-09-19 Sergio AhumadaMerge "Merge branch 'stable' into dev" into refs/stagin...
2013-09-19 Sergio AhumadaMerge branch 'stable' into dev
2013-09-19 Shawn RutledgeAdding QtQuick.Dialogs.MessageDialog
2013-09-19 Gunnar SlettaFix zero pointer access in renderer.
2013-09-18 Alan AlpertMake QQmlAbstractUrlInterceptor public
2013-09-18 Liang QiAdd FontDialog to QtQuick.Dialogs
2013-09-18 Caroline Chaoqmlplugindump: Update the description for the generated...
2013-09-18 Caroline Chaoqmlplugindump: Add --defaultplatform argument
2013-09-18 Caroline Chaoqmlplugindump: QMetaMethod signals have public access
2013-09-18 Shawn Rutledgererun qmlplugindump for QtQuick.Dialogs, now including...
2013-09-18 Simon HausmannAndroid: Fix compilation when doing ARM builds
2013-09-18 Lars KnollCorrectly convert an invalid QDateTime to JS
2013-09-18 Mitch CurtisTemporarily disable tst_QJSEngine tests to allow qtbase...
2013-09-18 Topi ReinioDoc: Reintroduce docs for Qt Quick Models and Views...
2013-09-18 Lars KnollFix handling of empty Values
2013-09-18 Lars KnollSkip unstable tests
2013-09-18 Lars KnollFix regression with isNaN and isInf
2013-09-18 Lars KnollInitialize variables
2013-09-18 Lars KnollRefactor our NaN boxing to be more efficient
2013-09-18 Lars KnollOptimize some runtime methods
2013-09-18 Lars KnollConvert more methods to return a Returned<>
2013-09-18 Lars KnollConvert some methods to use Returned<>
2013-09-18 Lars KnollConvert a few more methods in ExecutionEngine to use...
2013-09-18 Lars KnollConvert methods in qv4runtime to use Returned<X>
2013-09-18 Lars KnollExtend the ReturnedValue mechanism to pointers to Manag...
2013-09-18 Lars KnollMake QJSValue::prototype() gc safe
next