Commit graph

149 commits

Author SHA1 Message Date
John Lewin
151e753db2 Move PrimaryAccentColor to parent 2018-10-22 14:16:24 -07:00
LarsBrubaker
0c86134330 Improve selection context on un-do and re-do
added undo to string and bool fields
experimental tab flashing
2018-10-21 11:52:05 -07:00
Lars Brubaker
29bfeb23c3 Fixing 'File' removal regressions
issue: MatterHackers/MCCentral#4342
Save as not working from toolbar

issue: MatterHackers/MCCentral#4343
No right click bed menu
2018-10-20 13:07:25 -07:00
John Lewin
026db6d99f Revise menus 2018-10-19 18:19:44 -07:00
John Lewin
b5e1dd5019 Expose PartPreviewContent on ApplicationController 2018-10-19 18:19:44 -07:00
John Lewin
29e9867ac7 Handle Print action when printer exists
- Issue MatterHackers/MCCentral#4312
Finish Part -> Print Implementation
2018-10-19 18:19:44 -07:00
John Lewin
cd7f2a4e86 Fix non-pixel aligned rendering glitch 2018-10-19 12:00:20 -07:00
John Lewin
2c12c0b546 Use existing UIField listener pattern to set field value on changed event
- Issue MatterHackers/MCCentral#4232
Cannot activate bed heater
2018-10-18 18:55:54 -07:00
John Lewin
4abc1de7c6 Revise close on printer change logic
- Issue MatterHackers/MCCentral#4305
Multiple printer tabs appear
2018-10-18 17:58:21 -07:00
Lars Brubaker
13383992a7 Getting more tests to pass
Added the bed menu back and called it 'File'
Made cut copy past enable correctly in bed menu
2018-10-18 17:25:56 -07:00
John Lewin
caa0565e78 Switch to part tab when created 2018-10-18 14:36:59 -07:00
John Lewin
64485e01a0 Do not switch to tab when restoring PartTab 2018-10-18 14:36:36 -07:00
John Lewin
3bc4bed2f8 Fix bed rendering issues
- Issue MatterHackers/MCCentral#4298
lost bed rendering in 2D view
2018-10-18 12:42:14 -07:00
John Lewin
981e28abc3 Show MakeModel if no profiles exist 2018-10-17 17:38:20 -07:00
John Lewin
4b32a99ebb Refactor Color helper names 2018-10-17 17:22:24 -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
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
6b0a3bf063 Prevent duplicate tab creation
- Issue - Issue MatterHackers/MCCentral#4297
Excess tabs on ReloadAll
2018-10-16 17:31:09 -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
6ddf344187 Getting the library popup to be vertically scallable 2018-10-16 16:23:39 -07:00
Lars Brubaker
52f05e7fcb Making the selection outline a bit bigger 2018-10-16 13:09:58 -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
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
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
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
0b47dd4056 Collapse AppSettingsView into BrandMenu, use PopupMenu with icons 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
John Lewin
f9465551eb Remove DebugShowBounds, add redundant Skip call 2018-10-12 15:47:07 -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