platform/upstream/qtdeclarative.git
2012-04-04 Roberto RaggiRemove sharing of V4 subscriptions
2012-04-04 Roberto RaggiInline the methods of the V4 Register class
2012-04-04 Roberto RaggiRemove obsolete code
2012-04-04 Aaron KennedyDo not execute overwritten bindings
2012-04-04 Aaron KennedyRevert "Do not execute overwritten bindings"
2012-04-04 Andras BecsiFlickable should only call ungrabMouse() if it is the...
2012-04-04 Matthew VogtDo not crash on invalid binding diagnostic
2012-04-04 Matthew VogtDo not execute overwritten bindings
2012-04-04 Martin JonesSupport snapMode in PathView
2012-04-04 Matthew VogtUse wasDeleted function to check for deletion
2012-04-04 Thiago MacieiraUse the GCC pragma on GCC only
2012-04-04 Thiago MacieiraSilence warning about non-standard comma at the end...
2012-04-04 Andrew den... Remove workaround for QTBUG-22919.
2012-04-04 Kim Motoyoshi... Fixed crash when using 'var' property in ShaderEffect.
2012-04-04 Charles YinRestore the declarative_debug config for qmltest
2012-04-03 Eskil Abrahamsen... Update for API changes in the QPlatformSharedGraphicsCache
2012-04-03 Aaron KennedyDon't crash if calling a method on a QObject that has...
2012-04-03 Roberto RaggiFix QML_BINDINGS_TEST and the V4 auto tests
2012-04-03 Roberto RaggiAdd Throw instruction to the V4 virtual machine
2012-04-03 Roberto RaggiFix constant folding for simple binary expression
2012-04-03 Roberto RaggiAdd support for floating conversions.
2012-04-03 Roberto RaggiAdd floats to the high level IR type system.
2012-04-03 Roberto RaggiChange V4 to explicitly use doubles to represent numbers.
2012-04-03 Frederik GladhornDo not automatically mark all text items as accessible.
2012-04-03 Samuel RødalProperly swizzle texture data before upload in QQuickPa...
2012-04-03 Thiago MacieiraFix the conversion of a colour from a string.
2012-04-03 Michael BrasserUse scope, not owner to look up enums in QQmlBoundSignal.
2012-04-03 Michael BrasserRevert "Add QQmlBoundSignalNoParams"
2012-04-03 Andrew den... Fix visibility of trailing preedit text.
2012-04-03 Charles YinAdd init_data() function for default data driven testing
2012-04-03 Michael BrasserAllow objects created in QML with incubateObject to...
2012-04-03 Andrew den... Fix QQuickTextInput test instability.
2012-04-02 Andrew den... Set cursorVisible to false when im cursor length is 0.
2012-04-02 Andrew den... Fix crash when changing the grandparent of an item...
2012-03-30 Alan AlpertScattered example fixes
2012-03-30 Simjees Abrahamirrelevant qDebug removed
2012-03-30 Kai KoehneDebugger: Use "QML" also in macro names
2012-03-30 Simjees Abrahamirrelevant qDebug removed
2012-03-30 Friedemann... Fix exit crash when running samegame-desktop in qmlscene.
2012-03-30 Charles YinAllocate QQuickView on heap instead of stack
2012-03-30 Matthew VogtImprove the documentation of clearComponentCache()
2012-03-30 Aaron KennedyAllow V8 bindings to be assigned to aliases
2012-03-30 Aaron KennedyLoosen shared binding tests
2012-03-30 Friedemann... Fix warnings in qtdeclarative.
2012-03-30 Kai KoehneDebugger: Fix v8profiler failures on mac
2012-03-30 Chris AdamsFix crash in QUrl-to-int conversion in v4
2012-03-30 Andrew den... Fix forceActiveFocus() with multiple items having focus...
2012-03-30 Martin JonesSize loaded item before bindings are evaluated
2012-03-30 Martin JonesWhen async loading a view, ensure its delegates are...
2012-03-30 Chris AdamsImprove Flipable element unit tests
2012-03-30 Charles YinFix context2d transform issues
2012-03-29 Michael BrasserUse metaObjectForType in the v4 compiler.
2012-03-29 Jerome LeclancheFix compiling qtdeclarative without accessibility
2012-03-29 Aurindam JanaQmlDebugging: Send parent debug id with object info
2012-03-28 Chris AdamsUse minimal javascript expression for bound signals
2012-03-28 Matthew VogtRe-order imports statements to import nested imports...
2012-03-28 Kurt KorbatitsFixed unittests skipping for cross_compile option
2012-03-28 Thiago MacieiraThe new QUrl has no need for the 0x100 special value.
2012-03-28 Kent HansenDon't qobject_cast an object being destructed
2012-03-28 Simjees AbrahamFixed the crash in Zoomtool when the app is exited...
2012-03-28 Michael BrasserReplace usage of QCursor, and update hoverVisible test.
2012-03-28 Alan AlpertTidy up examples documentation
2012-03-28 Alan AlpertReduce assumptions in examples
2012-03-28 Alan AlpertUse pixmapCache in sprite assembly
2012-03-28 Matthew VogtWarn on incompatible v4 binding object type
2012-03-28 Martin JonesFix imports in GridView test
2012-03-28 Martin JonesSection comparison should be case insensitive.
2012-03-27 Julian de BhalFix qquicktext tests to use QQmlComponent not QDeclarat...
2012-03-27 Pekka VuorelaTextInput to use password mask delay if platform style...
2012-03-27 Kai KoehneDebugger: Allow enabling of qml debugger without startu...
2012-03-27 Bea LamBuffer changes received during layout()
2012-03-27 Kim Motoyoshi... Release FBOs held by the shader effect source sooner.
2012-03-27 Michael BrasserAdd QQmlBoundSignalNoParams
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.
next