Commit graph

41 commits

Author SHA1 Message Date
jlewin
4b5a7dae50 Simplify 2019-04-24 15:10:46 -07:00
jlewin
06d90678e9 Conditionally set ActiveTab based on MainTabKey 2019-04-24 15:08:53 -07:00
jlewin
eda7f38576 Move method call outside of conditionals 2019-04-24 14:11:09 -07:00
jlewin
ca541d7986 Add RestoreWorkspace for deserialize, persist tabs on non-restore
- Issue MatterHackers/MCCentral#5373
OpenTabs.json should be written to when tabs are opened
2019-04-24 13:23:52 -07:00
Lars Brubaker
5fdc2422f2 guard against null task item in long running task list 2019-03-19 17:19:45 -07:00
Lars Brubaker
1d2fe6823e added an Enable Network Traffic config value
If disabled - turn off 'check for update', 'login', 'get public profiles', and make public for other network aware resources

issue: MatterHackers/MCCentral#4879
add ability to check Registry key to disable check for updates and login
2019-01-31 09:42:54 -08:00
John Lewin
5afdfdb989 New tabs should open to the far right
- Issue MatterHackers/MCCentral#4693
Added printer/part tabs should be at position count + 1
2018-12-26 14:06:38 -08:00
John Lewin
f06e67a65e Use EventHandler<StringEventArgs> for SettingChanged event
- Issue MatterHackers/MCCentral#4730
Event should declare specialized EventArgs used via EventHandler<T>
2018-12-21 18:37:11 -08:00
John Lewin
801363fe49 ReloadAll should not rebuild workspaces
- Issue MatterHackers/MCCentral#4704
2018-12-19 15:53:54 -08:00
John Lewin
a22866abcf Add per workspace library context
- Add WrappedLibraryContainer for per workspace containers
  (support for printer specific containers)
- Issue MatterHackers/MCCentral#4710
All printers and parts share the same library view
2018-12-12 17:40:32 -08:00
John Lewin
aaf7edf997 Remove invalid tab creation logic
- Accidently restored during merges before pull request
- Issue MatterHackers/MCCentral#4702
Switching theme results duplicated and invalid tabs
2018-12-11 15:16:28 -08:00
John Lewin
e48a5f04ed Rename method to match latest behavior 2018-12-10 14:15:37 -08:00
John Lewin
aae2ffdf76 Revise tab ordering and persistence logic
- Issue MatterHackers/MCCentral#4555
2018-12-10 14:15:37 -08:00
Lars Brubaker
9d6db74793 First pass of interface tour is ready
issue: MatterHackers/MCCentral#4561
Create new startup Ui walk through to show users where ui elements can be found
2018-11-29 09:54:00 -08:00
John Lewin
29f9089113 Add application error reporting into all terminal logs
- Consolidate listener registration
- Issue MatterHackers/MCCentral#4622
Wire up UI listener for new ApplicationError event
2018-11-28 13:23:27 -08:00
John Lewin
92a89367ec Add experimental shell support
- Issue MatterHackers/MCCentral#4591
Make MC run single instance
- Issue MatterHackers/MCCentral#4638
Open passed in stl files to a new design tab
2018-11-27 12:25:52 -08:00
John Lewin
07549c5875 Simplify theme status panel
- Issue MatterHackers/MCCentral#4624
2018-11-23 18:56:19 -08:00
John Lewin
4b0c28b489 Restore printer tabs
- Add missing code in accidental stash
2018-11-21 17:10:44 -08:00
John Lewin
4141c10e86 Remove dead code 2018-11-21 11:12:49 -08:00
John Lewin
178eff308e Revise refs and listeners so MainViewWidget finalizes after Close 2018-11-20 16:43:45 -08:00
John Lewin
ca5e25e0ed Ensure animation on update available 2018-11-20 16:40:12 -08:00
John Lewin
0e420fcc32 Remove invalid setter 2018-11-20 16:40:11 -08:00
John Lewin
db15c85121 Eliminate SetInterval for animation, invoke when auto shown 2018-11-20 16:40:11 -08:00
John Lewin
4dbb2fee15 Extract animation helper to method 2018-11-20 12:02:29 -08:00
John Lewin
e954344416 CodeFactor cleanup 2018-11-16 16:12:48 -08:00
John Lewin
3fc65c18e1 Hook printer tab name updater to AnyPrinterSettingChanged 2018-11-16 15:53:44 -08:00
John Lewin
2873a74ef7 Use standard event listener pattern 2018-11-16 15:53:43 -08:00
John Lewin
51b15e053b Unregister listeners on Close
- Issue MatterHackers/MCCentral#4588
Listeners not unregistered on Close
2018-11-15 20:03:53 -08:00
John Lewin
0d066881a4 Use UiThread.ClearInterval 2018-11-13 16:54:46 -08:00
Lars Brubaker
6405dad7ac Convert static SettingChanged event to instance based
issue: MatterHackers/MCCentral#4551
2018-11-12 17:45:13 -08:00
John Lewin
0d9e6aadf2 Experimental multi-printer support 2018-11-12 09:44:59 -08:00
John Lewin
b73e5f6503 Make themes popup panel slightly wider for new white theme
- Issue MatterHackers/MCCentral#4536
2018-11-08 11:56:09 -08:00
John Lewin
a1170d9d24 Add mechanism to track and restore to printer tab after sign in/out
- Issue MatterHackers/MCCentral#4526
Sign out switches to Store page
2018-11-07 14:32:51 -08:00
John Lewin
bed543ac10 Add network status panel to status bar, remove from sign-in droplist 2018-11-06 16:34:07 -08:00
John Lewin
30463eadb6 Add theme panel to status bar, remove theme from application menu 2018-11-06 16:34:07 -08:00
John Lewin
f33904ec6e Match sibling spacing 2018-11-05 17:35:25 -08:00
John Lewin
456a2125c8 Add statusbar and progress panels for long running tasks
- Issue MatterHackers/MCCentral#3834
Long running tasks only visible on printer tab
2018-11-05 17:35:25 -08:00
John Lewin
7212f11871 Rename theme.ActiveTabColor to theme.BackgroundColor
- Issue MatterHackers/MCCentral#4491
2018-11-03 09:51:25 -07:00
John Lewin
8d4974dc32 Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
- Issue MatterHackers/MCCentral#4490
2018-11-03 09:13:07 -07:00
John Lewin
f51ac64d79 Simplify 2018-10-31 14:09:33 -07:00
John Lewin
a2cd257293 Rename PartPreviewWidget -> MainViewWidget
- Consolidate AppView:MainView
2018-10-30 16:58:29 -07:00
Renamed from MatterControlLib/PartPreviewWindow/PartPreviewContent.cs (Browse further)