Wykres commitów

407 Commity (ed33b29c280843b48670d510a07e80a629bbcb9e)

Autor SHA1 Wiadomość Data
Kaalleen ed33b29c28
Font sampling extension (#2858) 2024-04-27 10:02:20 +02:00
Lex Neva 3b16235821
move print PDF back to web browser (#2849)
* move print PDF back to web browser

* fix line wrapping for macOS

---------

Co-authored-by: Kaalleen <reni@allenka.de>
2024-04-24 22:38:32 -04:00
capellancitizen c164f8d458
Added realistic stitch preview option (#2838)
Includes multiple optimizations for the realistic stitch preview

Co-authored-by: Lex Neva <github.com@lexneva.name>
2024-04-24 20:07:37 -04:00
capellancitizen 7e756b8971
Additional Clone functionality (#2834)
- Recursive Clones now pick up inkstitch:angle etc. from clones they clone
- Style now properly propogates to clones
- Unlink Clone tool (which applies angle changes, etc.)
- Minor refactoring
2024-04-12 16:01:17 -04:00
Kaalleen 25984cf01d
cleanup document: list -> set (#2819) 2024-04-06 08:26:48 +02:00
Kaalleen f40c89a4a6
avoid RuntimeError by closing params with CallAfter (#2809) 2024-03-30 17:51:21 +01:00
Kaalleen 697b6c64f8
add options to remove specific params only (#2774) 2024-03-29 11:09:17 +01:00
Kaalleen 2439adafa8
Add "the tartan universe" (#2782) 2024-03-29 10:25:02 +01:00
Kaalleen 8e70f3d2fe
Add object based min stitch length (#2792)
* add object based min stitch length (overwrites global)
* add object based minimum jump stitch (overwrites global)
* rename patches to stitch_groups
2024-03-26 07:10:40 +01:00
Kaalleen 88278d0c07
save thread names into embroidery files (#2777) 2024-03-24 07:39:42 +01:00
Claudine Peyrat c59449d634
Update jump_to_stroke.py (#2795) 2024-03-23 23:26:41 +01:00
Kaalleen 1112959da1
use offset curve for convert satin extension (#2775)
filter invalid rungs when merging satin sections
2024-03-23 09:00:40 +01:00
Kaalleen 4749eca8fd
Add apply palette extension (#2738)
* add apply palette extension
* thread catalog: apply palette: do not overwrite cutwork settings
2024-03-11 14:08:56 +01:00
Kaalleen 3121bbaedf
add satins only option to force lock stitch extension (#2773) 2024-03-11 13:55:00 +01:00
Kaalleen 3b5ed7c3f2
element info: fix metadata (#2772) 2024-03-11 13:53:45 +01:00
Kaalleen 84f213d000
satin to stroke: remove etree (#2764) 2024-03-08 17:18:27 +01:00
Kaalleen f6a0b2eeeb
Fix lettering along path when glyphs have subgroups (#2754)
* remove "use no commands" restriction for lettering along path
2024-03-07 17:59:38 +01:00
Kaalleen d43f2e2ff9
Jump to strokes connect subpaths (#2750) 2024-03-07 17:57:51 +01:00
Kaalleen 0816635d7e
Jump to stroke options (#2733)
* Min width
* Max width
* Connect only within groups or layers
* Do not connect after trim, stop or forced lock stitches
* Merge new strokes with previous/next stroke
2024-02-23 16:54:39 +01:00
Kaalleen c61473f02f
handle zero stitch elements better (#2736) 2024-02-23 16:53:05 +01:00
Kaalleen e87fe0cce7
Detect satins with two rungs (#2734)
1. select elements
2. troubleshoot
2024-02-21 22:48:33 +01:00
Kaalleen 0fb7d82f72
add ignore layer command to display stacking order (#2719) 2024-02-10 20:16:55 +01:00
rejbasket d929336f08
Rejbasket/pyinstaller fix installer checks (#2718)
* netowrkx deps added in build
* check for user inkscape config before installing
* get os version in exception
* update electron app location according to pyinstaller redesign
* fixed broken libgeos syslinks
* contents-directory added pyinstaller args fix broken linux and win versions
* updated inkex
* fix print_pdf

---------

authored-by: rejbasket
2024-02-10 20:16:30 +01:00
Kaalleen 9713b3cee5
Zip: fix error message when no file format is selected (#2674) 2024-02-05 17:37:43 +01:00
Kaalleen 33b0cdab9e
select elements: message when python path is not correct (#2685) 2024-01-25 18:24:13 +01:00
Kaalleen 2e60900b1a
Stroke to Fill: Ignore Small Artifacts (#2678)
* Ignore artifacts
* insert one centerline group per fill element
* prevent error on elements with fill and stroke
2024-01-25 17:59:27 +01:00
Kaalleen d57bbb0f94
Stitch plan preview overwrite option (#2642) 2024-01-14 20:42:36 +01:00
karnigen 1b1779ee99 style cleanup 2024-01-13 15:42:49 +01:00
Kaalleen cbae740a6a
update defaults and adapt to newer inkex (#2666) 2023-12-31 15:48:17 +01:00
Kaalleen fd01c2e2f1
Stitch plan: escape labels (#2644) 2023-12-29 17:00:41 +01:00
Kaalleen c0bcdb6e25
add display stacking order extension (#2656) 2023-12-28 06:53:05 +01:00
Kaalleen 7ede87f5a6
move lettering panel to gui (#2641) 2023-12-26 10:11:38 +01:00
Kaalleen 0200ba173c
add total min max stitch length to element info (#2609) 2023-12-25 09:15:55 +01:00
Kaalleen 5daa3aa3f0
Remove previous troubleshoot layer (#2638)
... instead of deleting content
2023-12-25 08:49:46 +01:00
Kaalleen 0d77b99bfd
Add indicator size option for density map (#2572)
* add indicator size option
* obey min stitch length setting
2023-10-24 19:21:15 +02:00
Lex Neva 82f2edac1a
attach params/lettering simulator window and allow detach (#2557) 2023-10-21 18:16:34 +02:00
Kaalleen 746a984dac
Fix new param simulator for macOS and Windows (#2546)
* fix tooltip
* combine play and pause button
---------

Co-authored-by: Lex Neva
2023-10-18 15:57:49 +02:00
Kaalleen e3c9f95ba3
element info: fix typo (#2559) 2023-10-17 20:10:52 +02:00
Kaalleen 2e648eb1fb
Cleanup document: add option to remove empty groups/layers (#2552)
* cleanup document: add options to remove empty groups/layers

* cleanup document: add test run option
2023-10-17 19:34:58 +02:00
Kaalleen 58b2e971d3
zip: expose file name option better (#2555) 2023-10-17 19:33:55 +02:00
Kaalleen 6f0150db00
element info: add more info (#2556)
* add removed stitches info
* add color info
2023-10-15 14:47:46 +02:00
Kaalleen cea4f6fca8
add outline extension (#2529) 2023-10-15 07:54:04 +02:00
Kaalleen 1ff6777228
Add element info extension (#2544) 2023-10-15 07:18:26 +02:00
Kaalleen bbd7391b18
Test Swatches: Reduce length of param list by checking for element type (#2545) 2023-10-15 07:06:43 +02:00
Kaalleen 556b538dba
add ignore layer command to density map (#2522) 2023-10-02 17:20:04 +02:00
Kaalleen 61b76c7e8e
Add test swatches extension (#2528)
* remove duplicates (tags)
* sort extensions (init)
* add test swatches extension
2023-10-02 17:17:04 +02:00
Kaalleen 998edba99e
gradient_blocks: unit fix (#2505) 2023-09-07 19:30:09 +02:00
Kaalleen 98273652fd
fix toggle visibility of first command in invisible group or layer (#2491) 2023-09-07 19:29:35 +02:00
Lex Neva af96d720e9
improve params errors (#2437) 2023-09-07 19:25:47 +02:00
Kaalleen 3db335b0f4
fix "normal" lpe satin width (#2499) 2023-09-06 22:18:43 +02:00