app: add gegl:video-degradation to Filters -> Distorts

This commit is contained in:
Michael Natterer 2014-11-12 22:20:11 +01:00
parent 1cabefae7c
commit a8853801a0
4 changed files with 9 additions and 0 deletions

View File

@ -349,6 +349,11 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:unsharp-mask",
NULL /* FIXME GIMP_HELP_FILTER_UNSHARP_MASK */ },
{ "filters-video-degradation", GIMP_STOCK_GEGL,
NC_("filters-action", "_Vi_deo Degradation..."), NULL, NULL,
"gegl:video-degradation",
NULL /* FIXME GIMP_HELP_FILTER_VIDEO_DEGRADATION */ },
{ "filters-vignette", GIMP_STOCK_GEGL,
NC_("filters-action", "_Vignette..."), NULL, NULL,
"gegl:vignette",
@ -492,6 +497,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-tile-glass", writable);
SET_SENSITIVE ("filters-tile-seamless", writable);
SET_SENSITIVE ("filters-unsharp-mask", writable);
SET_SENSITIVE ("filters-video-degradation", writable);
SET_SENSITIVE ("filters-vignette", writable);
SET_SENSITIVE ("filters-waves", writable);
SET_SENSITIVE ("filters-whirl-pinch", writable);

View File

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

View File

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

View File

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