[gimp] app: add gegl:maze to Filters -> Render -> Pattern
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: add gegl:maze to Filters -> Render -> Pattern
- Date: Thu, 3 Sep 2015 20:12:48 +0000 (UTC)
commit 3f02b2aaf2e96da0a1b3b3cc651d1f146b93a340
Author: Michael Natterer <mitch gimp org>
Date: Thu Sep 3 22:12:23 2015 +0200
app: add gegl:maze to Filters -> Render -> Pattern
app/actions/filters-actions.c | 6 ++++++
app/sanity.c | 1 +
app/tools/gimpgegltool.c | 1 +
menus/image-menu.xml.in | 1 +
4 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 4ea0886..0f37b50 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -219,6 +219,11 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:lens-flare",
NULL /* FIXME GIMP_HELP_FILTER_LENS_FLARE */ },
+ { "filters-maze", GIMP_STOCK_GEGL,
+ NC_("filters-action", "_Maze..."), NULL, NULL,
+ "gegl:maze",
+ NULL /* FIXME GIMP_HELP_FILTER_MAZE */ },
+
{ "filters-mono-mixer", GIMP_STOCK_GEGL,
NC_("filters-action", "Mono Mixer..."), NULL, NULL,
"gegl:mono-mixer",
@@ -531,6 +536,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-kaleidoscope", writable);
SET_SENSITIVE ("filters-lens-distortion", writable);
SET_SENSITIVE ("filters-lens-flare", writable);
+ SET_SENSITIVE ("filters-maze", writable);
SET_SENSITIVE ("filters-mono-mixer", writable && !gray);
SET_SENSITIVE ("filters-mosaic", writable);
SET_SENSITIVE ("filters-motion-blur-circular", writable);
diff --git a/app/sanity.c b/app/sanity.c
index cd37178..40e7456 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -516,6 +516,7 @@ sanity_check_gegl_ops (void)
"gegl:map-relative",
"gegl:matting-global",
/* "gegl:matting-levin",*/ /* XXX: do we want to require this? */
+ "gegl:maze",
"gegl:mirrors",
"gegl:mono-mixer",
"gegl:motion-blur-circular",
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index d0fd059..606b257 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -152,6 +152,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:invert-gamma",
"gegl:lens-distortion",
"gegl:lens-flare",
+ "gegl:maze",
"gegl:mirrors",
"gegl:mono-mixer",
"gegl:mosaic",
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index ae82c3f..b96baf4 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -751,6 +751,7 @@
<menuitem action="filters-checkerboard" />
<menuitem action="filters-diffraction-patterns" />
<menuitem action="filters-grid" />
+ <menuitem action="filters-maze" />
<menuitem action="filters-sinus" />
</menu>
<separator />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]