diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-01-21 15:10:13 +0100 |
---|---|---|
committer | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-01-21 15:10:13 +0100 |
commit | f3c574b15774599aff5b774342d617883922d658 (patch) | |
tree | 596d59c88618b5a93eda86e147c50df8996ead9f | |
parent | 13d4359efb4ea839a68551c5d2b94184accd234c (diff) | |
download | mag-f3c574b15774599aff5b774342d617883922d658.tar.gz mag-f3c574b15774599aff5b774342d617883922d658.tar.bz2 |
Better option grouping.
-rw-r--r-- | mag.xml.in | 198 |
1 files changed, 99 insertions, 99 deletions
@@ -14,7 +14,7 @@ </deps> <display> <group> - <_short>Main</_short> + <_short>Bindings</_short> <option name="initiate" type="key"> <_short>Initiate</_short> <_long>Zoom In</_long> @@ -34,7 +34,26 @@ </display> <screen> <group> - <_short>Main</_short> + <_short>General</_short> + <option name="mode" type="int"> + <_short>Mode</_short> + <_long>Mode.</_long> + <default>0</default> + <min>0</min> + <max>2</max> + <desc> + <value>0</value> + <_name>Simple</_name> + </desc> + <desc> + <value>1</value> + <_name>Image overlay</_name> + </desc> + <desc> + <value>2</value> + <_name>Fisheye</_name> + </desc> + </option> <option name="zoom_factor" type="float"> <_short>Zoom</_short> <_long>Zoom factor for keyboard initiated magnifier.</_long> @@ -59,103 +78,84 @@ <max>50</max> <precision>0.1</precision> </option> - <option name="mode" type="int"> - <_short>Mode</_short> - <_long>Mode.</_long> - <default>0</default> - <min>0</min> - <max>2</max> - <desc> - <value>0</value> - <_name>Simple</_name> - </desc> - <desc> - <value>1</value> - <_name>Image overlay</_name> - </desc> - <desc> - <value>2</value> - <_name>Fisheye</_name> - </desc> - </option> - </group> - <group> - <_short>Box</_short> - <option name="keep_screen" type="bool"> - <_short>Keep fully on screen</_short> - <_long>Keep fully on screen.</_long> - <default>true</default> - </option> - <option name="box_width" type="int"> - <_short>Width</_short> - <_long>Box width.</_long> - <default>300</default> - <min>20</min> - <max>1000</max> - </option> - <option name="box_height" type="int"> - <_short>Height</_short> - <_long>Box height.</_long> - <default>200</default> - <min>20</min> - <max>1000</max> - </option> - <option name="border" type="int"> - <_short>Border width</_short> - <_long>Border widtht.</_long> - <default>2</default> - <min>0</min> - <max>20</max> - </option> - <option name="box_color" type="color"> - <_short>Border color</_short> - <_long>Border color</_long> - <default> - <red>0x0</red> - <green>0x0</green> - <blue>0x0</blue> - <alpha>0xffff</alpha> - </default> - </option> - </group> - <group> - <_short>Image</_short> - <option name="overlay" type="string"> - <_short>Magnifier image</_short> - <_long>Magnifier image.</_long> - <hints>file;image;</hints> - <default>overlay.png</default> - </option> - <option name="mask" type="string"> - <_short>Clip mask</_short> - <_long>Clip mask.</_long> - <hints>file;image;</hints> - <default>mask.png</default> - </option> - <option name="x_offset" type="int"> - <_short>X offset of the cursor</_short> - <_long>X offset of the cursor.</_long> - <default>120</default> - <min>0</min> - <max>1000</max> - </option> - <option name="y_offset" type="int"> - <_short>Y offset of the cursor</_short> - <_long>Y offset of the cursor.</_long> - <default>120</default> - <min>0</min> - <max>1000</max> - </option> - </group> - <group> - <_short>Fisheye</_short> - <option name="radius" type="int"> - <_short>Radius</_short> - <_long>Radius of the magnification area.</_long> - <default>200</default> - <min>10</min> - <max>1000</max> - </option> + <subgroup> + <_short>Simple</_short> + <option name="keep_screen" type="bool"> + <_short>Keep fully on screen</_short> + <_long>Keep fully on screen.</_long> + <default>true</default> + </option> + <option name="box_width" type="int"> + <_short>Width</_short> + <_long>Box width.</_long> + <default>300</default> + <min>20</min> + <max>1000</max> + </option> + <option name="box_height" type="int"> + <_short>Height</_short> + <_long>Box height.</_long> + <default>200</default> + <min>20</min> + <max>1000</max> + </option> + <option name="border" type="int"> + <_short>Border width</_short> + <_long>Border widtht.</_long> + <default>2</default> + <min>0</min> + <max>20</max> + </option> + <option name="box_color" type="color"> + <_short>Border color</_short> + <_long>Border color</_long> + <default> + <red>0x0</red> + <green>0x0</green> + <blue>0x0</blue> + <alpha>0xffff</alpha> + </default> + </option> + </subgroup> + <subgroup> + <_short>Image overlay</_short> + <option name="overlay" type="string"> + <_short>Magnifier image</_short> + <_long>Magnifier image.</_long> + <hints>file;image;</hints> + <default>overlay.png</default> + </option> + <option name="mask" type="string"> + <_short>Clip mask</_short> + <_long>Clip mask.</_long> + <hints>file;image;</hints> + <default>mask.png</default> + </option> + <option name="x_offset" type="int"> + <_short>X offset of the cursor</_short> + <_long>X offset of the cursor.</_long> + <default>120</default> + <min>0</min> + <max>1000</max> + </option> + <option name="y_offset" type="int"> + <_short>Y offset of the cursor</_short> + <_long>Y offset of the cursor.</_long> + <default>120</default> + <min>0</min> + <max>1000</max> + </option> + </subgroup> + <subgroup> + <_short>Fisheye</_short> + <option name="radius" type="int"> + <_short>Radius</_short> + <_long>Radius of the magnification area.</_long> + <default>200</default> + <min>10</min> + <max>1000</max> + </option> + </subgroup> </group> </screen> </plugin> |