[gimp/metadata-browser] app: blacklist all ops that are in gimp menus	now, and some useless ones
- From: Roman Joost <romanofski src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp/metadata-browser] app: blacklist all ops that are in gimp menus	now, and some useless ones
 
- Date: Wed, 12 Sep 2012 23:41:58 +0000 (UTC)
 
commit f29073d7f058db4799cc0a15eb71be8b42f6fb7f
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]