Commit graph

8216 commits

Author SHA1 Message Date
Lars Brubaker
227ac3bf16
Merge pull request #2647 from jlewin/design_tools
Move CSV list definitions from generic to specialized field
2017-11-09 10:06:21 -08:00
John Lewin
41b9f9ed3c Remove seemingly invalid bed temp ExtraSettings from SD Card Reader
- Issue MatterHackers/MCCentral#2183
Strange things appearing in settings
2017-11-09 01:51:49 -08:00
John Lewin
3eea3ea1ae Most CSV list definitions from generic to specialized field 2017-11-09 01:51:48 -08:00
johnlewin
76da549ef5
Merge pull request #2646 from jlewin/design_tools
Use smaller icon view in SaveAs window
2017-11-09 00:16:08 -08:00
John Lewin
703aeafe26 Move ViewControls3D into correct region
- Add new FlowLayout for toolbar and View3DWidget
- Issue MatterHackers/MCCentral#2215
ViewControls3D hosted in wrong context
2017-11-09 00:03:12 -08:00
John Lewin
3c9a322a2d Remove redundant lambda 2017-11-08 23:43:18 -08:00
John Lewin
250b7d6551 Changing printers only works correctly via SetActivePrinter
- Issue MatterHackers/MCCentral#2199
Delete Printer fails to reload UI to new state
2017-11-08 23:39:35 -08:00
John Lewin
06e957d7b9 Rename ValueDisplayInfo -> InlineEditControl
- Issue MatterHackers/MCCentral#2201
Consider renaming ValueDisplayInfo to better describe behavior
2017-11-08 23:25:06 -08:00
John Lewin
b2bb131902 Set breadcrumb on container change
- Remove SaveAsContext type meant to clarify by causing confusion
- Issue MatterHackers/MCCentral#2214
SaveAs breadcrumb bar does not update after navigation
2017-11-08 23:18:26 -08:00
John Lewin
01a8a6d0a3 Filter should include PrintHistory items
- Issue MatterHackers/MCCentral#2213
Print History container is always empty
2017-11-08 22:57:55 -08:00
John Lewin
3623b7b0ca Remove padding/margin causing border
- Issue MatterHackers/MCCentral#2212
Too many visual boxes
2017-11-08 22:56:21 -08:00
John Lewin
07d488c85a Use smaller icon view in SaveAs window
- Add IconListView constructor parameter to set width/height at once
- Issue MatterHackers/MCCentral#1540
Save As window should not use large thumbnail view
2017-11-08 22:53:25 -08:00
johnlewin
b1860cb828
Merge pull request #2645 from jlewin/design_tools
Move "Show Folders" filter to PrintLibraryWidget -> ContainerFilter
2017-11-08 22:08:52 -08:00
John Lewin
6da5a4693c Move "Show Folders" filter to PrintLibraryWidget -> ContainerFilter
- Issue MatterHackers/MCCentral#2152
Folders checkbox honored by SaveAs window resulting in empty list
2017-11-08 18:22:21 -08:00
John Lewin
509c983b84 Remove redundant middleRowContainer variable 2017-11-08 18:13:24 -08:00
johnlewin
7033244292
Merge pull request #2644 from larsbrubaker/design_tools
Guard against null
2017-11-08 18:06:04 -08:00
Lars Brubaker
7d39c9bfeb Guard against null 2017-11-08 17:17:53 -08:00
johnlewin
e1ae5e4bdd
Merge pull request #2643 from jlewin/design_tools
Rename to DialogPage
2017-11-08 16:43:50 -08:00
John Lewin
f9ec7cd274 Rename to DialogPage 2017-11-08 16:38:54 -08:00
johnlewin
17cf61db7f
Merge pull request #2642 from jlewin/design_tools
Rename Wizard Window/Page -> Dialog Window/Page
2017-11-08 16:14:56 -08:00
John Lewin
c1b2aeb7d8 Rename Wizard Window/Page -> Dialog Window/Page 2017-11-08 15:56:37 -08:00
johnlewin
a9d3167aca
Merge pull request #2641 from jlewin/design_tools
Convert EditMacrosWindow to WizardPage
2017-11-08 15:45:43 -08:00
John Lewin
67319b6024 Extract embedded type to new file 2017-11-08 15:35:31 -08:00
John Lewin
c21ff29fb3 Rename file to match type 2017-11-08 15:35:31 -08:00
John Lewin
5b100e8073 Convert EditMacrosWindow to WizardPage 2017-11-08 15:35:31 -08:00
John Lewin
ba60969e85 Remove proxy method to SendLineToPrinterNow 2017-11-08 15:35:31 -08:00
John Lewin
488aa69dab Don't close MacroPage on continue buttons
- Macros inject close command as last line
2017-11-08 15:35:30 -08:00
John Lewin
24cf593b29 Simplify 2017-11-08 15:35:30 -08:00
Lars Brubaker
25ef7ad0c8
Merge pull request #2640 from larsbrubaker/design_tools
Leveling quaternion needed to be reversed
2017-11-08 15:32:44 -08:00
Lars Brubaker
d5e50caea4 Leveling quaternion needed to be reversed 2017-11-08 15:23:47 -08:00
Lars Brubaker
9d9fdefda2
Merge pull request #2639 from larsbrubaker/design_tools
Design tools
2017-11-08 14:58:18 -08:00
Lars Brubaker
5f8781d67a Got the TumbleCubeControl working (some)
Fixed Matrix CreateRotation(axis, angle) to not negate the angle
Fixed all the code this broke
2017-11-08 14:45:59 -08:00
Lars Brubaker
98f32ca2b0 Improving tumble contol 2017-11-08 14:45:59 -08:00
johnlewin
f44ca2ed2d
Merge pull request #2638 from jlewin/design_tools
Remove deprecated LocalizedString.Get method
2017-11-08 08:38:40 -08:00
John Lewin
c6d38c9c09 Remove deprecated LocalizedString.Get method 2017-11-08 08:12:30 -08:00
johnlewin
68b809a323
Merge pull request #2637 from jlewin/design_tools
Change DragDrop context on tab switch
2017-11-07 16:37:44 -08:00
John Lewin
76ffda05f9 Change DragDrop context on tab switch
- Issue MatterHackers/MCCentral#2072
View3DWidget DragDrop targets not changing on tab switch
2017-11-07 14:59:20 -08:00
John Lewin
dafddf710b Rename PrinterTabBase -> PartTabPage 2017-11-07 14:57:58 -08:00
johnlewin
d87d05fb79
Merge pull request #2636 from jlewin/design_tools
Show OpenFileDialog and import settings to new printer
2017-11-07 14:28:40 -08:00
John Lewin
5699117a61 Show OpenFileDialog and import settings to new printer
- MatterHackers/MCCentral#2176
Import printer from +tab should create a new printer rather than ask
2017-11-07 14:15:34 -08:00
John Lewin
46c1027466 Remove 2 second troubleshooting delay 2017-11-07 13:54:09 -08:00
johnlewin
4a8dd938a6
Merge pull request #2635 from jlewin/design_tools
Floating PoupWindow should persist after ReloadAll
2017-11-07 12:40:35 -08:00
John Lewin
8d988d8733 Add Reloading overlay 2017-11-07 12:06:43 -08:00
John Lewin
02d1861864 Floating PoupWindow should persist after ReloadAll
- Issue MatterHackers/MCCentral#1892
Floating Slice Settings docking window closes on ReloadAll
2017-11-07 11:33:20 -08:00
John Lewin
5a2115f54e Be rather than have FlowLayoutWidget 2017-11-07 11:33:20 -08:00
johnlewin
997f909d02
Merge pull request #2634 from larsbrubaker/design_tools
Working on view rotation cube
2017-11-07 11:32:44 -08:00
Lars Brubaker
4e5904be45 Working on view rotation cube 2017-11-06 18:48:22 -08:00
johnlewin
def67f340e
Merge pull request #2631 from jlewin/design_tools
Update Nuget packages
2017-11-05 09:51:30 -08:00
John Lewin
fce36d63e2 Update Nuget packages 2017-11-05 08:04:40 -08:00
johnlewin
0296ce8df3
Merge pull request #2630 from jlewin/design_tools
Fix typos
2017-11-05 07:44:58 -08:00