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

List:       kde-release-team
Subject:    branches/KDE/4.4/kdebindings/python/pykde4/sip/plasma
From:       Simon Edwards <simon () simonzone ! com>
Date:       2010-02-05 10:33:09
Message-ID: 1265365989.659217.16855.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1085468 by sedwards:

Incorporate the changes introduced in revision 1084111 to \
kdelibs/plasma/animations/animation.h. This fixes PyKDE4 for 4.4.0.

(Thanks to AiX 27/249 for the patch.)

CCMAIL: release-team@kde.org
CCMAIL: kde-packages@kde.org
CCMAIL: kde-bindings@kde.org




 M  +5 -6      animation.sip  


--- branches/KDE/4.4/kdebindings/python/pykde4/sip/plasma/animation.sip \
#1085467:1085468 @@ -27,7 +27,7 @@
 
 public:
     int                     duration () const;
-    enum Reference
+    enum ReferenceFlag
     {
         Center,
         Up,
@@ -35,6 +35,7 @@
         Left,
         Right
     };
+    
     explicit                Animation (QObject* parent /TransferThis/ = 0);
     virtual ~Animation ()=0;
 protected:
@@ -50,17 +51,15 @@
 public:
     void                    setTargetWidget (QGraphicsWidget* widget);
     QGraphicsWidget*        targetWidget () const;
-    enum MovementDirection
+    enum MovementDirectionFlag
     {
+	MoveAny,
         MoveUp,
-        MoveUpRight,
         MoveRight,
-        MoveDownRight,
         MoveDown,
-        MoveDownLeft,
         MoveLeft,
-        MoveUpLeft
     };
+
     void                    setEasingCurve (const QEasingCurve& curve);
     QEasingCurve            easingCurve () const;
 };
_______________________________________________
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


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

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