profile/ivi/qtdeclarative.git
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-11 Matthew VogtSimplify date conversion functions
2012-04-10 Frederik GladhornCreate accessible interfaces only for items with attach...
2012-04-10 Aurindam JanaQQmlDebugServer: Use Q_D(const )
2012-04-10 Aurindam JanaQmlDebug: Enable/Disable tool
2012-04-10 Aurindam JanaQmlDebug: Remove Color Tool
2012-04-10 Aurindam JanaQmlDebug: Highlight select items
2012-04-10 Aurindam JanaQmlDebug: Inspect Tool
2012-04-10 Aurindam JanaQmlDebug: Combine Selection and Zoom Tools
2012-04-10 Aurindam JanaQmlDebug: Selection Tool Highlight
2012-04-10 Andrew den... Use relative position to when getting line from layout.
2012-04-09 Anselmo L.... Fix compilation on Linux
2012-04-05 Chris AdamsFix erroneous signal emission in Loader
2012-04-05 Pekka VuorelaMultiPointTouchArea documentation not to use deprecated...
2012-04-05 Laszlo AgocsProperly copy all event parameters in deliverMouseEvent()
2012-04-05 Chris AdamsUse the updated module api registration function in...
2012-04-05 Charles YinRewrite QAnimationGroupJob::clear() method
2012-04-05 Matthew VogtCreate plugins for Particles and Window submodules
2012-04-05 Charles YinFix some issues with init_data() for qmltest
2012-04-04 Thiago MacieiraFix access to uninitialised memory that might lead...
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 Kent HansenMerge master into api_changes
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 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.
next