app: add gegl:tile-glass to Filters -> Artistic

This commit is contained in:
Michael Natterer 2014-05-16 21:59:30 +02:00
parent 3066779462
commit e09453cfbb
3 changed files with 8 additions and 0 deletions

View File

@ -290,6 +290,11 @@ static const GimpStringActionEntry filters_actions[] =
"gimp:threshold-alpha",
NULL /* FIXME GIMP_HELP_FILTER_POLAR_COORDINATES */ },
{ "filters-tile-glass", GIMP_STOCK_GEGL,
NC_("filters-action", "_Glass Tile..."), NULL, NULL,
"gegl:tile-glass",
NULL /* FIXME GIMP_HELP_FILTER_TILE_GLASS */ },
{ "filters-tile-seamless", GIMP_STOCK_GEGL,
NC_("filters-action", "_Tile Seamless..."), NULL, NULL,
"gegl:tile-seamless",
@ -431,6 +436,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-stretch-contrast", writable);
SET_SENSITIVE ("filters-stretch-contrast-hsv", writable);
SET_SENSITIVE ("filters-threshold-alpha", writable && alpha);
SET_SENSITIVE ("filters-tile-glass", writable);
SET_SENSITIVE ("filters-tile-seamless", writable);
SET_SENSITIVE ("filters-unsharp-mask", writable);
SET_SENSITIVE ("filters-vignette", writable);

View File

@ -165,6 +165,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:stretch-contrast",
"gegl:stretch-contrast-hsv",
"gegl:texturize-canvas",
"gegl:tile-glass",
"gegl:tile-seamless",
"gegl:unsharp-mask",
"gegl:value-invert",

View File

@ -688,6 +688,7 @@
<menuitem action="filters-apply-canvas" />
<menuitem action="filters-cartoon" />
<menuitem action="filters-cubism" />
<menuitem action="filters-tile-glass" />
<menuitem action="filters-photocopy" />
<menuitem action="filters-softglow" />
</menu>