Lars Brubaker
29e58ee3f3
Fixing test
2021-03-26 13:15:54 -07:00
larsbrubaker
99ee0f9aa2
Merge commit ' 506f2b273f'
2020-11-28 09:53:45 -08:00
LarsBrubaker
506f2b273f
Making static data compile time and universal
2020-11-25 07:39:36 -08:00
larsbrubaker
659fe98769
Make non static instance method
2020-11-24 17:03:24 -08:00
LarsBrubaker
284cbce471
Improved save as dialog
2020-10-24 09:04:06 -07:00
Lars Brubaker
8713c8656e
Make the history font smaller
2020-10-23 17:03:44 -07:00
Lars Brubaker
8be14b44ce
Make it easier to turn on and off working with the test server
2020-10-23 16:57:26 -07:00
LarsBrubaker
1d7ba2923a
Don't crash on a bad key
...
issue: MatterHackers/MCCentral#6010
Bad key
2020-08-18 20:22:16 -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