themes/Default/images/Makefile.am

2003-08-19  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-indexed-palette-[16|24].png
	* themes/Default/images/stock-undo-history-[16|24].png: added new
	icons drawn by Jimmac.

	* libgimpwidgets/gimpstock.[ch]
	* app/gui/dialogs-constructors.c
	* app/gui/dialogs-menu.c
	* app/gui/image-menu.c: register and use them.
This commit is contained in:
Sven Neumann 2003-08-19 17:08:06 +00:00 committed by Sven Neumann
parent 6186877f5d
commit 1f39a82962
13 changed files with 34 additions and 10 deletions

View file

@ -1,3 +1,15 @@
2003-08-19 Sven Neumann <sven@gimp.org>
* themes/Default/images/Makefile.am
* themes/Default/images/stock-indexed-palette-[16|24].png
* themes/Default/images/stock-undo-history-[16|24].png: added new
icons drawn by Jimmac.
* libgimpwidgets/gimpstock.[ch]
* app/gui/dialogs-constructors.c
* app/gui/dialogs-menu.c
* app/gui/image-menu.c: register and use them.
2003-08-19 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpcontainertreeview.c

View file

@ -828,7 +828,7 @@ dialogs_indexed_palette_new (GimpDialogFactory *factory,
dockable = dialogs_dockable_new (view,
_("Colormap"), _("Indexed Palette"),
GTK_STOCK_MISSING_IMAGE,
GIMP_STOCK_INDEXED_PALETTE,
NULL, NULL,
dialogs_set_image_editor_context_func);
@ -885,7 +885,7 @@ dialogs_undo_history_new (GimpDialogFactory *factory,
dockable = dialogs_dockable_new (view,
_("Undo"), _("Undo History"),
GTK_STOCK_UNDO,
GIMP_STOCK_UNDO_HISTORY,
NULL, NULL,
dialogs_set_image_editor_context_func);

View file

@ -828,7 +828,7 @@ dialogs_indexed_palette_new (GimpDialogFactory *factory,
dockable = dialogs_dockable_new (view,
_("Colormap"), _("Indexed Palette"),
GTK_STOCK_MISSING_IMAGE,
GIMP_STOCK_INDEXED_PALETTE,
NULL, NULL,
dialogs_set_image_editor_context_func);
@ -885,7 +885,7 @@ dialogs_undo_history_new (GimpDialogFactory *factory,
dockable = dialogs_dockable_new (view,
_("Undo"), _("Undo History"),
GTK_STOCK_UNDO,
GIMP_STOCK_UNDO_HISTORY,
NULL, NULL,
dialogs_set_image_editor_context_func);

View file

@ -73,13 +73,13 @@ GimpItemFactoryEntry dialogs_menu_entries[] =
ADD_TAB (N_("/Add Tab/_Paths..."), "gimp-vectors-list",
"<StockItem>", GIMP_STOCK_PATHS),
ADD_TAB (N_("/Add Tab/_Indexed Palette..."), "gimp-indexed-palette",
"<StockItem>", GTK_STOCK_SELECT_COLOR),
"<StockItem>", GIMP_STOCK_INDEXED_PALETTE),
ADD_TAB (N_("/Add Tab/_Selection Editor..."), "gimp-selection-editor",
"<StockItem>", GIMP_STOCK_TOOL_RECT_SELECT),
ADD_TAB (N_("/Add Tab/Na_vigation..."), "gimp-navigation-view",
"<StockItem>", GIMP_STOCK_NAVIGATION),
ADD_TAB (N_("/Add Tab/_Undo History..."), "gimp-undo-history",
"<StockItem>", GTK_STOCK_UNDO),
"<StockItem>", GIMP_STOCK_UNDO_HISTORY),
MENU_SEPARATOR ("/Add Tab/---"),

View file

@ -166,7 +166,7 @@ GimpItemFactoryEntry image_menu_entries[] =
"edit/redo.html", NULL },
{ { N_("/Edit/Undo _History..."), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GTK_STOCK_UNDO },
"<StockItem>", GIMP_STOCK_UNDO_HISTORY },
"gimp-undo-history",
NULL, NULL },
@ -927,7 +927,7 @@ GimpItemFactoryEntry image_menu_entries[] =
NULL, NULL },
{ { N_("/Dialogs/_Undo History..."), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GTK_STOCK_UNDO },
"<StockItem>", GIMP_STOCK_UNDO_HISTORY },
"gimp-undo-history",
NULL, NULL },

View file

@ -166,7 +166,7 @@ GimpItemFactoryEntry image_menu_entries[] =
"edit/redo.html", NULL },
{ { N_("/Edit/Undo _History..."), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GTK_STOCK_UNDO },
"<StockItem>", GIMP_STOCK_UNDO_HISTORY },
"gimp-undo-history",
NULL, NULL },
@ -927,7 +927,7 @@ GimpItemFactoryEntry image_menu_entries[] =
NULL, NULL },
{ { N_("/Dialogs/_Undo History..."), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GTK_STOCK_UNDO },
"<StockItem>", GIMP_STOCK_UNDO_HISTORY },
"gimp-undo-history",
NULL, NULL },

View file

@ -192,6 +192,8 @@ static GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_CHANNEL_ALPHA, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_PATH, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TEMPLATE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_INDEXED_PALETTE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_UNDO_HISTORY, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_SELECTION_ALL, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_SELECTION_NONE, NULL, 0, 0, LIBGIMP_DOMAIN },
@ -330,6 +332,8 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_TEXT_LAYER, stock_text_layer_24 },
{ GIMP_STOCK_PATH, stock_path_22 },
{ GIMP_STOCK_TEMPLATE, stock_template_24 },
{ GIMP_STOCK_INDEXED_PALETTE, stock_indexed_palette_24 },
{ GIMP_STOCK_UNDO_HISTORY, stock_undo_history_24 },
{ GIMP_STOCK_LINKED, stock_linked_20 },
{ GIMP_STOCK_VISIBLE, stock_eye_20 },
@ -423,6 +427,8 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_TEXT_LAYER, stock_text_layer_16 },
{ GIMP_STOCK_PATH, stock_path_16 },
{ GIMP_STOCK_TEMPLATE, stock_template_16 },
{ GIMP_STOCK_INDEXED_PALETTE, stock_indexed_palette_16 },
{ GIMP_STOCK_UNDO_HISTORY, stock_undo_history_16 },
{ GIMP_STOCK_LINKED, stock_linked_12 },
{ GIMP_STOCK_VISIBLE, stock_eye_12 },

View file

@ -141,6 +141,7 @@ G_BEGIN_DECLS
#define GIMP_STOCK_MERGE_DOWN "gimp-merge-down"
#define GIMP_STOCK_LAYER_TO_IMAGESIZE "gimp-layer-to-imagesize"
#define GIMP_STOCK_PLUGIN "gimp-plugin"
#define GIMP_STOCK_UNDO_HISTORY "gimp-undo-history"
#define GIMP_STOCK_RESHOW_FILTER "gimp-reshow-filter"
#define GIMP_STOCK_ROTATE_90 "gimp-rotate-90"
#define GIMP_STOCK_ROTATE_180 "gimp-rotate-180"
@ -161,6 +162,7 @@ G_BEGIN_DECLS
#define GIMP_STOCK_CHANNEL_ALPHA "gimp-channel-alpha"
#define GIMP_STOCK_PATH "gimp-path"
#define GIMP_STOCK_TEMPLATE "gimp-template"
#define GIMP_STOCK_INDEXED_PALETTE "gimp-indexed-palette"
#define GIMP_STOCK_IMAGES "gimp-images"
#define GIMP_STOCK_LAYERS "gimp-layers"

View file

@ -53,6 +53,7 @@ STOCK_MENU_IMAGES = \
stock-image-16.png \
stock-images-16.png \
stock-info-16.png \
stock-indexed-palette-16.png \
stock-invert-16.png \
stock-landscape-16.png \
stock-layer-16.png \
@ -83,6 +84,7 @@ STOCK_MENU_IMAGES = \
stock-text-layer-16.png \
stock-toilet-paper-16.png \
stock-tool-options-16.png \
stock-undo-history-16.png \
stock-video-16.png \
stock-warning-16.png \
stock-wilber-16.png \
@ -119,6 +121,7 @@ STOCK_BUTTON_IMAGES = \
stock-hchain-broken-24.png \
stock-image-24.png \
stock-images-24.png \
stock-indexed-palette-24.png \
stock-info-24.png \
stock-layer-24.png \
stock-layers-24.png \
@ -147,6 +150,7 @@ STOCK_BUTTON_IMAGES = \
stock-vchain-24.png \
stock-vchain-broken-24.png \
stock-video-24.png \
stock-undo-history-24.png \
stock-warning-24.png \
stock-web-24.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 738 B