| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-09 | reset corrupted cache files (#3074) | Kaalleen | |
| 2024-04-27 | Add option to disable the stitch plan cache (#2655) | George Steel | |
| Setting the cache size to 0 bypasses the cache completely. This is necessary during development to ensure newly-changed code actually gets run. Also fixes the error pane in the params gui. * make params warning pane large enough to see contents * rename sizers in preferences dialog descriptive names * add shapely version bound * add option to disable stitch plan cache * remove out-of-date wxg file * make a cache size of 0 disable the cache | |||
| 2023-02-18 | add preferences UI including cache settings | Lex Neva | |
| 2023-02-18 | cache key generation using params, path, color, and style | Lex Neva | |
| 2023-02-18 | move get_stitch_plan_cache() to utils.cache | Lex Neva | |
| 2021-03-11 | add copyright headers | Lex Neva | |
| 2018-08-21 | autopep8 | Lex Neva | |
| 2018-05-01 | rename 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. | |||
