[gimp] app: add gegl:sinus to Filters -> Render -> Pattern
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add gegl:sinus to Filters -> Render -> Pattern
- Date: Fri, 21 Nov 2014 19:49:44 +0000 (UTC)
commit 3a5eaeb3afce35618fcc4804d3e16b3204b13640
Author: Michael Natterer <mitch gimp org>
Date: Fri Nov 21 20:49:15 2014 +0100
app: add gegl:sinus to Filters -> Render -> Pattern
app/actions/filters-actions.c | 6 ++++++
app/sanity.c | 2 ++
app/tools/gimpgegltool.c | 1 +
menus/image-menu.xml.in | 1 +
4 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 4a1a2d2..11e1c81 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -314,6 +314,11 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:shift",
NULL /* FIXME GIMP_HELP_FILTER_SHIFT */ },
+ { "filters-sinus", GIMP_STOCK_GEGL,
+ NC_("filters-action", "_Sinus..."), NULL, NULL,
+ "gegl:sinus",
+ NULL /* FIXME GIMP_HELP_FILTER_SINUS */ },
+
{ "filters-softglow", GIMP_STOCK_GEGL,
NC_("filters-action", "_Softglow..."), NULL, NULL,
"gegl:softglow",
@@ -495,6 +500,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-ripple", writable);
SET_SENSITIVE ("filters-semi-flatten", writable && alpha);
SET_SENSITIVE ("filters-shift", writable);
+ SET_SENSITIVE ("filters-sinus", writable);
SET_SENSITIVE ("filters-softglow", writable);
SET_SENSITIVE ("filters-stretch-contrast", writable);
SET_SENSITIVE ("filters-stretch-contrast-hsv", writable);
diff --git a/app/sanity.c b/app/sanity.c
index 24be7e3..2116fa1 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -535,6 +535,8 @@ sanity_check_gegl_ops (void)
"gegl:seamless-clone",
"gegl:shift",
"gegl:simplex-noise",
+ "gegl:shift",
+ "gegl:sinus",
"gegl:softglow",
"gegl:stretch-contrast",
"gegl:stretch-contrast-hsv",
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 3f6ca06..d89e46e 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -170,6 +170,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:ripple",
"gegl:simplex-noise",
"gegl:shift",
+ "gegl:sinus",
"gegl:softglow",
"gegl:stretch-contrast",
"gegl:stretch-contrast-hsv",
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index 59a05ee..0b6f7ec 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -723,6 +723,7 @@
<menu action="plug-in-render-pattern-menu" name="Pattern">
<menuitem action="filters-checkerboard" />
<menuitem action="filters-grid" />
+ <menuitem action="filters-sinus" />
</menu>
<separator />
</menu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]