1
0
mirror of https://github.com/vladmandic/sdnext.git synced 2026-01-27 15:02:48 +03:00

18 Commits

Author SHA1 Message Date
awsr
6cec9828e8 Fix OptionInfo typing
Warning: This effectively disables type checking for `shared.opts`
2026-01-13 04:08:48 -08:00
awsr
148f16daed Move LegacyOption back to shared_legacy.py
Seems like Python doesn't actually consider it a circular import in this instance.
2025-12-20 00:31:13 -08:00
awsr
b0dc758099 Change Mapping type to dict 2025-12-19 23:52:47 -08:00
awsr
4d4cf0cef1 Update options typing 2025-12-19 21:22:50 -08:00
awsr
072cab438d Use Any type for default for now 2025-12-19 19:17:52 -08:00
awsr
e2c5fc0a21 Add simple docstring 2025-12-19 15:46:16 -08:00
awsr
f8b812b68e Add Callable type annotation to onchange 2025-12-19 00:30:11 -08:00
awsr
878f2f5aa6 Use True/False instead of True/None 2025-12-19 00:22:57 -08:00
awsr
05f767cf5f Keep option type definitions together...
and update type annotations.
- Since there's no literal for sets, and because functions usually shouldn't be used as parameter defaults, use None as default and then use `set()` as default during init.
2025-12-18 18:08:54 -08:00
awsr
2cd6600a38 Add type annotations to options_section 2025-12-18 17:04:59 -08:00
Vladimir Mandic
4e449ca9b2 refactor monolithic shared.py and separate legacy options with logging
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-12 13:35:41 -04:00
Vladimir Mandic
e8b5ea3847 major refactor: remove backend original
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-05 13:16:46 -04:00
Vladimir Mandic
5647d782f8 configurable restore metadata settings and params
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-04-26 10:45:49 -04:00
Vladimir Mandic
d502e3510a add softfill pipeline
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-04-05 12:58:00 -04:00
Vladimir Mandic
263b841129 logging cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-04-05 12:58:00 -04:00
Vladimir Mandic
68e42649c4 improve extensions options compatibility
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-24 14:39:33 -05:00
Vladimir Mandic
8a997f3ed3 lint fix and refresh modernui
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-23 15:17:17 -05:00
Vladimir Mandic
80d9070f09 skip control ui for legacy extensions
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-22 14:25:58 -05:00