platform/upstream/qtdeclarative.git
2013-09-18 Lars KnollExtend the ReturnedValue mechanism to pointers to Manag...
2013-09-18 Lars KnollMake QJSValue::prototype() gc safe
2013-09-18 Lars KnollDon't polish items if the screen is 0
2013-09-18 Lars KnollConvert most remaining return values from Value to...
2013-09-18 Lars KnollFix regression in Object.isExtensible()
2013-09-18 Lars KnollConvert more methods to use ReturnedValue
2013-09-18 Lars KnollConvert builtin methods to return a ReturnedValue
2013-09-18 Lars KnollRename BuiltinFunctionOld to BuiltinFunction
2013-09-18 Lars KnollDon't check whether Scoped<T> really contains a T
2013-09-18 Lars KnollConvert lookups to use ReturnedValue
2013-09-18 Lars KnollUse a ReturnedValue for Managed::getIndexed()
2013-09-18 Lars KnollUse ReturnedValue for Managed::get().
2013-09-18 Lars KnollUse ReturnedValue for Managed::construct()
2013-09-18 Lars KnollDon't access out of bounds arguments
2013-09-18 Lars KnollRename QV4::ValueScope to QV4::Scope
2013-09-18 Lars KnollRequire a ValueScope for ScopedCallData as well
2013-09-18 Lars KnollUse a ReturnedValue for Managed::call()
2013-09-18 Lars KnollAdjust return values to use ReturnedValue
2013-09-18 Simon HausmannChange calling convention in JIT to use ReturnedValue
2013-09-18 Lars KnollDisable quick autotests on mac until qtbase is fixed
2013-09-17 Robin BurchellAvoid copying touchpoints, and only check until we...
2013-09-17 Yoann LopesExpose "Qt.application.state".
2013-09-17 Gunnar SlettaThese files are not used anywhere.
2013-09-17 Sergio Martinswince: Build fix, Windows can also run on ARM.
2013-09-17 David FaureDoc: PathView::currentItem is an Item, not an int.
2013-09-17 Caroline Chaoqmlplugindump: fix prototypes identification for compos...
2013-09-17 Shawn RutledgeQt Quick Dialogs: can see and control geometry of QML...
2013-09-17 Alex BlascheFix wrong return type
2013-09-17 Tomasz OlszakRemoved strange character from MacroAssemblerARM.cpp...
2013-09-17 Eskil Abrahamsen... Don't depend on widgets plugin in QtQuick
2013-09-17 Mitch CurtisAdd currentColor property to ColorDialog.
2013-09-17 Shawn Rutledgefixed warnings in dialog module when PURE_QML_ONLY...
2013-09-17 Alan AlpertAdd qml tool
2013-09-16 Alan AlpertSkip failing tests
2013-09-16 Alan AlpertSkip failing test for now
2013-09-13 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/stable...
2013-09-13 Jens Bache... Expose drag threshold in MouseArea
2013-09-13 Sergio AhumadaMerge remote-tracking branch 'origin/stable' into dev
2013-09-13 Shawn Rutledgesystemdialogs example bug fix: don't allow clicking...
2013-09-13 Erik VerbruggenV4: Fix SSA decomposition when no regalloc is used.
2013-09-13 Caroline Chaoqmlplugindump: Add support for composite types
2013-09-12 Giuseppe D... Remove qStableSort usages from declarative
2013-09-12 Giuseppe D... Remove qLowerBound usages from declarative
2013-09-12 Giuseppe D... Remove qCopy usages from declarative
2013-09-12 Giuseppe D... Remove qSort usages from declarative
2013-09-12 Simon HausmannFix ReturnedValue support on ia32 and arm
2013-09-12 Lars KnollConvert ReturnedValue into a primitive (typedef to...
2013-09-12 Lars KnollFix __qmljs_init_closure to use ReturnedValue
2013-09-12 Lars KnollChange binops to use ReturnedValue
2013-09-12 Lars KnollConvert unary operations and some other runtime methods
2013-09-12 Lars KnollUse ReturnedValue for more runtime methods
2013-09-12 Lars KnollRemove unused code to generate post increment and decre...
2013-09-12 Lars KnollUse ReturnedValue for some more runtime methods
2013-09-12 Lars KnollUse QV4::ReturnedValue in the runtime API
2013-09-12 Lars KnollUse a ReturnedValue when converting to String or Object
2013-09-12 Simon HausmannFix passing of exception table pointers to ARM runtime...
2013-09-12 Erik VerbruggenV4: fix variable collection for assignment to non-tempo...
2013-09-12 Erik VerbruggenV4 JIT: add env. var. QV4_NO_REGALLOC.
2013-09-12 Erik VerbruggenV4: add counters for built-in function invocations.
2013-09-12 Erik VerbruggenV4 IR: fix Temp equality, and its use in type inference.
2013-09-12 Jocelyn TurcotteAllow QtQuick private headers to be used with QT_NO_KEY...
2013-09-12 Jocelyn TurcotteExport QQuickDefaultClipNode for modules using quick...
2013-09-12 Erik VerbruggenV4 JIT: change the stack layout.
2013-09-12 Erik VerbruggenV4 regalloc: correct life-time hole handling.
2013-09-12 Erik VerbruggenV4 regalloc: fix cycle scheduling in resolve phase.
2013-09-12 Tobias HungerQquickimageparticle: Simplify code
2013-09-12 Shawn RutledgeDefaultColorDialog bugfix: binding color to a TextField
2013-09-12 Erik VerbruggenV4 JIT: fix visitRet for UInt32 temps.
2013-09-12 Erik VerbruggenV4 JIT: finish swapValues.
2013-09-12 Friedemann... tst_qquicktextinput/data::maxLength(): Fix assert about...
2013-09-11 Erik VerbruggenV4 JIT: generate code for binary expressions.
2013-09-11 Erik VerbruggenFix return type checks in test.
2013-09-11 Lars KnollContinue conversion to using scoped values
2013-09-11 Lars KnollMore work on converting calling conventions to fit...
2013-09-11 Lars KnollStart adapting function signatures in the qv4runtime
2013-09-11 Lars KnollAdd ValueRef classe and use it to make things GC safe
2013-09-11 Lars KnollRemove unusued method
2013-09-11 Lars KnollProperly unwind the js stack for generated code
2013-09-11 Lars KnollChange signature of call/construct() to take a pointer...
2013-09-11 Lars KnollGenerate CallData structures directly in the instructio...
2013-09-11 Lars KnollMove CallData onto the JS stack
2013-09-11 Lars KnollAdd ScopedValue and ScopedValueArray classes
2013-09-11 Lars KnollCreate a stack for JS values and use it in the interpreter
2013-09-11 Tobias HungerQQuickWindow: Quieten warning about unused variable
2013-09-11 Erik VerbruggenV4: add environment variable QV4_FORCE_INTERPRETER
2013-09-10 Alan AlpertEnable -Werror for qtdeclarative
2013-09-10 Konstantin... V4: Fix build in release with forced asserts
2013-09-10 Alan AlpertAdd Q_UNUSED for reserved fields.
2013-09-10 Erik VerbruggenV4: Constant binary expression evaluation.
2013-09-10 Erik VerbruggenV4 debugger: change agent API to work on all debuggers.
2013-09-10 Stephen KellyMake it possible to handle pointers to QObject derived...
2013-09-10 Erik VerbruggenV4 regalloc: loading this never needs/needed a call.
2013-09-10 Caroline ChaoChange access mode for functions declared in qml
2013-09-09 Thiago MacieiraFix warning by ICC: function without return value
2013-09-09 Gunnar SlettaTrigger rebuild when xform of alpha nodes change.
2013-09-09 Gunnar SlettaFix partial rebuilds and geometry changes.
2013-09-09 Gunnar SlettaMake tiled images not use atlas.
2013-09-09 Gunnar SlettaConvenience function for resetting the OpenGL state.
2013-09-09 Chris MeyerAdd support for external drag and drop in Quick items.
2013-09-09 Caroline ChaoTests: Re-enabled tests for access type of QMetaObject...
next