~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu5

« back to all changes in this revision

Viewing changes to share/extensions/webslicer_create_group.inx

  • Committer: Bazaar Package Importer
  • Author(s): Alex Valavanis
  • Date: 2010-09-12 19:44:58 UTC
  • mfrom: (1.1.12 upstream) (45.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100912194458-4sjwmbl7dlsrk5dc
Tags: 0.48.0-1ubuntu1
* Merge with Debian unstable (LP: #628048, LP: #401567, LP: #456248, 
  LP: #463602, LP: #591986)
* debian/control: 
  - Ubuntu maintainers
  - Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
  - Demote pstoedit to Suggests (universe package).
  - Suggests ttf-dejavu instead of ttf-bitstream-vera (LP: #513319)
* debian/rules:
  - Run intltool-update on build (Ubuntu-specific).
  - Add translation domain to .desktop files (Ubuntu-specific).
* debian/dirs:
  - Add usr/share/pixmaps.  Allow inkscape.xpm installation
* drop 50-poppler-API.dpatch (now upstream)
* drop 51-paste-in-unwritable-directory.dpatch (now upstream) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
 
3
  <_name>Set a layout group</_name>
 
4
  <id>org.inkscape.web.slicer.create-group</id>
 
5
  <dependency type="executable" location="extensions">webslicer_effect.py</dependency>
 
6
  <dependency type="executable" location="extensions">webslicer_create_group.py</dependency>
 
7
  <dependency type="executable" location="extensions">inkex.py</dependency>
 
8
  <_param name="about" type="description">Layout Group is only about to help a better code generation (if you need it). To use this, you must to select some "Slicer rectangles" first.</_param>
 
9
  <param name="html-id" type="string" _gui-text="HTML id attribute:"></param>
 
10
  <param name="html-class" type="string" _gui-text="HTML class attribute:"></param>
 
11
  <param name="width-unity" type="enum" _gui-text="Width unit:">
 
12
    <_item value="px">Pixel (fixed)</_item>
 
13
    <_item value="percent">Percent (relative to parent size)</_item>
 
14
    <_item value="undefined">Undefined (relative to non-floating content size)</_item>
 
15
  </param>
 
16
  <param name="height-unity" type="enum" _gui-text="Height unit:">
 
17
    <_item value="px">Pixel (fixed)</_item>
 
18
    <_item value="percent">Percent (relative to parent size)</_item>
 
19
    <_item value="undefined">Undefined (relative to non-floating content size)</_item>
 
20
  </param>
 
21
  <param name="bg-color" type="string" _gui-text="Background color:"></param>
 
22
  <effect needs-live-preview="false">
 
23
    <object-type>all</object-type>
 
24
    <effects-menu>
 
25
      <submenu _name="Web">
 
26
        <submenu _name="Slicer"/>
 
27
      </submenu>
 
28
    </effects-menu>
 
29
  </effect>
 
30
  <script>
 
31
    <command reldir="extensions" interpreter="python">webslicer_create_group.py</command>
 
32
  </script>
 
33
</inkscape-extension>