Commit graph

1346 commits

Author SHA1 Message Date
John Lewin
4b8c4bd521 Remove menu code duplication 2018-10-14 12:52:40 -07:00
John Lewin
64723e3374 Fix Android 2018-10-14 12:17:32 -07:00
John Lewin
e7b64b6204 Wrap up main menu work, revise ordering, add more icons
- Issue MatterHackers/MCCentral#4289
Revise MatterControl main menu
2018-10-14 11:38:13 -07:00
John Lewin
b30e4ccfe2 Honor theme, improve icon sizing 2018-10-14 11:31:33 -07:00
John Lewin
9e582b6eb7 Remove dead code 2018-10-14 11:31:33 -07:00
John Lewin
9b0ffa77ec Reduce significance of menu highlight
- Issue MatterHackers/MCCentral#4288
2018-10-14 11:31:33 -07:00
John Lewin
c2d77a1f6f Account for removed ApplicationSettingsWidget 2018-10-14 11:31:33 -07:00
John Lewin
0b47dd4056 Collapse AppSettingsView into BrandMenu, use PopupMenu with icons 2018-10-14 11:31:33 -07:00
John Lewin
5296e9ebe9 Improve naming - drop incorrect settings designation 2018-10-14 11:31:33 -07:00
John Lewin
01bbf1ebfc Improve favorites bar styling 2018-10-14 07:40:06 -07:00
John Lewin
0112af1b85 Increase MenuTheme support 2018-10-14 07:34:29 -07:00
John Lewin
94e2bb1fa4 Fix Android 2018-10-13 22:40:28 -07:00
John Lewin
ee936efb8a Revise theme support 2018-10-13 21:09:04 -07:00
Lars Brubaker
7ba684ef8d Switch the logic of showing the sign in on printer create 2018-10-12 17:58:07 -07:00
John Lewin
c4b611865a Rename action to 'Add to Bed' 2018-10-12 17:25:00 -07:00
John Lewin
f9465551eb Remove DebugShowBounds, add redundant Skip call 2018-10-12 15:47:07 -07:00
John Lewin
98da7c10f0 Add SID mapping system 2018-10-12 15:11:47 -07:00
John Lewin
b54a366f70 Fix bed exception after switching printers
- Load bed scene after switch
2018-10-12 13:27:35 -07:00
John Lewin
8347a7a40a Remove hard-coded BCN sample 2018-10-12 12:44:59 -07:00
John Lewin
3eb3a6217f Use SectionWidget 2018-10-12 12:22:48 -07:00
John Lewin
36e3ef1b9c Add add-ons for printer products 2018-10-12 12:12:15 -07:00
Lars Brubaker
e532b3c465 Working on the Hadware page 2018-10-12 10:56:00 -07:00
LarsBrubaker
9a11f5697b Make the 'hardware' tab have the right background color 2018-10-12 07:46:04 -07:00
LarsBrubaker
e9bc662dd3 Added primitives to the main MatterControl project
Experimenting with calling the 'Library' tab 'Designs'
2018-10-11 20:21:35 -07:00
John Lewin
2e1090f075 Code cleanup 2018-10-11 17:48:45 -07:00
John Lewin
baa13c67f6 Fix failing tests 2018-10-11 17:47:21 -07:00
John Lewin
042730b116 Remove Add Printer page dialog from SyncingPrinter conclusion 2018-10-11 17:47:21 -07:00
Lars Brubaker
cf68818620 Make the library popup window have the correct height and resize 2018-10-11 17:25:01 -07:00
John Lewin
d63a1f8466 Don't clear background on node click 2018-10-11 15:05:14 -07:00
John Lewin
22c0125b42 Convert KeepOpen to property, revise popup close logic 2018-10-11 15:04:03 -07:00
LarsBrubaker
a0138d5b02 Invalidate the view when the outline wireframe is ready 2018-10-11 07:57:23 -07:00
LarsBrubaker
ab1cdf2a67 Made the color and material buttons clickable again 2018-10-11 07:42:26 -07:00
John Lewin
f11b48b4ed Fix style errors 2018-10-10 22:47:17 -07:00
John Lewin
16092505bd Fix tab key, create and switch to active printer 2018-10-10 18:11:56 -07:00
John Lewin
ec419b35cf Remove dead code 2018-10-10 17:54:37 -07:00
John Lewin
fb8abcf91d Guard for observed null references, simplify property definitions 2018-10-10 17:54:37 -07:00
John Lewin
c3cd511943 Remove loaded printer tab when printer deleted 2018-10-10 17:54:37 -07:00
John Lewin
3ec5172a97 Hide Library/Store tabs when no active printer 2018-10-10 17:54:37 -07:00
John Lewin
89dbbf3827 Initially load to Printer or Hardware tab
- Maintain tab selection across ReloadAll
2018-10-10 17:54:37 -07:00
John Lewin
dcc4651d7b Change AddTab to not auto-select added tab 2018-10-10 17:54:37 -07:00
John Lewin
efe22f8dfd Move event registration to bottom of constructor 2018-10-10 17:54:37 -07:00
John Lewin
5cb1804f94 Move printer initialize from widget into main initialize function 2018-10-10 17:54:37 -07:00
Lars Brubaker
b1f2023210 Getting more tests to run on new ui 2018-10-10 13:34:18 -07:00
John Lewin
478075fca0 Fix test regressions 2018-10-10 12:15:30 -07:00
Lars Brubaker
f32bc86e12 Added double click open to printer tree view item 2018-10-10 10:01:24 -07:00
John Lewin
b540c0a4e2 Remove redundant RunOnIdle call 2018-10-10 08:19:09 -07:00
John Lewin
b67d3ad691 Add Library tab, replace PrintLibrary widget with Favorites bar 2018-10-10 08:07:47 -07:00
Lars Brubaker
443f333b2b Fixed printer clear bed bug
issue: MatterHackers/MCCentral#4260
MC stops slicing/printing after 1 or 2 prints
2018-10-09 17:20:32 -07:00
Lars Brubaker
8e41abebd5 Ensure we can ungroup mcx files
issue: MatterHackers/MCCentral#4259
Cannot ungroup plates saved to the cloud
2018-10-09 14:38:08 -07:00
Lars Brubaker
385cf2288b ability to turn of line splitting for test 2018-10-09 14:29:51 -07:00