Put cancel into max length and temp stream
Made close function take a bool if the system did it
Moved To EventHandler<> in GuiWidget
Made a ClosedEventsArgs
- Prevent selection changes on "Add New Printer..." menu item
- Prevent ActivePrinterChanged on differing EmptyProfile instances
- Prevent calling SwitchToProfile on PrinterSelector change if already
on instance
- Add Rebuild method to PrinterSelector
- Hook settings change in PrinterSelector and rebuild on name change
- Issues #880, #894
- Use initializer syntax
- Fixes#720 - Changing preset names has no effect
- Fixes#767 - Presets editor contains user overrides
- Fixes#768 - Oem presets should be copied...
- Migrate from int to string based printer IDs
- Add json document migration capabilities
- Remove unused properties from ApplicationView
- Rename CompactApplicationView to TouchscreenView
- Rename ResponsiveApplicationView to DesktopView
- Move abstract ToggleTopContainer() specific to TouchscreenView
- Remove unused HideTopContainer implementations
- Conditionally compile invocation/assignment of ApplicationMenuRow
- Migrate single setting from PrinterSettings "PublishBedImage" to SliceSettings
- Remove PrinterSettings class
- Import "PublishBedImage" during ImportPrinters
- Remove code that doubles the size of the splitter bar when collapsed
- Fix incorrect path to "config.ini"
- Store selected printer in UserSettings
- Restore last selected printer on startup
- AutoConnect now means "Connect" to startup printer if enabled
- Prevent firing ActivePrinterChanged and thus ReloadAll during startup