profile/ivi/qtdeclarative.git
2012-05-04 Aaron KennedyInitial bundle support
2012-05-04 Thiago MacieiraChange uses of {to,from}Ascii to {to,from}Latin1
2012-05-04 Charles YinFix tile rendering bug for context2d
2012-05-04 Charles YinAdd more warnings
2012-05-04 Charles YinImplement QQuickContext2DRenderThread class for threade...
2012-05-04 Matthew VogtEnsure binding target has not been deleted
2012-05-04 Charles YinChange Qt::MiterJoin to Qt::SvgMiterJoin for context2d...
2012-05-04 Matthew VogtEmit Component.onDestruction before context is invalidated
2012-05-04 Charles YinRefactor canvas item unit tests
2012-05-04 Chris AdamsSet ptr to zero after freeing memory
2012-05-03 Glenn WatsonChange test size so there is enough detail on each...
2012-05-03 Gunnar SlettaKeep polishing until there is nothing left to polish.
2012-05-03 Yuchen DengAdd some ignore rules to ignore list
2012-05-03 Gunnar SlettaRemove QSGEngine
2012-05-03 Kent HansenRemove QJS exception API
2012-05-03 Alan AlpertDo not try to apply autoRotation when the particle...
2012-05-03 Alan AlpertUpdate Screen documentation
2012-05-03 Yann BodsonFix alignment bug in QQuickText with multi-line text...
2012-05-03 Andrew den... Ensure the cursor rectangle is updated when preedit...
2012-05-03 Charles YinAdd a static flag to avoid unnecessary QQmlData::init...
2012-05-02 sh kimFix build error when QT_NO_FILESYSTEMWATCHER is set
2012-05-02 Yann BodsonFix QQuickImage tiling_QTBUG_6716 and mirror tests.
2012-05-02 Laszlo AgocsTransform the velocity taken from touch event
2012-05-02 Glenn WatsonMark image particle material as requiring full matrix.
2012-05-02 Damian JansenGradient doc fix
2012-05-01 Bea LamFix compile warning
2012-05-01 Kent HansenPort tst_qquickshadereffect to QMetaMethod-based connec...
2012-05-01 Yann BodsonImprove QQuickText tests
2012-05-01 Bea LamFix content pos adjustment when resizing first item
2012-05-01 Charles YinRemove init() call from QQmlData's ctor.
2012-05-01 Yann BodsonRemove warning
2012-05-01 Michael BrasserMore robust tracking of signal handler expression owner...
2012-05-01 Charles YinConsolidate SignalSpy item
2012-05-01 Topi ReinioKeep XMLHttpRequest response data after receiving a...
2012-05-01 Matthew VogtEnsure context is valid before VME method creation
2012-05-01 Charles YinPrevent object being delete by GC before object is...
2012-05-01 Bea Lampopulate transition for positioners
2012-04-30 Frederik GladhornRename absorb to enabled.
2012-04-30 Gunnar SlettaImproved scene graph docs
2012-04-30 Andrew den... Elaborate on drag and drop and model view examples...
2012-04-30 Alan AlpertMention the common usecase for classBegin in QQmlParser...
2012-04-30 Jerome PasionWhitespace fix in the source code.
2012-04-29 Matthew VogtEnsure external value types are initialized before...
2012-04-27 Yann BodsonFix typo in documentation
2012-04-27 Pekka VuorelaTextEdit to honor input direction on neutral text
2012-04-27 Pekka VuorelaFix TextEdit with right aligned text when size changes
2012-04-27 Pekka VuorelaQQuickTextInput aligment to follow input method on...
2012-04-27 Frederik GladhornFix typos.
2012-04-27 Jerome PasionDoc: Fixing errors due to incorrect QDoc commands.
2012-04-27 Jędrzej NowackiAvoid calling gc in QQmlEngine destructor.
2012-04-27 Rohan McGovernRemoved parallel_test from parallel-unsafe autotest.
2012-04-27 Andrew den... Fix bounding rects of text items.
2012-04-27 Andrew den... Don't do a layout for wrapping if there is no width...
2012-04-27 Andrew den... Propagate left key presses to the parent item when...
2012-04-26 Girish Ramakrishnanapi: remove references to inputPanel.
2012-04-26 Aurindam JanaQmlDebugJS: Re-enable autotest on mac
2012-04-26 Kai KoehneDebugger: Re-enable autotest on mac
2012-04-26 Aurindam JanaQmlDebugging: Exchange supported QDataStream versions
2012-04-26 Kent HansenSpecialize for QJson types in the QObject meta-call...
2012-04-26 Jędrzej NowackiUse macro for QByteArrayData initialization.
2012-04-26 Jason McDonaldRe-enable qmltest on non-Mac platforms.
2012-04-26 Pekka VuorelaTypo fix
2012-04-26 Alan AlpertExpound on canvas example documentation
2012-04-26 Alan AlpertMore example docs
2012-04-26 Alan AlpertUse fixed font size in test
2012-04-26 Matthew VogtRemove relative directory elements in import paths
2012-04-26 Alan AlpertFlesh out examples documentation
2012-04-26 Chris AdamsOptimise memory usage of bound signals
2012-04-25 Olivier GoffartAdapt qtdeclarative to the change in QMetaObject
2012-04-25 Thiago MacieiraDon't use the QRegExp methods that modify the object
2012-04-25 Aurindam JanaDebugger: Change name and protocol of QDeclarativeObser...
2012-04-25 Kai KoehneDebugger: Fix race conditions in block mode
2012-04-25 Kai KoehneDebugger: Fix warnings about declarative_debug in autotests
2012-04-25 Kai KoehneDebugger: Improve output of autotests
2012-04-25 Kai KoehneDebugger: Fix race condition in block mode, QQmlDebugServer
2012-04-25 Laszlo AgocsMake touch event delivery in the canvas reentrant
2012-04-24 Kai KoehneDebugger: Fix RAII usage of ReadWriteLocker
2012-04-24 Kai KoehneDebugger: Add asserts for right usage of threads
2012-04-24 Kai KoehneFix usage of QMutexLocker
2012-04-24 Kai KoehneDebugger: Make sure stateChanged is called from debugge...
2012-04-24 Thiago MacieiraMark all Latin 1 strings with QString::fromLatin1 or...
2012-04-24 Thiago MacieiraThe QUrl constructor can be used once again, so use it.
2012-04-24 Roberto RaggiInitialize value type properties.
2012-04-24 Jason McDonaldDisambiguate qmltest example and qmltest autotest.
2012-04-24 vertriesDoc: Fixed tutorial articles' types.
2012-04-24 Aurindam JanaQmlInspectorPlugin: AbstractViewInspector
2012-04-24 Olivier GoffartDo not use deprecated API
2012-04-23 Matthew VogtVerify that QML can reliably receive datetime info...
2012-04-23 Matthew VogtRecord current status of date conversion from QML
2012-04-23 Matthew VogtAdd support for var properties in V4
2012-04-23 Olivier GoffartDon't use deprecated QVariant API
2012-04-23 Frederik GladhornImprove test to use actual double click timeout.
2012-04-23 Jerome PasionDoc: Changed the title for QtQuick articles
2012-04-23 Alan AlpertDoc Fix
2012-04-23 Olivier GoffartqMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecated
2012-04-23 Andrew den... Reduce memory usage of QQuickPath for simple paths.
2012-04-23 Bea LamOnly run populate for items in model at creation
2012-04-23 Friedemann... QtDeclarative: Fix compiler warnings.
2012-04-23 Michael BrasserAlso check notifier endpoints when checking whether...
2012-04-23 Michael BrasserSupport and use parameters in QQmlNotifierEndpoint.
next