[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-14 20:03:35
Message-ID: 20050314200335.C319D1487F () office ! kde ! org
[Download RAW message or body]

CVS commit by mthaler: 

I moved the polyline tool to a plugin. To this end, I removed kis_tool_polyline.h and \
kis_tool_polyline.cc. They did not work anyway.


  M +0 -2      Makefile.am   1.78
  M +0 -2      default_tools.cc   1.10
  R            kis_tool_polyline.cc   1.30
  R            kis_tool_polyline.h   1.18


--- koffice/krita/tools/Makefile.am  #1.77:1.78
@@ -38,5 +38,4 @@
         kis_tool_rectangle.cc \
         kis_tool_ellipse.cc \
-        kis_tool_polyline.cc \
         kis_tool_polygon.cc \
         kis_tool_colorchanger.cc  \
@@ -59,5 +58,4 @@
         kis_tool_select_polygonal.h \
         kis_tool_brush.h \
-        kis_tool_polyline.h \
         kis_tool_select_rectangular.h \
         kis_tool_colorchanger.h \

--- koffice/krita/tools/default_tools.cc  #1.9:1.10
@@ -47,5 +47,4 @@
 #include "kis_tool_brush.h"
 #include "kis_tool_freehand.h"
-#include "kis_tool_polyline.h"
 #include "kis_tool_select_rectangular.h"
 #include "kis_tool_colorchanger.h"
@@ -94,5 +93,4 @@ DefaultTools::DefaultTools(QObject *pare
                 r -> add(new KisToolSelectPolygonalFactory( actionCollection() ));
                 r -> add(new KisToolBrushFactory( actionCollection() ));
-                r -> add(new KisToolPolyLineFactory( actionCollection() ));
                 r -> add(new KisToolSelectRectangularFactory( actionCollection() ));
                 r -> add(new KisToolColorPickerFactory( actionCollection() ));


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

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