[gimp] app: add gegl:tile-seamless to Filters -> Map



commit 62f65ea981bea223838fb9495da65b0b476194ed
Author: Téo Mazars <teo mazars ensimag fr>
Date:   Sun Jul 28 17:53:41 2013 +0200

    app: add gegl:tile-seamless to Filters -> Map

 app/actions/filters-actions.c |    6 ++++++
 app/tools/gimpgegltool.c      |    1 +
 menus/image-menu.xml.in       |    1 +
 3 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index b4e13d2..9155373 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -240,6 +240,11 @@ static const GimpStringActionEntry filters_actions[] =
     "gimp:threshold-alpha",
     NULL /* FIXME GIMP_HELP_FILTER_POLAR_COORDINATES */ },
 
+  { "filters-tile-seamless", GIMP_STOCK_GEGL,
+    NC_("filters-action", "_Tile Seamless..."), NULL, NULL,
+    "gegl:tile-seamless",
+    NULL /* FIXME GIMP_HELP_FILTER_TILE_SEAMLESS */ },
+
   { "filters-unsharp-mask", GIMP_STOCK_GEGL,
     NC_("filters-action", "_Unsharp Mask..."), NULL, NULL,
     "gegl:unsharp-mask",
@@ -362,6 +367,7 @@ filters_actions_update (GimpActionGroup *group,
   SET_SENSITIVE ("filters-shift",                   writable);
   SET_SENSITIVE ("filters-softglow",                writable);
   SET_SENSITIVE ("filters-threshold-alpha",         writable && alpha);
+  SET_SENSITIVE ("filters-tile-seamless",           writable);
   SET_SENSITIVE ("filters-unsharp-mask",            writable);
   SET_SENSITIVE ("filters-vignette",                writable);
   SET_SENSITIVE ("filters-waves",                   writable);
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 02c16d6..cf989ae 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -154,6 +154,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
     "gegl:ripple",
     "gegl:shift",
     "gegl:softglow",
+    "gegl:tile-seamless",
     "gegl:unsharp-mask",
     "gegl:value-invert",
     "gegl:vignette",
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index fb3d318..0cd79af 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -685,6 +685,7 @@
       <menu action="plug-in-decor-menu" name="Decor" />
       <menu action="plug-in-map-menu" name="Map">
         <menuitem action="filters-fractal-trace" />
+        <menuitem action="filters-tile-seamless" />
       </menu>
       <menu action="plug-in-render-menu" name="Render">
         <menu action="plug-in-render-clouds-menu" name="Clouds" />


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