Commit graph

2539 commits

Author SHA1 Message Date
LarsBrubaker
fe6db35919 Allow selection when adding support 2018-12-31 22:41:00 -08:00
LarsBrubaker
138fc1e461 Make support changing more intuitive 2018-12-31 16:35:33 -08:00
Lars Brubaker
00e95316b2 Working on new support generation 2018-12-31 12:12:14 -08:00
John Lewin
b2a928cf91 Remove buttonRow left/right margin 2018-12-31 11:22:36 -08:00
John Lewin
74b6b9259d Add direction arrows to next/previous buttons 2018-12-31 11:20:21 -08:00
John Lewin
367c346b19 Remove redundant method 2018-12-31 09:38:21 -08:00
John Lewin
51fff1de0d Move increment constraints into ShowNext/ShowPrevious methods 2018-12-31 09:38:21 -08:00
John Lewin
ac40f00378 Correctly wrap to end on ShowPrevious < 0 2018-12-31 09:38:21 -08:00
John Lewin
07e26079e4 Fix typo 2018-12-31 09:38:20 -08:00
Lars Brubaker
5cc271e508 Working on new auto support feature 2018-12-31 09:12:49 -08:00
Lars Brubaker
5ba0544b84 Make the initial page a better size 2018-12-31 09:12:24 -08:00
Lars Brubaker
f4b504a8b6 ensure the correct control is in the always enabled list
issue: MatterHackers/MCCentral#4795
Can't set bed temp when disconnected
2018-12-31 09:12:09 -08:00
LarsBrubaker
4521b07459 Allowing combine to work on a single item if it has multiple meshes. 2018-12-31 07:57:46 -08:00
John Lewin
2888a77d1e Add titles to tour items 2018-12-30 14:18:16 -08:00
John Lewin
5445736fd0 Add tour step indicators, use LinkLabels 2018-12-30 12:09:55 -08:00
John Lewin
a89567dea5 Revise namespace, use new Tour scope 2018-12-30 10:54:54 -08:00
John Lewin
d55c54f18e Update tours to operate on lists of tour items 2018-12-30 10:29:06 -08:00
John Lewin
bf33611d3c Consolidate all popover ui elements into a single type 2018-12-30 09:25:56 -08:00
John Lewin
bdb09b9509 Update state on move next/previous 2018-12-30 09:24:17 -08:00
John Lewin
1b38f6dddf Extract tour navigation logic to dedicated type 2018-12-30 09:05:08 -08:00
John Lewin
5d109d4980 Use new FindDescendants syntax 2018-12-30 08:27:30 -08:00
John Lewin
af142f6992 Rename GuiWidget find descendant helpers 2018-12-30 08:18:22 -08:00
John Lewin
c23eef58ca Fix whitespace 2018-12-29 12:57:00 -08:00
John Lewin
5a9b2a44c9 Switch title font from bold to accent color
- Bold font too significant, looks unbalanced with peers
2018-12-29 12:55:09 -08:00
John Lewin
8c1cca0a01 Improve spacing, pull content closer to title bar 2018-12-29 12:42:26 -08:00
John Lewin
260fcda8a9 Extract tour popover logic to dedicated type, add close button 2018-12-29 12:33:01 -08:00
John Lewin
03bdbf51d6 Remove dead event 2018-12-29 12:33:01 -08:00
John Lewin
c6af70a2e2 Add NonPrintable attribute to opt types out of slicing/printing 2018-12-29 12:33:01 -08:00
LarsBrubaker
0c3bd76e33 Adding Tyler's printer name confirmation code to delete printer 2018-12-29 09:24:59 -08:00
John Lewin
ad2586fdcb Use new icons and section attributes in Align editor 2018-12-28 18:40:57 -08:00
John Lewin
9381e53df8 Improve icon consistency 2018-12-28 18:28:30 -08:00
John Lewin
27e7fa4b20 Add SectionEnd attribute to pop context to original container 2018-12-28 18:28:01 -08:00
John Lewin
1206125def Create sections in property editor for SectionStart attributes 2018-12-28 18:21:01 -08:00
Lars Brubaker
e945ac528c Working on interface tour 2018-12-28 16:37:33 -08:00
Lars Brubaker
83fd3423ec Working on new supports
refactoring tour classes
2018-12-28 16:00:30 -08:00
LarsBrubaker
789a950b9e Make the list view start out with correct scrolling
issue: MatterHackers/MCCentral#4785
fresh install starts with favorites scrolled down
2018-12-27 22:57:13 -08:00
John Lewin
20e841f4fa Lock layout while updating children 2018-12-27 16:30:35 -08:00
John Lewin
9ef7fe1c0d Remove async keywords, invoke synchronous code with Task.Run 2018-12-27 16:30:35 -08:00
John Lewin
25f445e22f Invoke synchronous methods with Task.Run 2018-12-27 16:30:35 -08:00
John Lewin
36261764a2 On load, run ListViewItem.LoadItemThumbnail on a separate task 2018-12-27 16:30:35 -08:00
John Lewin
7965d96875 Only create one workspace per printer
- Issue MatterHackers/MCCentral#4746
Only load first workspace assigned to a given printer
2018-12-27 16:30:34 -08:00
Lars Brubaker
2abc665456 Took out topmost system window as it has consequences 2018-12-27 14:46:46 -08:00
Lars Brubaker
6e4334bd2c Fixing remove for MeshWrapperObjects
issue: atterHackers/MCCentral#4766
undo after subtract and replace leaves extra copy of item
2018-12-27 13:25:12 -08:00
Lars Brubaker
e29d93b534 Make sure the slice settings rows position on the last parent window 2018-12-27 11:48:47 -08:00
Lars Brubaker
ce2938fdcd Make provider IDs have better hash codes that 32 bit object GetHashCode 2018-12-27 11:48:47 -08:00
John Lewin
e7f1a12d1b Add extra assert for ReadThread.NumRunning == 0 2018-12-26 16:56:03 -08:00
John Lewin
bedc0ab413 Close connection on printer tab close
- Issue MatterHackers/MCCentral#4752
Printer still connected and printing after tab is closed
2018-12-26 16:42:48 -08:00
John Lewin
b16c13bec0 Simplify 2018-12-26 16:39:30 -08:00
John Lewin
1ee3b5badf Remove outdated comment, CreateStreamProcessors called above 2018-12-26 16:33:17 -08:00
John Lewin
0d111a09a3 Persist user workspaces on signout, guest workspaces on signin
- Issue MatterHackers/MCCentral#4699
Bed plate should be saved on sign out
2018-12-26 15:51:00 -08:00