Bill Skaggs <weskaggs@primate.ucdavis.edu>

* themes/Default/images/tools/stock-tool-align-16.png
	* themes/Default/images/tools/stock-tool-align-22.png
	* libgimpwidgets/gimpstock.c
	* libgimpwidgets/gimpstock.h
	* themes/Default/images/Makefile.am: add new (ugly) icon
	for alignment tool.

	* app/tools/gimpaligntool.c: use the new icon; change
	"pressed" to "clicked" for buttons.
This commit is contained in:
William Skaggs 2006-05-17 21:48:38 +00:00
parent cecc955623
commit 6477f2c19a
7 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2006-05-17 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* themes/Default/images/tools/stock-tool-align-16.png
* themes/Default/images/tools/stock-tool-align-22.png
* libgimpwidgets/gimpstock.c
* libgimpwidgets/gimpstock.h
* themes/Default/images/Makefile.am: add new (ugly) icon
for alignment tool.
* app/tools/gimpaligntool.c: use the new icon; change
"pressed" to "clicked" for buttons.
2006-05-17 Michael Natterer <mitch@gimp.org>
* app/tools/gimpvectortool.c (gimp_vector_tool_set_vectors): use

View File

@ -738,7 +738,7 @@ button_with_stock (GimpAlignmentType action,
g_object_set_data (G_OBJECT (button), "action", GINT_TO_POINTER (action));
g_signal_connect (button, "pressed",
g_signal_connect (button, "clicked",
G_CALLBACK (set_action),
align_tool);

View File

@ -266,6 +266,7 @@ static const GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_TEXTURE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_AIRBRUSH, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_ALIGN, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_BLEND, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_BLUR, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, NULL, 0, 0, LIBGIMP_DOMAIN },
@ -400,6 +401,7 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_MOVE_TO_SCREEN, stock_move_to_screen_24 },
{ GIMP_STOCK_TOOL_AIRBRUSH, stock_tool_airbrush_22 },
{ GIMP_STOCK_TOOL_ALIGN, stock_tool_align_22 },
{ GIMP_STOCK_TOOL_BLEND, stock_tool_blend_22 },
{ GIMP_STOCK_TOOL_BLUR, stock_tool_blur_22 },
{ GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, stock_tool_brightness_contrast_22 },
@ -544,6 +546,7 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE, stock_gradient_spiral_anticlockwise_16 },
{ GIMP_STOCK_TOOL_AIRBRUSH, stock_tool_airbrush_16 },
{ GIMP_STOCK_TOOL_ALIGN, stock_tool_align_16 },
{ GIMP_STOCK_TOOL_BLEND, stock_tool_blend_16 },
{ GIMP_STOCK_TOOL_BLUR, stock_tool_blur_16 },
{ GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST, stock_tool_brightness_contrast_16 },

View File

@ -99,6 +99,7 @@ G_BEGIN_DECLS
#define GIMP_STOCK_TEXT_DIR_RTL "gimp-text-dir-rtl"
#define GIMP_STOCK_TOOL_AIRBRUSH "gimp-tool-airbrush"
#define GIMP_STOCK_TOOL_ALIGN "gimp-tool-align"
#define GIMP_STOCK_TOOL_BLEND "gimp-tool-blend"
#define GIMP_STOCK_TOOL_BLUR "gimp-tool-blur"
#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"

View File

@ -232,6 +232,8 @@ STOCK_DIALOG_IMAGES = \
STOCK_TOOL_IMAGES = \
tools/stock-tool-airbrush-16.png \
tools/stock-tool-airbrush-22.png \
tools/stock-tool-align-16.png \
tools/stock-tool-align-22.png \
tools/stock-tool-blend-16.png \
tools/stock-tool-blend-22.png \
tools/stock-tool-blur-16.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 B