Commit graph

11 commits

Author SHA1 Message Date
LarsBrubaker
284cbce471 Improved save as dialog 2020-10-24 09:04:06 -07:00
LarsBrubaker
c6fd9d2567 using normal cache paths
issue: MatterHackers/MCCentral#5579
Recent WebCache addition should use existing practices for location
2019-05-24 21:29:32 -07:00
Lars Brubaker
dd2c64f87e fixing warnings 2019-05-23 09:42:44 -07:00
LarsBrubaker
9c825cf6e7 fix WebCache path
issue: MatterHackers/MCCentral#5361
Revise UndoBuffer tests
2019-04-18 22:18:17 -07:00
Lars Brubaker
87376e14a9 Rename CacheMiss to ReloadRequest
Make sure we don't save the same image twice
This can happen if there are two requests very close together and the response has not be received
before the second request.
2019-04-11 19:18:52 -07:00
LarsBrubaker
40bf064d55 use the equals operator rather than the returned string
issue:
MatterHackers/MCCentral#5288
Reduce the cache misses on CollectionRetrieveResponse
2019-04-09 13:35:49 -07:00
Lars Brubaker
90cb705d86 Make sure we don't save 0 (no longHash) 2019-04-08 10:02:07 -07:00
LarsBrubaker
bee1c3aba4 Refactoring 2019-04-07 22:04:16 -07:00
John Lewin
82d7ce9c6f Simplify as suggested by IDE 2018-12-19 15:53:54 -08:00
John Lewin
7b578ac098 Execute UserChanged synchronously
- Ensures that ProfileManager is at correct state after callers
  invoke ChangeCloudSyncStatus - otherwise RunOnIdle invokes late
  and ProfileManager.Instance will remain on previous user for
  and indeterminate amount of time
2018-11-07 09:08:15 -08:00
Lars Brubaker
bed90234e7 Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
2018-09-06 16:09:58 -07:00
Renamed from VersionManagement/WebRequestHandler.cs (Browse further)