platform/upstream/qtdeclarative.git
2014-04-23 Gunnar SlettaSupport shutting down the render thread without an...
2014-04-22 Ulf HermannMake profiling of pixmap cache events more consistent
2014-04-15 Shawn RutledgeQt Quick: use categorized logging for touch, mouse...
2014-04-15 Shawn RutledgeQML: fix clang warnings about unused return values
2014-04-02 Robin BurchellQQuickPinchArea: Don't jump around when a finger is...
2014-04-01 Gunnar SlettaPrevent crash when mixing shaders from different windows
2014-03-29 Robin BurchellQQuickWindow: Don't store animation driver pointer...
2014-03-28 Kai KoehneFix failing autotest due to wrong Qt datastream version
2014-03-27 Gunnar SlettaSkip nodes with no vertices when preparing batches.
2014-03-27 Frederik GladhornAccessibility: Use factory function instead of plugin
2014-03-27 J-P NurmiBuild/install the qmleasing tool to bindir
2014-03-26 Martin Smithdoc: Minor group/module page changes.
2014-03-24 Laszlo AgocsDocument the window property for qml and register the...
2014-03-24 Gunnar SlettaTry to simplify the threaded render loop.
2014-03-20 Robin BurchellTestHTTPServer: Make listening an explicit operation...
2014-03-20 Laszlo AgocsExpose QQuickItem::window as a property
2014-03-20 Laszlo AgocsAdd defaultSurfaceFormat to QQuickWindow
2014-03-13 Niels Ole SalscheiderFix obvious logic error
2014-03-13 Sergio AhumadaMerge remote-tracking branch 'origin/stable' into dev
2014-03-13 Gunnar SlettaFix rendering issue with material changes from opaque...
2014-03-13 Michael BrasserAllow maximum block size to be specified as an environm...
2014-03-13 Michael BrasserDon't crash if a ScriptAction changes state mid-transition.
2014-03-13 Liang JianFix QQmlTypeData object leak
2014-03-13 Liang JianFix QQmlBoundSignalExpression::Data object leak
2014-03-13 Liang JianFix QV4::IR::Function object leak
2014-03-13 Mitch CurtisEnsure TextEdit's text is vertically aligned after...
2014-03-13 Simon HausmannFix property caches out of sync with grouped properties...
2014-03-13 Friedemann... Add some error handling to the QQuickWidget example.
2014-03-13 Friedemann... Consolidate context creation failure handling in Quick.
2014-03-13 Richard Moe... QQuickWindow: let clearFocusObject actually clear the...
2014-03-13 Richard Moe... Static plugins: support loading static plugins from...
2014-03-13 J-P NurmiItem views: avoid fixing up the position while moving...
2014-03-12 Jerome PasionDoc: Re-organized Qt Quick's examples page.
2014-03-12 Simon HausmannDon't crash when a signal/slot connection outlives...
2014-03-12 Oliver Wolffnetworkaccessmanagerfactory example: Fixed build with...
2014-03-12 Oliver Wolffnetworkaccessmanagerfactory example: introduced QComman...
2014-03-12 Paul Olav TveteQQuickWindow cleanup: Remove forceRendering flag
2014-03-12 Risto AvilaMakes PasswordMaskDelay configurable through TextInput
2014-03-11 Fawzi Mohamedqmldebugger: avoid loading tcp module in inspector
2014-03-11 Simon HausmannAvoid crash when unlinking compilation unit
2014-03-11 Michael BrasserRemove redundant QQmlBinding members.
2014-03-11 Topi ReinioDoc: Fix issues in QQuickWidget documentation
2014-03-11 Fawzi Mohamedqmldebugger: handle static builds correctly
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...
next