[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-19 14:03:16
Message-ID: 20050319140316.194AF1763F () office ! kde ! org
[Download RAW message or body]

CVS commit by mthaler: 

I removed the polygon code. I will add a plugin that can draw polygons


  M +0 -2      Makefile.am   1.79
  M +0 -2      default_tools.cc   1.11
  R            kis_tool_polygon.cc   1.22
  R            kis_tool_polygon.h   1.15


--- koffice/krita/tools/Makefile.am  #1.78:1.79
@@ -38,5 +38,4 @@
         kis_tool_rectangle.cc \
         kis_tool_ellipse.cc \
-        kis_tool_polygon.cc \
         kis_tool_colorchanger.cc  \
         kis_tool_select_brush.cc \
@@ -55,5 +54,4 @@
         kis_tool_select_freehand.h \
         kis_tool_airbrush.h \
-        kis_tool_polygon.h \
         kis_tool_select_polygonal.h \
         kis_tool_brush.h \

--- koffice/krita/tools/default_tools.cc  #1.10:1.11
@@ -43,5 +43,4 @@
 #include "kis_tool_select_freehand.h"
 #include "kis_tool_airbrush.h"
-#include "kis_tool_polygon.h"
 #include "kis_tool_select_polygonal.h"
 #include "kis_tool_brush.h"
@@ -90,5 +89,4 @@ DefaultTools::DefaultTools(QObject *pare
                 r -> add(new KisToolSelectFreehandFactory( actionCollection() ));
                 r -> add(new KisToolAirbrushFactory( actionCollection() ));
-                r -> add(new KisToolPolygonFactory( actionCollection() ));
                 r -> add(new KisToolSelectPolygonalFactory( actionCollection() ));
                 r -> add(new KisToolBrushFactory( actionCollection() ));


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

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