| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-04 | lettering features (#399) | Lex Neva | |
| lettering features | |||
| 2019-04-30 | Merge branch 'master' into lexelby/lettering-features | Lex Neva | |
| 2019-04-20 | refactor 'make dist' archive creation into a shell script | Lex Neva | |
| 2019-04-20 | Merge remote-tracking branch 'origin/master' into lexelby/electron | Lex Neva | |
| 2019-04-17 | Build inx files in locale folders and build release for each locale | Kate Murphy | |
| 2019-04-12 | mac one is in a different spot | Lex Neva | |
| 2019-04-12 | fix style | Lex Neva | |
| 2019-04-12 | don't distclean for every build | Lex Neva | |
| 2019-04-12 | use docker for windows | Lex Neva | |
| 2019-04-11 | fix mac os 'operation not permitted' error | Lex Neva | |
| 2019-04-10 | add build machinery for electron | Lex Neva | |
| 2019-04-02 | add localization for font names and descriptions | Lex Neva | |
| 2018-11-14 | basic lettering (#344) | Lex Neva | |
| Can handle multiple lines of text and routes the stitching in alternating directions on each line. | |||
| 2018-10-06 | Update Makefile (#324) | AkiraNorthstar | |
| add inx, locales and *.zip to distclean | |||
| 2018-09-16 | remove code style exemption for params.py and simulator.py | Lex Neva | |
| 2018-09-15 | add make clean target | Lex Neva | |
| 2018-09-01 | add change indicator to Params (#217) | Lex Neva | |
| 2018-08-24 | TEMPORARY: ignore simulator.py and params.py in style check | Lex Neva | |
| 2018-08-22 | add `make style` make target | Lex Neva | |
| 2018-08-20 | fix windows and mac | Lex Neva | |
| 2018-08-20 | generate inx files during build | Lex Neva | |
| 2018-08-20 | generate INX files for all languages | Lex Neva | |
| 2018-08-20 | gettextify INX templates | Lex Neva | |
| 2018-08-20 | gettextify pyembroidery format descriptions | Lex Neva | |
| 2018-08-20 | add mkdir -p inx | Lex Neva | |
| bin/generate-inx-files target and gitignore entry | |||
| 2018-08-17 | support slashes in branch names | Lex Neva | |
| 2018-08-01 | use more friendly OS name 'osx' for tarball file name | Lex Neva | |
| 2018-07-19 | Update Makefile [ci skip] | AkiraNorthstar | |
| replace --no-location with --add-location=full (if --add-location not given it is "full" by default) replace multiple --add-comments to one option add --sort-by-file sort output by file location - default False write out option -s to --strip-comments | |||
| 2018-06-25 | include symbols in release archive | Lex Neva | |
| 2018-05-01 | update Makefile | Lex Neva | |
| 2018-04-28 | deal with windows file copy permissions issues | Lex Neva | |
| 2018-04-28 | add thread palette installer | Lex Neva | |
| 2018-04-28 | add thread palettes to the release archive | Lex Neva | |
| 2018-04-09 | add embroider_input extension to Makefile | Lex Neva | |
| 2018-04-09 | move inx files to inx/ and generate input inx | Lex Neva | |
| 2018-03-30 | InkStitch digitized logo SVGs (#123) | wwderw | |
| Single and multi-color digitized versions of the InkStitch logo. | |||
| 2018-03-30 | print through web browser (#127) | Lex Neva | |
| * spawn a web server and open a printable view of the design in the user's web browser * configurable inclusion of client and operator views * editable fields for color names, client, title, and purchase order number * groundwork laid to save these parameters back into the SVG * major refactor of codebase to support printing * code is organized logically into modules * added inkstitch logo and branding guidelines * l10n text extraction now handled by babel * removed legacy embroider_update extension * partial fix for #125 | |||
| 2018-02-27 | fix make messages.po | Lex Neva | |
| 2018-02-26 | don't include line numbers in messages.po (#101) | Lex Neva | |
| * don't include line numbers in messages.po * update messages.po | |||
| 2018-02-19 | windows build (#79) | Lex Neva | |
| Ink/stitch now supports windows! | |||
| 2018-02-04 | one more fix | Lex Neva | |
| 2018-02-04 | fix make locales | Lex Neva | |
| 2018-02-04 | framework for translations (#55) | Lex Neva | |
| sets up all the plumbing to send strings to CrowdIn for translation and incorporate the results | |||
| 2018-01-23 | stop adding build.tar.gz to the release | Lex Neva | |
| 2018-01-23 | use TRAVIS_BRANCH (which is the tag for tag builds) | Lex Neva | |
| 2018-01-13 | pyinstaller release method (#16) | Lex Neva | |
| pyinstaller packages up all of a python script's dependencies and builds them into standalone executables. It can either do a directory (containing a single executable and a bunch of shared libraries) or a self-contained executable that effectively just contains a compressed version of the directory. The problem is, if you have several scripts like we do, you get several large directories or standalone binaries, and there's a ton of duplication between them. Fortunately it looks like using the directory method and just combining the directories works fine (for this project). This PR runs the above build on any tagged commit and publishes a release in github containing the pyinstall-ified tarball. If the tag is named like "v1.2.3" _and_ the tag is on the master branch, then the github release will be marked as "production". Otherwise, it will be marked as a "pre-release". This means that we can build testable tarballs of the extension in a pull request by tagging a commit. | |||
