[gimp/soc-2013-combined-selection-tool: 184/230] Added new tools in gimphelp-ids.h & linked pngs to function
- From: Ajay Ramanathan <ajayr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2013-combined-selection-tool: 184/230] Added new tools in gimphelp-ids.h & linked pngs to function
- Date: Sat, 21 Sep 2013 03:16:27 +0000 (UTC)
commit 099ca3ab045b03c23f0d4e426dc3cd6c80890f79
Author: Ajay Ramanathan <ajay 010293 gmail com>
Date: Sun Jun 23 15:08:55 2013 +0530
Added new tools in gimphelp-ids.h & linked pngs to function
app/widgets/gimphelp-ids.h | 3 +++
libgimpwidgets/gimpstock.c | 9 +++++++++
libgimpwidgets/gimpstock.h | 3 +++
3 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimphelp-ids.h b/app/widgets/gimphelp-ids.h
index 72097fb..8d624cc 100644
--- a/app/widgets/gimphelp-ids.h
+++ b/app/widgets/gimphelp-ids.h
@@ -293,6 +293,9 @@
#define GIMP_HELP_TOOL_ROTATE "gimp-tool-rotate"
#define GIMP_HELP_TOOL_SCALE "gimp-tool-scale"
#define GIMP_HELP_TOOL_SEAMLESS_CLONE "gimp-tool-seamless-clone"
+#define GIMP_HELP_TOOL_SELECT_BY_COLOR "gimp-tool-select-by-color"
+#define GIMP_HELP_TOOL_SELECT_BY_CONTENT "gimp-tool-select-by-content"
+#define GIMP_HELP_TOOL_SELECT_BY_SHAPE "gimp-tool-select-by-shape"
#define GIMP_HELP_TOOL_SHEAR "gimp-tool-shear"
#define GIMP_HELP_TOOL_SMUDGE "gimp-tool-smudge"
#define GIMP_HELP_TOOL_TEXT "gimp-tool-text"
diff --git a/libgimpwidgets/gimpstock.c b/libgimpwidgets/gimpstock.c
index 53b335e..8c658e0 100644
--- a/libgimpwidgets/gimpstock.c
+++ b/libgimpwidgets/gimpstock.c
@@ -339,6 +339,9 @@ static const GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_TOOL_ROTATE, N_("_Rotate"), 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_SCALE, N_("_Scale"), 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_SEAMLESS_CLONE, NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_TOOL_SELECT_BY_COLOR, NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_TOOL_SELECT_BY_SHAPE, NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_TOOL_SELECT_BY_CONTENT, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_SHEAR, N_("_Shear"), 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_SMUDGE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_TEXT, NULL, 0, 0, LIBGIMP_DOMAIN },
@@ -497,6 +500,9 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_TOOL_ROTATE, stock_tool_rotate_22 },
{ GIMP_STOCK_TOOL_SCALE, stock_tool_scale_22 },
{ GIMP_STOCK_TOOL_SEAMLESS_CLONE, stock_tool_clone_22 },
+ { GIMP_STOCK_TOOL_SELECT_BY_COLOR, stock_tool_select_by_color_22 },
+ { GIMP_STOCK_TOOL_SELECT_BY_CONTENT, stock_tool_select_by_content_22 },
+ { GIMP_STOCK_TOOL_SELECT_BY_SHAPE, stock_tool_select_by_shape_22 },
{ GIMP_STOCK_TOOL_SHEAR, stock_tool_shear_22 },
{ GIMP_STOCK_TOOL_SMUDGE, stock_tool_smudge_22 },
{ GIMP_STOCK_TOOL_TEXT, stock_tool_text_22 },
@@ -667,6 +673,9 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_TOOL_ROTATE, stock_tool_rotate_16 },
{ GIMP_STOCK_TOOL_SCALE, stock_tool_scale_16 },
{ GIMP_STOCK_TOOL_SEAMLESS_CLONE, stock_tool_clone_16 },
+ { GIMP_STOCK_TOOL_SELECT_BY_COLOR, stock_tool_select_by_color_16 },
+ { GIMP_STOCK_TOOL_SELECT_BY_CONTENT, stock_tool_select_by_content_16 },
+ { GIMP_STOCK_TOOL_SELECT_BY_SHAPE, stock_tool_select_by_shape_16 },
{ GIMP_STOCK_TOOL_SHEAR, stock_tool_shear_16 },
{ GIMP_STOCK_TOOL_SMUDGE, stock_tool_smudge_16 },
{ GIMP_STOCK_TOOL_TEXT, stock_tool_text_16 },
diff --git a/libgimpwidgets/gimpstock.h b/libgimpwidgets/gimpstock.h
index 2f0d6d1..48c0ab6 100644
--- a/libgimpwidgets/gimpstock.h
+++ b/libgimpwidgets/gimpstock.h
@@ -139,6 +139,9 @@ G_BEGIN_DECLS
#define GIMP_STOCK_TOOL_ROTATE "gimp-tool-rotate"
#define GIMP_STOCK_TOOL_SCALE "gimp-tool-scale"
#define GIMP_STOCK_TOOL_SEAMLESS_CLONE "gimp-tool-seamless-clone"
+#define GIMP_STOCK_TOOL_SELECT_BY_COLOR "gimp-tool-select-by-color"
+#define GIMP_STOCK_TOOL_SELECT_BY_CONTENT "gimp-tool-select-by-content"
+#define GIMP_STOCK_TOOL_SELECT_BY_SHAPE "gimp-tool-select-by-shape"
#define GIMP_STOCK_TOOL_SHEAR "gimp-tool-shear"
#define GIMP_STOCK_TOOL_SMUDGE "gimp-tool-smudge"
#define GIMP_STOCK_TOOL_TEXT "gimp-tool-text"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]