| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-17 | verbose | Lex Neva | |
| 2018-09-17 | don't remove messages.po | Lex Neva | |
| 2018-09-17 | more deps | Lex Neva | |
| 2018-09-17 | spell Babel correctly | Lex Neva | |
| 2018-09-17 | install pybabel too | Lex Neva | |
| 2018-09-17 | try python... | Lex Neva | |
| 2018-09-17 | install pyembroidery in crowdin build | Lex Neva | |
| 2018-09-15 | generate messages.po at upload time | Lex Neva | |
| 2018-09-11 | pin to pyinstaller 3.3.1 | Lex Neva | |
| 2018-08-22 | add `make style` make target | Lex Neva | |
| 2018-08-21 | style problems now cause build failure | Lex Neva | |
| 2018-08-21 | upload new messages to crowdin | Lex Neva | |
| 2018-08-21 | more crowdin fixing | Lex Neva | |
| 2018-08-21 | fix crowdin build task | Lex Neva | |
| 2018-08-20 | fix windows and mac | Lex Neva | |
| 2018-08-20 | fix tar invocation | Lex Neva | |
| 2018-08-20 | add travis build task for crowdin integration | Lex Neva | |
| 2018-08-19 | make it easier to find inkex.py | Lex Neva | |
| 2018-08-17 | support slashes in branch names | Lex Neva | |
| 2018-08-17 | don't create dev-build-v#.#.# tags | Lex Neva | |
| 2018-08-01 | Skip some unnecessary lines in mac build | globalcow | |
| 2018-07-25 | Merge remote-tracking branch 'origin/master' into lexelby-mac-build-mk2 | Lex Neva | |
| 2018-07-25 | remove libembroidery from build | Lex Neva | |
| 2018-07-04 | update of wxPython and inkscape | AkiraNorthstar | |
| Update wxPython to 4.0.3 and inkscape to 0.92.3 (always stable releases) | |||
| 2018-06-09 | Change all Python references to homebrew | globalcow | |
| 2018-06-03 | don't debug lint runs | Lex Neva | |
| 2018-06-03 | dammit, travis | Lex Neva | |
| 2018-06-03 | work around travis fail | Lex Neva | |
| 2018-06-03 | try pushd/popd | Lex Neva | |
| 2018-06-03 | stop failing | Lex Neva | |
| 2018-06-03 | debug | Lex Neva | |
| 2018-06-03 | move debug | Lex Neva | |
| 2018-06-03 | set -x | Lex Neva | |
| 2018-06-03 | don't install python3 | Lex Neva | |
| 2018-06-02 | _libembroidery fix | Lex Neva | |
| 2018-06-02 | mac build + build debugging | Lex Neva | |
| 2018-04-28 | properly fail build when things break | Lex Neva | |
| 2018-04-01 | get new windows-libembroidery.tar.gz | Lex Neva | |
| 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-23 | fix windows build release | Lex Neva | |
| 2018-02-19 | windows build (#79) | Lex Neva | |
| Ink/stitch now supports windows! | |||
| 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. | |||
