app, menus: add gegl:spiral to the menus

This commit is contained in:
Ell 2017-07-28 17:39:57 -04:00
parent 1ec2bccc8a
commit eef09abf3a
5 changed files with 10 additions and 0 deletions

View File

@ -588,6 +588,11 @@ static const GimpStringActionEntry filters_interactive_actions[] =
"gegl:softglow",
GIMP_HELP_FILTER_SOFTGLOW },
{ "filters-spiral", GIMP_ICON_GEGL,
NC_("filters-action", "S_piral..."), NULL, NULL,
"gegl:spiral",
GIMP_HELP_FILTER_SPIRAL },
{ "filters-stretch-contrast", GIMP_ICON_GEGL,
NC_("filters-action", "_Stretch Contrast..."), NULL, NULL,
"gegl:stretch-contrast",
@ -880,6 +885,7 @@ filters_actions_update (GimpActionGroup *group,
SET_SENSITIVE ("filters-slic", writable);
SET_SENSITIVE ("filters-snn-mean", writable);
SET_SENSITIVE ("filters-softglow", writable);
SET_SENSITIVE ("filters-spiral", writable);
SET_SENSITIVE ("filters-stretch-contrast", writable);
SET_SENSITIVE ("filters-stretch-contrast-hsv", writable);
SET_SENSITIVE ("filters-stress", writable);

View File

@ -695,6 +695,7 @@ sanity_check_gegl_ops (void)
"gegl:slic",
"gegl:snn-mean",
"gegl:softglow",
"gegl:spiral",
"gegl:stretch-contrast",
"gegl:stretch-contrast-hsv",
"gegl:stress",

View File

@ -227,6 +227,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:slic",
"gegl:snn-mean",
"gegl:softglow",
"gegl:spiral",
"gegl:stretch-contrast",
"gegl:stretch-contrast-hsv",
"gegl:stress",

View File

@ -421,6 +421,7 @@
#define GIMP_HELP_FILTER_SLIC "gimp-filter-slic"
#define GIMP_HELP_FILTER_SNN_MEAN "gimp-filter-snn-mean"
#define GIMP_HELP_FILTER_SOFTGLOW "gimp-filter-softglow"
#define GIMP_HELP_FILTER_SPIRAL "gimp-filter-spiral"
#define GIMP_HELP_FILTER_STRETCH_CONTRAST "gimp-filter-stretch-contrast"
#define GIMP_HELP_FILTER_STRETCH_CONTRAST_HSV "gimp-filter-stretch-contrast-hsv"
#define GIMP_HELP_FILTER_STRESS "gimp-filter-stress"

View File

@ -796,6 +796,7 @@
<menuitem action="filters-grid" />
<menuitem action="filters-maze" />
<menuitem action="filters-sinus" />
<menuitem action="filters-spiral" />
</menu>
<separator />
</menu>