LarsBrubaker
8e8fdf8ae3
change loading to time based rather than length based
2018-11-03 12:10:59 -07:00
John Lewin
b1053b8198
Revert accessibility of contentRow
...
- Add public PrinterSetupWizardPage proxy to private .contentRow
- Use PrinterSetupWizardPage.ContentRow in LoadFilamentWizard
2018-11-03 10:12:49 -07: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
John Lewin
c279f8a511
Fix typo
...
- Issue MatterHackers/MCCentral#4485
Consider renaming recently added config setting with typo in name
2018-11-03 08:45:17 -07:00
John Lewin
05966c7e56
Wait for async printer load before copying part bed plate
...
- Issue MatterHackers/MCCentral#4478
When we open a printer from the select menu after clicking print
on a design tab, we don't get the part on the bed
2018-11-03 00:21:33 -07:00
John Lewin
958acf97a3
Fix typos
2018-11-02 22:52:08 -07:00
John Lewin
9e8f6fac5a
Make LibraryView double click action conditional to context
...
- Issue MatterHackers/MCCentral#4484
Double click should conditionally open part preview or add to plate
2018-11-02 22:02:05 -07:00
John Lewin
ee89c897af
Restore previous icon spacing
2018-11-02 20:00:47 -07:00
John Lewin
2978b399c9
Fix scrollbars on favorites bar
...
- Issue MatterHackers/MCCentral#4482
Scrollbars appears long before required
2018-11-02 20:00:47 -07:00
John Lewin
e958bbebe2
Move border to parent
...
- Issue MatterHackers/MCCentral#4481
Border terminates unexpectedly
2018-11-02 20:00:47 -07:00
John Lewin
f31f3ab0a5
Extract simple vertical icon view to base type from IconListView
...
- Use on favorites bar in place of IconListView
2018-11-02 20:00:46 -07:00
Lars Brubaker
677335c8a2
clicking already loaded means we are done
2018-11-02 18:38:59 -07:00
Lars Brubaker
0fb4196edd
fixing android
2018-11-02 18:09:55 -07:00
Lars Brubaker
915625fa25
Make sure we update the setup button at the end of loading filament
2018-11-02 18:02:01 -07:00
Lars Brubaker
be6593c32a
Mark filament has been loaded correctly
...
Make sure we parse markdown in load filament correctly
2018-11-02 17:21:32 -07:00
Lars Brubaker
775f1982bd
Re-wrote the load filament wizard as not a macro so we have more control over it
...
Added it to the setup steps
issue: MatterHackers/MCCentral#4429
Put in a loading filament as part of initial setup process
2018-11-02 16:14:37 -07:00
John Lewin
b61511da81
Simplify
2018-11-02 07:33:44 -07:00
John Lewin
a6e1b025c4
Use MenuTheme for menu children
...
- Issue MatterHackers/MCCentral#4466
Wrong theme colors - use MenuTheme
2018-11-01 18:19:09 -07:00
John Lewin
d47567042d
Apply theme colors to noContentFieldDescription
...
- Issue MatterHackers/MCCentral#4443
Improve legibility of themed EmptyAndNotSelected text
2018-11-01 17:15:25 -07:00
John Lewin
d95877142b
Reset EditorPanel title on clear
...
- Switch title to 'Properties' per feedback
- Issue MatterHackers/MCCentral#4459
Editor title should reset when cleared
2018-11-01 17:11:24 -07:00
John Lewin
da320e739e
Change listview item double click to show part view
...
- Issue MatterHackers/MCCentral#4464
Library -> Part -> DoubleClick should fire Open behavior
2018-11-01 17:04:13 -07:00
John Lewin
53cb371879
Disconnect loaded scene from newly created one
...
- Issue MatterHackers/MCCentral#4463
Save seems to fails after Part -> Print button has been invoked
2018-11-01 17:02:12 -07:00
John Lewin
d73e78c286
Remove EditContext.Content
...
- Issue MatterHackers/MCCentral#4463
Save seems to fails after Part -> Print button has been invoked
2018-11-01 17:02:12 -07:00
John Lewin
35e7e24fda
Open constructed tab after creation
...
- Issue MatterHackers/MCCentral#4460
Library -> MCX -> Edit should switch to constructed tab
2018-11-01 17:02:12 -07:00
John Lewin
624e07803c
Use sceneContext.SaveChanges instead of Printer.Bed.SaveChanges
...
- Issue MatterHackers/MCCentral#4462
CTRL-S should not be coupled to Printer
2018-11-01 17:02:12 -07:00
John Lewin
d225ac2dd4
Disable edit action until implemented
...
- Issue MatterHackers/MCCentral#4458
Remove name edit button - restore when implemented
2018-11-01 17:02:12 -07:00
Lars Brubaker
19757dde50
compile and continue
2018-11-01 16:49:43 -07:00
Lars Brubaker
1fc34163ae
Cleaning up the tree rebuild and invalidate
2018-11-01 16:43:59 -07:00
Lars Brubaker
9379b5c7c2
set selection on design history right click
...
cleans up errors with right clicking on an object different than the one selected in the scene
cleans up errors with multiple selected objects not being shown in tree view
update treenode outside of draw recursion
2018-11-01 16:13:29 -07:00
Lars Brubaker
b94d0fce10
make sure we check mesh for null before using
...
issue: MatterHackers/MCCentral#4447
Null reference exception in MeshWrapperObject3D when descendant has null Mesh
2018-11-01 15:02:57 -07:00
Lars Brubaker
8c1c0bcff4
Improving setup connection wizard
...
issue: MatterHackers/MCCentral#4453
Add images to connection wizard
2018-11-01 14:16:25 -07:00
John Lewin
14967368a4
Replace RunOnIdle use with alternative for startup initialization
...
- Issue MatterHackers/MCCentral#4438
RunOnIdle should not be used to queue work post application load
2018-11-01 09:36:58 -07:00
John Lewin
b7029129c5
Render ChromeTab overlapping edges
...
- MatterHackers/MCCentral#4451
Improve tab visuals
2018-11-01 07:26:48 -07:00
John Lewin
5d23a58637
Honor deferEditorTillMouseUp
2018-11-01 07:26:48 -07:00
John Lewin
272ea2dad0
Simplify
2018-11-01 07:26:48 -07:00
John Lewin
578982d977
Leave implementation details to selectedObjectPanel.SetActiveItem
2018-11-01 07:26:48 -07:00
John Lewin
32836d0793
Improve scene/treeview/SelectedObjectPanel selection behaviors
...
- Issue MatterHackers/MCCentral#4434
Scene selection change not firing treeview/editor selection change
2018-10-31 22:13:59 -07:00
John Lewin
052e3c1fb1
Guard for null
2018-10-31 22:11:24 -07:00
John Lewin
4b016bc1e0
Add subtle separator border between shared temp extruders
2018-10-31 19:19:10 -07:00
John Lewin
cbbaac59f8
Swap extrude/retract buttons
2018-10-31 19:10:12 -07:00
John Lewin
6f896beed2
Add toolbar to hardware page to fix layout quirks due to splitter
...
- Issue MatterHackers/MCCentral#4449
2018-10-31 17:35:20 -07:00
John Lewin
3aa10f77dc
Reduce scope
2018-10-31 17:16:52 -07:00
John Lewin
a59970e371
Be rather than have FlowlayoutWidget
2018-10-31 17:15:43 -07:00
John Lewin
620a83b6c3
Fix icons for theme
...
- Issue MatterHackers/MCCentral#4448
Incorrect theme icon colors
2018-10-31 17:06:41 -07:00
John Lewin
c96899e04d
Remove redundant separator
2018-10-31 16:57:39 -07:00
John Lewin
109c51e20c
Rename Recent -> Open Recent
2018-10-31 16:51:57 -07:00
John Lewin
d5d41e4fe8
Revert changes in MatterHackers/MatterControl@a082ae1
...
- Issue MatterHackers/MCCentral#4445
Submenus crash on open after border changes
2018-10-31 16:37:07 -07:00
John Lewin
43f329cb8d
Move test helper method to dedicated type to prevent unwanted spinup
2018-10-31 16:23:44 -07:00
John Lewin
889a7c2918
Set MCWS environment based on new config options
...
- Issue MatterHackers/MCCentral#4444
Make MCWS environment at configuration based target
2018-10-31 14:09:33 -07:00