summaryrefslogtreecommitdiff
path: root/lib/extensions/print_pdf.py
AgeCommit message (Collapse)Author
2024-11-18Print-pdf: simplify path detection (#3282)Kaalleen
* print-pdf: simplify path detection * i18n: more cleaning up * Version, License paths
2024-11-01Print pdf: prevent rendering original paths (#3262)Kaalleen
2024-05-22print pdf: remove top level groups (not only layers) (#2924)Kaalleen
2024-05-11Update inkex (#2892)Kaalleen
* fix currentColor * fix pip inkex import * fix color block extension
2024-05-03Kgn/logging revamp (#2720)karnigen
* update config files * rebase after electron remove * added toml to requirements * logging update * Unified use of the TOML format instead of INI [no ci] * Unified use of the TOML format instead of INI [no ci] * moving debug*.py to debug dir, moving some part for debugger [no ci] * use of alternate logging in some cases * updated debug logger [no ci] * logging update * updated notes * updated notes about logging * style check
2024-05-01Remove electron entirely (#2859)Kaalleen
Co-authored-by: rejbasket
2024-04-24move print PDF back to web browser (#2849)Lex Neva
* move print PDF back to web browser * fix line wrapping for macOS --------- Co-authored-by: Kaalleen <reni@allenka.de>
2024-03-26Add object based min stitch length (#2792)Kaalleen
* add object based min stitch length (overwrites global) * add object based minimum jump stitch (overwrites global) * rename patches to stitch_groups
2024-02-10Rejbasket/pyinstaller fix installer checks (#2718)rejbasket
* 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-01-13style cleanupkarnigen
2023-05-22Update electron version to v14.2.9 (#2214)rejbasket
Authored-by: rejbasket Co-authored-by: Kaalleen Co-authored-by: Lex Neva
2022-10-15add footer togglecole
2022-10-15change to full-page-patternviewcole
2022-06-22Option to drop short stitches (#1693)Kaalleen
2022-04-24Fix lettering scale, etc. (#1620)Kaalleen
* 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
2021-12-18PDF: Estimated thread (#1389)Kaalleen
2021-12-08add macOS and windows installer (#1352)rejbasket
2021-08-07fix more patch referencesLex Neva
2021-08-07rename more patch referencesLex Neva
2021-07-29fix #1213 (#1287)Kaalleen
2021-04-20Language-Stylesheets for Print-PDF (#1156)Kaalleen
2021-03-11add copyright headersLex Neva
2021-03-04Update for Inkscape 1.0 (#880)Kaalleen
* 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>
2020-12-28fix print pdf when svg contains comments (#939)Kaalleen
2019-10-21don't show visual commands in print previewLex Neva
2019-04-23comment to explain sleepLex Neva
2019-04-12enable print buttonLex Neva
2019-04-12fix styleLex Neva
2019-04-11wait for server to (probably) be upLex Neva
2019-04-10switch print pdf gui to electronLex Neva
2019-03-26Add Custom Page to Print PDF (#418)Kaalleen
2019-01-01Fix print metadata (#372)Kaalleen
2018-08-21a few more fixupsLex Neva
2018-08-21pyflakes fixesLex Neva
2018-08-21more pep8 fixesLex Neva
2018-08-21autopep8Lex Neva
2018-06-08rasterize realistic SVGs at 600dpiLex Neva
2018-06-03realistic rendering checkboxesLex Neva
2018-05-30refactor print_pdf and generate realistic previewsLex Neva
2018-05-29first attempt at realistic renderingLex Neva
2018-05-04Merge branch 'master' into lexelby-single-extensionLex Neva
2018-05-01refactor everything out of lib/__init__.pyLex Neva
2018-05-01rename inkstitch/ to lib/Lex Neva
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.