app, menus: add gegl:edge-neon to Filters -> Edge Detect

This commit is contained in:
Michael Natterer 2017-01-22 14:35:35 +01:00
parent c9ad09df61
commit d293a00995
4 changed files with 9 additions and 0 deletions

View File

@ -227,6 +227,11 @@ static const GimpStringActionEntry filters_actions[] =
"gegl:edge-laplace",
NULL /* FIXME GIMP_HELP_FILTER_EDGE_LAPLACE */ },
{ "filters-edge-neon", GIMP_STOCK_GEGL,
NC_("filters-action", "_Neon..."), NULL, NULL,
"gegl:edge-neon",
NULL /* FIXME GIMP_HELP_FILTER_EDGE_LAPLACE */ },
{ "filters-edge-sobel", GIMP_STOCK_GEGL,
NC_("filters-action", "_Sobel..."), NULL, NULL,
"gegl:edge-sobel",
@ -680,6 +685,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-dropshadow", writable && alpha);
SET_SENSITIVE ("filters-edge", writable);
SET_SENSITIVE ("filters-edge-laplace", writable);
SET_SENSITIVE ("filters-edge-neon", writable);
SET_SENSITIVE ("filters-edge-sobel", writable);
SET_SENSITIVE ("filters-emboss", writable);
SET_SENSITIVE ("filters-engrave", writable);

View File

@ -552,6 +552,7 @@ sanity_check_gegl_ops (void)
"gegl:dropshadow",
"gegl:edge",
"gegl:edge-laplace",
"gegl:edge-neon",
"gegl:edge-sobel",
"gegl:emboss",
"gegl:engrave",

View File

@ -138,6 +138,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:dropshadow",
"gegl:edge",
"gegl:edge-laplace",
"gegl:edge-neon",
"gegl:edge-sobel",
"gegl:emboss",
"gegl:engrave",

View File

@ -742,6 +742,7 @@
<menuitem action="filters-difference-of-gaussians" />
<menuitem action="filters-edge" />
<menuitem action="filters-edge-laplace" />
<menuitem action="filters-edge-neon" />
<menuitem action="filters-edge-sobel" />
</menu>
<menu action="filters-generic-menu" name="Generic">