Commit graph

858 commits

Author SHA1 Message Date
John Lewin
0cd2ffd093 Restore the previous bedplate on load 2017-07-31 10:51:56 -07:00
Lars Brubaker
318c14c5f9 Set solid color when clicked
put in gray colors
2017-07-28 17:02:39 -07:00
Lars Brubaker
9cb56d672f Merge branch 'design_tools' of https://github.com/MatterHackers/MatterControl into design_tools 2017-07-28 15:41:21 -07:00
Lars Brubaker
a6cf0b379a New position and size in guiwidget 2017-07-28 15:39:35 -07:00
John Lewin
c8c2ca5aa8 Move import printer to plus tab 2017-07-28 14:07:11 -07:00
Lars Brubaker
3d02e359aa Put in a first pass at a color selector. 2017-07-28 11:59:10 -07:00
John Lewin
1a0d4b1efc Move EEProm into overflow menu 2017-07-28 08:57:33 -07:00
John Lewin
9d810dc8b1 Switch popup menu to use menu items and adjust styling
- Use NamedAction[] and menuitems rather than buttons
- Switch to standard white menu background
- Add simple separator bar hack
2017-07-28 08:19:22 -07:00
John Lewin
787624a9ae Refine library views for focused tasks
- Sidebar should focus on usable scene content
- Container browser should allow changing context of sidebar content
- Filter containers from library sidebar
- Replace breadcrumb bar with new container dropdown
- Add filtering to listview for containers/items
- Add container browser for container bar popup
- Filter library items from container browser
- Filter library items from SaveAs selector window
2017-07-28 06:33:41 -07:00
John Lewin
83a4bcf1b7 Create '+' tab for main content view
- Make RenameItemWindow more generic, reuse for Rename Printer
- Move Delete Printer to printer overflow menu
- Move Rename Printer to printer overflow menu
- Remove PrinterSelector from printer overflow menu
- Remove Add New Printer action from PrinterSelector
- Remove pencil icon/edit printer behavior from PrinterSelector
2017-07-27 14:32:21 -07:00
John Lewin
bbe5ab375f Remove unused FileHasChanged features of PrintItemWrapper 2017-07-27 14:32:20 -07:00
Lars Brubaker
5c9f6b5c3e MatterCad tools working much better. 2017-07-21 15:48:52 -07:00
Lars Brubaker
ce3c69e825 Improving slice meta data 2017-07-20 12:44:55 -07:00
John Lewin
dd519cde8c Convert PluginFinder to static class with generic methods 2017-07-20 01:00:47 -07:00
John Lewin
e429f168e2 Correctly position bed in z 2017-07-19 16:25:26 -07:00
Lars Brubaker
90e7ba1578 Take weak reference out of Polygon Face. 2017-07-19 14:24:38 -07:00
Lars Brubaker
95f7c3498b Took out FaceEdgeTextrueData and WeakTable 2017-07-19 12:10:05 -07:00
Lars Brubaker
1f0acc0411 Moving to a dynamic Vertex data type 2017-07-19 12:10:05 -07:00
John Lewin
1acc55bbc8 Force invalidate after load 2017-07-19 07:53:05 -07:00
John Lewin
64c93d943d Show progress state string during draw 2017-07-19 07:33:26 -07:00
John Lewin
4c40c3a5c9 Update to IVertex 2017-07-18 20:51:44 -07:00
John Lewin
4ff6c5cbb8 Convert from ReportProgressRatio to Action<T> 2017-07-18 20:51:44 -07:00
Lars Brubaker
c989cb8630 Fixing multi material processing 2017-07-17 16:41:04 -07:00
John Lewin
4eb8ebe254 Revise ReportProgressRatio implementation 2017-07-14 13:55:02 -07:00
John Lewin
ddf50c061a Workaround to ungroup .mcx files 2017-07-14 10:27:49 -07:00
John Lewin
f5fac75c89 Invalidate View3DWidget on progress change 2017-07-14 10:27:49 -07:00
John Lewin
1e1cf68070 Guard for null reference 2017-07-14 10:27:49 -07:00
John Lewin
5ef94eb275 Restore View3D progressbars for loading drag items 2017-07-12 23:01:51 -07:00
John Lewin
ddedffe2a0 Update draw event names 2017-07-12 22:34:03 -07:00
John Lewin
a90e15ea14 Remove unused collisionVolume constructor parameter 2017-07-12 22:12:08 -07:00
John Lewin
eb82189a92 Remove unused method 2017-07-12 22:00:13 -07:00
John Lewin
025a7739fe Make part drag use AddTransformSnapshot 2017-07-12 21:59:22 -07:00
John Lewin
cb2c561046 Convert local InteractionVolumes to use IInteractionVolumeContext 2017-07-12 21:57:30 -07:00
John Lewin
30a8168adb Remove unused IInteractionVolumeCreator interface 2017-07-12 21:40:11 -07:00
John Lewin
fce4d5a78b Move InteractionVolume support types to InteractionVolume.cs 2017-07-12 21:38:40 -07:00
John Lewin
04a5364044 Decouple View3DWidget from InteractionVolume
- Move conditional tests into shared functions rather than callers
- Remove unused View3DWidget reference from TransformUndoCommand
- Add AddTransformSnapshot method to IInteractionVolumeContext
2017-07-12 21:36:28 -07:00
John Lewin
dd9faac52f Remove unused variable 2017-07-12 19:50:10 -07:00
John Lewin
7c0260668d Extract embedded classes to new files 2017-07-12 19:49:54 -07:00
Lars Brubaker
a01ab7930d Getting extruder selection to work on mcx files 2017-07-12 14:28:43 -07:00
John Lewin
e649fb8833 Remove SaveAsReturnInfo from primary save function 2017-07-12 08:03:06 -07:00
John Lewin
3bda665ac0 Simplify text creators, drop PlatingData and spacing controls 2017-07-11 22:27:08 -07:00
John Lewin
6d02bbb96d Remove unused CurrentScale PlatingData property 2017-07-11 17:46:12 -07:00
John Lewin
71a50ecf2a Spacebar should clear focus
- Issue MatterHackers/MCCentral#1588
implement keyboard commands in 3d view
2017-07-11 17:46:12 -07:00
John Lewin
71d8991729 Set focus to View3DWidget after drag-drop
- Issue MatterHackers/MCCentral#1589
2017-07-11 17:46:12 -07:00
John Lewin
20d988c1aa Fix icon alignment via button margins 2017-07-11 16:13:28 -07:00
John Lewin
d767e8f05a Use VS undo/redo icons, Material.io memory icon 2017-07-11 16:13:28 -07:00
Lars Brubaker
5e57563908 handle no selection better 2017-07-11 12:50:21 -07:00
Lars Brubaker
c16ba73b8a Merge branch 'design_tools' of https://github.com/MatterHackers/MatterControl into design_tools 2017-07-11 12:49:41 -07:00
John Lewin
02f5af43d9 Remove unused controls 2017-07-11 12:06:34 -07:00
Lars Brubaker
fff70c20a8 null pointer checking 2017-07-11 11:35:28 -07:00