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

List:       kde-commits
Subject:    koffice/krita/tools
From:       Michael Thaler <michael.thaler () physik ! tu-muenchen ! de>
Date:       2005-03-13 22:22:33
Message-ID: 20050313222233.C7F9A1487F () office ! kde ! org
[Download RAW message or body]

CVS commit by mthaler: 

I moved the Star tool to a plugin. kis_tool_star.h and kis_tool_star.cc are no longer needed


  M +2 -4      Makefile.am   1.77
  M +0 -2      default_tools.cc   1.9
  M +1 -0      kis_tool_rectangle.h   1.26
  M +0 -1      kritadefaulttools.rc   1.4
  R            kis_tool_star.cc   1.2
  R            kis_tool_star.h   1.1


--- koffice/krita/tools/Makefile.am  #1.76:1.77
@@ -45,6 +45,5 @@
         kis_tool_pan.cc \
         kis_tool_text.cc \
-        kis_tool_gradient.cc \
-        kis_tool_star.cc
+        kis_tool_gradient.cc
         
 # Install this plugin in the KDE modules directory
@@ -77,6 +76,5 @@
         kis_tool_select_elliptical.h \
         kis_tool_eraser.h \
-        kis_tool_select_eraser.h \
-        kis_tool_star.h
+        kis_tool_select_eraser.h 
 
 

--- koffice/krita/tools/default_tools.cc  #1.8:1.9
@@ -65,5 +65,4 @@
 #include "kis_tool_eraser.h"
 #include "kis_tool_select_eraser.h"
-#include "kis_tool_star.h"
 
 typedef KGenericFactory<DefaultTools> DefaultToolsFactory;
@@ -111,5 +110,4 @@ DefaultTools::DefaultTools(QObject *pare
                 r -> add(new KisToolEraserFactory( actionCollection() ));
                 r -> add(new KisToolSelectEraserFactory( actionCollection() ));
-                r -> add(new KisToolStarFactory( actionCollection() )); 
         }
 }

--- koffice/krita/tools/kis_tool_rectangle.h  #1.25:1.26
@@ -32,4 +32,5 @@
 #include "kis_types.h"
 #include "kis_tool_factory.h"
+#include "kis_point.h"
 
 class QPainter;

--- koffice/krita/tools/kritadefaulttools.rc  #1.3:1.4
@@ -23,5 +23,4 @@
   <Action name="tool_rectangle"/>
   <Action name="tool_ellipse"/>
-  <Action name="tool_star"/>
   <Separator/>
   <Action name="tool_fill"/>


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

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