summaryrefslogtreecommitdiff
path: root/lib/gui/preferences.py
AgeCommit message (Collapse)Author
2025-01-12preferences: 0.0 or this is always this (#3430)Kaalleen
2024-07-24default min stitch length 0 to 0.1 (as previously) (#3107)Kaalleen
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-10-18Fix new param simulator for macOS and Windows (#2546)Kaalleen
* fix tooltip * combine play and pause button --------- Co-authored-by: Lex Neva
2023-09-03update preferences title (#2495)Kaalleen
2023-08-15convert Preferences to wxPythonLex Neva