Commit graph

14 commits

Author SHA1 Message Date
Lars Brubaker
9cc6d5f469 Added passing UndoBuffer to rebuildable 2018-03-08 17:29:35 -08:00
John Lewin
5fb13d07f3 Constrain library Save/Move operations to writable containers 2017-12-21 14:24:09 -08:00
John Lewin
deeb6772e0 Extract core of SaveAsPage into reusable component, add MoveItemPage 2017-12-21 14:05:45 -08:00
John Lewin
5f1a43e344 Simplify SaveAsPage - reduce variable scope, collapse method into Click 2017-12-21 14:05:45 -08:00
John Lewin
23dd8a545a Simplify SaveAsPage - remove SaveAsReturnInfo type
- Use Action as return value is unused
- Directly pass original SaveAsReturnInfo properties as Action params
2017-12-21 14:05:45 -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
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
John Lewin
509c983b84 Remove redundant middleRowContainer variable 2017-11-08 18:13:24 -08:00
John Lewin
c1b2aeb7d8 Rename Wizard Window/Page -> Dialog Window/Page 2017-11-08 15:56:37 -08:00
John Lewin
c898f344bb Simplify 2017-10-31 07:57:25 -07:00
John Lewin
c92959adec Replace fields with properties, remove file system paths, revise names 2017-10-31 07:57:25 -07:00
John Lewin
c970ff28a9 Remove unused param, rename getNewName -> allowNameChange, reformat 2017-10-31 07:57:25 -07:00
John Lewin
9dc1d50ab0 Convert SaveAsWindow to WizardPage
- Issue MatterHackers/MCCentral#2153
SaveAs window uses SystemWindow rather than WizardPage
2017-10-31 07:57:24 -07:00
Renamed from PartPreviewWindow/SaveAsWindow.cs (Browse further)