From e84a86d4ac0caf29d6074728376ff0a594243fec Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Thu, 4 Mar 2021 18:40:53 +0100 Subject: Update for Inkscape 1.0 (#880) * update for inkscape 1.0 * add about extension * Build improvements for the inkscape1.0 branch (#985) * zip: export real svg not stitch plan * #411 and #726 * Tools for Font Creators (#1018) * ignore very small holes in fills * remove embroider (#1026) * auto_fill: ignore shrink_or_grow if result is empty (#589) * break apart: do not ignore small fills Co-authored-by: Hagen Fritsch Co-authored-by: Lex Neva --- templates/about.xml | 28 +++++++++++++++++++ templates/auto_satin.inx | 19 ------------- templates/auto_satin.xml | 19 +++++++++++++ templates/break_apart.inx | 24 ----------------- templates/break_apart.xml | 24 +++++++++++++++++ templates/cleanup.inx | 24 ----------------- templates/cleanup.xml | 24 +++++++++++++++++ templates/convert_to_satin.inx | 17 ------------ templates/convert_to_satin.xml | 17 ++++++++++++ templates/cut_satin.inx | 17 ------------ templates/cut_satin.xml | 17 ++++++++++++ templates/embroider.inx | 28 ------------------- templates/embroider.xml | 18 +++++++++++++ templates/embroider_settings.xml | 21 +++++++++++++++ templates/flip.inx | 17 ------------ templates/flip.xml | 17 ++++++++++++ templates/global_commands.inx | 22 --------------- templates/global_commands.xml | 22 +++++++++++++++ templates/import_threadlist.inx | 27 ------------------- templates/import_threadlist.xml | 25 +++++++++++++++++ templates/input.inx | 15 ----------- templates/input.xml | 15 +++++++++++ templates/install.inx | 15 ----------- templates/install.xml | 15 +++++++++++ templates/layer_commands.inx | 21 --------------- templates/layer_commands.xml | 21 +++++++++++++++ templates/lettering.inx | 15 ----------- templates/lettering.xml | 15 +++++++++++ templates/lettering_custom_font_dir.xml | 26 ++++++++++++++++++ templates/lettering_generate_json.xml | 46 ++++++++++++++++++++++++++++++++ templates/lettering_remove_kerning.xml | 28 +++++++++++++++++++ templates/object_commands.inx | 20 -------------- templates/object_commands.xml | 20 ++++++++++++++ templates/output.inx | 19 ------------- templates/output.xml | 19 +++++++++++++ templates/output_params_txt.xml | 2 +- templates/params.inx | 15 ----------- templates/params.xml | 15 +++++++++++ templates/print.inx | 17 ------------ templates/print.xml | 17 ++++++++++++ templates/remove_embroidery_settings.inx | 23 ---------------- templates/remove_embroidery_settings.xml | 23 ++++++++++++++++ templates/reorder.xml | 15 +++++++++++ templates/simulator.inx | 17 ------------ templates/simulator.xml | 17 ++++++++++++ templates/stitch_plan_preview.inx | 17 ------------ templates/stitch_plan_preview.xml | 17 ++++++++++++ templates/troubleshoot.inx | 17 ------------ templates/troubleshoot.xml | 17 ++++++++++++ templates/zip.inx | 21 --------------- templates/zip.xml | 23 ++++++++++++++++ 51 files changed, 582 insertions(+), 428 deletions(-) create mode 100644 templates/about.xml delete mode 100644 templates/auto_satin.inx create mode 100644 templates/auto_satin.xml delete mode 100644 templates/break_apart.inx create mode 100644 templates/break_apart.xml delete mode 100644 templates/cleanup.inx create mode 100644 templates/cleanup.xml delete mode 100644 templates/convert_to_satin.inx create mode 100644 templates/convert_to_satin.xml delete mode 100644 templates/cut_satin.inx create mode 100644 templates/cut_satin.xml delete mode 100644 templates/embroider.inx create mode 100644 templates/embroider.xml create mode 100644 templates/embroider_settings.xml delete mode 100644 templates/flip.inx create mode 100644 templates/flip.xml delete mode 100644 templates/global_commands.inx create mode 100644 templates/global_commands.xml delete mode 100644 templates/import_threadlist.inx create mode 100644 templates/import_threadlist.xml delete mode 100644 templates/input.inx create mode 100644 templates/input.xml delete mode 100644 templates/install.inx create mode 100644 templates/install.xml delete mode 100644 templates/layer_commands.inx create mode 100644 templates/layer_commands.xml delete mode 100644 templates/lettering.inx create mode 100644 templates/lettering.xml create mode 100644 templates/lettering_custom_font_dir.xml create mode 100644 templates/lettering_generate_json.xml create mode 100644 templates/lettering_remove_kerning.xml delete mode 100644 templates/object_commands.inx create mode 100644 templates/object_commands.xml delete mode 100644 templates/output.inx create mode 100644 templates/output.xml delete mode 100644 templates/params.inx create mode 100644 templates/params.xml delete mode 100644 templates/print.inx create mode 100644 templates/print.xml delete mode 100644 templates/remove_embroidery_settings.inx create mode 100644 templates/remove_embroidery_settings.xml create mode 100644 templates/reorder.xml delete mode 100644 templates/simulator.inx create mode 100644 templates/simulator.xml delete mode 100644 templates/stitch_plan_preview.inx create mode 100644 templates/stitch_plan_preview.xml delete mode 100644 templates/troubleshoot.inx create mode 100644 templates/troubleshoot.xml delete mode 100644 templates/zip.inx create mode 100644 templates/zip.xml (limited to 'templates') diff --git a/templates/about.xml b/templates/about.xml new file mode 100644 index 00000000..68609d95 --- /dev/null +++ b/templates/about.xml @@ -0,0 +1,28 @@ + + + {% trans %}About{% endtrans %} + org.inkstitch.about.{{ locale }} + + + {{ image_path }}inkstitch_colour_logo.svg + + + + + + + + + +{{ inkstitch_license }} + + + + + all + + + + + + diff --git a/templates/auto_satin.inx b/templates/auto_satin.inx deleted file mode 100644 index 673ac51e..00000000 --- a/templates/auto_satin.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - {% trans %}Auto-Route Satin Columns{% endtrans %} - org.inkstitch.auto_satin.{{ locale }} - true - false - auto_satin - - all - - - - - - - - diff --git a/templates/auto_satin.xml b/templates/auto_satin.xml new file mode 100644 index 00000000..673ac51e --- /dev/null +++ b/templates/auto_satin.xml @@ -0,0 +1,19 @@ + + + {% trans %}Auto-Route Satin Columns{% endtrans %} + org.inkstitch.auto_satin.{{ locale }} + true + false + auto_satin + + all + + + + + + + + diff --git a/templates/break_apart.inx b/templates/break_apart.inx deleted file mode 100644 index 83333ad1..00000000 --- a/templates/break_apart.inx +++ /dev/null @@ -1,24 +0,0 @@ - - - {% trans %}Break Apart Fill Objects{% endtrans %} - org.inkstitch.break_apart.{{ locale }} - break_apart - - all - - - - - - - - {% trans %}This extension will try to repair fill shapes and break them apart if necessary. Holes will be retained. Use on simple or overlapping shapes.{% endtrans %} - - - - - - - diff --git a/templates/break_apart.xml b/templates/break_apart.xml new file mode 100644 index 00000000..83333ad1 --- /dev/null +++ b/templates/break_apart.xml @@ -0,0 +1,24 @@ + + + {% trans %}Break Apart Fill Objects{% endtrans %} + org.inkstitch.break_apart.{{ locale }} + break_apart + + all + + + + + + + + {% trans %}This extension will try to repair fill shapes and break them apart if necessary. Holes will be retained. Use on simple or overlapping shapes.{% endtrans %} + + + + + + + diff --git a/templates/cleanup.inx b/templates/cleanup.inx deleted file mode 100644 index 4cf11ce1..00000000 --- a/templates/cleanup.inx +++ /dev/null @@ -1,24 +0,0 @@ - - - {% trans %}Cleanup Document{% endtrans %} - org.inkstitch.cleanup.{{ locale }} - {% trans %}Use this extension to remove small objects from the document.{% endtrans %} - true - 20 - true - 5 - cleanup - - all - - - - - - - - diff --git a/templates/cleanup.xml b/templates/cleanup.xml new file mode 100644 index 00000000..4cf11ce1 --- /dev/null +++ b/templates/cleanup.xml @@ -0,0 +1,24 @@ + + + {% trans %}Cleanup Document{% endtrans %} + org.inkstitch.cleanup.{{ locale }} + {% trans %}Use this extension to remove small objects from the document.{% endtrans %} + true + 20 + true + 5 + cleanup + + all + + + + + + + + diff --git a/templates/convert_to_satin.inx b/templates/convert_to_satin.inx deleted file mode 100644 index 80f0b678..00000000 --- a/templates/convert_to_satin.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - {% trans %}Convert Line to Satin{% endtrans %} - org.inkstitch.convert_to_satin.{{ locale }} - convert_to_satin - - all - - - - - - - - diff --git a/templates/convert_to_satin.xml b/templates/convert_to_satin.xml new file mode 100644 index 00000000..80f0b678 --- /dev/null +++ b/templates/convert_to_satin.xml @@ -0,0 +1,17 @@ + + + {% trans %}Convert Line to Satin{% endtrans %} + org.inkstitch.convert_to_satin.{{ locale }} + convert_to_satin + + all + + + + + + + + diff --git a/templates/cut_satin.inx b/templates/cut_satin.inx deleted file mode 100644 index b780543a..00000000 --- a/templates/cut_satin.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - {% trans %}Cut Satin Column{% endtrans %} - org.inkstitch.cut_satin.{{ locale }} - cut_satin - - all - - - - - - - - diff --git a/templates/cut_satin.xml b/templates/cut_satin.xml new file mode 100644 index 00000000..b780543a --- /dev/null +++ b/templates/cut_satin.xml @@ -0,0 +1,17 @@ + + + {% trans %}Cut Satin Column{% endtrans %} + org.inkstitch.cut_satin.{{ locale }} + cut_satin + + all + + + + + + + + diff --git a/templates/embroider.inx b/templates/embroider.inx deleted file mode 100644 index b79c2f5f..00000000 --- a/templates/embroider.inx +++ /dev/null @@ -1,28 +0,0 @@ - - - {% trans %}Embroider{% endtrans %} - org.inkstitch.embroider.{{ locale }} - 3.0 - true - - {% for format, description in formats %} - <_option value="{{ format }}">{{ _(description) }} ({{ format | upper }}) - {% endfor %} - {% for format, description in debug_formats %} - <_option value="{{ format }}">{{ _(description) }} ({{ format | upper }}) [{{ _("DEBUG") }}] - {% endfor %} - - - embroider - - all - - - - - - - - diff --git a/templates/embroider.xml b/templates/embroider.xml new file mode 100644 index 00000000..ff56ac7d --- /dev/null +++ b/templates/embroider.xml @@ -0,0 +1,18 @@ + + + {% trans %}Embroider{% endtrans %} + org.inkstitch.embroider.{{ locale }} + {% trans %}Create a stitch file{% endtrans %} + {% trans %}Save your embroidery file through | File > Save a Copy ... |{% endtrans %} + {% trans %}Choose from listed embroidery file formats and save.{% endtrans %} + + {% trans %}Multiple file formats can be saved by choosing the zip file format.{% endtrans %} + + all + + + + + + + diff --git a/templates/embroider_settings.xml b/templates/embroider_settings.xml new file mode 100644 index 00000000..51ce9d16 --- /dev/null +++ b/templates/embroider_settings.xml @@ -0,0 +1,21 @@ + + + {% trans %}Settings{% endtrans %} + org.inkstitch.embroider_settings.{{ locale }} + embroider_settings + + all + + + + + + {% trans %}Output Settings{% endtrans %} + + 3 + + diff --git a/templates/flip.inx b/templates/flip.inx deleted file mode 100644 index 29b11457..00000000 --- a/templates/flip.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - {% trans %}Flip Satin Column Rails{% endtrans %} - org.inkstitch.flip_satins.{{ locale }} - flip - - all - - - - - - - - diff --git a/templates/flip.xml b/templates/flip.xml new file mode 100644 index 00000000..29b11457 --- /dev/null +++ b/templates/flip.xml @@ -0,0 +1,17 @@ + + + {% trans %}Flip Satin Column Rails{% endtrans %} + org.inkstitch.flip_satins.{{ locale }} + flip + + all + + + + + + + + diff --git a/templates/global_commands.inx b/templates/global_commands.inx deleted file mode 100644 index d37e2e41..00000000 --- a/templates/global_commands.inx +++ /dev/null @@ -1,22 +0,0 @@ - - - {% trans %}Add Commands{% endtrans %} - org.inkstitch.global_commands.{{ locale }} - {% trans %}These commands affect the entire embroidery design.{% endtrans %} - {% for command, description in global_commands %} - false - {% endfor %} - global_commands - - all - - - {# L10N Inkscape submenu under Extensions -> Ink/Stitch #} - - - - - - diff --git a/templates/global_commands.xml b/templates/global_commands.xml new file mode 100644 index 00000000..d37e2e41 --- /dev/null +++ b/templates/global_commands.xml @@ -0,0 +1,22 @@ + + + {% trans %}Add Commands{% endtrans %} + org.inkstitch.global_commands.{{ locale }} + {% trans %}These commands affect the entire embroidery design.{% endtrans %} + {% for command, description in global_commands %} + false + {% endfor %} + global_commands + + all + + + {# L10N Inkscape submenu under Extensions -> Ink/Stitch #} + + + + + + diff --git a/templates/import_threadlist.inx b/templates/import_threadlist.inx deleted file mode 100644 index 081a881a..00000000 --- a/templates/import_threadlist.inx +++ /dev/null @@ -1,27 +0,0 @@ - - - {% trans %}Import Threadlist{% endtrans %} - org.inkstitch.import_threadlist.{{ locale }} - import_threadlist - - {{ _("Enter path to file") }} - - - - - - {%- for item in threadcatalog %} - {{ item }} - {%- endfor %} - - - all - - - - - - diff --git a/templates/import_threadlist.xml b/templates/import_threadlist.xml new file mode 100644 index 00000000..5db963b6 --- /dev/null +++ b/templates/import_threadlist.xml @@ -0,0 +1,25 @@ + + + {% trans %}Import Threadlist{% endtrans %} + org.inkstitch.import_threadlist.{{ locale }} + import_threadlist + + + + + + + {%- for item in threadcatalog %} + {{ item }} + {%- endfor %} + + + all + + + + + + diff --git a/templates/input.inx b/templates/input.inx deleted file mode 100644 index 5f4a4610..00000000 --- a/templates/input.inx +++ /dev/null @@ -1,15 +0,0 @@ - - - {{ format | upper }} file input - org.inkstitch.input.{{ format }}.{{ locale }} - - .{{ format }} - application/x-embroidery-{{ format }} - <_filetypename>Ink/Stitch: {{ _(description) }} (.{{ format }}) - <_filetypetooltip>{{ _("convert %(file_extension)s file to Ink/Stitch manual-stitch paths") % dict(file_extension=format.upper()) }} - - input - - diff --git a/templates/input.xml b/templates/input.xml new file mode 100644 index 00000000..5f4a4610 --- /dev/null +++ b/templates/input.xml @@ -0,0 +1,15 @@ + + + {{ format | upper }} file input + org.inkstitch.input.{{ format }}.{{ locale }} + + .{{ format }} + application/x-embroidery-{{ format }} + <_filetypename>Ink/Stitch: {{ _(description) }} (.{{ format }}) + <_filetypetooltip>{{ _("convert %(file_extension)s file to Ink/Stitch manual-stitch paths") % dict(file_extension=format.upper()) }} + + input + + diff --git a/templates/install.inx b/templates/install.inx deleted file mode 100644 index ffcb9b7b..00000000 --- a/templates/install.inx +++ /dev/null @@ -1,15 +0,0 @@ - - - {% trans %}Install thread color palettes for Inkscape{% endtrans %} - org.inkstitch.install.{{ locale }} - install - - all - - - - - - diff --git a/templates/install.xml b/templates/install.xml new file mode 100644 index 00000000..764027b8 --- /dev/null +++ b/templates/install.xml @@ -0,0 +1,15 @@ + + + {% trans %}Install thread color palettes for Inkscape{% endtrans %} + org.inkstitch.install.{{ locale }} + install + + all + + + + + + diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx deleted file mode 100644 index 249d536e..00000000 --- a/templates/layer_commands.inx +++ /dev/null @@ -1,21 +0,0 @@ - - - {% trans %}Add Layer Commands{% endtrans %} - org.inkstitch.layer_commands.{{ locale }} - {% trans %}Commands will be added to the currently-selected layer.{% endtrans %} - {% for command, description in layer_commands %} - false - {% endfor %} - layer_commands - - all - - - - - - - - diff --git a/templates/layer_commands.xml b/templates/layer_commands.xml new file mode 100644 index 00000000..249d536e --- /dev/null +++ b/templates/layer_commands.xml @@ -0,0 +1,21 @@ + + + {% trans %}Add Layer Commands{% endtrans %} + org.inkstitch.layer_commands.{{ locale }} + {% trans %}Commands will be added to the currently-selected layer.{% endtrans %} + {% for command, description in layer_commands %} + false + {% endfor %} + layer_commands + + all + + + + + + + + diff --git a/templates/lettering.inx b/templates/lettering.inx deleted file mode 100644 index 65eee8a1..00000000 --- a/templates/lettering.inx +++ /dev/null @@ -1,15 +0,0 @@ - - - {% trans %}Lettering{% endtrans %} - org.inkstitch.lettering.{{ locale }} - lettering - - all - - - - - - diff --git a/templates/lettering.xml b/templates/lettering.xml new file mode 100644 index 00000000..6dea9e93 --- /dev/null +++ b/templates/lettering.xml @@ -0,0 +1,15 @@ + + + {% trans %}Lettering{% endtrans %} + org.inkstitch.lettering.{{ locale }} + lettering + + all + + + + + + diff --git a/templates/lettering_custom_font_dir.xml b/templates/lettering_custom_font_dir.xml new file mode 100644 index 00000000..b08c37d6 --- /dev/null +++ b/templates/lettering_custom_font_dir.xml @@ -0,0 +1,26 @@ + + + {% trans %}Custom font directory{% endtrans %} + org.inkstitch.lettering_custom_font_dir.{{ locale }} + lettering_custom_font_dir + + all + + + + + + + + {% trans %}Set a custom directory for additional fonts to be used with the lettering tool.{% endtrans %} + + + + + + {% trans %}Usage: Create a subdirectory for each font you add.{% endtrans %} + + + diff --git a/templates/lettering_generate_json.xml b/templates/lettering_generate_json.xml new file mode 100644 index 00000000..5f4907f7 --- /dev/null +++ b/templates/lettering_generate_json.xml @@ -0,0 +1,46 @@ + + + {% trans %}Generate JSON{% endtrans %} + org.inkstitch.lettering_generate_json.{{ locale }} + lettering_generate_json + + all + + + + + + + + {% trans %}Generates font.json which can be used by the lettering tool.{% endtrans %} + + + + + + + + + {% trans %}Insert a font SVG file with kerning information.{% endtrans %} + + + + + true + true + + � + + + 1 + 1 + + + + + + diff --git a/templates/lettering_remove_kerning.xml b/templates/lettering_remove_kerning.xml new file mode 100644 index 00000000..5657e003 --- /dev/null +++ b/templates/lettering_remove_kerning.xml @@ -0,0 +1,28 @@ + + + {% trans %}Remove Kerning{% endtrans %} + org.inkstitch.lettering_remove_kerning.{{ locale }} + lettering_remove_kerning + + all + + + + + + + + {% trans %}Removes Kerning information from given SVG files{% endtrans %} + + + + ⚠ {% trans %}Make sure you keep a copy of the original file. After running this extension kerning information will be lost unrevertably from these files.{% endtrans %} + + + + + + + diff --git a/templates/object_commands.inx b/templates/object_commands.inx deleted file mode 100644 index affe7584..00000000 --- a/templates/object_commands.inx +++ /dev/null @@ -1,20 +0,0 @@ - - - {% trans %}Attach Commands to Selected Objects{% endtrans %} - org.inkstitch.commands.{{ locale }} - {% for command, description in object_commands %} - false - {% endfor %} - object_commands - - all - - - - - - - - diff --git a/templates/object_commands.xml b/templates/object_commands.xml new file mode 100644 index 00000000..affe7584 --- /dev/null +++ b/templates/object_commands.xml @@ -0,0 +1,20 @@ + + + {% trans %}Attach Commands to Selected Objects{% endtrans %} + org.inkstitch.commands.{{ locale }} + {% for command, description in object_commands %} + false + {% endfor %} + object_commands + + all + + + + + + + + diff --git a/templates/output.inx b/templates/output.inx deleted file mode 100644 index ffff4be9..00000000 --- a/templates/output.inx +++ /dev/null @@ -1,19 +0,0 @@ - - - {{ format | upper }} file output - org.inkstitch.output.{{ format }}.{{ locale }} - - .{{ format }} - application/x-embroidery-{{ format }} - <_filetypename>Ink/Stitch: {{ _(description) }} (.{{ format }}) - <_filetypetooltip>{{ _("Save design in %(file_extension)s format using Ink/Stitch") % dict(file_extension=format.upper()) }} - true - - output - {{ format }} - {% set params = "output_params_" + format + ".xml" %} - {% include params ignore missing %} - - diff --git a/templates/output.xml b/templates/output.xml new file mode 100644 index 00000000..545c3d28 --- /dev/null +++ b/templates/output.xml @@ -0,0 +1,19 @@ + + + {{ format | upper }} file output + org.inkstitch.output.{{ format }}.{{ locale }} + + .{{ format }} + {{ mimetype }} + <_filetypename>Ink/Stitch: {{ _(description) }} (.{{ format }}) + <_filetypetooltip>{{ _("Save design in %(file_extension)s format using Ink/Stitch") % dict(file_extension=format.upper()) }} + true + + output + {{ format }} + {% set params = "output_params_" + format + ".xml" %} + {% include params ignore missing %} + + diff --git a/templates/output_params_txt.xml b/templates/output_params_txt.xml index c8ca35ee..8b7f66f5 100644 --- a/templates/output_params_txt.xml +++ b/templates/output_params_txt.xml @@ -36,6 +36,6 @@ gui-description="{{ _("minimum spindle speed value (grbl $31 setting)") }}" min="-1" max="1000000000">-1 -1 - -1 + -1 diff --git a/templates/params.inx b/templates/params.inx deleted file mode 100644 index a2dc89a3..00000000 --- a/templates/params.inx +++ /dev/null @@ -1,15 +0,0 @@ - - - {% trans %}Params{% endtrans %} - org.inkstitch.params.{{ locale }} - params - - all - - - - - - diff --git a/templates/params.xml b/templates/params.xml new file mode 100644 index 00000000..4ceb9020 --- /dev/null +++ b/templates/params.xml @@ -0,0 +1,15 @@ + + + {% trans %}Params{% endtrans %} + org.inkstitch.params.{{ locale }} + params + + all + + + + + + diff --git a/templates/print.inx b/templates/print.inx deleted file mode 100644 index 33d8b25c..00000000 --- a/templates/print.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - {% trans %}PDF Export{% endtrans %} - org.inkstitch.print.{{ locale }} - print - - all - - - - - - - - diff --git a/templates/print.xml b/templates/print.xml new file mode 100644 index 00000000..410f9b54 --- /dev/null +++ b/templates/print.xml @@ -0,0 +1,17 @@ + + + {% trans %}PDF Export{% endtrans %} + org.inkstitch.print.{{ locale }} + print + + all + + + + + + + + diff --git a/templates/remove_embroidery_settings.inx b/templates/remove_embroidery_settings.inx deleted file mode 100644 index c83cc1b8..00000000 --- a/templates/remove_embroidery_settings.inx +++ /dev/null @@ -1,23 +0,0 @@ - - - {% trans %}Remove embroidery settings{% endtrans %} - org.inkstitch.remove_embroidery_settings.{{ locale }} - {% trans %}Use this extension to remove the information Ink/Stitch has stored in your document. This can be especially useful if you copy and paste objects from an embroidery design into another document.{% endtrans %} - true - false - false - remove_embroidery_settings - - all - - - - - - - - diff --git a/templates/remove_embroidery_settings.xml b/templates/remove_embroidery_settings.xml new file mode 100644 index 00000000..c83cc1b8 --- /dev/null +++ b/templates/remove_embroidery_settings.xml @@ -0,0 +1,23 @@ + + + {% trans %}Remove embroidery settings{% endtrans %} + org.inkstitch.remove_embroidery_settings.{{ locale }} + {% trans %}Use this extension to remove the information Ink/Stitch has stored in your document. This can be especially useful if you copy and paste objects from an embroidery design into another document.{% endtrans %} + true + false + false + remove_embroidery_settings + + all + + + + + + + + diff --git a/templates/reorder.xml b/templates/reorder.xml new file mode 100644 index 00000000..7e002616 --- /dev/null +++ b/templates/reorder.xml @@ -0,0 +1,15 @@ + + + {% trans %}Reorder{% endtrans %} + org.inkstitch.reorder.{{ locale }} + reorder + + all + + + + + + diff --git a/templates/simulator.inx b/templates/simulator.inx deleted file mode 100644 index dfa6b34a..00000000 --- a/templates/simulator.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - {% trans %}Simulator / Realistic Preview{% endtrans %} - org.inkstitch.simulator.{{ locale }} - simulator - - all - - - - - - - - diff --git a/templates/simulator.xml b/templates/simulator.xml new file mode 100644 index 00000000..029d8b37 --- /dev/null +++ b/templates/simulator.xml @@ -0,0 +1,17 @@ + + + {% trans %}Simulator / Realistic Preview{% endtrans %} + org.inkstitch.simulator.{{ locale }} + simulator + + all + + + + + + + + diff --git a/templates/stitch_plan_preview.inx b/templates/stitch_plan_preview.inx deleted file mode 100644 index 72ea7f04..00000000 --- a/templates/stitch_plan_preview.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - {% trans %}Stitch Plan Preview{% endtrans %} - org.inkstitch.stitch_plan_preview.{{ locale }} - stitch_plan_preview - - all - - - - - - - - diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml new file mode 100644 index 00000000..72ea7f04 --- /dev/null +++ b/templates/stitch_plan_preview.xml @@ -0,0 +1,17 @@ + + + {% trans %}Stitch Plan Preview{% endtrans %} + org.inkstitch.stitch_plan_preview.{{ locale }} + stitch_plan_preview + + all + + + + + + + + diff --git a/templates/troubleshoot.inx b/templates/troubleshoot.inx deleted file mode 100644 index 02df8ddc..00000000 --- a/templates/troubleshoot.inx +++ /dev/null @@ -1,17 +0,0 @@ - - - {% trans %}Troubleshoot Objects{% endtrans %} - org.inkstitch.troubleshoot.{{ locale }} - troubleshoot - - all - - - - - - - - diff --git a/templates/troubleshoot.xml b/templates/troubleshoot.xml new file mode 100644 index 00000000..02df8ddc --- /dev/null +++ b/templates/troubleshoot.xml @@ -0,0 +1,17 @@ + + + {% trans %}Troubleshoot Objects{% endtrans %} + org.inkstitch.troubleshoot.{{ locale }} + troubleshoot + + all + + + + + + + + diff --git a/templates/zip.inx b/templates/zip.inx deleted file mode 100644 index 42623019..00000000 --- a/templates/zip.inx +++ /dev/null @@ -1,21 +0,0 @@ - - - embroidery ZIP file output - org.inkstitch.output.zip.{{ locale }} - - .zip - application/zip - <_filetypename>{{ _("Ink/Stitch: ZIP export multiple formats (.zip)") }} - <_filetypetooltip>{{ _("Create a ZIP with multiple embroidery file formats using Ink/Stitch") }} - true - - {%- for format, description in formats %} - false - {%- endfor %} - false - false - zip - - diff --git a/templates/zip.xml b/templates/zip.xml new file mode 100644 index 00000000..4d620424 --- /dev/null +++ b/templates/zip.xml @@ -0,0 +1,23 @@ + + + embroidery ZIP file output + org.inkstitch.output.zip.{{ locale }} + + .zip + application/zip + <_filetypename>{{ _("Ink/Stitch: ZIP export multiple formats (.zip)") }} + <_filetypetooltip>{{ _("Create a ZIP with multiple embroidery file formats using Ink/Stitch") }} + true + + {%- for format, description, mimetype, category in formats %} + {%- if category == "embroidery" %} + false + {%- endif %} + {%- endfor %} + false + false + zip + + -- cgit v1.3.1