themes/Default/images/Makefile.am

2003-10-23  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-tools-[16|24].png
	* themes/Default/images/stock-device-status-24.png
	* themes/Default/images/stock-tool-options-24.png: new icons drawn
	by Jimmac.

	* libgimpwidgets/gimpstock.[ch]: register the new icons.

	* app/gui/dialogs-constructors.c
	* app/gui/dialogs-menu.c: use the new GIMP_STOCK_TOOLS icon.

	* app/gui/image-menu.c
	* app/gui/toolbox-menu.c: add the Tools dialog entry here as well.

	* app/widgets/gimphelp-ids: s/TOOL_DIALOG/TOOLS_DIALOG/.
This commit is contained in:
Sven Neumann 2003-10-23 13:04:44 +00:00 committed by Sven Neumann
parent 51c13ef06d
commit 03b90ade98
18 changed files with 75 additions and 18 deletions

View File

@ -1,3 +1,21 @@
2003-10-23 Sven Neumann <sven@gimp.org>
* themes/Default/images/Makefile.am
* themes/Default/images/stock-tools-[16|24].png
* themes/Default/images/stock-device-status-24.png
* themes/Default/images/stock-tool-options-24.png: new icons drawn
by Jimmac.
* libgimpwidgets/gimpstock.[ch]: register the new icons.
* app/gui/dialogs-constructors.c
* app/gui/dialogs-menu.c: use the new GIMP_STOCK_TOOLS icon.
* app/gui/image-menu.c
* app/gui/toolbox-menu.c: add the Tools dialog entry here as well.
* app/widgets/gimphelp-ids: s/TOOL_DIALOG/TOOLS_DIALOG/.
2003-10-23 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell-appearance.c

View File

@ -394,8 +394,8 @@ dialogs_tool_list_view_new (GimpDialogFactory *factory,
return dialogs_dockable_new (view,
_("Tools"), NULL,
GTK_STOCK_MISSING_IMAGE,
GIMP_HELP_TOOL_DIALOG);
GIMP_STOCK_TOOLS,
GIMP_HELP_TOOLS_DIALOG);
}
GtkWidget *
@ -599,8 +599,8 @@ dialogs_tool_grid_view_new (GimpDialogFactory *factory,
return dialogs_dockable_new (view,
_("Tools"), NULL,
GTK_STOCK_MISSING_IMAGE,
GIMP_HELP_TOOL_DIALOG);
GIMP_STOCK_TOOLS,
GIMP_HELP_TOOLS_DIALOG);
}
GtkWidget *

View File

@ -394,8 +394,8 @@ dialogs_tool_list_view_new (GimpDialogFactory *factory,
return dialogs_dockable_new (view,
_("Tools"), NULL,
GTK_STOCK_MISSING_IMAGE,
GIMP_HELP_TOOL_DIALOG);
GIMP_STOCK_TOOLS,
GIMP_HELP_TOOLS_DIALOG);
}
GtkWidget *
@ -599,8 +599,8 @@ dialogs_tool_grid_view_new (GimpDialogFactory *factory,
return dialogs_dockable_new (view,
_("Tools"), NULL,
GTK_STOCK_MISSING_IMAGE,
GIMP_HELP_TOOL_DIALOG);
GIMP_STOCK_TOOLS,
GIMP_HELP_TOOLS_DIALOG);
}
GtkWidget *

View File

@ -112,14 +112,11 @@ GimpItemFactoryEntry dialogs_menu_entries[] =
GTK_STOCK_OPEN, GIMP_HELP_DOCUMENT_DIALOG),
ADD_TAB (N_("/Add Tab/_Templates"), "gimp-template-list",
GIMP_STOCK_TEMPLATE, GIMP_HELP_TEMPLATE_DIALOG),
ADD_TAB (N_("/Add Tab/T_ools"), "gimp-tool-list",
GIMP_STOCK_TOOLS, GIMP_HELP_TOOLS_DIALOG),
ADD_TAB (N_("/Add Tab/Error Co_nsole"), "gimp-error-console",
GIMP_STOCK_WARNING, GIMP_HELP_ERRORS_DIALOG),
MENU_SEPARATOR ("/Add Tab/---"),
ADD_TAB (N_("/Add Tab/Tools"), "gimp-tool-list",
GTK_STOCK_MISSING_IMAGE, GIMP_HELP_TOOL_DIALOG),
{ { N_("/_Close Tab"), "",
dialogs_close_tab_cmd_callback, 0,
"<StockItem>", GTK_STOCK_CLOSE },

View File

@ -1030,6 +1030,11 @@ GimpItemFactoryEntry image_menu_entries[] =
"<StockItem>", GIMP_STOCK_TEMPLATE },
"gimp-template-list|gimp-template-grid",
GIMP_HELP_TEMPLATE_DIALOG, NULL },
{ { N_("/Dialogs/T_ools"), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_TOOLS },
"gimp-tool-list|gimp-tool-grid",
GIMP_HELP_TOOLS_DIALOG, NULL },
{ { N_("/Dialogs/Error Co_nsole"), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_WARNING },

View File

@ -209,6 +209,11 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
"<StockItem>", GIMP_STOCK_TEMPLATE },
"gimp-template-list|gimp-template-grid",
GIMP_HELP_TEMPLATE_DIALOG, NULL },
{ { N_("/File/Dialogs/T_ools"), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_TOOLS },
"gimp-tool-list|gimp-tool-grid",
GIMP_HELP_TOOLS_DIALOG, NULL },
{ { N_("/File/Dialogs/Error Co_nsole"), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_WARNING },

View File

@ -1030,6 +1030,11 @@ GimpItemFactoryEntry image_menu_entries[] =
"<StockItem>", GIMP_STOCK_TEMPLATE },
"gimp-template-list|gimp-template-grid",
GIMP_HELP_TEMPLATE_DIALOG, NULL },
{ { N_("/Dialogs/T_ools"), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_TOOLS },
"gimp-tool-list|gimp-tool-grid",
GIMP_HELP_TOOLS_DIALOG, NULL },
{ { N_("/Dialogs/Error Co_nsole"), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_WARNING },

View File

@ -209,6 +209,11 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
"<StockItem>", GIMP_STOCK_TEMPLATE },
"gimp-template-list|gimp-template-grid",
GIMP_HELP_TEMPLATE_DIALOG, NULL },
{ { N_("/File/Dialogs/T_ools"), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_TOOLS },
"gimp-tool-list|gimp-tool-grid",
GIMP_HELP_TOOLS_DIALOG, NULL },
{ { N_("/File/Dialogs/Error Co_nsole"), NULL,
dialogs_create_dockable_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_WARNING },

View File

@ -188,7 +188,8 @@
#define GIMP_HELP_PATH_EXPORT "gimp-path-export"
#define GIMP_HELP_PATH_EDIT "gimp-path-edit"
#define GIMP_HELP_TOOL_DIALOG "gimp-tool-dialog"
#define GIMP_HELP_TOOLS_DIALOG "gimp-tools-dialog"
#define GIMP_HELP_TOOL_AIRBRUSH "gimp-tool-airbrush"
#define GIMP_HELP_TOOL_BLEND "gimp-tool-blend"
#define GIMP_HELP_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"

View File

@ -363,6 +363,7 @@ GIMP_STOCK_LETTER_SPACING
GIMP_STOCK_LINE_SPACING
GIMP_STOCK_TEXT_DIR_LTR
GIMP_STOCK_TEXT_DIR_RTL
GIMP_STOCK_TOOLS
GIMP_STOCK_TOOL_OPTIONS
GIMP_STOCK_DEVICE_STATUS
GIMP_STOCK_CURVE_FREE

View File

@ -709,8 +709,17 @@ the ones in dialog size).
<!-- ##### MACRO GIMP_STOCK_TOOLS ##### -->
<para>
<inlinegraphic fileref="stock-tools-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-tools-16.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_TOOL_OPTIONS ##### -->
<para>
<inlinegraphic fileref="stock-tool-options-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-tool-options-16.png" format="png"></inlinegraphic>
</para>
@ -718,6 +727,7 @@ the ones in dialog size).
<!-- ##### MACRO GIMP_STOCK_DEVICE_STATUS ##### -->
<para>
<inlinegraphic fileref="stock-device-status-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-device-status-16.png" format="png"></inlinegraphic>
</para>

View File

@ -186,12 +186,13 @@ static GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_FLIP_HORIZONTAL, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_FLIP_VERTICAL, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_OPTIONS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_DEVICE_STATUS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_IMAGES, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_LAYERS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_CHANNELS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_PATHS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOLS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_TOOL_OPTIONS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_DEVICE_STATUS, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_IMAGE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_LAYER, NULL, 0, 0, LIBGIMP_DOMAIN },
@ -340,6 +341,9 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_LAYERS, stock_layers_24 },
{ GIMP_STOCK_CHANNELS, stock_channels_24 },
{ GIMP_STOCK_PATHS, stock_paths_22 },
{ GIMP_STOCK_TOOLS, stock_tools_24 },
{ GIMP_STOCK_TOOL_OPTIONS, stock_tool_options_24 },
{ GIMP_STOCK_DEVICE_STATUS, stock_device_status_24 },
{ GIMP_STOCK_CHANNEL, stock_channel_24 },
{ GIMP_STOCK_CHANNEL_RED, stock_channel_red_24 },
@ -429,12 +433,13 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_FLIP_HORIZONTAL, stock_flip_horizontal_16 },
{ GIMP_STOCK_FLIP_VERTICAL, stock_flip_vertical_16 },
{ GIMP_STOCK_TOOL_OPTIONS, stock_tool_options_16 },
{ GIMP_STOCK_DEVICE_STATUS, stock_device_status_16 },
{ GIMP_STOCK_IMAGES, stock_images_16 },
{ GIMP_STOCK_LAYERS, stock_layers_16 },
{ GIMP_STOCK_CHANNELS, stock_channels_16 },
{ GIMP_STOCK_PATHS, stock_paths_16 },
{ GIMP_STOCK_TOOLS, stock_tools_16 },
{ GIMP_STOCK_TOOL_OPTIONS, stock_tool_options_16 },
{ GIMP_STOCK_DEVICE_STATUS, stock_device_status_16 },
{ GIMP_STOCK_CHANNEL, stock_channel_16 },
{ GIMP_STOCK_CHANNEL_RED, stock_channel_red_16 },

View File

@ -185,6 +185,7 @@ G_BEGIN_DECLS
#define GIMP_STOCK_DEFAULT_COLORS "gimp-default-colors"
#define GIMP_STOCK_SWAP_COLORS "gimp-swap-colors"
#define GIMP_STOCK_TOOLS "gimp-tools"
#define GIMP_STOCK_TOOL_OPTIONS "gimp-tool-options"
#define GIMP_STOCK_DEVICE_STATUS "gimp-device-status"

View File

@ -94,6 +94,7 @@ STOCK_MENU_IMAGES = \
stock-text-layer-16.png \
stock-toilet-paper-16.png \
stock-tool-options-16.png \
stock-tools-16.png \
stock-transparency-16.png \
stock-undo-history-16.png \
stock-video-16.png \
@ -117,6 +118,7 @@ STOCK_BUTTON_IMAGES = \
stock-color-triangle-16.png \
stock-curve-free-16.png \
stock-curve-smooth-16.png \
stock-device-status-24.png \
stock-duplicate-16.png \
stock-edit-16.png \
stock-eye-20.png \
@ -159,6 +161,8 @@ STOCK_BUTTON_IMAGES = \
stock-template-24.png \
stock-text-layer-24.png \
stock-toilet-paper-24.png \
stock-tool-options-24.png \
stock-tools-24.png \
stock-transparency-24.png \
stock-vchain-24.png \
stock-vchain-broken-24.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 926 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 954 B