app, menus: add gegl:spherize to the menus

This commit is contained in:
Ell 2018-04-29 08:02:13 -04:00
parent cdd129110c
commit f5ecc9f859
5 changed files with 10 additions and 0 deletions

View File

@ -618,6 +618,11 @@ static const GimpStringActionEntry filters_interactive_actions[] =
"gegl:softglow",
GIMP_HELP_FILTER_SOFTGLOW },
{ "filters-spherize", GIMP_ICON_GEGL,
NC_("filters-action", "Spheri_ze..."), NULL, NULL,
"gegl:spherize",
GIMP_HELP_FILTER_SPHERIZE },
{ "filters-spiral", GIMP_ICON_GEGL,
NC_("filters-action", "S_piral..."), NULL, NULL,
"gegl:spiral",
@ -926,6 +931,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-spherize", writable);
SET_SENSITIVE ("filters-spiral", writable);
SET_SENSITIVE ("filters-stretch-contrast", writable);
SET_SENSITIVE ("filters-stretch-contrast-hsv", writable);

View File

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

View File

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

View File

@ -431,6 +431,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_SPHERIZE "gimp-filter-spherize"
#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"

View File

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