profile/ivi/qtdeclarative.git
2012-04-17 Yann BodsonImprove StyledText tests
2012-04-17 Charles YinFix broken stockchart demo
2012-04-17 Bea LamUse bit fields
2012-04-17 Bea LamVertical layout direction for ListView and GridView
2012-04-17 Girish RamakrishnanCompile fix for qqmldebugservice test
2012-04-17 Charles YinFine-tune animation's pause()/resume() behaviors
2012-04-16 Andrew den... Fix Text baselineOffset caclulations.
2012-04-16 Girish RamakrishnanDon't use QWindow::visible
2012-04-16 Simjees AbrahamDebugger: Code cleanup for Inspect Tool
2012-04-16 Simjees AbrahamQPointer used instead of QWeakPointer
2012-04-16 Friedemann... Fix exports for the new Particles library.
2012-04-16 Kai KoehneQmlDebug: Fix qmake warning about declarative_debug
2012-04-16 Martin JonesBe more explicit regarding the Locale object creation.
2012-04-16 Charles YinAdd a new running property to QQuickTransition
2012-04-16 Jason McDonaldAdd bug numbers for insignificant tests.
2012-04-15 Matthew VogtAdd support for variant properties in V4
2012-04-15 Matthew VogtExtract Particles code to an independent library
2012-04-13 Girish RamakrishnanDon't use QWindow::move
2012-04-13 Girish RamakrishnanDon't use QWindow::visible() since it's deprecated
2012-04-13 Simjees AbrahamDebugger: Fix bug in Inspect Tool
2012-04-13 Gunnar SlettaFix broken wakeup() in threaded renderloop.
2012-04-13 Alan AlpertExtra tests for ShaderEffect and CustomParticle
2012-04-13 Rohan McGoverntest: marked tst_qv8profilerservice as insignificant...
2012-04-13 Andrew den... Don't ignore model changes when the ListView scroll...
2012-04-12 Bea LamMeasure offsets by rows instead of pixels
2012-04-12 Hannu LyytinenExport all symbols on QSGDefaultRenderer.
2012-04-12 Hannu LyytinenMake device specific projection matrix setter virtual.
2012-04-12 Pekka VuorelaQQuickTextEdit to trigger input method updates on selec...
2012-04-12 Jerome PasionDoc: Fixing the Qt QML module page.
2012-04-12 Michael BrasserBegin documenting QML's JS environment.
2012-04-12 Thiago MacieiraSilence warning with ICC about change of signal in...
2012-04-12 Thiago MacieiraAdd missing #include <stdlib.h>
2012-04-12 Alan AlpertGet SpriteGoal and GroupGoal tests running again
2012-04-12 Alan AlpertMove doc pages into subfolders
2012-04-11 Simjees AbrahamDebugger: Fix bugs in inspection tool
2012-04-11 Simjees AbrahamDebugger: Inspect tool - changes made to highlight...
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
next