[gegl] ops: get rid of misc category
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ops: get rid of misc category
- Date: Sun, 25 May 2014 21:18:52 +0000 (UTC)
commit d1e9b40378e4d0098a9d2d2c49aa76aa556f5d6d
Author: Øyvind Kolås <pippin gimp org>
Date: Sun May 25 23:18:42 2014 +0200
ops: get rid of misc category
operations/common/bilateral-filter.c | 2 +-
operations/common/color-reduction.c | 2 +-
operations/common/difference-of-gaussians.c | 2 +-
operations/common/dropshadow.c | 2 +-
operations/common/high-pass.c | 2 +-
operations/common/matting-global.c | 2 +-
operations/common/panorama-projection.c | 2 +-
operations/common/snn-mean.c | 4 ++--
operations/common/tile-glass.c | 2 +-
operations/common/tile-seamless.c | 2 +-
operations/common/tile.c | 2 +-
operations/common/whirl-pinch.c | 2 +-
12 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/operations/common/bilateral-filter.c b/operations/common/bilateral-filter.c
index 5e12559..ccab0ef 100644
--- a/operations/common/bilateral-filter.c
+++ b/operations/common/bilateral-filter.c
@@ -286,7 +286,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:bilateral-filter",
"title", _("Bilateral Filter"),
- "categories", "misc",
+ "categories", "enhance:noise-reduction",
"description",
_("Like a gaussian blur; but where the contribution for each neighbourhood "
"pixel is also weighted by the color difference with the original center pixel. "),
diff --git a/operations/common/color-reduction.c b/operations/common/color-reduction.c
index 538f0bd..c04f6ef 100644
--- a/operations/common/color-reduction.c
+++ b/operations/common/color-reduction.c
@@ -507,7 +507,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:color-reduction",
"title", _("Color Reduction"),
- "categories", "misc",
+ "categories", "dither",
"description", _("Reduce the number of colors in the image, by reducing "
"the bits per channel (colors and alpha), different dithering methods"
"can be specified to counteract quantization induced banding."),
diff --git a/operations/common/difference-of-gaussians.c b/operations/common/difference-of-gaussians.c
index 299820f..30d1210 100644
--- a/operations/common/difference-of-gaussians.c
+++ b/operations/common/difference-of-gaussians.c
@@ -82,7 +82,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:difference-of-gaussians",
- "categories", "meta:edge",
+ "categories", "edge-detect",
"description", _("Edge detection with control of edge thickness, based "
"on the difference of two gaussian blurs"),
NULL);
diff --git a/operations/common/dropshadow.c b/operations/common/dropshadow.c
index 7628afd..5deece2 100644
--- a/operations/common/dropshadow.c
+++ b/operations/common/dropshadow.c
@@ -103,7 +103,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:dropshadow",
- "categories", "meta:effects",
+ "categories", "effects",
"description",
_("Creates a dropshadow effect on the input buffer"),
NULL);
diff --git a/operations/common/high-pass.c b/operations/common/high-pass.c
index eca092e..dcde4c4 100644
--- a/operations/common/high-pass.c
+++ b/operations/common/high-pass.c
@@ -77,7 +77,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:high-pass",
- "categories", "meta:enhance",
+ "categories", "frequency",
"description",
_("Enhances fine details."),
NULL);
diff --git a/operations/common/matting-global.c b/operations/common/matting-global.c
index 9d312d0..57ee2a4 100644
--- a/operations/common/matting-global.c
+++ b/operations/common/matting-global.c
@@ -485,7 +485,7 @@ static void gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name" , "gegl:matting-global",
- "categories" , "misc",
+ "categories" , "matting",
"description",
_("Given a sparse user supplied tri-map and an input image, create a "
"foreground alpha matte. Set white as foreground, black as background "
diff --git a/operations/common/panorama-projection.c b/operations/common/panorama-projection.c
index 9ff37e7..0b31aaa 100644
--- a/operations/common/panorama-projection.c
+++ b/operations/common/panorama-projection.c
@@ -523,7 +523,7 @@ gegl_op_class_init (GeglOpClass *klass)
"title", _("Panorama Projection"),
"reference-composition", composition,
"position-dependent", "true",
- "categories" , "misc:map",
+ "categories" , "map",
"description", _("Perform a equlinear/gnomonic or little planet/stereographic projection of a
equirectangular input image."),
NULL);
}
diff --git a/operations/common/snn-mean.c b/operations/common/snn-mean.c
index 689f398..3829a2d 100644
--- a/operations/common/snn-mean.c
+++ b/operations/common/snn-mean.c
@@ -330,10 +330,10 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name" , "gegl:snn-mean",
- "categories" , "misc",
+ "categories" , "enhance:noise-reduction",
"title", _("Symmetric Nearest Neighbour"),
"description",
- _("Noise reducing edge enhancing blur filter based "
+ _("Noise reducing edge preserving blur filter based "
" on Symmetric Nearest Neighbours"),
NULL);
}
diff --git a/operations/common/tile-glass.c b/operations/common/tile-glass.c
index 8944313..6ff0907 100644
--- a/operations/common/tile-glass.c
+++ b/operations/common/tile-glass.c
@@ -229,7 +229,7 @@ gegl_op_class_init (GeglOpClass *klass)
filter_class->process = process;
gegl_operation_class_set_keys (operation_class,
- "categories", "artistic",
+ "categories", "artistic:map",
"title", _("Tile Glass"),
"license", "GPL3+",
"name", "gegl:tile-glass",
diff --git a/operations/common/tile-seamless.c b/operations/common/tile-seamless.c
index a077df1..7ab0e1b 100644
--- a/operations/common/tile-seamless.c
+++ b/operations/common/tile-seamless.c
@@ -161,7 +161,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name" , "gegl:tile-seamless",
- "categories" , "misc",
+ "categories" , "tile",
"position-dependent", "true",
"description", _("Make the input buffer seamlessly tileable."
" The algorithm is not content-aware,"
diff --git a/operations/common/tile.c b/operations/common/tile.c
index 9a33600..6b39acb 100644
--- a/operations/common/tile.c
+++ b/operations/common/tile.c
@@ -131,7 +131,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:tile",
"title", _("Tile"),
- "categories", "misc",
+ "categories", "tile",
"position-dependent", "true",
"reference-composition", composition,
"description",
diff --git a/operations/common/whirl-pinch.c b/operations/common/whirl-pinch.c
index 1a9108a..eec8df0 100644
--- a/operations/common/whirl-pinch.c
+++ b/operations/common/whirl-pinch.c
@@ -270,7 +270,7 @@ gegl_op_class_init (GeglOpClass *klass)
gegl_operation_class_set_keys (operation_class,
"name", "gegl:whirl-pinch",
"title", _("Whirl Pinch"),
- "categories", "distort",
+ "categories", "distort:map",
"license", "GPL3+",
"position-dependent", "true",
"description", _("Distort an image by whirling and pinching"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]