mattercontrol/PartPreviewWindow
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
..
BaseClasses Made the insert button and drag and drop in 3d view respect the read only flag. 2015-07-13 10:08:08 -07:00
View3D Restore ability to attach VS to Android via debugger 2015-08-09 21:05:53 -07:00
BedSettings.cs Ran code maid against this code. 2015-04-08 15:20:10 -07:00
ColorGradientWidget.cs Make sure we don't try to use the elements out of the speeds list when there aren't any. 2015-05-28 11:39:24 -07:00
CreateDiscreteMeshes.cs More code changed to await. 2015-07-21 14:59:01 -07:00
PartPreviewContent.cs Put in some more tool tips. 2015-08-09 20:05:49 -07:00
PartPreviewMainWindow.cs Made some margin on the update marker 2015-06-22 15:12:48 -07:00
PlatingHelper.cs Refactoring 2015-05-01 09:07:57 -07:00
SaveAsWindow.cs Don't set the focus of the text widget until the first draw. 2015-08-07 11:38:58 -07:00
ViewControls2D.cs Refactoring 2015-04-27 12:02:39 -07:00
ViewControls3D.cs Ran code maid against this code. 2015-04-08 15:20:10 -07:00
ViewGcodeBasic.cs Took out some dead code 2015-07-23 07:47:56 -07:00
ViewGcodeWidget.cs Took out some dead code 2015-07-23 07:47:56 -07:00