[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/base/plasma
From:       Christoph Feck <christoph () maxiom ! de>
Date:       2010-01-04 13:27:00
Message-ID: 1262611620.377366.9146.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1069943 by cfeck:

Adapt to API change


 M  +2 -2      applets/discburner/discburner.cpp  
 M  +1 -1      applets/pgame/src/buttoncontainer.cpp  
 M  +2 -2      applets/pgame/src/hoverwidget.cpp  
 M  +1 -1      applets/pgame/src/proxylayout.cpp  
 M  +1 -1      containments/groupingdesktop/lib/abstractgroup.cpp  


--- trunk/playground/base/plasma/applets/discburner/discburner.cpp #1069942:1069943
@@ -172,11 +172,11 @@
     m_overlayLabelAnimation = Plasma::Animator::create(Plasma::Animator::FadeAnimation);
     m_overlayLabelAnimation->setProperty("startOpacity", 0.0);
     m_overlayLabelAnimation->setProperty("targetOpacity", 1.0);
-    m_overlayLabelAnimation->setWidgetToAnimate(m_overlayLabel);
+    m_overlayLabelAnimation->setTargetWidget(m_overlayLabel);
     m_ejectButtonAnimation = Plasma::Animator::create(Plasma::Animator::FadeAnimation);
     m_ejectButtonAnimation->setProperty("startOpacity", 0.0);
     m_ejectButtonAnimation->setProperty("targetOpacity", 1.0);
-    m_ejectButtonAnimation->setWidgetToAnimate(m_ejectButton);
+    m_ejectButtonAnimation->setTargetWidget(m_ejectButton);
     m_newImageMenu->addAction(m_newAudioCDImageAction);
     m_newImageMenu->addAction(m_newMP3CDImageAction);
     m_newImageMenu->addAction(m_newMixedModeImageAction);
--- trunk/playground/base/plasma/applets/pgame/src/buttoncontainer.cpp #1069942:1069943
@@ -42,7 +42,7 @@
     setFrameShadow(Plasma::Frame::Sunken);
     
     m_fadeAnimation = Plasma::Animator::create(Plasma::Animator::FadeAnimation);
-    m_fadeAnimation->setWidgetToAnimate(this);
+    m_fadeAnimation->setTargetWidget(this);
 
     m_firstShow = true;
     
--- trunk/playground/base/plasma/applets/pgame/src/hoverwidget.cpp #1069942:1069943
@@ -44,10 +44,10 @@
     connect(m_svg, SIGNAL(repaintNeeded()), this, SLOT(syncBorders()));
   
     m_moveAnimation = Plasma::Animator::create(Plasma::Animator::SlideAnimation);
-    m_moveAnimation->setWidgetToAnimate(this);
+    m_moveAnimation->setTargetWidget(this);
    
     m_fadeAnimation = Plasma::Animator::create(Plasma::Animator::FadeAnimation);
-    m_fadeAnimation->setWidgetToAnimate(this);
+    m_fadeAnimation->setTargetWidget(this);
     
     syncBorders();
     
--- trunk/playground/base/plasma/applets/pgame/src/proxylayout.cpp #1069942:1069943
@@ -35,7 +35,7 @@
 {
 
     m_geometryAnimation = Plasma::Animator::create(Plasma::Animator::GeometryAnimation);
-    m_geometryAnimation->setWidgetToAnimate(m_widget);
+    m_geometryAnimation->setTargetWidget(m_widget);
     m_geometryAnimation->setEasingCurveType(QEasingCurve::OutBounce);
     m_geometryAnimation->setProperty("duration", 700);
     
--- trunk/playground/base/plasma/containments/groupingdesktop/lib/abstractgroup.cpp #1069942:1069943
@@ -75,7 +75,7 @@
 
     Plasma::Animation *anim = Plasma::Animator::create(Plasma::Animator::DisappearAnimation, q);
     if (anim) {
-    anim->setWidgetToAnimate(q);
+    anim->setTargetWidget(q);
     anim->start();
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic