diff -r 1ee2af37811f -r 6481344a6d67 ui/views/fullscreenview/src/glxfullscreenview.cpp --- a/ui/views/fullscreenview/src/glxfullscreenview.cpp Thu May 27 12:51:42 2010 +0300 +++ b/ui/views/fullscreenview/src/glxfullscreenview.cpp Fri Jun 11 13:38:23 2010 +0300 @@ -66,8 +66,8 @@ mFlipAction(NULL), mSendAction(NULL), mDeleteAction(NULL), - mZoomWidget(NULL), - mUseImageAction(NULL) + mUseImageAction(NULL), + mZoomWidget(NULL) { OstTraceFunctionEntry0( GLXFULLSCREENVIEW_GLXFULLSCREENVIEW_ENTRY ); @@ -112,6 +112,7 @@ mCoverFlow = qobject_cast (mDocLoader->findWidget(GLXFULLSCREEN_COVERFLOW)); mZoomWidget = qobject_cast (mDocLoader->findWidget(GLXFULLSCREENZOOMWIDGET)); + mZoomWidget->connectDecodeRequestToPinchEvent(); mCoverFlow->setMultitouchFilter(mZoomWidget); //initialise the cover flow for basic connections and the rest mCoverFlow->setCoverFlow(); @@ -123,6 +124,7 @@ //@to do : hide the widgets by default in docml mImageStrip->hide(); mImageStrip->setLayoutName( QString( "ImageStrip" ) ); + mImageStrip->setEnabledAnimations(HbAbstractItemView::None); OstTraceFunctionExit0( GLXFULLSCREENVIEW_LOADWIDGETS_EXIT ); }