app: follow gegl:dot removal
gegl:dot is now included in gegl:pixelize
This commit is contained in:
@ -105,11 +105,6 @@ static const GimpStringActionEntry filters_actions[] =
|
|||||||
"gegl:difference-of-gaussians",
|
"gegl:difference-of-gaussians",
|
||||||
NULL /* FIXME GIMP_HELP_FILTER_DIFFERENCE_OF_GAUSSIANS */ },
|
NULL /* FIXME GIMP_HELP_FILTER_DIFFERENCE_OF_GAUSSIANS */ },
|
||||||
|
|
||||||
{ "filters-dot", GIMP_STOCK_GEGL,
|
|
||||||
NC_("filters-action", "Dots..."), NULL, NULL,
|
|
||||||
"gegl:dot",
|
|
||||||
NULL /* FIXME GIMP_HELP_FILTER_DOT */ },
|
|
||||||
|
|
||||||
{ "filters-dropshadow", GIMP_STOCK_GEGL,
|
{ "filters-dropshadow", GIMP_STOCK_GEGL,
|
||||||
NC_("filters-action", "_Drop Shadow..."), NULL, NULL,
|
NC_("filters-action", "_Drop Shadow..."), NULL, NULL,
|
||||||
"gegl:dropshadow",
|
"gegl:dropshadow",
|
||||||
@ -364,7 +359,6 @@ filters_actions_update (GimpActionGroup *group,
|
|||||||
SET_SENSITIVE ("filters-cubism", writable);
|
SET_SENSITIVE ("filters-cubism", writable);
|
||||||
SET_SENSITIVE ("filters-deinterlace", writable);
|
SET_SENSITIVE ("filters-deinterlace", writable);
|
||||||
SET_SENSITIVE ("filters-difference-of-gaussians", writable);
|
SET_SENSITIVE ("filters-difference-of-gaussians", writable);
|
||||||
SET_SENSITIVE ("filters-dot", writable);
|
|
||||||
SET_SENSITIVE ("filters-dropshadow", writable && alpha);
|
SET_SENSITIVE ("filters-dropshadow", writable && alpha);
|
||||||
SET_SENSITIVE ("filters-edge-laplace", writable);
|
SET_SENSITIVE ("filters-edge-laplace", writable);
|
||||||
SET_SENSITIVE ("filters-edge-sobel", writable);
|
SET_SENSITIVE ("filters-edge-sobel", writable);
|
||||||
|
@ -486,7 +486,6 @@ sanity_check_gegl_ops (void)
|
|||||||
"gegl:cubism",
|
"gegl:cubism",
|
||||||
"gegl:deinterlace",
|
"gegl:deinterlace",
|
||||||
"gegl:difference-of-gaussians",
|
"gegl:difference-of-gaussians",
|
||||||
"gegl:dot",
|
|
||||||
"gegl:dropshadow",
|
"gegl:dropshadow",
|
||||||
"gegl:edge-laplace",
|
"gegl:edge-laplace",
|
||||||
"gegl:edge-sobel",
|
"gegl:edge-sobel",
|
||||||
|
@ -127,7 +127,6 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
|
|||||||
"gegl:cubism",
|
"gegl:cubism",
|
||||||
"gegl:deinterlace",
|
"gegl:deinterlace",
|
||||||
"gegl:difference-of-gaussians",
|
"gegl:difference-of-gaussians",
|
||||||
"gegl:dot",
|
|
||||||
"gegl:dropshadow",
|
"gegl:dropshadow",
|
||||||
"gegl:edge-laplace",
|
"gegl:edge-laplace",
|
||||||
"gegl:edge-sobel",
|
"gegl:edge-sobel",
|
||||||
|
@ -630,7 +630,6 @@
|
|||||||
<separator />
|
<separator />
|
||||||
<menu action="plug-in-blur-menu" name="Blur">
|
<menu action="plug-in-blur-menu" name="Blur">
|
||||||
<menuitem action="filters-gaussian-blur" />
|
<menuitem action="filters-gaussian-blur" />
|
||||||
<menuitem action="filters-dot" />
|
|
||||||
<menuitem action="filters-pixelize" />
|
<menuitem action="filters-pixelize" />
|
||||||
<placeholder name="Motion">
|
<placeholder name="Motion">
|
||||||
<menuitem action="filters-motion-blur-circular" />
|
<menuitem action="filters-motion-blur-circular" />
|
||||||
|
Reference in New Issue
Block a user