Someone produces icons faster than I can commit...
2003-03-27 Michael Natterer <mitch@gimp.org> Someone produces icons faster than I can commit... * themes/Default/images/stock-channel-alpha-16.png * themes/Default/images/stock-channel-alpha-24.png: updated. * themes/Default/images/stock-channel-alpha-32.png * themes/Default/images/stock-channel-alpha-48.png: new. * themes/Default/images/Makefile.am * libgimpwidgets/gimpstock.[ch]: added them to the stock system. * app/widgets/gimpcontainerpopup.c: use the new "view as list" and "view as grid" icons.
This commit is contained in:

committed by
Michael Natterer

parent
579bcb3411
commit
71b7b39dfd
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
2003-03-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
Someone produces icons faster than I can commit...
|
||||
|
||||
* themes/Default/images/stock-channel-alpha-16.png
|
||||
* themes/Default/images/stock-channel-alpha-24.png: updated.
|
||||
|
||||
* themes/Default/images/stock-channel-alpha-32.png
|
||||
* themes/Default/images/stock-channel-alpha-48.png: new.
|
||||
|
||||
* themes/Default/images/Makefile.am
|
||||
* libgimpwidgets/gimpstock.[ch]: added them to the stock system.
|
||||
|
||||
* app/widgets/gimpcontainerpopup.c: use the new "view as list" and
|
||||
"view as grid" icons.
|
||||
|
||||
2003-03-27 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/core-enums.[ch]
|
||||
|
@ -479,7 +479,7 @@ gimp_container_popup_create_view (GimpContainerPopup *popup,
|
||||
popup);
|
||||
|
||||
button =
|
||||
gimp_editor_add_button (editor, GTK_STOCK_INDEX,
|
||||
gimp_editor_add_button (editor, GIMP_STOCK_LIST,
|
||||
_("View as List"), NULL,
|
||||
G_CALLBACK (gimp_container_popup_list_clicked),
|
||||
NULL,
|
||||
@ -488,7 +488,7 @@ gimp_container_popup_create_view (GimpContainerPopup *popup,
|
||||
gtk_widget_set_sensitive (button, FALSE);
|
||||
|
||||
button =
|
||||
gimp_editor_add_button (editor, GTK_STOCK_SELECT_COLOR,
|
||||
gimp_editor_add_button (editor, GIMP_STOCK_GRID,
|
||||
_("View as Grid"), NULL,
|
||||
G_CALLBACK (gimp_container_popup_grid_clicked),
|
||||
NULL,
|
||||
|
@ -454,7 +454,7 @@ gimp_stock_dnd_pixbufs[] =
|
||||
{ GIMP_STOCK_CHANNEL_GREEN, stock_channel_green_32 },
|
||||
{ GIMP_STOCK_CHANNEL_BLUE, stock_channel_blue_32 },
|
||||
{ GIMP_STOCK_CHANNEL_GRAY, stock_channel_gray_32 },
|
||||
/* { GIMP_STOCK_CHANNEL_ALPHA, stock_channel_alpha_32 }, */
|
||||
{ GIMP_STOCK_CHANNEL_ALPHA, stock_channel_alpha_32 },
|
||||
{ GIMP_STOCK_IMAGE, stock_image_32 },
|
||||
{ GIMP_STOCK_LAYER, stock_layer_32 },
|
||||
{ GIMP_STOCK_TEXT_LAYER, stock_text_layer_32 }
|
||||
@ -472,7 +472,7 @@ gimp_stock_dialog_pixbufs[] =
|
||||
{ GIMP_STOCK_CHANNEL_GREEN, stock_channel_green_48 },
|
||||
{ GIMP_STOCK_CHANNEL_BLUE, stock_channel_blue_48 },
|
||||
{ GIMP_STOCK_CHANNEL_GRAY, stock_channel_gray_48 },
|
||||
/* { GIMP_STOCK_CHANNEL_ALPHA, stock_channel_alpha_48 }, */
|
||||
{ GIMP_STOCK_CHANNEL_ALPHA, stock_channel_alpha_48 },
|
||||
{ GIMP_STOCK_IMAGE, stock_image_48 },
|
||||
{ GIMP_STOCK_LAYER, stock_layer_48 },
|
||||
{ GIMP_STOCK_TEXT_LAYER, stock_text_layer_48 },
|
||||
|
@ -124,6 +124,7 @@ STOCK_BUTTON_IMAGES = \
|
||||
|
||||
STOCK_DND_IMAGES = \
|
||||
stock-channel-32.png \
|
||||
stock-channel-alpha-32.png \
|
||||
stock-channel-blue-32.png \
|
||||
stock-channel-gray-32.png \
|
||||
stock-channel-green-32.png \
|
||||
@ -134,6 +135,7 @@ STOCK_DND_IMAGES = \
|
||||
|
||||
STOCK_DIALOG_IMAGES = \
|
||||
stock-channel-48.png \
|
||||
stock-channel-alpha-48.png \
|
||||
stock-channel-blue-48.png \
|
||||
stock-channel-gray-48.png \
|
||||
stock-channel-green-48.png \
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 519 B |
Binary file not shown.
Before Width: | Height: | Size: 714 B After Width: | Height: | Size: 912 B |
BIN
themes/Default/images/stock-channel-alpha-32.png
Normal file
BIN
themes/Default/images/stock-channel-alpha-32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
themes/Default/images/stock-channel-alpha-48.png
Normal file
BIN
themes/Default/images/stock-channel-alpha-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user