diff options
author | Erkin Bahceci <erkinbah@gmail.com> | 2009-08-08 01:00:14 -0500 |
---|---|---|
committer | Erkin Bahceci <erkinbah@gmail.com> | 2009-08-08 01:00:14 -0500 |
commit | 25d96f46ce2900966fdc7295dd1071b2026b68c5 (patch) | |
tree | 9c20650a3a2705e4942a70a4f05135f11213ff00 | |
parent | ea243baaaaf573af3772457afe5982d19be48adf (diff) | |
download | compiz-with-glib-mainloop-25d96f46ce2900966fdc7295dd1071b2026b68c5.tar.gz compiz-with-glib-mainloop-25d96f46ce2900966fdc7295dd1071b2026b68c5.tar.bz2 |
Add plugin categories and required features.
-rw-r--r-- | plugins/blur/blur.xml.in | 3 | ||||
-rw-r--r-- | plugins/composite/composite.xml.in | 1 | ||||
-rw-r--r-- | plugins/copytex/copytex.xml.in | 1 | ||||
-rw-r--r-- | plugins/decor/decor.xml.in | 1 | ||||
-rw-r--r-- | plugins/fade/fade.xml.in | 1 | ||||
-rw-r--r-- | plugins/imgpng/imgpng.xml.in | 1 | ||||
-rw-r--r-- | plugins/imgsvg/imgsvg.xml.in | 1 | ||||
-rw-r--r-- | plugins/inotify/inotify.xml.in | 1 | ||||
-rw-r--r-- | plugins/move/move.xml.in | 1 | ||||
-rw-r--r-- | plugins/obs/obs.xml.in | 2 | ||||
-rw-r--r-- | plugins/opengl/opengl.xml.in | 1 | ||||
-rw-r--r-- | plugins/place/place.xml.in | 1 | ||||
-rw-r--r-- | plugins/regex/regex.xml.in | 1 | ||||
-rw-r--r-- | plugins/resize/resize.xml.in | 1 | ||||
-rw-r--r-- | plugins/scale/scale.xml.in | 1 | ||||
-rw-r--r-- | plugins/screenshot/screenshot.xml.in | 3 | ||||
-rw-r--r-- | plugins/switcher/switcher.xml.in | 1 | ||||
-rw-r--r-- | plugins/water/water.xml.in | 1 | ||||
-rw-r--r-- | plugins/zoom/zoom.xml.in | 1 |
19 files changed, 21 insertions, 3 deletions
diff --git a/plugins/blur/blur.xml.in b/plugins/blur/blur.xml.in index 6db5181..b8af0b0 100644 --- a/plugins/blur/blur.xml.in +++ b/plugins/blur/blur.xml.in @@ -2,13 +2,14 @@ <plugin name="blur" useBcop="true"> <_short>Blur Windows</_short> <_long>Blur windows</_long> + <category>Effects</category> <feature>blur</feature> <deps> <relation type="before"> <plugin>video</plugin> </relation> <relation type="after"> - <plugin>decoration</plugin> + <plugin>decor</plugin> </relation> <requirement> <plugin>opengl</plugin> diff --git a/plugins/composite/composite.xml.in b/plugins/composite/composite.xml.in index 387f57c..f43abcd 100644 --- a/plugins/composite/composite.xml.in +++ b/plugins/composite/composite.xml.in @@ -2,6 +2,7 @@ <plugin name="composite" useBcop="true"> <_short>Composite</_short> <_long>Composite plugin</_long> + <category>General</category> <options> <option name="slow_animations_key" type="key"> <_short>Slow Animations</_short> diff --git a/plugins/copytex/copytex.xml.in b/plugins/copytex/copytex.xml.in index 96ba59b..479ba78 100644 --- a/plugins/copytex/copytex.xml.in +++ b/plugins/copytex/copytex.xml.in @@ -2,6 +2,7 @@ <plugin name="copytex"> <_short>Copy to texture</_short> <_long>Copy pixmap content to texture</_long> + <category>General</category> <deps> <requirement> <plugin>opengl</plugin> diff --git a/plugins/decor/decor.xml.in b/plugins/decor/decor.xml.in index fafc61a..9c585c7 100644 --- a/plugins/decor/decor.xml.in +++ b/plugins/decor/decor.xml.in @@ -2,6 +2,7 @@ <plugin name="decor" useBcop="true"> <_short>Window Decoration</_short> <_long>Window decorations</_long> + <category>Effects</category> <feature>decorations</feature> <deps> <relation type="before"> diff --git a/plugins/fade/fade.xml.in b/plugins/fade/fade.xml.in index 550b718..7d878f9 100644 --- a/plugins/fade/fade.xml.in +++ b/plugins/fade/fade.xml.in @@ -2,6 +2,7 @@ <plugin name="fade" useBcop="true"> <_short>Fading Windows</_short> <_long>Fade in windows when mapped and fade out windows when unmapped</_long> + <category>Effects</category> <deps> <requirement> <plugin>opengl</plugin> diff --git a/plugins/imgpng/imgpng.xml.in b/plugins/imgpng/imgpng.xml.in index f2985da..ee1d6ae 100644 --- a/plugins/imgpng/imgpng.xml.in +++ b/plugins/imgpng/imgpng.xml.in @@ -2,6 +2,7 @@ <plugin name="imgpng"> <_short>Png</_short> <_long>Png image loader</_long> + <category>Image Loading</category> <feature>imageext:png</feature> <feature>imagemime:image/png</feature> </plugin> diff --git a/plugins/imgsvg/imgsvg.xml.in b/plugins/imgsvg/imgsvg.xml.in index e422413..ec1b37e 100644 --- a/plugins/imgsvg/imgsvg.xml.in +++ b/plugins/imgsvg/imgsvg.xml.in @@ -2,6 +2,7 @@ <plugin name="imgsvg" useBcop="true"> <_short>Svg</_short> <_long>Svg image loader</_long> + <category>Image Loading</category> <feature>imageext:svg</feature> <feature>imagemime:image/svg+xml</feature> <options> diff --git a/plugins/inotify/inotify.xml.in b/plugins/inotify/inotify.xml.in index 473251e..2f17e97 100644 --- a/plugins/inotify/inotify.xml.in +++ b/plugins/inotify/inotify.xml.in @@ -2,5 +2,6 @@ <plugin name="inotify"> <_short>Inotify</_short> <_long>File change notification plugin</_long> + <category>Utility</category> </plugin> </compiz> diff --git a/plugins/move/move.xml.in b/plugins/move/move.xml.in index 2153366..323db6d 100644 --- a/plugins/move/move.xml.in +++ b/plugins/move/move.xml.in @@ -2,6 +2,7 @@ <plugin name="move" useBcop="true"> <_short>Move Window</_short> <_long>Move window</_long> + <category>Window Management</category> <deps> <relation type="after"> <plugin>composite</plugin> diff --git a/plugins/obs/obs.xml.in b/plugins/obs/obs.xml.in index ab3d5fa..c2a48d9 100644 --- a/plugins/obs/obs.xml.in +++ b/plugins/obs/obs.xml.in @@ -9,7 +9,7 @@ <plugin>opengl</plugin> </requirement> <relation type="after"> - <plugin>decoration</plugin> + <plugin>decor</plugin> <plugin>blur</plugin> </relation> </deps> diff --git a/plugins/opengl/opengl.xml.in b/plugins/opengl/opengl.xml.in index ecba181..a7c841c 100644 --- a/plugins/opengl/opengl.xml.in +++ b/plugins/opengl/opengl.xml.in @@ -2,6 +2,7 @@ <plugin name="opengl" useBcop="true"> <_short>OpenGL</_short> <_long>OpenGL Plugin</_long> + <category>General</category> <deps> <requirement> <plugin>composite</plugin> diff --git a/plugins/place/place.xml.in b/plugins/place/place.xml.in index 39acdd3..e00ec36 100644 --- a/plugins/place/place.xml.in +++ b/plugins/place/place.xml.in @@ -2,6 +2,7 @@ <plugin name="place" useBcop="true"> <_short>Place Windows</_short> <_long>Place windows at appropriate positions when mapped</_long> + <category>Window Management</category> <options> <option name="workarounds" type="bool"> <_short>Workarounds</_short> diff --git a/plugins/regex/regex.xml.in b/plugins/regex/regex.xml.in index 72a7cca..31dbd8d 100644 --- a/plugins/regex/regex.xml.in +++ b/plugins/regex/regex.xml.in @@ -2,5 +2,6 @@ <plugin name="regex"> <_short>Regex Matching</_short> <_long>Regex window matching</_long> + <category>Utility</category> </plugin> </compiz> diff --git a/plugins/resize/resize.xml.in b/plugins/resize/resize.xml.in index ceb19a1..7740b1b 100644 --- a/plugins/resize/resize.xml.in +++ b/plugins/resize/resize.xml.in @@ -2,6 +2,7 @@ <plugin name="resize" useBcop="true"> <_short>Resize Window</_short> <_long>Resize window</_long> + <category>Window Management</category> <deps> <relation type="after"> <plugin>composite</plugin> diff --git a/plugins/scale/scale.xml.in b/plugins/scale/scale.xml.in index 414c3db..ccd6ace 100644 --- a/plugins/scale/scale.xml.in +++ b/plugins/scale/scale.xml.in @@ -2,6 +2,7 @@ <plugin name="scale" useBcop="true"> <_short>Scale</_short> <_long>Scale windows</_long> + <category>Window Management</category> <deps> <requirement> <plugin>opengl</plugin> diff --git a/plugins/screenshot/screenshot.xml.in b/plugins/screenshot/screenshot.xml.in index e2ec6be..122a0ff 100644 --- a/plugins/screenshot/screenshot.xml.in +++ b/plugins/screenshot/screenshot.xml.in @@ -2,12 +2,13 @@ <plugin name="screenshot" useBcop="true"> <_short>Screenshot</_short> <_long>Screenshot plugin</_long> + <category>Extras</category> <deps> <requirement> <plugin>opengl</plugin> + <feature>imageext:png</feature> </requirement> </deps> - <category>Extras</category> <options> <option name="initiate_button" type="button"> <_short>Initiate</_short> diff --git a/plugins/switcher/switcher.xml.in b/plugins/switcher/switcher.xml.in index 3ffb401..7503b29 100644 --- a/plugins/switcher/switcher.xml.in +++ b/plugins/switcher/switcher.xml.in @@ -2,6 +2,7 @@ <plugin name="switcher" useBcop="true"> <_short>Application Switcher</_short> <_long>Application Switcher</_long> + <category>Window Management</category> <deps> <requirement> <plugin>opengl</plugin> diff --git a/plugins/water/water.xml.in b/plugins/water/water.xml.in index 12e0a31..f45668d 100644 --- a/plugins/water/water.xml.in +++ b/plugins/water/water.xml.in @@ -2,6 +2,7 @@ <plugin name="water" useBcop="true"> <_short>Water Effect</_short> <_long>Adds water effects to different desktop actions</_long> + <category>Effects</category> <deps> <relation type="before"> <plugin>blur</plugin> diff --git a/plugins/zoom/zoom.xml.in b/plugins/zoom/zoom.xml.in index 2214f1d..2cfc63e 100644 --- a/plugins/zoom/zoom.xml.in +++ b/plugins/zoom/zoom.xml.in @@ -2,6 +2,7 @@ <plugin name="zoom" useBcop="true"> <_short>Zoom Desktop</_short> <_long>Zoom and pan desktop cube</_long> + <category>Accessibility</category> <deps> <requirement> <plugin>opengl</plugin> |