From 1adfa87a68be6bcc92d9521b97ab59dc022ab3be Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Tue, 22 Jun 2021 20:04:39 +0200 Subject: satin pattern and split stitch --- templates/apply_satin_pattern.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/apply_satin_pattern.xml (limited to 'templates') diff --git a/templates/apply_satin_pattern.xml b/templates/apply_satin_pattern.xml new file mode 100644 index 00000000..e52fb1a4 --- /dev/null +++ b/templates/apply_satin_pattern.xml @@ -0,0 +1,17 @@ + + + {% trans %}Apply Satin Pattern{% endtrans %} + org.inkstitch.apply_satin_pattern.{{ locale }} + apply_satin_pattern + + all + + + + + + + + -- cgit v1.2.3 From c602c4c517cab40dfc2dc7dbc5c29c037cccafae Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sun, 27 Jun 2021 22:29:57 +0200 Subject: group patterns --- templates/apply_satin_pattern.xml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 templates/apply_satin_pattern.xml (limited to 'templates') diff --git a/templates/apply_satin_pattern.xml b/templates/apply_satin_pattern.xml deleted file mode 100644 index e52fb1a4..00000000 --- a/templates/apply_satin_pattern.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - {% trans %}Apply Satin Pattern{% endtrans %} - org.inkstitch.apply_satin_pattern.{{ locale }} - apply_satin_pattern - - all - - - - - - - - -- cgit v1.2.3 From 2f54ff2a436f2774bfdc730b6e95c43f18ed81ac Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sun, 27 Jun 2021 22:47:43 +0200 Subject: group command extension --- templates/group_commands.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/group_commands.xml (limited to 'templates') diff --git a/templates/group_commands.xml b/templates/group_commands.xml new file mode 100644 index 00000000..2a67c5b7 --- /dev/null +++ b/templates/group_commands.xml @@ -0,0 +1,21 @@ + + + {% trans %}Add Group Commands{% endtrans %} + org.inkstitch.group_commands.{{ locale }} + {% trans %}Commands will be added to the currently-selected group.{% endtrans %} + {% for command, description in group_commands %} + false + {% endfor %} + group_commands + + all + + + + + + + + -- cgit v1.2.3 From ecacb9829e9c2b7050486707211f9d176aafdf75 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Mon, 28 Jun 2021 20:05:50 +0200 Subject: pattern markers --- templates/apply_pattern.xml | 15 +++++++++++++++ templates/group_commands.xml | 21 --------------------- 2 files changed, 15 insertions(+), 21 deletions(-) create mode 100644 templates/apply_pattern.xml delete mode 100644 templates/group_commands.xml (limited to 'templates') diff --git a/templates/apply_pattern.xml b/templates/apply_pattern.xml new file mode 100644 index 00000000..cbd83dbc --- /dev/null +++ b/templates/apply_pattern.xml @@ -0,0 +1,15 @@ + + + {% trans %}Apply Pattern{% endtrans %} + org.inkstitch.apply_pattern.{{ locale }} + apply_pattern + + all + + + + + + diff --git a/templates/group_commands.xml b/templates/group_commands.xml deleted file mode 100644 index 2a67c5b7..00000000 --- a/templates/group_commands.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - {% trans %}Add Group Commands{% endtrans %} - org.inkstitch.group_commands.{{ locale }} - {% trans %}Commands will be added to the currently-selected group.{% endtrans %} - {% for command, description in group_commands %} - false - {% endfor %} - group_commands - - all - - - - - - - - -- cgit v1.2.3 From 52d9ee6a6d97b2ea752f5fdd3080a160a3574f82 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Wed, 30 Jun 2021 14:05:13 +0200 Subject: structuring --- templates/apply_pattern.xml | 15 --------------- templates/selection_to_pattern.xml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 15 deletions(-) delete mode 100644 templates/apply_pattern.xml create mode 100644 templates/selection_to_pattern.xml (limited to 'templates') diff --git a/templates/apply_pattern.xml b/templates/apply_pattern.xml deleted file mode 100644 index cbd83dbc..00000000 --- a/templates/apply_pattern.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - {% trans %}Apply Pattern{% endtrans %} - org.inkstitch.apply_pattern.{{ locale }} - apply_pattern - - all - - - - - - diff --git a/templates/selection_to_pattern.xml b/templates/selection_to_pattern.xml new file mode 100644 index 00000000..859a51ed --- /dev/null +++ b/templates/selection_to_pattern.xml @@ -0,0 +1,17 @@ + + + {% trans %}Selection to pattern{% endtrans %} + org.inkstitch.selection_to_pattern.{{ locale }} + selection_to_pattern + + all + + + + + + + + -- cgit v1.2.3