| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-23 | don't lint embroidermodder's python files | Lex Neva | |
| 2018-01-23 | fast finish | Lex Neva | |
| 2018-01-23 | prevent build loop | Lex Neva | |
| 2018-01-23 | trying for a single pre-release per branch | Lex Neva | |
| 2018-01-23 | add params for "TRIM after" and "STOP after" (#29) | Lex Neva | |
| * adds new options to Params: "TRIM after" and "STOP after" * adds tooltip support to Params * inkstitch now includes libembroidery and can directly output any supported file type * this avoids the need for `libembroidery-convert` and compiling embroidermodder! * TRIM support for DST format (inserts 3 JUMPs) * STOP command supported as an extra color change that the operator can assign to code C00 * TRIMs cause the following jump stitch not to be displayed in the Embroidery layer | |||
| 2018-01-13 | don't deploy on lint builds | Lex Neva | |
| 2018-01-13 | hopefully finally fix travis deploy rules | Lex Neva | |
| 2018-01-13 | fix travis deploy conditions | 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. | |||
| 2018-01-07 | Comment out: pip install -r requirements.txt | cclauss | |
| 2018-01-06 | Add free automated flake8 testing of pull requests | cclauss | |
| The owner of the this repo would need to go to https://travis-ci.org/profile and flip the repository switch __on__ to enable free automated flake8 testing of each pull request. | |||
