1
0
Fork 0
Commit graph

70 commits

Author SHA1 Message Date
woutervdub
d06a91a4a7 Implement #4951 2023-09-22 02:15:35 +00:00
Joost De Cock
ef41c23379 feat(plugin-annotations): Added eyelet snippet 2023-09-18 11:04:22 +02:00
joostdecock
b8458362b0 fix(plugin-annotations): Fix issue with rotating scalebox 2023-09-16 13:04:22 +02:00
joostdecock
4198c35ea8 feat(plugin-annotations): Add setCut method 2023-09-16 10:33:20 +02:00
Joost De Cock
7432dd37ad fix(plugin-annotations): Avoid self-closing tags in defs 2023-09-15 16:58:13 +02:00
Joost De Cock
967bebdaf5 chore(plugin-annotations): Another flag preset 2023-09-15 16:57:42 +02:00
Joost De Cock
b3b0d4b7bc fix(plugin-annotations): Wrong macro names in umbrella rm macro 2023-09-15 16:57:01 +02:00
Joost De Cock
9955784078 fix(plugin-annotations): Circle syntax in defs 2023-09-15 08:43:57 +02:00
Joost De Cock
8dab0cdb4e fix(plugin-annotations): Fix bnotch syntax 2023-09-14 16:54:32 +02:00
Joost De Cock
799352f2b7 chore(plugin-annotations): Update title macro to cutlist changes 2023-09-13 17:50:53 +02:00
Joost De Cock
6d5c21e4e1 fix(plugin-annotations): Set bias/cutonfold explicity in cutlist
The cutlist methods were being clever by deducing whether a part should
be cut on the fold from info set by the cutonfold macro.

This is a footgun, because this only works when the cutlist is set after
the cutonfold macro is run.

We can't expect designers to know they should add this annotation before
that annotation so now you need to add it explicitly.

The current keys to pass are:

 - cut
 - from (used to be material)
 - onBias (used to be bias)
 - onFold (replaced ignoreOnFold)
2023-09-13 17:41:03 +02:00
Joost De Cock
d9e85d03ca fix(plugin-annotations): Better check for material 2023-09-13 15:12:22 +02:00
Joost De Cock
d9e566ad12 fix(plugin-annotations): Force rendering points for title 2023-09-13 11:48:34 +02:00
Joost De Cock
b8efc700e7 chore(plugin-annotations): Prefer from over material and support multiple cuts 2023-09-13 11:48:10 +02:00
Joost De Cock
87aaf1f2d9 feat(plugin-annotations): Allow setting title and desc via msg 2023-09-12 16:02:37 +02:00
Joost De Cock
f5edf74936 chore(chared): Updated flag UI and api 2023-09-09 15:31:53 +02:00
joostdecock
b43145ac89 chore(plugin-annotations): No space between v and version 2023-09-08 10:35:53 +02:00
joostdecock
415aabb09d fix(plugin-annotations): Allow overriding scalbox box classes 2023-09-08 10:15:41 +02:00
joostdecock
5a99c1b5ef fix(plugin-annotations): Let banner start and end with text 2023-09-08 09:05:27 +02:00
joostdecock
a253920dd5 chore: Linter issues 2023-09-07 20:15:40 +02:00
joostdecock
36e4062297 feat(core-plugins): Set macro id on dimension path 2023-09-07 18:35:06 +02:00
joostdecock
7a98de5797 fix(plugin-annotations): Desctructure Point and log 2023-09-07 14:46:28 +02:00
joostdecock
4528e1bc88 feat(shared): Added support for flags 2023-09-07 10:29:19 +02:00
joostdecock
4aa3c2786b fix: Handle loading of plugin i18n data in workbench 2023-09-06 10:30:52 +02:00
joostdecock
9f081eebb1 chore(plugins): Migrate from log.warning to log.warn 2023-09-06 08:29:59 +02:00
joostdecock
9ae94abd02 feat(plugin-annotations): Add i18n 2023-09-06 08:14:49 +02:00
joostdecock
3f6a5b4116 chore(plugin-annotations): Migrate title 2023-09-05 20:38:47 +02:00
joostdecock
d33139c6d0 chore(plugin-annotations): Migrate sewtogether 2023-09-05 20:38:14 +02:00
joostdecock
509e6a3b85 chore(plugin-annotations): Migrate scalebox 2023-09-05 20:38:03 +02:00
joostdecock
d94930f720 chore(plugin-annotations): Migrate pleat 2023-09-05 20:37:49 +02:00
joostdecock
6cc55ae677 chore(plugin-annotations): Migrate grainline 2023-09-05 20:37:38 +02:00
joostdecock
65b3f32b44 chore(plugin-annotations): Migrate dimensions 2023-09-05 20:37:29 +02:00
joostdecock
8d4c6fcf9e chore(plugin-annotations): Migrate cutonfold 2023-09-05 20:37:15 +02:00
joostdecock
c289f4df66 chore(plugin-annotations): Migrate crossbox 2023-09-05 20:37:02 +02:00
joostdecock
dae90a557d chore(plugin-annotations): Migrate bartack 2023-09-05 20:36:45 +02:00
joostdecock
d95645b679 chore(plugin-annotations): Migrate bannerbox 2023-09-05 20:36:33 +02:00
joostdecock
f33f652e44 chore(plugin-annotations): Migrate banner 2023-09-05 20:36:22 +02:00
joostdecock
d6ca812d49 feat(plugin-macro): Ported bannerbox to latest approach 2023-09-05 12:06:09 +02:00
joostdecock
637b2ecaba feat(plugin-annotations): Check complete in title macro 2023-09-05 12:05:47 +02:00
joostdecock
e60362935c feat(plugin-annotations): Allow overriding classes, set name/nr in store 2023-09-05 11:18:19 +02:00
joostdecock
577af2df6b feat(plugin-anotations): Keep macro ids in store for easy removal 2023-09-05 11:05:14 +02:00
Joost De Cock
2a6652a67b
Merge pull request #3989 from BenJamesBen/title-macro-align
enhancement(title): Add alignment property
2023-05-22 09:48:18 +02:00
Joost De Cock
2fc5508330
Merge pull request #4014 from BenJamesBen/bannerbox-fixes
fix(bannerbox): Removed hardcoded values in call to `banner`
2023-05-18 08:50:11 +02:00
Benjamin F
0c55a868eb fix(bannerbox): Removed hardcoded values in call to banner 2023-05-07 15:40:27 -07:00
Benjamin F
e972c72793 enhancement(title): Add alignment property 2023-05-04 15:24:48 -07:00
Benjamin F
39ad4bbef2 fix(plugin-title): Supress warning message if cutlist not defined 2023-05-03 19:11:21 -07:00
Wouter van Wageningen
e9ab680c53
Merge pull request #3919 from freesewing/develop
Get up to date with develop
2023-04-26 23:24:53 -07:00
Wouter van Wageningen
8887a97dd2 @eriese recommendations 2023-04-21 03:48:37 +00:00
Wouter van Wageningen
9536476512 Implement @eriese suggestion 2023-04-20 19:14:10 +00:00
Enoch Riese
0cbc0856f4 fix (cutlist) edits to work with plugin-mirror's new strictness 2023-04-20 10:23:27 -04:00