profile/ivi/qtdeclarative.git
2012-03-23 Kent HansenMerge master into api_changes
2012-03-23 Frederik GladhornAdd accessibility updates.
2012-03-23 Michael BrasserPrevent the root object from being garbage collected.
2012-03-23 Charles YinFix crash issue for path animation and path interpulator
2012-03-23 Alan AlpertFix Sprite Assembly
2012-03-22 Gunnar SlettaChange smooth to be true by default
2012-03-22 Kim Motoyoshi... Share depth-stencil buffers between ShaderEffectSources...
2012-03-22 Alan AlpertUpdate samegame demo to new layout
2012-03-22 Kent HansenAdapt to QMetaMethod::typeName() behavioral change...
2012-03-22 Alan AlpertCheck for null pointer dereference
2012-03-22 Andrew den... Add move comprehensive tests for TextInput input mask.
2012-03-22 Andrew den... Fix text wrapping and eliding with implicitWidth.
2012-03-22 Andrew den... Update model view examples to common launcher format.
2012-03-21 Alan AlpertUpdate tutorial
2012-03-21 Frederik GladhornFix doAction with custom functions.
2012-03-21 Kim Motoyoshi... Free ShaderEffectSource FBOs when no longer needed.
2012-03-21 Matthew VogtProvide imageType() from QQmlImageProviderBase
2012-03-21 Matthew VogtAllow qmlscene to quit immediately after starting
2012-03-21 Michael BrasserTest unregistered local enums in QML methods and signal...
2012-03-21 Laszlo AgocsAllow flick on press-move-release in Flickable.
2012-03-21 Bea LamFix margins for right-to-left mode
2012-03-21 Damian JansenListView system tests
2012-03-21 Martin JonesAdd new line to last line of qquickfolderlistmodel.pro
2012-03-21 Andrew den... Don't overwrite text selections made in focus handlers.
2012-03-21 Andrew den... Content size should not include trailing spaces.
2012-03-21 Damian JansenAdd more element qmltestrunner cases
2012-03-21 Martin JonesFix qquickfolderlistmodel includes
2012-03-21 Chris AdamsAllow literal enum to int property assignments
2012-03-21 Andrew den... Fix consistency of parsing ISO 8601 date strings.
2012-03-21 Michael BrasserDisable module api object support in v4.
2012-03-21 Michael BrasserSupport unregistered Qt namespace enums in QML methods.
2012-03-21 Michael BrasserSupport (registered) non-local enums for signal/slot...
2012-03-20 Yoann LopesDon't register sub distance field glyph nodes with...
2012-03-20 Andrew den... Decouple QSGDistanceFieldGlyphNode from it's cache...
2012-03-20 Gunnar SlettaAllow SG and GL resources to survive a releaseResources.
2012-03-20 Kai KoehneDebugger: Disable debugging for qmlprofiler, qmltest
2012-03-20 Tobias KoenigFix compilation on QNX.
2012-03-20 Bea LamUpdate item focus even if it doesn't have a canvas
2012-03-20 Kent HansenMake QVariant conversion for JS null type symmetric
2012-03-20 Andrew den... Fix unused variable warning.
2012-03-20 Andrew den... Make TextEdit word selection behaviour consistent.
2012-03-20 Andrew den... Remove unused functions from QQuickTextControl.
2012-03-20 Andrew den... Add additional key sequence tests.
2012-03-20 Alan AlpertUpdate touchinteraction examples to new guidelines
2012-03-20 Alan AlpertAdd docs for PaintedItem examples
2012-03-20 Alan AlpertUpdate Squircle example towards new guidelines
2012-03-20 Alan AlpertUpdate MouseArea and KeyInteraction to new guidelines
2012-03-20 Alan AlpertAdapt threading examples to new launcher format
2012-03-20 Alan AlpertRewrite workerscript example
2012-03-20 Alan AlpertSprite minor fixes
2012-03-20 Charles YinFix QQuickTextInput test failure on Windows
2012-03-20 Charles YinFix tst_qquickitemlayer test failures
2012-03-20 Charles YinFix FolderListModel path issue on Windows
2012-03-20 Michael BrasserAlways enable value type support in v4.
2012-03-20 Michael BrasserSupport null -> QObject and QObject -> bool conversions...
2012-03-20 Andrew den... Remove warning about not explicitly initializing base...
2012-03-20 Bea LamPull out some duplicate focus-related code
2012-03-20 Martin JonesLoader could leak qml contexts if interrupted
2012-03-20 Martin JonesFix bitfield waste in QQmlContextData
2012-03-20 Martin JonesRestore view to sensible position if grab is cancelled.
2012-03-20 Matthew VogtMigrate gui dependencies from QtQml to QtQuick.
2012-03-20 Matthew VogtAllow parent to be specified for Qt.createComponent
2012-03-19 Kent HansenFix the build & docs after QQmlImageProvider was renamed
2012-03-19 Matthew VogtRemove include of QStringBuilder header
2012-03-19 Matthew VogtEnsure JS files imported inside modules work correctly
2012-03-19 Kent HansenFix compiler warnings in QQmlType
2012-03-19 Kent HansenFix typo in QQmlXMLHttpRequest::readEncoding()
2012-03-19 Lars KnollRemove refence to declarative in the docs
2012-03-19 Yoann LopesUse a single distance-field cache instance for all...
2012-03-19 Gunnar SlettaClean up dangling pointers in the particle system
2012-03-19 Gunnar SlettaReset all node pointers when item is cleaned up
2012-03-19 Gunnar SlettaSkip warning on perfectly valid usecase
2012-03-19 Yoann LopesFix possible crash in QSGContext::invalidate()
2012-03-19 Aurindam JanaQmlEngineDebug: Simplify the utility classes
2012-03-19 Aurindam JanaQmlEngineDebug: Rename to QmlEngineDebugClient in AutoTest
2012-03-19 Alan AlpertFix failed rebase
2012-03-19 Miikka HeikkinenFix data file checkout formats in Windows for some...
2012-03-19 Kai KoehneEasingCurveEditor: Remove generated headers from .pro...
2012-03-19 Kai KoehneDebugger: Optimize message sending in v8 profiler
2012-03-19 Kai KoehneDebugger: Always disable v4 optimizer if v8 debugger...
2012-03-19 Aurindam JanaQmlEngineDebugService: Rename service to QmlDebugger
2012-03-19 Kent HansenMerge master into api_changes
2012-03-19 Simjees AbrahamDebugger: Add optional 'host' argument to -qmljsdebugger
2012-03-19 Aurindam JanaQmlDebuggingTests: Separate out public and private...
2012-03-19 Kai KoehneQmlProfiler: Make sure there's minimal overhead when...
2012-03-19 Kai KoehneQmlProfiler: Do not log expression for binding
2012-03-19 Charles YinSkip some font loader tests for Windows
2012-03-19 Charles YinDon't change the executable name if only build in debug...
2012-03-19 Charles YinFix qmldevtools library build error on Windows
2012-03-19 Charles YinMake qqmlinspector test work on Windows
2012-03-19 Chris AdamsNotify QQJSE::DW of expression deletion during dtor
2012-03-19 Kai KoehneDebugger: Fix compilation with C++11
2012-03-19 Aurindam JanaQmlDebugging: Object Tree and States List
2012-03-19 Martin JonesWhen clearing an incubator also clear incubators it...
2012-03-19 Martin JonesResetting a model can cause a crash in views with heade...
2012-03-19 Martin JonesEnsure section header/footer are cleaned up.
2012-03-19 Martin JonesDon't crash view while changing model.
2012-03-19 Andrew den... Fix QQuickCanvas test failure.
2012-03-19 Michael BrasserFix grabbing to wait until the image has actually been...
2012-03-15 Michael BrasserFix bug in v4 strict equality.
next