mattercontrol/PrinterControls
John Lewin 0ab547bb26 Restore ability to attach VS to Android via debugger
- Prevent accidental construction of ProviderSQLite objects inside of ProviderSQLite constructor
 - Initialize .baseLibraryCollection during rootLibraryCollection construction to prevent null reference errors
   caused by access before assignment
 - Remove AddItem -> AddStlOrGcode -> AddItem recursion - Fixes crash due to concurrent writes to default.mcp
 - Add sqlite async methods and supporting logic to ensure disk IO operations aren’t run in parallel
 - Consolidate logic around sample part extraction from StaticData from various areas into a single method
 - Rename that method from SyncCalibrationFilesToDisk to EnsureSamplePartsExist
 - Break apart the large LINQ query into discrete and easier to understand steps
 - Add shared base class for sqlite backed library providers and resuse common code in base
 - Guard against cache deletion during one-time library initialization
 - Discard StreamReader cases in favor of ReadAllText - Ensures .Dispose is always called and is ultra succinct
 - Purge orphaned code
2015-08-09 21:05:53 -07:00
..
ControlWidgets Revise ATX Power submission from peter1960 2015-04-30 15:46:45 -07:00
PrinterConnections Restore ability to attach VS to Android via debugger 2015-08-09 21:05:53 -07:00
TerminalWindow Don't set the focus of the text widget until the first draw. 2015-08-07 11:38:58 -07:00
EditLevelingSettingsWindow.cs use the correct count. 2015-08-05 10:15:34 -07:00
EditMacrosWindow.cs UI thread is more explicit about what functions it accepts and now accepts no parameter functions. 2015-06-11 12:06:40 -07:00
EditManualMovementSpeedsWindow.cs UI thread is more explicit about what functions it accepts and now accepts no parameter functions. 2015-06-11 12:06:40 -07:00
EditTemperaturePresetsWindow.cs UI thread is more explicit about what functions it accepts and now accepts no parameter functions. 2015-06-11 12:06:40 -07:00
ManualPrinterControls.cs UI thread is more explicit about what functions it accepts and now accepts no parameter functions. 2015-06-11 12:06:40 -07:00
PrintLevelingPlane.cs Wrote the triangle interpolator for radial leveling. 2015-08-01 15:50:39 -07:00
TemperatureIndicator.cs UI thread is more explicit about what functions it accepts and now accepts no parameter functions. 2015-06-11 12:06:40 -07:00
XYZJogControls.cs Ran code maid against this code. 2015-04-08 15:20:10 -07:00