From a110639233248c17662c9e5bcd3c2a6b88a7e2e6 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Thu, 30 Apr 2015 11:59:49 -0400 Subject: [PATCH] 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(+) diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c index 54651b3762..49f1478b3e 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 2c7049cd0f..a48b668d39 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 6c39fa05af..a10458eb3d 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 3721f8a08f..2b46fcb4d4 100644 --- a/menus/image-menu.xml.in +++ b/menus/image-menu.xml.in @@ -726,6 +726,7 @@ +