Commit graph

25 commits

Author SHA1 Message Date
John Lewin
f11b48b4ed Fix style errors 2018-10-10 22:47:17 -07:00
John Lewin
ec419b35cf Remove dead code 2018-10-10 17:54:37 -07:00
Lars Brubaker
b1f2023210 Getting more tests to run on new ui 2018-10-10 13:34:18 -07:00
Lars Brubaker
f32bc86e12 Added double click open to printer tree view item 2018-10-10 10:01:24 -07:00
John Lewin
b67d3ad691 Add Library tab, replace PrintLibrary widget with Favorites bar 2018-10-10 08:07:47 -07:00
John Lewin
477b422703 Simplify ExternalDragOver, pass dependency as param 2018-10-07 15:43:31 -07:00
John Lewin
dc89beeac9 Simplify dynamic menu enabled logic 2018-10-07 12:08:43 -07:00
John Lewin
e97191f104 Move library icons to more aptly named location
- Issue MatterHackers/MCCentral#4253
Incorrect sizing for building_thumbnail_40x40.png after thumbnail changes
2018-10-06 14:06:03 -07:00
John Lewin
b02a5661ba Extract and reuse thumbnail resizing logic 2018-10-06 13:52:19 -07:00
John Lewin
3cd4dbdde6 Extract LibraryItem thumbnail generator for reuse 2018-10-06 09:21:50 -07:00
John Lewin
39241d4f09 Add reload mechanism for modified loaded parents
- Issue MatterHackers/MCCentral#4249
Parent library container shows stale view when popped
2018-10-05 14:47:43 -07:00
John Lewin
ed7136cde7 Use null ContentStore for plated gcode 2018-10-04 19:42:58 -07:00
John Lewin
51289443cc Move NewPlatingItem(), GetLastePlateOrNew() from printer to HistoryContainerBase 2018-10-04 19:27:07 -07:00
John Lewin
42e0776ac9 Ignore doubleclick if no workspace is active
- Issue MatterHackers/MCCentral#4223
Double clicking a part on the left bar before opening a printer throws an exception
2018-10-03 21:51:03 -07:00
John Lewin
25d977a87a Fix incorrect Export validation rule
- Disallow containers
- Issue MatterHackers/MCCentral#4186
Exporting folders doesn't work
2018-10-03 21:48:11 -07:00
Lars Brubaker
43272c5d26 Make sure we still center things when adding to bed 2018-09-26 13:23:52 -07:00
Lars Brubaker
07267f5992 Made insertion group able to layout inserted objects (have a callback)
Made insert command able to take an ienumerable
Refactoring
2018-09-25 16:21:32 -07:00
Lars Brubaker
fb17d58fa4 Make insert do arrange as it adds parts
Make add to plate to arrange as it adds parts
Make sure parts that are arranged are on the 0 plane
issue: MatterHackers/MCCentral#4149
Using Insert doesn't center and arrange part on bed
2018-09-25 09:53:07 -07:00
John Lewin
e5dd6e8c36 Guard .Checked on non-expandable SectionWidgets 2018-09-11 08:53:46 -07:00
John Lewin
1ae3a31588 Always show SectionWidget expansion, disable if not expandable 2018-09-11 08:53:04 -07:00
John Lewin
d9073e57a5 Fix style errors 2018-09-07 20:27:09 -07:00
John Lewin
5004f0b401 Restore non-expandable SectionWidget 2018-09-07 17:09:41 -07:00
John Lewin
3118d4b07f Fix casing of siblingRadioButtonList parameter 2018-09-07 17:09:41 -07:00
Lars Brubaker
f73e98e0d7 Only center on bed during gcode export when exporting from library
fixed a bug with MatterSlice dependancy

issue: MatterHackers/MCCentral#4032
Slicing error when slicing for Pulse
2018-09-07 10:25:29 -07:00
Lars Brubaker
bed90234e7 Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
2018-09-06 16:09:58 -07:00