profile/ivi/qtdeclarative.git
2012-03-27 Michael BrasserAdd QQmlBoundSignalNoParams qt-v5.0.0-alpha1
2012-03-27 Alan AlpertUpdate documentation
2012-03-26 Miikka HeikkinenRemove insignification from some fixed tests
2012-03-26 Simjees AbrahamInitial checkin for ZoomTool implementation
2012-03-26 Pekka VuorelaRemove tentative commit from editors
2012-03-26 Yann BodsonFix horizontal alignment bug with rich text
2012-03-26 Michael BrasserRemove QObject parenting from QQmlAbstractBoundSignal.
2012-03-26 Michael BrasserUse QQmlAbstractBoundSignal where appropriate.
2012-03-26 Charles YinMake sure window manager wakeup() can always wake up
2012-03-26 Martin JonesPathView was missing the maximumFlickVelocity property
2012-03-26 Chris AdamsAdd templated module api registration function
2012-03-26 Andrew den... Update item anchors when the baseline offset changes.
2012-03-26 Michael BrasserSupport registered QFlags in QML methods and signal...
2012-03-26 Damian JansenBasic system tests for ListView sections
2012-03-25 Laszlo AgocsCorrect double, triple click handling in canvas when...
2012-03-24 Frederik GladhornRemove QQuickItem::sendAccessibilityUpdate
2012-03-23 Frederik GladhornMake sure we get a valid accessibleInterface in child_h...
2012-03-23 Frederik GladhornFilter accessible objects.
2012-03-23 Frederik GladhornAdd active and invisible states for accessibility.
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 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 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 VogtAllow parent to be specified for Qt.createComponent
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 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...
next