[gimp] app, menus: add gegl:tile-paper to Filters -> Map



commit a110639233248c17662c9e5bcd3c2a6b88a7e2e6
Author: Michael Natterer <mitch gimp org>
Date:   Thu Apr 30 11:59:49 2015 -0400

    app, menus: add gegl:tile-paper to Filters -> Map

 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 54651b3..49f1478 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -384,6 +384,11 @@ static const GimpStringActionEntry filters_actions[] =
     "gegl:tile-glass",
     NULL /* FIXME GIMP_HELP_FILTER_TILE_GLASS */ },
 
+  { "filters-tile-paper", GIMP_STOCK_GEGL,
+    NC_("filters-action", "_Paper Tile..."), NULL, NULL,
+    "gegl:tile-paper",
+    NULL /* FIXME GIMP_HELP_FILTER_TILE_GLASS */ },
+
   { "filters-tile-seamless", GIMP_STOCK_GEGL,
     NC_("filters-action", "_Tile Seamless..."), NULL, NULL,
     "gegl:tile-seamless",
@@ -554,6 +559,7 @@ filters_actions_update (GimpActionGroup *group,
   SET_SENSITIVE ("filters-supernova",               writable);
   SET_SENSITIVE ("filters-threshold-alpha",         writable && alpha);
   SET_SENSITIVE ("filters-tile-glass",              writable);
+  SET_SENSITIVE ("filters-tile-paper",              writable);
   SET_SENSITIVE ("filters-tile-seamless",           writable);
   SET_SENSITIVE ("filters-unsharp-mask",            writable);
   SET_SENSITIVE ("filters-video-degradation",       writable);
diff --git a/app/sanity.c b/app/sanity.c
index 2c7049c..a48b668 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -551,6 +551,7 @@ sanity_check_gegl_ops (void)
     "gegl:supernova",
     "gegl:threshold",
     "gegl:tile",
+    "gegl:tile-paper",
     "gegl:tile-glass",
     "gegl:tile-seamless",
     "gegl:transform",
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 6c39fa0..a10458e 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -184,6 +184,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:supernova",
     "gegl:texturize-canvas",
     "gegl:tile-glass",
+    "gegl:tile-paper",
     "gegl:tile-seamless",
     "gegl:unsharp-mask",
     "gegl:value-invert",
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index 3721f8a..2b46fcb 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -726,6 +726,7 @@
         <menuitem action="filters-fractal-trace" />
         <menuitem action="filters-illusion" />
         <menuitem action="filters-panorama-projection" />
+        <menuitem action="filters-tile-paper" />
         <menuitem action="filters-tile-seamless" />
       </menu>
       <menu action="plug-in-render-menu" name="Render">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]