[gimp] app: blacklist all ops that are in gimp menus now, and some useless ones



commit 64cd825796404ebe849a3bf9f4cdd0b0b2c91849
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]