app: add gegl:value-propagate to Filters -> Distorts

This commit is contained in:
Michael Natterer 2015-02-06 19:26:06 +01:00
parent 99772c7870
commit a71d64f701
4 changed files with 9 additions and 1 deletions

View file

@ -389,8 +389,13 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:unsharp-mask",
NULL /* FIXME GIMP_HELP_FILTER_UNSHARP_MASK */ },
{ "filters-value-propagate", GIMP_STOCK_GEGL,
NC_("filters-action", "_Value Propagate..."), NULL, NULL,
"gegl:value-propagate",
NULL /* FIXME GIMP_HELP_FILTER_VALUE_PROPAGATE */ },
{ "filters-video-degradation", GIMP_STOCK_GEGL,
NC_("filters-action", "_Vi_deo Degradation..."), NULL, NULL,
NC_("filters-action", "Vi_deo Degradation..."), NULL, NULL,
"gegl:video-degradation",
NULL /* FIXME GIMP_HELP_FILTER_VIDEO_DEGRADATION */ },

View file

@ -555,6 +555,7 @@ sanity_check_gegl_ops (void)
"gegl:translate",
"gegl:unsharp-mask",
"gegl:value-invert",
"gegl:value-propagate",
"gegl:video-degradation",
"gegl:vignette",
"gegl:warp",

View file

@ -186,6 +186,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:tile-seamless",
"gegl:unsharp-mask",
"gegl:value-invert",
"gegl:value-propagate",
"gegl:video-degradation",
"gegl:vignette",
"gegl:waves",

View file

@ -660,6 +660,7 @@
<menuitem action="filters-polar-coordinates" />
<menuitem action="filters-ripple" />
<menuitem action="filters-shift" />
<menuitem action="filters-value-propagate" />
<menuitem action="filters-video-degradation" />
<menuitem action="filters-waves" />
<menuitem action="filters-whirl-pinch" />