platform/upstream/qtdeclarative.git
2014-12-17 Lars KnollReturn a Heap::Object in Object::prototype()
2014-12-17 Laszlo AgocsUpdate scenegraph docs regarding threaded render loop...
2014-12-17 Laszlo Agocsrendercontrol example: Add missing flushes
2014-12-17 Robin BurchellSimple cache of url for QQmlCompiledData
2014-12-16 Ulf HermannAllow batching of GL_LINES and GL_POINTS geometry
2014-12-13 Shawn Rutledgefix the build with -no-qml-debug
2014-12-13 Simon HausmannSimplify QFont value type wrapper in preparation for...
2014-12-13 Mitch CurtisRead and write QObject pointer properties in QML withou...
2014-12-12 Simon HausmannSimplify calling methods on value types
2014-12-12 Ulf HermannDocument behavior of JavaScript Date with negative...
2014-12-12 Simon HausmannFix QQmlPropertyCache population with gadgets
2014-12-12 Ulf HermannRevert "Properly handle negative years when printing...
2014-12-12 Laszlo AgocsSupport threading with QQuickRenderControl
2014-12-12 Jocelyn TurcotteFix the V4 valgrind integration
2014-12-12 Laszlo AgocsDefault to threaded when using opengl32
2014-12-12 Simon HausmannRemove QML bundle code
2014-12-12 Oleg ShparberAdd default parameter value for ExecutionEngine::newStr...
2014-12-12 Oleg ShparberAdd default parameter value for ScopedCallData()
2014-12-11 Jocelyn TurcotteRelease the VM of unused heap chunks
2014-12-11 Lars KnollMove prototype back from the vtable into Object
2014-12-11 Lars KnollBetter encapsulate access to the global object
2014-12-11 Lars KnollEncapsulate accesses to the root context
2014-12-11 Lars KnollFix Object::arrayData() accessor to return a heap object
2014-12-11 Lars KnollGet rid of a not required reinterpret_cast
2014-12-11 Lars KnollCleanup header inclusion order
2014-12-10 Lars KnollRemove arrayData() calls from qv4object.cpp
2014-12-10 Simon HausmannChanged value type property index encoding
2014-12-10 Lars KnollFix arrayData accesses in qv4lookup.cpp
2014-12-10 Lars KnollRemove non required arrayData() accesses from qv4arrayo...
2014-12-10 Lars KnollMove readonly accessors into Heap::ArrayData
2014-12-09 Lars KnollMove function definition where it belongs
2014-12-09 Simon HausmannMerge remote-tracking branch 'origin/5.4' into dev
2014-12-09 Simon HausmannCleanup: Remove unused code
2014-12-09 Simon HausmannCleanup: Merge QQmlDataLoader and QQmlTypeLoader
2014-12-09 Erik VerbruggenQML: fix warning in tests
2014-12-09 Erik VerbruggenQML: fix warning in tests
2014-12-09 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.4.0'...
2014-12-09 Erik VerbruggenQML: fix warning in tests
2014-12-09 Erik VerbruggenQuick: fix test
2014-12-08 Robin BurchellMay it rest in pieces.
2014-12-08 Roger MacleanAvoid inadvertent copies of the windows list
2014-12-08 Michael BrasserAvoid string-based connect in QQuickImageBase.
2014-12-08 Alejandro ExojoFix \inqmlmodule usage: only use one parameter
2014-12-05 Simon HausmannFix crash with when evaluating bindings with QQmlExpres...
2014-12-05 Ulf HermannQmlDebug: Provide public method for starting a debug...
2014-12-05 Ulf HermannQmlDebug: Allow tests to ignore a number of bind errors
2014-12-05 Ulf HermannQmlDebug: Test the debugging enabler
2014-12-05 Ulf HermannMark parameter to QQmlDebuggingEnabler as unused if...
2014-12-05 Simon HausmannSkip failing test temporarily
2014-12-05 Simon HausmannMerge remote-tracking branch 'origin/5.4.0' into 5.4
2014-12-05 Ulf HermannQQmlInspectorService: handle views only with supported... v5.4.0
2014-12-05 Fawzi Mohamedqttest: make findChild available only for QtTest 1.1
2014-12-05 Kai KoehneUpdate plugins.qmltypes
2014-12-05 Kai KoehneAdd string::arg method in installTranslatorFunctions
2014-12-04 Mitch CurtisCorrect QtQml.Models \qmlmodule version.
2014-12-04 Chris AdamsFix QtQuick2 module unload support
2014-12-03 Frederik GladhornError out when trying to set an item as its own parent
2014-12-03 Simon HausmannFix crashes on QNX/x86
2014-12-03 Simon HausmannFix application build when combining with Mac OS X...
2014-12-03 Simon HausmannFix conditional breakpoints in QML
2014-12-03 Simon HausmannFix expression evaluation in specific frames in the...
2014-12-03 Simon HausmannRemove dead code
2014-12-03 Shawn RutledgeQtQuick.Window: add missing documentation for Window...
2014-12-02 Simon HausmannMerge "Merge remote-tracking branch 'origin/5.4.0'...
2014-12-02 Simon HausmannMerge remote-tracking branch 'origin/5.4.0' into 5.4
2014-12-02 Kai KoehneFix permissions of files
2014-12-02 Simon HausmannAdded change log for 5.4.0
2014-12-02 Simon HausmannRegression: Fix array data corruption
2014-12-02 Friedemann... Skip tst_qquickwindow::headless() when using ANGLE...
2014-12-02 Simon HausmannFix loading of .ui.qml form files with cached compilati...
2014-12-02 Andrew KnightDon't default to HighQualitySubPixelAntialiasing on...
2014-11-30 Morten Johan... Make effectiveDevicePixelRatio() return a qreal.
2014-11-28 Laszlo AgocsAdd missing call to rendercontrol
2014-11-28 Albert Astals CidAdd since 5.4 markers
2014-11-28 Friedemann... Stabilize tst_qquickflickable.
2014-11-25 Mitch CurtisDocument Qt.application.supportsMultipleWindows property.
2014-11-24 Simon HausmannDoc: Remove text that claims aliases cannot be read...
2014-11-22 Lars KnollOperate directly on Heap::ArrayData where possible
2014-11-22 Lars KnollReduce usage of Object::arrayData()
2014-11-22 Lars KnollMove the indexing methods from SimpleArrayData to Heap...
2014-11-22 Lars KnollRemove two reinterpret_casts in Object
2014-11-21 Lars KnollLet the memory manager operate on Heap::Base objects...
2014-11-21 Lars KnollCleanup destruction of heap objects
2014-11-21 Oleg ShparberMake QV4::RegExpObject header independent from masm...
2014-11-21 Lars KnollWe should never construct a managed derived type direct...
2014-11-21 Lars KnollRemove the executioncontext in a few more places where...
2014-11-21 Lars KnollFix the qmlProperty accessors to not require a context...
2014-11-21 Simon HausmannChanged InternalClass to store Identifier* instead...
2014-11-21 Frederik GladhornMerge "Merge remote-tracking branch 'origin/5.4.0'...
2014-11-21 Frederik GladhornMerge remote-tracking branch 'origin/5.4.0' into 5.4
2014-11-21 Simon HausmannFix run-time string handling with regards to the new...
2014-11-21 Joni PoikelinFix multirow spritesheet rendering in paused state
2014-11-20 Simon HausmannGet rid of one PersistentValue usage
2014-11-19 Jocelyn TurcotteExpose a getter for the QSGEnginePrivate
2014-11-19 Jocelyn TurcotteAllow setting the source rect on QSGSimpleTextureNode
2014-11-18 Jędrzej NowackiUpdate qml to use new QMetaType::registerNormalizedType...
2014-11-18 Laszlo AgocsDo not send deferred deletes from QQuickRenderControl...
2014-11-18 Nico VertriestDoc: removed reference to sizeHint
2014-11-18 Thiago MacieiraChange test data from 6.7 to 6.5
2014-11-17 Laszlo AgocsFix render control docs
next