LarsBrubaker
1cec7420c5
Normal gear working mostly
2019-11-04 08:36:26 -08:00
Lars Brubaker
f8e40fa4cf
moving Gear2D to MC
...
putting in some debugging
2019-10-25 17:21:50 -07:00
jlewin
2da32ee68c
Toggle popup on button click
...
- Issue MatterHackers/MCCentral#5724
clicking search button a second time should close it
2019-06-24 17:03:20 -07:00
jlewin
dccc3c0fea
Add 'Preparing help...' popover when creating index
...
- Issue MatterHackers/MCCentral#5715
Show 'Waiting for Results'
2019-06-21 15:37:14 -07:00
jlewin
610fedbc31
Extract embedded types to new files
2019-06-18 15:55:17 -07:00
jlewin
78f1cbd9df
Make search button behave more like a popup button
...
- Add local help zip file
- Add icon to search result rows
- Extract search panel behavior to new SearchPanel type
- Move input field to new SearchPanel type
- Issue MatterHackers/MCCentral#5699
Improve search
2019-06-18 15:44:36 -07:00
jlewin
95ae04b790
HelpDocs
2019-06-18 12:23:08 -07:00
jlewin
14b34eea6f
Use event semantics
2019-05-22 18:46:12 -07:00
John Lewin
c8510bdd6d
Clean up event handler leaks
...
- Issue MatterHackers/MCCentral#5573
Investigate allocations on large GCode load and failure to release
2019-05-22 09:18:26 -07:00
John Lewin
2bbe551ab9
Revise tab selection logic
...
- Prefer Hardware tab during start if printer/part selected
- Remove PrinterTabSelected indicator
- Set ActiveTab when loading workspaces and applicable
2019-04-30 22:08:51 -07:00
jlewin
b6b3ad5f6e
Set MainTabKey when workspace is opened/added
...
- Issue MatterHackers/MCCentral#5383
MatterControl fails to switch to printer tab
2019-04-26 12:22:33 -07:00
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