[gimp/goat-invasion: 399/401] app: blacklist all ops that are in gimp menus now, and some useless ones
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion: 399/401] app: blacklist all ops that are in gimp menus now, and some useless ones
- Date: Mon, 2 Apr 2012 12:21:40 +0000 (UTC)
commit 07c12f02eaf69abf720c09aab80a53a9978f4234
Author: Michael Natterer <mitch gimp org>
Date: Mon Apr 2 02:40:45 2012 +0200
app: blacklist all ops that are in gimp menus now, and some useless ones
app/tools/gimpgegltool.c | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/app/tools/gimpgegltool.c b/app/tools/gimpgegltool.c
index 30d50a8..f0bee8c 100644
--- a/app/tools/gimpgegltool.c
+++ b/app/tools/gimpgegltool.c
@@ -119,6 +119,19 @@ gimp_gegl_tool_operation_blacklisted (const gchar *name,
"gegl:vector-stroke",
"gegl:lens-correct",
"gegl:hstack",
+ "gegl:display",
+ "gegl:opacity", /* pointless */
+ "gegl:colorize", /* in gimp */
+ "gegl:color-to-alpha", /* in gimp */
+ "gegl:invert", /* in gimp */
+ "gegl:grey", /* in gimp */
+ "gegl:posterize", /* in gimp */
+ "gegl:scale", /* in gimp */
+ "gegl:translate", /* pointless */
+ "gegl:shear", /* in gimp */
+ "gegl:rotate", /* in gimp */
+ "gegl:transform", /* in gimp */
+ "gegl:value-invert", /* in gimp */
"gimp-",
"gimp:"
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]