platform/upstream/qtdeclarative.git
2014-08-04 Lars KnollFix uninitialized memory read
2014-08-04 Gunnar SlettaClean up Image and ShaderEffectSource properly.
2014-08-04 Gunnar SlettaSpeed up the test a bit..
2014-08-04 Laszlo AgocsMake ssa compile on Android with gcc 4.6
2014-08-01 Gunnar SlettaSupport Canvas.antialiasing without multisample support.
2014-08-01 Jocelyn TurcotteExpose the scene graph publically through a QSGEngine...
2014-08-01 Frederik GladhornMerge "Merge remote-tracking branch 'origin/5.3' into...
2014-08-01 Martin JonesFix touch/mouse propagation bugs
2014-07-31 Gunnar SlettaMake canvas cleanup work propertly...
2014-07-31 Gunnar SlettaDocument how to clean up graphics resources properly
2014-07-31 Giuseppe D... QQuickWindow: fix resetOpenGLState handling of vertex...
2014-07-31 Gunnar SlettaStabilize tst_qquickimage
2014-07-31 Simon HausmannFix crash when throwing an exception from within a...
2014-07-31 Gunnar SlettaAvoid eventloop recursion in touch event handling.
2014-07-31 Gunnar SlettaUse the current context to resolve extensions.
2014-07-31 Thiago MacieiraUpdate the WERROR setting for QtQml
2014-07-30 David Fauretst_qqmlapplicationengine: clear $QT_MESSAGE_PATTERN
2014-07-29 Laszlo AgocsInvalidate the scenegraph properly in the rendercontrol...
2014-07-29 Gunnar SlettaIntroducing QQuickWindow::scheduleRenderJob()
2014-07-29 Jocelyn TurcotteMove QSGRenderer::updateStencilClip down to QSGBatchRen...
2014-07-29 Jocelyn TurcotteRemove dead code in QSGRenderer
2014-07-29 Gunnar SlettaIntroducing QQuickItem::sceneGraphInvalidated/sceneGrap...
2014-07-29 Gunnar SlettaLeave the depth mask on after rendering.
2014-07-29 Frederik GladhornMerge remote-tracking branch 'origin/5.3' into dev
2014-07-29 Alan AlpertRemove metaobject revisioning for QQuickScreenAttached
2014-07-28 Sérgio MartinsDon't dereference null pointer.
2014-07-28 Albert Astals CidFlickable: Cancel interaction on interactive changes
2014-07-28 Frederik GladhornFix include to proper <>
2014-07-28 Gunnar Sletta Don't try to draw shader effect sources with dims...
2014-07-28 Albert Astals CidQQuickMouseArea: Mark override functions with Q_DECL_OV...
2014-07-26 Simon HausmannMerge remote-tracking branch 'origin/5.3' into dev
2014-07-26 Simon HausmannFix interaction of garbage collector with JS objects...
2014-07-25 Paul LemireqmlRegisterCustomExtendedType, qmlRegisterExtendedUncre...
2014-07-25 Lars KnollDo not use mark() when marking ExecutionContexts
2014-07-25 Albert Astals CidAdd Sha1.js
2014-07-25 Martin JonesDon't recreate header and footer unnecessarily
2014-07-24 Erik VerbruggenV4 JIT: enable the JIT when compiling with clang on...
2014-07-24 Andy ShawClear the visibleImgTags list when setting up the text...
2014-07-24 Michael BrasserImprove programmatic flicking of ListView (and Flickable).
2014-07-24 David FaureQQmlError::toString: improve handling of empty urls.
2014-07-24 Erik VerbruggenV4 IR: loop detection: also record loop information...
2014-07-24 Erik VerbruggenV4 IR: change dominator tree to hold on to less memory.
2014-07-24 Erik VerbruggenV4 IR: add IR verification functions.
2014-07-24 Jerome PasionDoc: Merged two pages titled "Qt Quick QML Types".
2014-07-24 Erik VerbruggenV4: work around a bug in libc++'s std::vector<bool>
2014-07-24 Mitch CurtisQQmlComponent::create(): visual items must have a visua...
2014-07-24 Andy ShawClean up the textures when deleting the content
2014-07-24 Erik VerbruggenV4 IR: change debug code enabling to use compile-time...
2014-07-24 Erik VerbruggenV4 IR: fix printing with register information.
2014-07-24 Erik VerbruggenV4 RegAlloc: do not add duplicate register hints
2014-07-24 Mitch CurtisSchedule layout changes to avoid refill() recursion.
2014-07-24 Aaron McCarthyFix incorrect acceptableInput value on construction.
2014-07-23 Michael BrasserAdd autotest for incorrect steal of flick.
2014-07-23 Erik VerbruggenRename main.cpp to qmljs.cpp.
2014-07-23 David EdmundsonDo not crash AtlasTexture if image is null
2014-07-23 Erik VerbruggenV4 IR: copy arguments to temps at function start.
2014-07-23 Liang JianFix Node object leak in QQuickTextEditPrivate
2014-07-22 Simon HausmannMinGW build fix
2014-07-22 Simon HausmannCleanup: Get rid of __data members
2014-07-22 Simon HausmannFix build on Windows
2014-07-22 Simon HausmannFix Scoped(Value) assignment/construction on 32-bit
2014-07-22 Simon HausmannDisable T::Data compile time size assertion for some...
2014-07-22 Simon HausmannPorted array data to the new object structure
2014-07-22 Lars KnollFix Managed::as<>() method
2014-07-22 Simon HausmannChange the object allocation scheme
2014-07-22 Lars KnollConvert Execution contexts to new constructor syntax
2014-07-22 Lars KnollConvert the last Managed types to the new constructor...
2014-07-22 Lars KnollConvert String to new constructor syntax
2014-07-22 Lars KnollConvert more objects to the new constructor scheme
2014-07-22 Lars KnollConvert most simple objects to the new constructor...
2014-07-22 Lars KnollConvert remaining FunctionObject's to new constructor...
2014-07-22 Lars KnollConvert FunctionObject derived classes to new construct...
2014-07-22 Lars KnollConvert construtors for QObjectWrapper
2014-07-22 Lars KnollConvert regexps
2014-07-22 Lars KnollConvert context and list wrapper
2014-07-22 Lars KnollNew construction scheme for the binding wrapper
2014-07-22 Lars KnollConvert TypeWrapper and ValueTypeWrapper
2014-07-22 Lars KnollConstruct xhr objects the new way
2014-07-22 Lars KnollRemove unused method
2014-07-22 Lars KnollConvert constructors for builtin functions
2014-07-22 Lars KnollFix constructors for the delegate model
2014-07-22 Lars KnollConvert delegate model and indexed builtin function
2014-07-22 Lars KnollConvert QQuickContext2D to new construction scheme
2014-07-22 Lars KnollStart implement new Object creation pattern
2014-07-22 Lars KnollGet rid of CallDataRef
2014-07-22 Lars KnollGet rid of ManagedRef
2014-07-22 Lars KnollGet rid of all uses of ObjectRef
2014-07-22 Lars KnollRemove the less often used Ref classes
2014-07-22 Lars KnollGet rid of StringRef
2014-07-22 Lars KnollRename V4_MANAGED_NEW back to V4_MANAGED
2014-07-22 Lars KnollConvert specialized ExecutionContext's to new data...
2014-07-22 Lars KnollFix compiler warning
2014-07-22 Lars KnollConvert ExecutionContext to new storage scheme
2014-07-22 Lars KnollConvert QV4RegExp to new storage scheme
2014-07-22 Lars KnollMove MemberData over to new storage layout
2014-07-22 Lars KnollRename Managed::managedData() to d() to be consistent
2014-07-22 Lars KnollRename V4_OBJECT_NEW back to V4_OBJECT
2014-07-22 Lars KnollConvert sqldatabase to new data layout
2014-07-22 Lars KnollConvert QQuickParticleData to new data layout
2014-07-22 Lars KnollConvert QQuickRootItemMarker to new data layout
next