[gegl] operations: update categorisation
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] operations: update categorisation
- Date: Mon, 26 May 2014 03:55:20 +0000 (UTC)
commit 150bc3ac233fbe1630d37cc44598ebd73b1ba371
Author: Øyvind Kolås <pippin gimp org>
Date: Mon May 26 05:55:00 2014 +0200
operations: update categorisation
operations/common/apply-lens.c | 2 +-
operations/common/bump-map.c | 2 +-
operations/common/cubism.c | 2 +-
operations/common/emboss.c | 2 +-
operations/common/grey.c | 7 ++++---
operations/common/linear-gradient.c | 2 +-
operations/common/mosaic.c | 2 +-
operations/common/pixelize.c | 2 +-
8 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/operations/common/apply-lens.c b/operations/common/apply-lens.c
index f7a9b33..809c39c 100644
--- a/operations/common/apply-lens.c
+++ b/operations/common/apply-lens.c
@@ -298,7 +298,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:apply-lens",
"title", _("Apply Lens"),
- "categories", "distort",
+ "categories", "map",
"license", "GPL3+",
"description", _("Simulates the optical distoration caused by having an elliptical lens over the image"),
"reference-composition", composition,
diff --git a/operations/common/bump-map.c b/operations/common/bump-map.c
index dbf4e55..d551700 100644
--- a/operations/common/bump-map.c
+++ b/operations/common/bump-map.c
@@ -470,7 +470,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:bump-map",
- "categories", "map",
+ "categories", "light",
"title", _("Bump Map"),
"license", "GPL3+",
"description", _("This plug-in uses the algorithm described by John "
diff --git a/operations/common/cubism.c b/operations/common/cubism.c
index 2603c10..b3e5b57 100644
--- a/operations/common/cubism.c
+++ b/operations/common/cubism.c
@@ -608,9 +608,9 @@ gegl_op_class_init (GeglOpClass *klass)
operation_class->get_cached_region = get_cached_region;
gegl_operation_class_set_keys (operation_class,
- "categories", "artistic",
"title", _("Cubism"),
"name", "gegl:cubism",
+ "categories", "artistic:scramble",
"license", "GPL3+",
"description", _("Convert the image into randomly rotated square blobs, somehow resembling a cubist
painting style"),
NULL);
diff --git a/operations/common/emboss.c b/operations/common/emboss.c
index 891d7d9..4a4e87d 100644
--- a/operations/common/emboss.c
+++ b/operations/common/emboss.c
@@ -264,7 +264,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:emboss",
"title", _("Emboss"),
- "categories", "distort",
+ "categories", "light",
"license", "GPL3+",
"description", _("Simulates an image created by embossing"),
NULL);
diff --git a/operations/common/grey.c b/operations/common/grey.c
index 057ca00..dc7c392 100644
--- a/operations/common/grey.c
+++ b/operations/common/grey.c
@@ -101,10 +101,11 @@ gegl_op_class_init (GeglOpClass *klass)
operation_class->opencl_support = TRUE;
gegl_operation_class_set_keys (operation_class,
- "name", "gegl:grey",
+ "name", "gegl:gray",
+ "compat-name", "gegl:grey",
"title", _("Make Grey"),
- "categories" , "greyscale:color",
- "description", _("Turns the image greyscale"),
+ "categories" , "grayscale:color",
+ "description", _("Turns the image grayscale"),
NULL);
}
diff --git a/operations/common/linear-gradient.c b/operations/common/linear-gradient.c
index 9d83f7b..5d0f61a 100644
--- a/operations/common/linear-gradient.c
+++ b/operations/common/linear-gradient.c
@@ -136,7 +136,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:linear-gradient",
"title", _("Linear Gradient"),
- "categories", "render",
+ "categories", "render:gradient",
"position-dependent", "true",
"description" , _("Linear gradient renderer"),
NULL);
diff --git a/operations/common/mosaic.c b/operations/common/mosaic.c
index bab03dd..bfc5b38 100644
--- a/operations/common/mosaic.c
+++ b/operations/common/mosaic.c
@@ -2466,7 +2466,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:mosaic",
"title", _("Mosaic"),
- "categories", "artistic",
+ "categories", "artistic:scramble",
"license", "GPL3+",
"description", _("Mosaic is a filter which transforms an image into "
"what appears to be a mosaic, composed of small primitives, "
diff --git a/operations/common/pixelize.c b/operations/common/pixelize.c
index 0af9a78..d29a10d 100644
--- a/operations/common/pixelize.c
+++ b/operations/common/pixelize.c
@@ -650,7 +650,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:pixelize",
- "categories", "blur",
+ "categories", "blur:scramble",
"position-dependent", "true",
"title", _("Pixelize"),
"description", _("Simplify image into an array of solid-colored rectangles"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]