summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bef75b7)
raw | patch | inline | side by side (parent: bef75b7)
author | Kris <Kris.De.Gussem@hotmail.com> | |
Fri, 1 Oct 2010 19:35:16 +0000 (21:35 +0200) | ||
committer | Kris <Kris.De.Gussem@hotmail.com> | |
Fri, 1 Oct 2010 19:35:16 +0000 (21:35 +0200) |
index 3a8a03df87687098777904e808b160f18c63cb06..a0ff98ae91951f363a741b1072e9eda32484cc23 100644 (file)
<dependency type="executable" location="extensions">jessyInk_effects.py</dependency>
<param name="tab" type="notebook">
<page name="settings" _gui-text="Settings">
- <_param name="effectInLabel" type="description">Build-in effect</_param>
+ <_param name="effectInLabel" type="groupheader">Build-in effect</_param>
<param name="effectInOrder" type="int" min="1" max="100" _gui-text="Order:">1</param>
<param name="effectInDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param>
<param name="effectIn" type="optiongroup" _gui-text="Type:">
<_option value="fade">Fade</_option>
<_option value="pop">Pop</_option>
</param>
- <_param name="effectOutLabel" type="description">Build-out effect</_param>
+ <_param name="effectOutLabel" type="groupheader">Build-out effect</_param>
<param name="effectOutOrder" type="int" min="1" max="100" _gui-text="Order:">1</param>
<param name="effectOutDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param>
<param name="effectOut" type="optiongroup" _gui-text="Type:">
index 1599d2c20cf90f316d26cbdcab5bbbaf05d1db28..bf794e9cf1c427c620a716d6c70cbbc955c227b9 100644 (file)
<param name="tab" type="notebook">
<page name="settings" _gui-text="Settings">
<param name="layerName" type="string" _gui-text="Name of layer:"></param>
- <_param name="effectInLabel" type="description">Transition in effect</_param>
+ <_param name="effectInLabel" type="groupheader">Transition in effect</_param>
<param name="effectInDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param>
<param name="effectIn" type="optiongroup" _gui-text="Type:">
<_option value="default">Default</_option>
<_option value="fade">Fade</_option>
<_option value="pop">Pop</_option>
</param>
- <_param name="effectOutLabel" type="description">Transition out effect</_param>
+ <_param name="effectOutLabel" type="groupheader">Transition out effect</_param>
<param name="effectOutDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param>
<param name="effectOut" type="optiongroup" _gui-text="Type:">
<_option value="default">Default</_option>
index c46fb36f682c90bfc88577d55827a86174afb099..65ce401beec7f10862b05cfca964e6919b4186b5 100644 (file)
<_name>PixelSnap</_name>
<id>bryhoyt.pixelsnap</id>
<dependency type="executable" location="extensions">pixelsnap.py</dependency>
- <_param name="title" type="description">Snap all paths in selection to pixels. Snaps borders to half-points and fills to full points</_param>
+ <_param name="title" type="description">Snap all paths in selection to pixels. Snaps borders to half-points and fills to full points.</_param>
<effect>
<effects-menu>
<submenu _name="Modify Path"/>
diff --git a/share/extensions/webslicer_create_rect.inx b/share/extensions/webslicer_create_rect.inx
index 5dc545a3be42733e6c55c34ab4e6685a691b6bc9..8a56c78925089fb861b7684a17ab4e113666120c 100644 (file)
<param name="bg-color" type="string" _gui-text="Background color:"></param>
<param name="tab" type="notebook">
<page name="tabJPG" gui-text="JPG">
- <_param name="help-jpg" type="description"><b>JPG specific options</b></_param>
+ <_param name="help-jpg" type="groupheader">JPG specific options</_param>
<param name="quality" type="int" min="0" max="100" _gui-text="Quality:">85</param>
<_param name="help-quality" type="description">0 is the lowest image quality and highest compression, and 100 is the best quality but least effective compression</_param>
</page>
<page name="tabGIF" gui-text="GIF">
- <_param name="help-gif" type="description"><b>GIF specific options</b></_param>
+ <_param name="help-gif" type="groupheader">GIF specific options</_param>
<param name="gif-type" type="enum" _gui-text="Type:">
<_item value="grayscale">Grayscale</_item>
<_item value="palette">Palette</_item>
<page name="tabHTML" gui-text="HTML">
<param name="html-id" type="string" _gui-text="HTML id attribute:"></param>
<param name="html-class" type="string" _gui-text="HTML class attribute:"></param>
- <_param name="help-gif" type="description"><b>Options for HTML export</b></_param>
+ <_param name="help-gif" type="groupheader">Options for HTML export</_param>
<param name="layout-disposition" type="enum" _gui-text="Layout disposition:">
<_item value="bg-el-norepeat">Positioned html block element with the image as Background</_item>
<_item value="bg-parent-repeat">Tiled Background (on parent group)</_item>