mirror of https://github.com/GNOME/gimp.git
themes/Default/images/Makefile.am
2005-04-02 Michael Natterer <mitch@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/stock-cursor-16.png * themes/Default/images/stock-cursor-24.png * themes/Default/images/stock-sample-point-16.png * themes/Default/images/stock-sample-point-24.png: new icons for new dockables which are about to be added. Jimmac, I made them as ugly as possible, as you said :) * libgimpwidgets/gimpstock.[ch]: add them as stock icons.
This commit is contained in:
parent
9d1b537352
commit
6e6ebca6a1
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2005-04-02 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* themes/Default/images/Makefile.am
|
||||
* themes/Default/images/stock-cursor-16.png
|
||||
* themes/Default/images/stock-cursor-24.png
|
||||
* themes/Default/images/stock-sample-point-16.png
|
||||
* themes/Default/images/stock-sample-point-24.png: new icons for
|
||||
new dockables which are about to be added. Jimmac, I made them
|
||||
as ugly as possible, as you said :)
|
||||
|
||||
* libgimpwidgets/gimpstock.[ch]: add them as stock icons.
|
||||
|
||||
2005-04-01 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* configure.in: revert previous commit because not all po files
|
||||
|
|
|
@ -197,6 +197,8 @@ static GtkStockItem gimp_stock_items[] =
|
|||
{ GIMP_STOCK_TOOL_OPTIONS, NULL, 0, 0, LIBGIMP_DOMAIN },
|
||||
{ GIMP_STOCK_DEVICE_STATUS, NULL, 0, 0, LIBGIMP_DOMAIN },
|
||||
{ GIMP_STOCK_DISPLAY_FILTER, NULL, 0, 0, LIBGIMP_DOMAIN },
|
||||
{ GIMP_STOCK_CURSOR, NULL, 0, 0, LIBGIMP_DOMAIN },
|
||||
{ GIMP_STOCK_SAMPLE_POINT, NULL, 0, 0, LIBGIMP_DOMAIN },
|
||||
|
||||
{ GIMP_STOCK_IMAGE, NULL, 0, 0, LIBGIMP_DOMAIN },
|
||||
{ GIMP_STOCK_LAYER, NULL, 0, 0, LIBGIMP_DOMAIN },
|
||||
|
@ -361,6 +363,8 @@ gimp_stock_button_pixbufs[] =
|
|||
{ GIMP_STOCK_TOOL_OPTIONS, stock_tool_options_24 },
|
||||
{ GIMP_STOCK_DEVICE_STATUS, stock_device_status_24 },
|
||||
{ GIMP_STOCK_DISPLAY_FILTER, stock_display_filter_24 },
|
||||
{ GIMP_STOCK_CURSOR, stock_cursor_24 },
|
||||
{ GIMP_STOCK_SAMPLE_POINT, stock_sample_point_24 },
|
||||
|
||||
{ GIMP_STOCK_CHANNEL, stock_channel_24 },
|
||||
{ GIMP_STOCK_CHANNEL_RED, stock_channel_red_24 },
|
||||
|
@ -466,6 +470,8 @@ gimp_stock_menu_pixbufs[] =
|
|||
{ GIMP_STOCK_TOOL_OPTIONS, stock_tool_options_16 },
|
||||
{ GIMP_STOCK_DEVICE_STATUS, stock_device_status_16 },
|
||||
{ GIMP_STOCK_DISPLAY_FILTER, stock_display_filter_16 },
|
||||
{ GIMP_STOCK_CURSOR, stock_cursor_16 },
|
||||
{ GIMP_STOCK_SAMPLE_POINT, stock_sample_point_16 },
|
||||
|
||||
{ GIMP_STOCK_CHANNEL, stock_channel_16 },
|
||||
{ GIMP_STOCK_CHANNEL_RED, stock_channel_red_16 },
|
||||
|
|
|
@ -200,6 +200,8 @@ G_BEGIN_DECLS
|
|||
#define GIMP_STOCK_TOOL_OPTIONS "gimp-tool-options"
|
||||
#define GIMP_STOCK_DEVICE_STATUS "gimp-device-status"
|
||||
#define GIMP_STOCK_DISPLAY_FILTER "gimp-display-filter"
|
||||
#define GIMP_STOCK_CURSOR "gimp-cursor"
|
||||
#define GIMP_STOCK_SAMPLE_POINT "gimp-sample-point"
|
||||
|
||||
#define GIMP_STOCK_LIST "gimp-list"
|
||||
#define GIMP_STOCK_GRID "gimp-grid"
|
||||
|
|
|
@ -48,6 +48,7 @@ STOCK_MENU_IMAGES = \
|
|||
stock-convert-grayscale-16.png \
|
||||
stock-convert-indexed-16.png \
|
||||
stock-convert-rgb-16.png \
|
||||
stock-cursor-16.png \
|
||||
stock-default-colors-12.png \
|
||||
stock-device-status-16.png \
|
||||
stock-display-filter-16.png \
|
||||
|
@ -101,6 +102,7 @@ STOCK_MENU_IMAGES = \
|
|||
stock-rotate-180-16.png \
|
||||
stock-rotate-270-16.png \
|
||||
stock-rotate-90-16.png \
|
||||
stock-sample-point-16.png \
|
||||
stock-scale-16.png \
|
||||
stock-selection-16.png \
|
||||
stock-selection-all-16.png \
|
||||
|
@ -142,6 +144,7 @@ STOCK_BUTTON_IMAGES = \
|
|||
stock-color-picker-white-18.png \
|
||||
stock-color-pick-from-screen-16.png \
|
||||
stock-color-triangle-16.png \
|
||||
stock-cursor-24.png \
|
||||
stock-curve-free-16.png \
|
||||
stock-curve-smooth-16.png \
|
||||
stock-device-status-24.png \
|
||||
|
@ -180,6 +183,7 @@ STOCK_BUTTON_IMAGES = \
|
|||
stock-paths-22.png \
|
||||
stock-print-resolution-24.png \
|
||||
stock-reset-16.png \
|
||||
stock-sample-point-24.png \
|
||||
stock-selection-add-16.png \
|
||||
stock-selection-intersect-16.png \
|
||||
stock-selection-replace-16.png \
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 183 B |
Binary file not shown.
After Width: | Height: | Size: 212 B |
Binary file not shown.
After Width: | Height: | Size: 129 B |
Binary file not shown.
After Width: | Height: | Size: 154 B |
Loading…
Reference in New Issue