platform/upstream/qtdeclarative.git
2015-06-17 Lars KnollGet rid of the tmpProperty in StringObject
2015-06-17 Lars KnollFix Object::getOwnProperty API
2015-06-17 Lars KnollSimplify QJSValueIterator code and make it GC safe
2015-06-17 Lars KnollFix the RegExpCache to be GC safe
2015-06-17 Lars KnollFix docs and remove an invalid ###
2015-06-17 Lars KnollMake QV4::Script GC safe
2015-06-17 Lars KnollStore rootcontext in a GC safe way
2015-06-17 Lars KnollRemove another wrong comment
2015-06-17 Michal KlocekExport QQuickAbstractAnimationPrivate
2015-06-16 Ulf HermannVerify that debug client exists before interacting...
2015-06-15 Lars KnollRemove two ### comments
2015-06-15 Lars KnollFix the GC unsafe stack variable in Stringify
2015-06-15 Lars KnollFix another place where we were not compatible with...
2015-06-15 Lars KnollCleanup: Store a pointer to the engine not the context
2015-06-15 Lars KnollFix GC problem with json conversion methods
2015-06-15 Lars KnollFix some function signatures
2015-06-15 Lars KnollRemove unused typedef
2015-06-15 Lars KnollGet rid of qv4qmlextensions
2015-06-15 Ulf HermannDisable pixmap cache and text input tests if QT_NO_LIBRARY
2015-06-15 Ulf HermannDon't wait forever in QQmlDebugClient test
2015-06-15 Ulf HermannInitialize members of tst_QQmlEngineDebugService
2015-06-15 Caroline ChaoQuickTest: Enable use of BLACKLIST file
2015-06-15 Ulf Hermannqmlprofiler: Remove some dead code
2015-06-15 Ulf HermannDon't resolve the d-pointer when we don't use it.
2015-06-15 Gunnar SlettaAdd QQuickWindow::TextureIsOpaque as option to createTe...
2015-06-15 Liang QiQQuickPositioner: move paddings into extraData
2015-06-15 Liang QiQQuickTextEdit: move paddings into extraData
2015-06-15 Liang QiQQuickTextInput: move paddings into extraData
2015-06-15 Liang QiQQuickText: move padding into extraData
2015-06-14 Ulf HermannMark unused parameters as Q_UNUSED
2015-06-10 Lars KnollRemove explicit marking of the typedarray constructors
2015-06-10 Lars KnollGet rid of TypedValue
2015-06-10 Lars KnollGet rid of StringValue usage in QJSValueIterator
2015-06-10 Lars KnollMove the StringValue members of ExecutionEngine onto...
2015-06-10 Lars KnollRemove a global read-write QQmlBinding::Invalid variable
2015-06-10 Lars KnollSave one more pointer on each binding
2015-06-10 Lars KnollGet rid of QQuickStateActionEvent::Reason
2015-06-10 Friedemann... Fix up tst_qquickbehaviors.
2015-06-10 Lars KnollMake bindings refcounted
2015-06-10 J-P NurmiObjectModel: add API for dynamic changes
2015-06-10 Holger Hans... Add an assert and simplify the code
2015-06-09 J-P NurmiItem views: don't assume that attached objects exist
2015-06-09 Robin BurchellRemove QSGSharedDistanceFieldGlyphCache.
2015-06-09 Ulf Hermannqmlprofiler: Allow specification of features to record
2015-06-09 Ulf Hermannqmlprofiler: Record input events
2015-06-09 Robin BurchellQQuickImageBase: Minimize the cost for devicePixelRatio...
2015-06-08 Sérgio MartinsAdd 28 QList::reserve() calls
2015-06-08 Simon HausmannMark tests as unstable/flakey
2015-06-08 Holger Hans... Remove dead code from the debug service
2015-06-08 Holger Hans... Remove more unused code from the QQmlEnginePrivate
2015-06-08 Holger Hans... Remove dead code QQmlComponent::createObject
2015-06-07 Martin Smithdoc: Remove uses of \mainclass
2015-06-07 Robin BurchellQQmlData: Don't detach QObject::children list.
2015-06-07 Robin BurchellQQuickWindow: Don't use an intermediate vector when...
2015-06-07 Ulf Hermannqmlprofiler: Output data after application quits in...
2015-06-07 Ulf Hermannqmlprofiler: Redirect app stdout to qmlprofiler stderr
2015-06-06 Ulf Hermannqmlprofiler: Improve options for trace output
2015-06-06 Ulf Hermannqmlprofiler: Only accept commands if we ask for them
2015-06-06 Robin BurchellQQuickText: Don't store node engine per node.
2015-06-06 Robin BurchellQSGDistanceFieldGlyphNode: Use QVarLengthArray to avoid...
2015-06-06 Robin BurchellQQuickWindow: Move itemsToPolish from a QSet to QVector.
2015-06-06 Sérgio MartinsRemove bogus dynamic and static casts.
2015-06-05 Robin BurchellQQuickTextNodeEngine: Remove unused member.
2015-06-05 Robin BurchellQSGBatchRenderer: Store the last known free page index.
2015-06-05 Marc MutzFix users of QTextLayout::additionalFormats to use...
2015-06-05 Lars KnollSome cleanups to QQmlRefCount
2015-06-05 Lars KnollReplace bindingType() method by a virtual getter
2015-06-05 Lars KnollMove the writeBinding method into QQmlBinding
2015-06-05 Simon HausmannBlacklist unstable test
2015-06-05 Sérgio MartinsAdd missing QVector::reserve() calls
2015-06-05 Mathias HasselmannDocument API bug for QQmlContext::nameForObject()
2015-06-05 Lars KnollFix resolving of nested alias properties
2015-06-05 Lars KnollMove the target property index into the common base...
2015-06-05 Lars KnollMove the target object into the base class
2015-06-05 Lars KnollRemove the QQmlPropertyData from the binding
2015-06-05 Simon HausmannBlacklist unstable tests for now
2015-06-05 Ulf HermannMake QQuickGridView test independent of mouse speed
2015-06-05 Ulf HermannDecouple flickable stopAtBounds test from mouse event...
2015-06-05 Ulf HermannQQuickFlickable: Send synthetic release event through...
2015-06-05 Ulf HermannFix flickable autotest
2015-06-05 Ulf HermannMove the mouse to the right place before simulating...
2015-06-05 Ulf HermannWait for window activation, not for exposal in key...
2015-06-05 Ulf HermannAllow for some delay on starting transitions in flickab...
2015-06-04 Simon HausmannMerge remote-tracking branch 'origin/5.5' into dev
2015-06-03 Friedemann... tst_qquickwindow: Prospective fix for instability of...
2015-06-01 Joni PoikelinFix flickering when QQuickWidget becomes visible
2015-05-28 Laszlo AgocsDocument the render loops a bit more
2015-05-28 Alex BlaschePurge use of VisualDataModel from docs where DelegateMo...
2015-05-26 Topi ReinioCalqlatr Demo: Adjust ListView delegate height based...
2015-05-23 Aleix PolMakes it possible to extract all data from a QML DropArea
2015-05-22 Jocelyn TurcotteFix the implicitSize of SVG Images on retina display
2015-05-22 Ulf HermannDon't MOTH_END_INSTR(Debug) after beginning a Line
2015-05-22 Richard Moe... qquickwindow: ensure we delete the correct delayed...
2015-05-22 Gunnar SlettaMake it possible to grab() a window after it has been...
2015-05-22 Gunnar SlettaDon't doneCurrent() on hide().
2015-05-21 Laszlo AgocsFix basic and windows render loops to use the correct...
2015-05-21 Kai Uwe BroulikKeep cursor visible during keyboard interaction
2015-05-21 Ulf Hermannqmlprofiler: Allow aggregation of multiple traces into...
2015-05-21 Ulf Hermannqmlprofiler: In interactive mode, don't quit if applica...
2015-05-21 Ulf Hermannqmlprofiler: Remove useless 'maximumTime' member.
next