Tags: t0mmili/dc-themer
Tags
feature/14-scheme-export (#15) * 'Create scheme' window with widgets * Switch pack to grid in 'About' window * First draft of SchemeCreator class * Moved center_window method to AppUtils class. Automatically size main app window. * Functioning create_scheme_cfg method * Functioning create_scheme_json method * Update TODO * Handle xml as bytes type to preserve encoding. Simplified for loop in apply_scheme_xml. * Functioning create_scheme_xml method. Set focus on Scheme name entry. * Scheme name validation. Refresh scheme list after export. Various adjustments to fix windows positioning. * Update packages * Fix unit tests * Unit tests to cover SchemeCreator * Update docs. Bump app version.