gimp r25783 - in trunk: . app/tools app/widgets



Author: martinn
Date: Sat May 24 07:21:55 2008
New Revision: 25783
URL: http://svn.gnome.org/viewvc/gimp?rev=25783&view=rev

Log:
2008-05-24  Martin Nordholts  <martinn svn gnome org>

	Kill the Polygon Select Tool. The Free Select Tool now provides a
	superset of the old Polygon Select Tool functionality. We still
	keep the tool icons etc around though, they might come in useful
	in the future.

	* app/tools/gimppolygonselecttool.[ch]: Removed.

	* app/tools/Makefile.am: Removed gimppolygonselecttool.[ch].

	* app/tools/gimp-tools.c (gimp_tools_init): Don't register the
	Polygon Select Tool.

	* app/widgets/gimphelp-ids.h: Remove
	GIMP_HELP_TOOL_POLYGON_SELECT.


Removed:
   trunk/app/tools/gimppolygonselecttool.c
   trunk/app/tools/gimppolygonselecttool.h
Modified:
   trunk/ChangeLog
   trunk/app/tools/Makefile.am
   trunk/app/tools/gimp-tools.c
   trunk/app/widgets/gimphelp-ids.h

Modified: trunk/app/tools/Makefile.am
==============================================================================
--- trunk/app/tools/Makefile.am	(original)
+++ trunk/app/tools/Makefile.am	Sat May 24 07:21:55 2008
@@ -128,8 +128,6 @@
 	gimpperspectiveclonetool.h	\
 	gimpperspectivetool.c		\
 	gimpperspectivetool.h		\
-	gimppolygonselecttool.c		\
-	gimppolygonselecttool.h		\
 	gimpposterizetool.c		\
 	gimpposterizetool.h		\
 	gimprectangleselecttool.c	\

Modified: trunk/app/tools/gimp-tools.c
==============================================================================
--- trunk/app/tools/gimp-tools.c	(original)
+++ trunk/app/tools/gimp-tools.c	Sat May 24 07:21:55 2008
@@ -71,7 +71,6 @@
 #include "gimppenciltool.h"
 #include "gimpperspectiveclonetool.h"
 #include "gimpperspectivetool.h"
-#include "gimppolygonselecttool.h"
 #include "gimpposterizetool.h"
 #include "gimpthresholdtool.h"
 #include "gimprectangleselecttool.h"
@@ -172,7 +171,6 @@
     gimp_iscissors_tool_register,
     gimp_by_color_select_tool_register,
     gimp_fuzzy_select_tool_register,
-    gimp_polygon_select_tool_register,
     gimp_free_select_tool_register,
     gimp_ellipse_select_tool_register,
     gimp_rectangle_select_tool_register

Modified: trunk/app/widgets/gimphelp-ids.h
==============================================================================
--- trunk/app/widgets/gimphelp-ids.h	(original)
+++ trunk/app/widgets/gimphelp-ids.h	Sat May 24 07:21:55 2008
@@ -267,7 +267,6 @@
 #define GIMP_HELP_TOOL_PENCIL                     "gimp-tool-pencil"
 #define GIMP_HELP_TOOL_PERSPECTIVE                "gimp-tool-perspective"
 #define GIMP_HELP_TOOL_PERSPECTIVE_CLONE          "gimp-tool-perspective-clone"
-#define GIMP_HELP_TOOL_POLYGON_SELECT             "gimp-tool-polygon-select"
 #define GIMP_HELP_TOOL_POSTERIZE                  "gimp-tool-posterize"
 #define GIMP_HELP_TOOL_RECT_SELECT                "gimp-tool-rect-select"
 #define GIMP_HELP_TOOL_ROTATE                     "gimp-tool-rotate"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]