platform/upstream/qtdeclarative.git
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 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
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 Mitch CurtisImprove QML Date object documentation.
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 Topi ReinioDoc: Move properties of Locale QML type to correct...
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 AlpertFix qmlClearTypeRegistrations tests
2013-09-17 Alan AlpertMark tst_qquicktrailsemitter insignificant on windows
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...
next