app: add gegl:color-enhance to Color -> Auto
This commit is contained in:
@ -84,6 +84,11 @@ static const GimpStringActionEntry filters_actions[] =
|
||||
"gegl:checkerboard",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_CHECKERBOARD */ },
|
||||
|
||||
{ "filters-color-enhance", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Color Enhance..."), NULL, NULL,
|
||||
"gegl:color-enhance",
|
||||
NULL /* FIXME GIMP_HELP_FILTER_COLOR_ENHANCE */ },
|
||||
|
||||
{ "filters-color-exchange", GIMP_STOCK_GEGL,
|
||||
NC_("filters-action", "_Color Exchange..."), NULL, NULL,
|
||||
"gegl:color-exchange",
|
||||
@ -474,6 +479,7 @@ filters_actions_update (GimpActionGroup *group,
|
||||
SET_SENSITIVE ("filters-c2g", writable && !gray);
|
||||
SET_SENSITIVE ("filters-cartoon", writable);
|
||||
SET_SENSITIVE ("filters-checkerboard", writable);
|
||||
SET_SENSITIVE ("filters-color-enhance", writable);
|
||||
SET_SENSITIVE ("filters-color-exchange", writable);
|
||||
SET_SENSITIVE ("filters-color-reduction", writable);
|
||||
SET_SENSITIVE ("filters-color-rotate", writable);
|
||||
|
@ -481,6 +481,7 @@ sanity_check_gegl_ops (void)
|
||||
"gegl:cell-noise",
|
||||
"gegl:checkerboard",
|
||||
"gegl:color",
|
||||
"gegl:color-enhance",
|
||||
"gegl:color-exchange",
|
||||
"gegl:color-reduction",
|
||||
"gegl:color-rotate",
|
||||
|
@ -124,6 +124,7 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
||||
"gegl:channel-mixer",
|
||||
"gegl:checkerboard",
|
||||
"gegl:color",
|
||||
"gegl:color-enhance",
|
||||
"gegl:color-exchange",
|
||||
"gegl:color-reduction",
|
||||
"gegl:color-rotate",
|
||||
|
@ -535,6 +535,7 @@
|
||||
<menuitem action="drawable-levels-stretch" />
|
||||
<menuitem action="filters-stretch-contrast" />
|
||||
<menuitem action="filters-stretch-contrast-hsv" />
|
||||
<menuitem action="filters-color-enhance" />
|
||||
</menu>
|
||||
<menu action="colors-components-menu" name="Components">
|
||||
<menuitem action="filters-channel-mixer" />
|
||||
|
Reference in New Issue
Block a user