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

List:       kde-commits
Subject:    branches/work/~makmanalp/plasma/animations
From:       Mehmet Ali Akmanalp <makmanalp () wpi ! edu>
Date:       2009-09-02 0:50:42
Message-ID: 1251852642.377577.19331.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1018640 by makmanalp:

OCD crazed header refactor! All includes are now ordered alphabetically and categorized, phew.


 M  +1 -1      abstractanimation.cpp  
 M  +2 -2      abstractanimation.h  
 M  +4 -4      animation.cpp  
 M  +1 -1      animation.h  
 M  +3 -3      animationgroup.cpp  
 M  +3 -3      animationgroup.h  
 M  +3 -1      expand.cpp  
 M  +3 -1      fade.cpp  
 M  +3 -1      grow.cpp  
 M  +4 -1      slide.cpp  


--- branches/work/~makmanalp/plasma/animations/abstractanimation.cpp #1018639:1018640
@@ -17,7 +17,7 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#include <plasma/animations/abstractanimation.h>
+#include "abstractanimation.h"
 
 namespace Plasma
 {
--- branches/work/~makmanalp/plasma/animations/abstractanimation.h #1018639:1018640
@@ -25,9 +25,9 @@
 #ifndef PLASMA_ABSTRACTANIMATION_H
 #define PLASMA_ABSTRACTANIMATION_H
 
-#include <QtCore/QObject>
+#include <QAbstractAnimation>
 #include <QGraphicsWidget>
-#include <QAbstractAnimation>
+#include <QObject>
 
 #include <plasma/plasma_export.h>
 
--- branches/work/~makmanalp/plasma/animations/animation.cpp #1018639:1018640
@@ -17,16 +17,16 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
+#include "animation.h"
+
+#include <QMapIterator>
 #include <QObject>
-#include <QMapIterator>
+#include <QParallelAnimationGroup>
 #include <QSequentialAnimationGroup>
-#include <QParallelAnimationGroup>
 
 #include <kdebug.h>
 #include <kglobalsettings.h>
 
-#include <plasma/animations/animation.h>
-
 namespace Plasma
 {
 
--- branches/work/~makmanalp/plasma/animations/animation.h #1018639:1018640
@@ -25,8 +25,8 @@
 #ifndef PLASMA_ANIMATION_H
 #define PLASMA_ANIMATION_H
 
-#include <QtCore/QObject>
 #include <QGraphicsWidget>
+#include <QObject>
 #include <QPropertyAnimation>
 
 #include <plasma/animations/abstractanimation.h>
--- branches/work/~makmanalp/plasma/animations/animationgroup.cpp #1018639:1018640
@@ -17,12 +17,12 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
+#include "animationgroup.h"
+
 #include <QMapIterator>
+#include <QParallelAnimationGroup>
 #include <QSequentialAnimationGroup>
-#include <QParallelAnimationGroup>
 
-#include <plasma/animations/animationgroup.h>
-
 namespace Plasma
 {
 
--- branches/work/~makmanalp/plasma/animations/animationgroup.h #1018639:1018640
@@ -24,11 +24,11 @@
 #ifndef PLASMA_ANIMATIONGROUP_H
 #define PLASMA_ANIMATIONGROUP_H
 
-#include <QtCore/QObject>
+#include <QAbstractAnimation>
+#include <QAnimationGroup>
 #include <QGraphicsWidget>
 #include <QList>
-#include <QAnimationGroup>
-#include <QAbstractAnimation>
+#include <QObject>
 
 #include <plasma/animations/abstractanimation.h>
 #include <plasma/plasma_export.h>
--- branches/work/~makmanalp/plasma/animations/expand.cpp #1018639:1018640
@@ -17,8 +17,10 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#include <plasma/animations/expand.h>
+#include "expand.h"
+
 #include <QRect>
+
 #include <kdebug.h>
 
 namespace Plasma
--- branches/work/~makmanalp/plasma/animations/fade.cpp #1018639:1018640
@@ -17,8 +17,10 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#include <plasma/animations/fade.h>
+#include "fade.h"
+
 #include <QRect>
+
 #include <kdebug.h>
 
 namespace Plasma
--- branches/work/~makmanalp/plasma/animations/grow.cpp #1018639:1018640
@@ -17,8 +17,10 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#include <plasma/animations/grow.h>
+#include "grow.h"
+
 #include <QRect>
+
 #include <kdebug.h>
 
 namespace Plasma
--- branches/work/~makmanalp/plasma/animations/slide.cpp #1018639:1018640
@@ -17,10 +17,13 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-#include <plasma/animations/slide.h>
+#include "slide.h"
+
 #include <QPointF>
+
 #include <kdebug.h>
 
+
 namespace Plasma
 {
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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