app: add gegl:waves to Filters -> Distorts

This commit is contained in:
Michael Natterer 2013-06-01 15:13:40 +02:00
parent 86d0120482
commit 338ca6694a
3 changed files with 8 additions and 0 deletions

View File

@ -235,6 +235,11 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:vignette",
NULL /* FIXME GIMP_HELP_FILTER_VIGNETTE */ },
{ "filters-waves", GIMP_STOCK_GEGL,
NC_("filters-action", "_Waves..."), NULL, NULL,
"gegl:waves",
NULL /* FIXME GIMP_HELP_FILTER_WAVES */ },
{ "filters-whirl-pinch", GIMP_STOCK_GEGL,
NC_("filters-action", "W_hirl and Pinch..."), NULL, NULL,
"gegl:whirl-pinch",
@ -341,6 +346,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-threshold-alpha", writable && alpha);
SET_SENSITIVE ("filters-unsharp-mask", writable);
SET_SENSITIVE ("filters-vignette", writable);
SET_SENSITIVE ("filters-waves", writable);
SET_SENSITIVE ("filters-whirl-pinch", writable);
#undef SET_SENSITIVE

View File

@ -153,6 +153,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:unsharp-mask",
"gegl:value-invert",
"gegl:vignette",
"gegl:waves",
"gegl:whirl-pinch",
/* these ops are blacklisted for other reasons */

View File

@ -637,6 +637,7 @@
<menuitem action="filters-polar-coordinates" />
<menuitem action="filters-ripple" />
<menuitem action="filters-shift" />
<menuitem action="filters-waves" />
<menuitem action="filters-whirl-pinch" />
</menu>
<menu action="plug-in-light-shadow-menu" name="Light and Shadow">