Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
authorWonSik Jung <sidein@samsung.com>
Mon, 13 Aug 2018 02:27:30 +0000 (11:27 +0900)
committerWonSik Jung <sidein@samsung.com>
Mon, 13 Aug 2018 02:27:30 +0000 (11:27 +0900)
This reverts commit b7835228efd1af594222fcb37c330eca48a99fbb.

dali-toolkit/internal/controls/image-view/image-view-impl.cpp
dali-toolkit/internal/controls/image-view/image-view-impl.h

index 3406962..f709559 100755 (executable)
@@ -213,22 +213,6 @@ void ImageView::SetDepthIndex( int depthIndex )
   }
 }
 
-void ImageView::OnStageConnection( int depth )
-{
-  if( mImage )
-  {
-    mImage.UploadedSignal().Emit( mImage );
-  }
-
-  Dali::ResourceImage resourceImage = Dali::ResourceImage::DownCast( mImage );
-  if( resourceImage )
-  {
-    resourceImage.LoadingFinishedSignal().Emit( resourceImage );
-  }
-
-  Control::OnStageConnection( depth ); // Enabled visuals will be put on stage
-}
-
 Vector3 ImageView::GetNaturalSize()
 {
   if( mVisual )
index 75d5c49..32867bf 100644 (file)
@@ -128,11 +128,6 @@ private: // From Control
   void OnInitialize();
 
   /**
-   * @copydoc CustomActorImpl::OnStageConnection()
-   */
-  virtual void OnStageConnection( int depth );
-
-  /**
    * @copydoc Toolkit::Control::GetNaturalSize
    */
   virtual Vector3 GetNaturalSize();