app: add gegl:stretch-contrast-hsv to Colors/Auto/
before removing the old plugin
This commit is contained in:
parent
654b3145ef
commit
5152e1061c
3 changed files with 8 additions and 0 deletions
|
|
@ -260,6 +260,11 @@ static const GimpStringActionEntry filters_actions[] =
|
|||
"gegl:stretch-contrast",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_STRETCH_CONTRAST */ },
|
||||
|
||||
{ "filters-stretch-contrast-hsv", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Stretch Contrast HSV..."), NULL, NULL,
|
||||
"gegl:stretch-contrast-hsv",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_STRETCH_CONTRAST_HSV */ },
|
||||
|
||||
{ "filters-threshold-alpha", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Threshold Alpha..."), NULL, NULL,
|
||||
"gimp:threshold-alpha",
|
||||
|
|
@ -395,6 +400,7 @@ filters_actions_update (GimpActionGroup *group,
|
|||
SET_SENSITIVE ("filters-shift", writable);
|
||||
SET_SENSITIVE ("filters-softglow", writable);
|
||||
SET_SENSITIVE ("filters-stretch-contrast", writable);
|
||||
SET_SENSITIVE ("filters-stretch-contrast-hsv", writable);
|
||||
SET_SENSITIVE ("filters-threshold-alpha", writable && alpha);
|
||||
SET_SENSITIVE ("filters-tile-seamless", writable);
|
||||
SET_SENSITIVE ("filters-unsharp-mask", writable);
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
|||
"gegl:shift",
|
||||
"gegl:softglow",
|
||||
"gegl:stretch-contrast",
|
||||
"gegl:stretch-contrast-hsv",
|
||||
"gegl:tile-seamless",
|
||||
"gegl:unsharp-mask",
|
||||
"gegl:value-invert",
|
||||
|
|
|
|||
|
|
@ -531,6 +531,7 @@
|
|||
<menuitem action="drawable-equalize" />
|
||||
<menuitem action="drawable-levels-stretch" />
|
||||
<menuitem action="filters-stretch-contrast" />
|
||||
<menuitem action="filters-stretch-contrast-hsv" />
|
||||
</menu>
|
||||
<menu action="colors-components-menu" name="Components">
|
||||
<menuitem action="filters-channel-mixer" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue