summaryrefslogtreecommitdiff
path: root/lib/utils/settings.py
AgeCommit message (Collapse)Author
2024-12-07save more simulator settings (#3323)Kaalleen
2024-11-18Thread catalog: fix broken path (#3281)Kaalleen
* thread catalog: fix broken path * apply threadlist: use wxpython to also include custom lists * apply_palette: save last choice
2024-07-24default min stitch length 0 to 0.1 (as previously) (#3107)Kaalleen
2024-06-14Add preferences button to simulator (#2992)Kaalleen
* split simulator panel files * add view panel to position view options at the side * fix single simulator start size (macOS)
2024-04-27Add 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-10-21attach params/lettering simulator window and allow detach (#2557)Lex Neva
2023-02-18add preferences UI including cache settingsLex Neva