Commit graph

2539 commits

Author SHA1 Message Date
John Lewin
120f49080b Suppress Print action in Browse Library page 2018-10-17 15:01:40 -07:00
John Lewin
6f89b3f596 Add accent color to primary button 2018-10-17 15:01:40 -07:00
John Lewin
e74b5ef16e Move generated color to theme 2018-10-17 15:01:40 -07:00
Tyler Anderson
9d0c5a2df3 Added ability to export leveling data as CSV file 2018-10-17 14:03:28 -07:00
Lars Brubaker
d5b06de172 Adding coast at end
mad travel render transparent
fixed layer identification in ms gcode
2018-10-17 13:49:56 -07:00
John Lewin
2e9aa096e2 Simplify 2018-10-16 17:36:50 -07:00
John Lewin
fd2fd1a9d7 Correctly clean up after printer/part close 2018-10-16 17:34:46 -07:00
John Lewin
882f84a283 Use long running task for auto-save 2018-10-16 17:34:46 -07:00
John Lewin
fc75ef1740 Actually clear printer on ClearActivePrinter call 2018-10-16 17:34:46 -07:00
John Lewin
6b0a3bf063 Prevent duplicate tab creation
- Issue - Issue MatterHackers/MCCentral#4297
Excess tabs on ReloadAll
2018-10-16 17:31:09 -07:00
John Lewin
761dc3c003 Revise Add Printer/Sign in dialog 2018-10-16 17:31:09 -07:00
John Lewin
885a394db0 Set minimum width for Dialog buttons 2018-10-16 17:31:09 -07:00
John Lewin
c5a0cf0b98 Only load to cache if missing 2018-10-16 17:31:09 -07:00
John Lewin
428b8fad50 Improve setup workflow with new AuthContext and SelectPrinterPage 2018-10-16 17:31:08 -07:00
John Lewin
3391310c2e Move SyncingPrinters page to CloudLibrary 2018-10-16 17:31:08 -07:00
John Lewin
2d043440ae Extract printer tree generation as reusable method 2018-10-16 17:31:08 -07:00
John Lewin
55d6792d20 Always show hardware tab 2018-10-16 17:31:08 -07:00
John Lewin
1e7f308fab Remove printer tab on printer inactivate
- Issue MatterHackers/MCCentral#4293
Printer tab remains after printer is removed
2018-10-16 17:31:08 -07:00
John Lewin
4174b0f77d Move add printer logic to Part -> Print button
- Later make reusable from Add Hardware and Print button
- Issue MatterHackers/MCCentral#4294
2018-10-16 17:31:08 -07:00
Lars Brubaker
dd4f6fb50e Added middle click close tab 2018-10-16 17:08:32 -07:00
Lars Brubaker
4457223548
Merge branch 'master' into master 2018-10-16 16:35:48 -07:00
Lars Brubaker
6ddf344187 Getting the library popup to be vertically scallable 2018-10-16 16:23:39 -07:00
Lars Brubaker
691011d012
Merge branch 'master' into master 2018-10-16 16:22:12 -07:00
Lars Brubaker
52f05e7fcb Making the selection outline a bit bigger 2018-10-16 13:09:58 -07:00
Tyler Anderson
8adb37b991 Changed automatic heater shutdown timer to 10 minutes 2018-10-16 11:42:40 -07:00
John Lewin
7b56c24a44 Fix tabs rendering glitch due to async load 2018-10-15 20:43:20 -07:00
John Lewin
1ab4474012 Startup into design workspace if no printer 2018-10-15 20:22:24 -07:00
John Lewin
49b64e47f5 Recover tab persistence after ReloadAll 2018-10-15 20:08:15 -07:00
John Lewin
b2729bb8dd Reorder tabs 2018-10-15 19:35:11 -07:00
Lars Brubaker
5b97bac154 Put in a 'Community' menu item with sub-menu items 2018-10-15 17:57:26 -07:00
John Lewin
d8d8c1309e Restore ChromeTab plus button for new parts 2018-10-15 17:19:02 -07:00
John Lewin
58743e9105 Add Print button to part views 2018-10-15 17:19:02 -07:00
Lars Brubaker
c5ed4335d6 took out the docking library control 2018-10-15 14:44:43 -07:00
Lars Brubaker
64b02f5581 refactoring 2018-10-15 14:41:57 -07:00
LarsBrubaker
daf6a316cd Improved how we move mouse positions for drag into view3d
Getting DockingTabControl working on left
2018-10-15 10:36:44 -07:00
LarsBrubaker
36ed933268 Working on new side library docking tab 2018-10-15 10:36:44 -07:00
John Lewin
6895586142 Improve light theme tab contrast 2018-10-15 08:12:47 -07:00
John Lewin
368807c31f Fix menu icons on dark theme 2018-10-15 08:12:30 -07:00
John Lewin
b6a3a5e9cd Remove DisableColor, collapse IsDarkTheme into parent 2018-10-15 08:11:58 -07:00
John Lewin
9a6a8e712d Remove redundant PrimaryBackgroundColor 2018-10-15 07:35:24 -07:00
John Lewin
bbca00e089 Clear ThumbnailBackground 2018-10-14 20:06:05 -07:00
John Lewin
4115318c6b Add icons for export & add to bed 2018-10-14 12:52:40 -07:00
John Lewin
81d9c5f9d1 Use menu icon if supplied 2018-10-14 12:52:40 -07:00
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