Wykres commitów

63 Commity (815b3c60351b8e6572fcacba5d37d4bd6f1c6092)

Autor SHA1 Wiadomość Data
Kaalleen 815b3c6035
Add extension: Lettering along path (#1937) 2022-12-10 10:50:14 +01:00
Kaalleen badc7a115b
Update workflows (#1890)
* update github action versions
* add libsdl for translations
* remove deprecated set-output (where we can - some actions are still using it)
2022-11-05 09:18:04 +01:00
Kaalleen fbe8d13f03 update versions of github actions 2022-11-05 08:37:36 +01:00
George Steel 45136fba8a add scipy version pin for windows 2022-10-08 22:41:02 -04:00
George Steel b2bde4f959 fix requirements.txt, move CI version pins to CI file 2022-10-04 22:47:48 -04:00
rejbasket 9dfc0a2f5c
Rejbasket/scipy fix (#1842)
* updates to workflow and requirements

* Update requirements.txt

removed pip flags causing build to fail

Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2022-10-02 14:45:57 +02:00
Kaalleen 28534cf1a8
linux scipy/linalg libraries: ELF (#1714)
* do not strip any scipy library for linux

* apply settings to debug formats

* use fixed pyembroidery

Co-authored-by: Lex Neva
2022-07-08 07:33:45 +02:00
Kaalleen e968f814f7
Add ripple stitch feature (#1667) 2022-05-24 19:40:30 +02:00
Kaalleen 7bd5dd6b50 test with macos python 3.8.x 2022-05-04 19:18:21 +02:00
rejbasket 35b748c46c
Pkg inkscape check (#1622)
* add warning if Inkscape not installed (mac)
enable local build with arm linux and mac


Authored-by: rejbasket <rejbasket@users.noreply.github.com>
2022-04-18 10:59:42 +02:00
rejbasket f2208a88fe
installer updates (#1565)
* * build zip versions for macOS and windows
* set application version macOS and Windows
* automatically uninstall previous version in Windows

* add zip to upload

Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
2022-02-28 16:30:40 +01:00
Kaalleen 9a48fff981
shapely to 1.8.0 (#1550) 2022-01-18 18:05:02 +01:00
Lex Neva 5cf0519928
add deb and rpm building (#1501) 2022-01-10 18:20:15 +01:00
Kaalleen 2eba60a5a3
linux: font issue (wxpython) (#1510) 2022-01-08 07:09:43 +01:00
rejbasket 41ace3a9e5
add macOS and windows installer (#1352) 2021-12-08 22:18:41 +01:00
Kaalleen fcd13815d3
One Version for all Languages (#1346)
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-09-26 11:42:17 +02:00
Kaalleen 28ecf18add
Update nodejs (#1295) 2021-08-03 17:50:37 +02:00
Kaalleen 2f35a4a192
Fix Style Issues (#1154)
Co-authored-by: Lex Neva <github.com@lexneva.name>
2021-07-25 07:24:34 +02:00
Kaalleen 61dedc2721
downgrade python version for windows 7 (#1097) 2021-03-23 17:29:45 +01: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
LaureFR38 1cb501986f
Update font.py (#848)
* Add new fonts
* Update old fonts
* Update lettering gui

Co-authored-by: Lex Neva
Co-authored-by: kalleen
2021-02-04 16:40:02 +01:00
Lex Neva 29c235fd1a replace set-env with GITHUB_ENV 2020-12-20 22:20:07 -05:00
Lex Neva d90e58ac57 replace add-path with GITHUB_PATH 2020-12-20 22:10:14 -05:00
Lex Neva c76a151711 set up msbuild.exe for node 2020-08-19 21:39:06 -04:00
Lex Neva 14029c484d primary branch is now 'main' 2020-08-18 20:53:46 -04:00
Lex Neva cb2b4e3522
electron simulator (#531) 2020-04-28 18:34:05 +02:00
Kaalleen 856a03838b
fix linux build (#671) 2020-04-25 16:36:25 +02:00
Kaalleen 478ae94b9b
Fix mac build (#663) 2020-04-19 09:54:59 +02:00
Lex Neva 86901a2ab5 v1.27.2: third time's the charm?
The first two tries at releasing v1.27 didn't work.  Here are the release
notes again:

  * origin now defaults to the center of the design, not the canvas (#576)
  * new extension: reset embroidery settings
  * fix: visual commands were showing in print PDF (#557)
  * fix: "LineString has no method geoms" error in auto satin (#524)
  * fix: crashes when saving JEF, DST, and other formats in Inkscape 1.0
  * fix: Print PDF not working on mac (showing a blank window)
  * under the hood: new build system based on GitHub Actions
    * fixes issues with builds not finishing or breaking randomly
2020-02-28 18:42:49 -05:00
Lex Neva 65c4350c02 v1.27.1: let's try that again!
The first try at releasing v1.27 didn't work.  Here are the release notes
again:

  * origin now defaults to the center of the design, not the canvas (#576)
  * new extension: reset embroidery settings
  * fix: visual commands were showing in print PDF (#557)
  * fix: "LineString has no method geoms" error in auto satin (#524)
  * fix: crashes when saving JEF, DST, and other formats in Inkscape 1.0
  * fix: Print PDF not working on mac (showing a blank window)
  * under the hood: new build system based on GitHub Actions
    * fixes issues with builds not finishing or breaking randomly
2020-02-28 18:24:56 -05:00
Lex Neva 3c32246568 no longer need libgeos-dev 2020-01-31 02:03:20 -05:00
Lex Neva ff6740e401 fix linux version with shapely 1.7.0 2020-01-31 01:46:20 -05:00
Lex Neva 25e9ea608d tidy 2020-01-29 01:29:49 -05:00
Lex Neva 8614760b74 use python -m for pyinstaller 2020-01-29 01:29:49 -05:00
Lex Neva 8af7db5789 uncompress myself? 2020-01-29 01:29:49 -05:00
Lex Neva 66e8b93b47 upgrade pip 2020-01-29 01:29:49 -05:00
Lex Neva d5eded5d2b why is tar freezing? 2020-01-29 01:29:49 -05:00
Lex Neva f03dc00e73 use ubuntu's python 2020-01-29 01:29:49 -05:00
Lex Neva c852904c69 debug windows freeze 2020-01-29 01:29:49 -05:00
Lex Neva 5b81244b72 debug 2020-01-29 01:29:49 -05:00
Lex Neva e769c45a06 upgrade pip? 2020-01-29 01:29:49 -05:00
Lex Neva 8a913c9dcd wrong pip? 2020-01-29 01:29:49 -05:00
Lex Neva d9fdb0a1a9 show platform info 2020-01-29 01:29:49 -05:00
Lex Neva a5acaa11b5 try earlier wxPython? 2020-01-29 01:29:49 -05:00
Lex Neva b883c95eb9 use ubuntu 16.04 instead 2020-01-29 01:29:49 -05:00
Lex Neva 3ca9babd85 add Linux build 2020-01-29 01:29:49 -05:00
Lex Neva ff433f2bea more dependencies 2020-01-29 01:29:49 -05:00
Lex Neva b3623e1268 ugh 2020-01-29 01:29:49 -05:00
Lex Neva 3b55fc48cf I really want python 2 2020-01-29 01:29:49 -05:00
Lex Neva cd86e929bb try installing pygobject through pip 2020-01-29 01:29:49 -05:00