Wykres commitów

36 Commity (8e70f3d2feaab8a14f775a5ef84002bdab9688f0)

Autor SHA1 Wiadomość Data
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
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
karnigen 1b1779ee99 style cleanup 2024-01-13 15:42:49 +01:00
rejbasket ef6f6580df
Update electron version to v14.2.9 (#2214)
Authored-by: rejbasket
Co-authored-by: Kaalleen
Co-authored-by: Lex Neva
2023-05-22 22:33:19 +02:00
cole d4720ceb9b add footer toggle 2022-10-15 16:54:53 +02:00
cole ff05e24696 change to full-page-patternview 2022-10-15 16:54:53 +02:00
Kaalleen b6bde000fe
Option to drop short stitches (#1693) 2022-06-22 15:22:34 +02:00
Kaalleen f9d57f6ea5
Fix lettering scale, etc. (#1620)
* fix lettering scale
* adapt to updated inkex:  transform operator, selections
* fix #1597
* no traceback error message on broken satin columns
* highlight troubleshoot "steps to solve" through additional headline
* set a minimum value for running stitch repeats
* rename "import" thread list to "apply" thread list
2022-04-24 08:27:42 +02:00
Kaalleen 1d3cb680c4
PDF: Estimated thread (#1389) 2021-12-18 08:44:37 +01:00
rejbasket 41ace3a9e5
add macOS and windows installer (#1352) 2021-12-08 22:18:41 +01:00
Lex Neva 923ff3cb97 fix more patch references 2021-08-07 12:37:17 -04:00
Lex Neva 173548dee5 rename more patch references 2021-08-07 12:18:55 -04:00
Kaalleen 2161379b55
fix #1213 (#1287) 2021-07-29 18:16:06 +02:00
Kaalleen 08adc27b30
Language-Stylesheets for Print-PDF (#1156) 2021-04-20 17:50:30 +02:00
Lex Neva 3b3f890c12 add copyright headers 2021-03-11 23:17:19 -05:00
Kaalleen e84a86d4ac
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 <rumpeltux-github@irgendwo.org>
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-03-04 18:40:53 +01:00
Kaalleen 41c25ffe14
fix print pdf when svg contains comments (#939) 2020-12-28 07:11:38 +01:00
Lex Neva 468ed07c33 don't show visual commands in print preview 2019-10-21 20:20:45 -04:00
Lex Neva 352aebad5e comment to explain sleep 2019-04-23 19:57:49 -04:00
Lex Neva 9b2a47136b enable print button 2019-04-12 17:57:07 -04:00
Lex Neva 3a3c9e5406 fix style 2019-04-12 15:32:37 -04:00
Lex Neva 7e04b879c2 wait for server to (probably) be up 2019-04-11 00:03:33 -04:00
Lex Neva 9ccf2f552b switch print pdf gui to electron 2019-04-10 23:37:16 -04:00
Kaalleen f435520663
Add Custom Page to Print PDF (#418) 2019-03-26 18:24:02 +01:00
Kaalleen 85e12f4b85
Fix print metadata (#372) 2019-01-01 19:47:28 +01:00
Lex Neva f53fe05200 a few more fixups 2018-08-21 21:57:15 -04:00
Lex Neva 908f2cd772 pyflakes fixes 2018-08-21 21:43:09 -04:00
Lex Neva 94f391ab42 more pep8 fixes 2018-08-21 20:50:14 -04:00
Lex Neva 038875f876 autopep8 2018-08-21 20:32:50 -04:00
Lex Neva fb273a6daa rasterize realistic SVGs at 600dpi 2018-06-08 23:16:08 -04:00
Lex Neva f10393989b realistic rendering checkboxes 2018-06-03 23:24:26 -04:00
Lex Neva ae286b17ad refactor print_pdf and generate realistic previews 2018-05-30 22:25:43 -04:00
Lex Neva 4c986117bf first attempt at realistic rendering 2018-05-29 20:04:30 -04:00
Lex Neva 2c9077abce Merge branch 'master' into lexelby-single-extension 2018-05-04 20:00:29 -04:00
Lex Neva 05daffb7e0 refactor everything out of lib/__init__.py 2018-05-01 21:21:07 -04:00
Lex Neva 1b31806423 rename inkstitch/ to lib/
You can't have a module and a package named the same thing.  PyInstaller wants
to import the main script as if it were a module, and this doesn't work unless
there's no directory of the same name with a __init__.py in it.
2018-05-01 20:37:51 -04:00