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

List:       kde-commits
Subject:    koffice/kpresenter
From:       Sven Langkamp <sven.langkamp () gmail ! com>
Date:       2008-02-22 21:09:42
Message-ID: 1203714582.479534.30566.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 778206 by langkamp:

implemented clockwipe pageeffect

 M  +9 -1      part/dockers/KPrPageEffectDocker.cpp  
 M  +9 -1      part/pageeffects/KPrPageEffect.h  
 A             plugins/pageeffects/clockwipe (directory)  
 A             plugins/pageeffects/clockwipe/CMakeLists.txt  
 A             plugins/pageeffects/clockwipe/Plugin.cpp   [License: LGPL (v2+)]
 A             plugins/pageeffects/clockwipe/Plugin.h   [License: LGPL (v2+)]
 A             plugins/pageeffects/clockwipe/clockwipe (directory)  
 A             plugins/pageeffects/clockwipe/clockwipe/KPrClockWipeEffectFactory.cpp  \
[License: LGPL (v2+)]  A             \
plugins/pageeffects/clockwipe/clockwipe/KPrClockWipeEffectFactory.h   [License: LGPL \
(v2+)]  A             \
plugins/pageeffects/clockwipe/clockwipe/KPrClockWipeStrategy.cpp   [License: LGPL \
(v2+)]  A             plugins/pageeffects/clockwipe/clockwipe/KPrClockWipeStrategy.h  \
[License: LGPL (v2+)]  A             \
plugins/pageeffects/clockwipe/kpr_pageeffect_clockwipe.desktop  


--- trunk/koffice/kpresenter/part/dockers/KPrPageEffectDocker.cpp #778205:778206
@@ -47,7 +47,15 @@
     I18N_NOOP( "From Top Left" ),
     I18N_NOOP( "From Top Right" ),
     I18N_NOOP( "From Bottom Left" ),
-    I18N_NOOP( "From Bottom Right" )
+    I18N_NOOP( "From Bottom Right" ),
+    I18N_NOOP( "From Twelve Clockwise" ),
+    I18N_NOOP( "From Three Clockwise" ),
+    I18N_NOOP( "From Six Clockwise" ),
+    I18N_NOOP( "From Nine Clockwise" ),
+    I18N_NOOP( "From Twelve Counterclockwise" ),
+    I18N_NOOP( "From Three Counterclockwise" ),
+    I18N_NOOP( "From Six Counterclockwise" ),
+    I18N_NOOP( "From Nine Counterclockwise" )
 };
 
 KPrPageEffectDocker::KPrPageEffectDocker( QWidget* parent, Qt::WindowFlags flags )
--- trunk/koffice/kpresenter/part/pageeffects/KPrPageEffect.h #778205:778206
@@ -52,7 +52,15 @@
         FromTopLeft,    // the new page is coming from the top-left
         FromTopRight,   // the new page is coming from the top-right
         FromBottomLeft, // the new page is coming from the bottom-left
-        FromBottomRight // the new page is coming from the bottom-right
+        FromBottomRight,// the new page is coming from the bottom-right
+        FromTwelveClockwise,
+        FromThreeClockwise,
+        FromSixClockwise,
+        FromNineClockwise,
+        FromTwelveCounterClockwise,
+        FromThreeCounterClockwise,
+        FromSixCounterClockwise,
+        FromNineCounterClockwise
     };
 
     /**


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

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