platform/upstream/qtdeclarative.git
2014-03-11 Simon HausmannAdd support for resolving translation bindings at compi...
2014-03-11 Simon HausmannFix incorrectly initialized property cache on group...
2014-03-11 Simon HausmannFix linking
2014-03-11 Jerome PasionDoc: Adding QQuickWidget's path to the qtquick.qdocconf
2014-03-11 Ulf HermannAllow detaching V4 debuggers in agent destructor
2014-03-11 Sze Howe KohDoc: Qt QML: Document signals (not handlers) under...
2014-03-11 Ulf HermannDon't delete the QML engines from the profiler service...
2014-03-11 Lars KnollCleanup our runtime methods
2014-03-10 Lars KnollFix copying of Property's
2014-03-10 Lars KnollFix compile error
2014-03-10 James McDonnellStack size increase for x86 QNX systems
2014-03-10 Shawn RutledgeMultiPointTouchArea: make nested.qml autotest easier...
2014-03-10 J-P NurmiFix TextEdit::lineCount to update as appropriate
2014-03-10 Andrew KnightRemove several uses of module includes
2014-03-10 Shawn RutledgeMultiPointTouchArea: handles mouse too, unless mouseEna...
2014-03-10 Paul Olav TveteQQuickWidget: handle resize to empty size
2014-03-10 Oliver WolffFixed qqmlapplicationengine autotest build for QT_NO_PR...
2014-03-08 Erik VerbruggenV4 SSA: remove unused code.
2014-03-08 Erik VerbruggenV4: fix address printing for real.
2014-03-08 Erik VerbruggenV4 JIT: enable JIT on win64.
2014-03-07 Lars KnollUse an array of Value's for Object::memberData
2014-03-07 Lars KnollReserve a double slot for accessor properties
2014-03-07 Michael BrasserUse fuzzy comparison for another Flickable StopAtBounds...
2014-03-07 Paul Olav TveteQQuickWidget: handle windowChange
2014-03-07 Lars KnollMove some methods from ExecutionContext to CallContext
2014-03-07 Lars KnollBetter way of retrieving the prototype property for...
2014-03-07 Lars KnollRemove the name member of FunctionObject
2014-03-07 Lars KnollReduce memory consumption of FunctionObject
2014-03-07 Lars KnollRemove unused entries in CompiledData
2014-03-07 Lars KnollFix test failure in qqmldebugjs autotest
2014-03-07 Lars KnollFixes to breakpoint handling
2014-03-07 Lars KnollAdd a Line instruction to the interpreter
2014-03-07 Lars KnollSimplify our breakpoint handling
2014-03-07 Simon HausmannRemove old compiler and VME
2014-03-07 Paul Olav TveteQQuickWidget: make sure to use the proper GL format
2014-03-07 Giorgos TsiapaliokasAdd the features of QLoggingCategory to QML's debugging...
2014-03-07 Erik VerbruggenV4 JIT: fix stack space reserving code
2014-03-07 Erik VerbruggenV4: fix address printing on 64bit platforms
2014-03-07 Erik VerbruggenFix MSVC2012 compiler warnings in disabled code.
2014-03-07 Erik VerbruggenV4 JIT: fix up register usage for linux/macos on x86_64.
2014-03-07 Erik VerbruggenFix more MSVC2012 compiler warnings.
2014-03-07 Friedemann... QML testlib: Do not modify the arguments passed into...
2014-03-07 Shawn RutledgeMouseArea: make clear containsMouse requires the cursor...
2014-03-06 Laszlo PappFix a couple of typos in the documentation
2014-03-06 Andrew KnightQSGBatchRenderer: return when a shader is not returned...
2014-03-06 Simon HausmannSwitch the code path from the old compiler and VME...
2014-03-06 Simon Hausmann[new compiler] Fix crash in tst_qquickpathview
2014-03-06 Simon Hausmann[new compiler] Fix potential infinite recursion when...
2014-03-06 Simon Hausmann[new compiler] Fix incorrect accelerated lookups to...
2014-03-06 Takumi AsakiDoc: Fix "Right-to-left User Interfaces"
2014-03-06 J-P NurmiStabilize tst_QQuickPathView:dataModel()
2014-03-06 J-P NurmiFix GridView flow enum docs
2014-03-05 Gunnar SlettaReset the expose cycle when polishAndSync aborts.
2014-03-05 Ulf HermannAdd some leading white space to generated code for...
2014-03-05 Simon Hausmann[new compiler] Fix designer integration
2014-03-05 Simon HausmannMake tst_qqmlincubator::chainedAsynchronousIfNested...
2014-03-05 Simon Hausmann[new compiler] Fix auto component creation with composi...
2014-03-05 Simon Hausmann[new compiler] Add support for deferred properties
2014-03-05 Simon Hausmann[new compiler] Fix invalid memory reads when JS closure...
2014-03-05 Andrew KnightFix qquickfolderlistmodel test compilation on WinRT
2014-03-05 Erik VerbruggenFix MSVC2012 compiler warnings.
2014-03-05 Friedemann... Add some error handling to the QWindowContainer example.
2014-03-05 Gunnar SlettaDon't sort batches when there are no changes.
2014-03-04 Simon Hausmann[new compiler] Fix property initialization order for...
2014-03-04 Simon HausmannFix crash when accessing var properties in objects...
2014-03-04 Simon HausmannCombine the source file, line and column number triplet...
2014-03-04 Simon Hausmann[new compiler] Fix profiler support
2014-03-04 Simon Hausmann[new compiler] Fix some qqmlincubator tests
2014-03-04 Mitch CurtisDocument qmlContext() and qmlEngine().
2014-03-04 Laszlo AgocsRemove isES() usage in scenegraph
2014-03-04 Erik VerbruggenV4 JIT: enable register allocator on win32.
2014-03-04 Michael BrasserReduce size of QQmlBoundSignalExpression in the common...
2014-03-04 Lars KnollMove all binop related code into qv4binop*
2014-03-03 Simon Hausmann[new compiler] Fix tst_qqmlvaluetypes
2014-03-03 Simon Hausmann[new compiler] Detect when writing to read-only value...
2014-03-03 Lars KnollRemove unused ExecutionEngine::allFunctions
2014-03-03 Lars KnollRemove unused codeSizes
2014-03-03 Lars KnollRemove nArguments and name from QV4::Function
2014-03-03 Simon Hausmann[new compiler] Fix tst_qquickloader::deleteComponentCra...
2014-03-03 Sergio AhumadaFix some typos
2014-03-03 Simon HausmannWork around MSVC having issues with nested classes...
2014-03-03 Jerome PasionDoc: Renamed Qt Quick Code Samples page.
2014-03-03 Erik VerbruggenV4 JIT: enable disassembler on windows.
2014-03-03 Erik VerbruggenV4 JIT: fix MSVC warning.
2014-03-03 Konstantin... Fix build with QT_FORCE_ASSERTS
2014-03-03 Sergio AhumadaPrefer to use normalised signal/slot signatures
2014-03-03 Simon Hausmann[new compiler] Set class name for QML types correctly
2014-03-03 Lars KnollFix a crash in the register allocator
2014-03-03 Albert Astals CidMake QQmlPropertyData::name const
2014-03-02 Simon HausmannMake it possible to call QQmlEngine::setObjectOwnership...
2014-03-02 Simon HausmannFix calls to overloaded slots for QObjects not created...
2014-03-02 Simon Hausmann[new compiler] Fix warnings in qml list model custom...
2014-03-02 Simon Hausmann[new compiler] Add the correct object index to the...
2014-03-02 Simon HausmannMake QQmlExpression more robust when initializing from...
2014-03-02 Simon Hausmann[new compiler] Cleanup
2014-03-02 Simon Hausmann[new compiler] Fix for tst_qqmlconnections
2014-03-02 Simon Hausmann[new compiler] Fix qquickvisualdatamodel tests
2014-03-02 Simon Hausmann[new compiler] Fix QQmlPropertyMap tests
2014-03-02 Simon Hausmann[new compiler] Fix tst_qqmlengine::trimComponentCache
2014-03-02 Simon Hausmann[new compiler] Fix tst_qqmlqt's trace test
next