themes/Default/images/Makefile.am

2003-04-11  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-template-24.png
	* themes/Default/images/stock-video-[16|24].png
	* themes/Default/images/stock-web-[16|24].png: new icons by Jimmac.

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

	* etc/templaterc: use Web icons for the web banner templates.
This commit is contained in:
Sven Neumann 2003-04-11 15:38:04 +00:00 committed by Sven Neumann
parent 1b7237c32b
commit 09e676944c
13 changed files with 57 additions and 4 deletions

View File

@ -1,3 +1,14 @@
2003-04-11 Sven Neumann <sven@gimp.org>
* themes/Default/images/Makefile.am
* themes/Default/images/stock-template-24.png
* themes/Default/images/stock-video-[16|24].png
* themes/Default/images/stock-web-[16|24].png: new icons by Jimmac.
* libgimpwidgets/gimpstock.[ch]: register the new icons.
* etc/templaterc: use Web icons for the web banner templates.
2003-04-11 Michael Natterer <mitch@gimp.org>
* app/widgets/Makefile.am

View File

@ -1,3 +1,8 @@
2003-04-11 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/tmpl/gimpstock.sgml: web and video icons.
2003-04-04 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt

View File

@ -293,6 +293,8 @@ GIMP_STOCK_LIST
GIMP_STOCK_GRID
GIMP_STOCK_PORTRAIT
GIMP_STOCK_LANDSCAPE
GIMP_STOCK_VIDEO
GIMP_STOCK_WEB
GIMP_STOCK_SELECTION_ALL
GIMP_STOCK_SELECTION_NONE
GIMP_STOCK_SELECTION_GROW

View File

@ -208,6 +208,22 @@ size).
<!-- ##### MACRO GIMP_STOCK_VIDEO ##### -->
<para>
<inlinegraphic fileref="stock-video-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-video-24.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_WEB ##### -->
<para>
<inlinegraphic fileref="stock-web-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-web-24.png" format="png"></inlinegraphic>
</para>
<!-- ##### MACRO GIMP_STOCK_SELECTION_ALL ##### -->
<para>
<inlinegraphic fileref="stock-selection-all-16.png" format="png"></inlinegraphic>
@ -559,6 +575,7 @@ size).
<!-- ##### MACRO GIMP_STOCK_TEMPLATE ##### -->
<para>
<inlinegraphic fileref="stock-template-24.png" format="png"></inlinegraphic>
<inlinegraphic fileref="stock-template-16.png" format="png"></inlinegraphic>
</para>

View File

@ -104,6 +104,7 @@
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "Web Banner Common 468x60"
(stock-id "gimp-web")
(width 468)
(height 60)
(unit inches)
@ -113,6 +114,7 @@
(image-type rgb)
(fill-type background-fill))
(GimpTemplate "Web Banner Huge 728x90"
(stock-id "gimp-web")
(width 728)
(height 90)
(unit inches)

View File

@ -204,6 +204,9 @@ static GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_PORTRAIT, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_LANDSCAPE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_WEB, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_VIDEO, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_ERROR, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_INFO, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_QUESTION, NULL, 0, 0, LIBGIMP_DOMAIN },
@ -316,6 +319,7 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_IMAGE, stock_image_24 },
{ GIMP_STOCK_LAYER, stock_layer_24 },
{ GIMP_STOCK_TEXT_LAYER, stock_text_layer_24 },
{ GIMP_STOCK_TEMPLATE, stock_template_24 },
{ GIMP_STOCK_LINKED, stock_linked_20 },
{ GIMP_STOCK_VISIBLE, stock_eye_20 },
@ -361,7 +365,9 @@ gimp_stock_button_pixbufs[] =
{ GIMP_STOCK_TOOL_PATH, stock_tool_path_22 },
{ GIMP_STOCK_INFO, stock_info_24 },
{ GIMP_STOCK_WARNING, stock_warning_24 }
{ GIMP_STOCK_WARNING, stock_warning_24 },
{ GIMP_STOCK_WEB, stock_web_24 },
{ GIMP_STOCK_VIDEO, stock_video_24 }
};
static struct
@ -476,7 +482,9 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_INFO, stock_info_16 },
{ GIMP_STOCK_WARNING, stock_warning_16 },
{ GIMP_STOCK_WILBER, stock_wilber_16 }
{ GIMP_STOCK_WILBER, stock_wilber_16 },
{ GIMP_STOCK_WEB, stock_web_16 },
{ GIMP_STOCK_VIDEO, stock_video_16 }
};
static struct

View File

@ -183,6 +183,9 @@ G_BEGIN_DECLS
#define GIMP_STOCK_PORTRAIT "gimp-portrait"
#define GIMP_STOCK_LANDSCAPE "gimp-landscape"
#define GIMP_STOCK_WEB "gimp-web"
#define GIMP_STOCK_VIDEO "gimp-video"
/* in dialog size: */
#define GIMP_STOCK_ERROR "gimp-error"

View File

@ -78,8 +78,10 @@ STOCK_MENU_IMAGES = \
stock-template-16.png \
stock-text-layer-16.png \
stock-tool-options-16.png \
stock-video-16.png \
stock-warning-16.png \
stock-wilber-16.png
stock-wilber-16.png \
stock-web-16.png
STOCK_BUTTON_IMAGES = \
stock-anchor-16.png \
@ -133,10 +135,13 @@ STOCK_BUTTON_IMAGES = \
stock-selection-to-path-16.png \
stock-text-dir-ltr-24.png \
stock-text-dir-rtl-24.png \
stock-template-24.png \
stock-text-layer-24.png \
stock-vchain-24.png \
stock-vchain-broken-24.png \
stock-warning-24.png
stock-video-24.png \
stock-warning-24.png \
stock-web-24.png
STOCK_DND_IMAGES = \
stock-channel-32.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB