mattercontrol/PartPreviewWindow/View3D
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
..
Gui3D Ran code maid against this code. 2015-04-08 15:20:10 -07:00
View3DAlign.cs Change more background workers to async 2015-07-21 11:10:01 -07:00
View3DAutoArange.cs Fixed the bed and the 3D view to always show parts in the right place. 2015-08-06 15:20:04 -07:00
View3DCopyGroup.cs Change more background workers to async 2015-07-21 11:10:01 -07:00
View3DCreateSelecitonData.cs Fixed the bed and the 3D view to always show parts in the right place. 2015-08-06 15:20:04 -07:00
View3DGroup.cs Change more background workers to async 2015-07-21 11:10:01 -07:00
View3DUngroup.cs Change more background workers to async 2015-07-21 11:10:01 -07:00
View3DWidget.cs Restore ability to attach VS to Android via debugger 2015-08-09 21:05:53 -07:00