gimp r24800 - in trunk: . app/tools libgimpwidgets themes/Default/images
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24800 - in trunk: . app/tools libgimpwidgets themes/Default/images
- Date: Tue, 5 Feb 2008 00:38:08 +0000 (GMT)
Author: mitch
Date: Tue Feb 5 00:38:08 2008
New Revision: 24800
URL: http://svn.gnome.org/viewvc/gimp?rev=24800&view=rev
Log:
2008-02-05 Michael Natterer <mitch gimp org>
* themes/Default/images/Makefile.am
* themes/Default/images/stock-gegl-16.png
* themes/Default/images/stock-gegl-24.png
* libgimpwidgets/gimpstock.[ch]: new stock icon to be replaced by
somebody who can draw ;)
* app/tools/gimpgegltool.c: use it.
Added:
trunk/themes/Default/images/stock-gegl-16.png (contents, props changed)
trunk/themes/Default/images/stock-gegl-24.png (contents, props changed)
Modified:
trunk/ChangeLog
trunk/app/tools/gimpgegltool.c
trunk/libgimpwidgets/gimpstock.c
trunk/libgimpwidgets/gimpstock.h
trunk/themes/Default/images/Makefile.am
Modified: trunk/app/tools/gimpgegltool.c
==============================================================================
--- trunk/app/tools/gimpgegltool.c (original)
+++ trunk/app/tools/gimpgegltool.c Tue Feb 5 00:38:08 2008
@@ -76,7 +76,7 @@
_("GEGL Tool: Use an Abritrary GEGL Operation"),
N_("_GEGL Operation..."), NULL,
NULL, "foo", /* GIMP_HELP_TOOL_GEGL, */
- GIMP_STOCK_WILBER_EEK,
+ GIMP_STOCK_GEGL,
data);
}
Modified: trunk/libgimpwidgets/gimpstock.c
==============================================================================
--- trunk/libgimpwidgets/gimpstock.c (original)
+++ trunk/libgimpwidgets/gimpstock.c Tue Feb 5 00:38:08 2008
@@ -258,6 +258,7 @@
{ GIMP_TOILET_PAPER, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_WEB, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_VIDEO, NULL, 0, 0, LIBGIMP_DOMAIN },
+ { GIMP_STOCK_GEGL, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_SHAPE_CIRCLE, NULL, 0, 0, LIBGIMP_DOMAIN },
{ GIMP_STOCK_SHAPE_DIAMOND, NULL, 0, 0, LIBGIMP_DOMAIN },
@@ -480,7 +481,8 @@
{ GIMP_TOILET_PAPER, stock_toilet_paper_24 },
{ GIMP_STOCK_WEB, stock_web_24 },
{ GIMP_STOCK_WILBER, stock_wilber_22 },
- { GIMP_STOCK_VIDEO, stock_video_24 }
+ { GIMP_STOCK_VIDEO, stock_video_24 },
+ { GIMP_STOCK_GEGL, stock_gegl_24 }
};
static const struct
@@ -643,6 +645,7 @@
{ GIMP_TOILET_PAPER, stock_toilet_paper_16 },
{ GIMP_STOCK_WEB, stock_web_16 },
{ GIMP_STOCK_VIDEO, stock_video_16 },
+ { GIMP_STOCK_GEGL, stock_gegl_16 },
{ GIMP_STOCK_SHAPE_CIRCLE, stock_shape_circle_16 },
{ GIMP_STOCK_SHAPE_SQUARE, stock_shape_square_16 },
Modified: trunk/libgimpwidgets/gimpstock.h
==============================================================================
--- trunk/libgimpwidgets/gimpstock.h (original)
+++ trunk/libgimpwidgets/gimpstock.h Tue Feb 5 00:38:08 2008
@@ -240,6 +240,7 @@
#define GIMP_STOCK_WEB "gimp-web"
#define GIMP_STOCK_VIDEO "gimp-video"
+#define GIMP_STOCK_GEGL "gimp-gegl"
#define GIMP_STOCK_SHAPE_CIRCLE "gimp-shape-circle"
#define GIMP_STOCK_SHAPE_DIAMOND "gimp-shape-diamond"
Modified: trunk/themes/Default/images/Makefile.am
==============================================================================
--- trunk/themes/Default/images/Makefile.am (original)
+++ trunk/themes/Default/images/Makefile.am Tue Feb 5 00:38:08 2008
@@ -52,6 +52,7 @@
stock-flip-horizontal-16.png \
stock-flip-vertical-16.png \
stock-floating-selection-16.png \
+ stock-gegl-16.png \
stock-gradient-bilinear-16.png \
stock-gradient-conical-asymmetric-16.png \
stock-gradient-conical-symmetric-16.png \
@@ -159,6 +160,7 @@
stock-edit-16.png \
stock-eye-20.png \
stock-floating-selection-24.png \
+ stock-gegl-24.png \
stock-gravity-east-24.png \
stock-gravity-north-24.png \
stock-gravity-north-east-24.png \
Added: trunk/themes/Default/images/stock-gegl-16.png
==============================================================================
Binary file. No diff available.
Added: trunk/themes/Default/images/stock-gegl-24.png
==============================================================================
Binary file. No diff available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]