Commit graph

566 commits

Author SHA1 Message Date
John Lewin
5d75a6bc17 Make radio menus interactive 2018-03-16 17:45:48 -07:00
John Lewin
d722988f5a Remove logging 2018-03-16 17:45:47 -07:00
Lars Brubaker
cc9d986e4b Build orthographic thumbnails for large content 2018-03-14 16:44:20 -07:00
John Lewin
b642e500c5 Add PublishCount validation 2018-03-10 16:25:55 -08:00
Lars Brubaker
9cc6d5f469 Added passing UndoBuffer to rebuildable 2018-03-08 17:29:35 -08:00
Lars Brubaker
4e41fa6694 Put 0 height objects slightly above the bed 2018-03-08 17:28:24 -08:00
John Lewin
248a82e172 InsertionGroup should not set/null Mesh property 2018-03-08 16:37:50 -08:00
John Lewin
ad38cc5a98 Revise Assets 2018-03-07 18:12:49 -08:00
John Lewin
06e9a73b03 Extract embedded types to new files 2018-03-07 12:25:57 -08:00
John Lewin
a12083863e Wire up sort menu to active state
- Issue MatterHackers/MCCentral#2865
Add sorting fields to ILibraryItem as promised by sort menu
2018-02-27 18:15:48 -08:00
John Lewin
98fe471f12 Revise filter 2018-02-27 17:39:37 -08:00
John Lewin
52a143e955 Implement library/listview sorting
- Issue MatterHackers/MCCentral#2865
Add sorting fields to ILibraryItem as promised by sort menu
2018-02-27 17:39:27 -08:00
John Lewin
0657611a73 Add sorting fields
- Issue MatterHackers/MCCentral#2865
Add sorting fields to ILibraryItem as promised by sort menu
2018-02-27 17:38:47 -08:00
John Lewin
134e86fa61 Add required default constructor, McxContainerTest stub 2018-02-26 15:52:01 -08:00
Lars Brubaker
d6a50e3956 Improving STL export
Getting more MatterCad scripting working
2018-02-23 18:05:32 -08:00
John Lewin
3b26f3aa08 Add library container browsing for MCX items 2018-02-23 14:26:56 -08:00
Lars Brubaker
c8ac16e806 Check the world persistable flag 2018-02-23 13:37:23 -08:00
Lars Brubaker
c7a6f2e8e9 Creating a Design Apps folder
Put in card holder
Moving parts into the Design Apps folder
2018-02-22 18:03:15 -08:00
Lars Brubaker
84fd794f15 Made the splash screen scale better 2018-02-22 10:15:39 -08:00
Lars Brubaker
859304fd16 Fixed print recovery test
removed the gcode buffer size variable (it didn't work)
2018-02-21 18:15:22 -08:00
John Lewin
51eb7dfaf2 Force correct remainingSpace value 2018-02-21 16:42:36 -08:00
John Lewin
81c81dd26e Fix resize/layout/reflow issues with ListView/Explorer controls 2018-02-21 16:42:36 -08:00
Lars Brubaker
cd97718f6b Put in a new splash screen image (from android)
Made the default thumbnail render be traced
2018-02-21 15:23:54 -08:00
John Lewin
d54e317382 Revise long running task title assignment and draw position
- Issue MatterHackers/MCCentral#2737
long running task overlaps title and content
2018-02-20 18:27:52 -08:00
John Lewin
f40dabbac3 Only SafeList/deserialization should manipulate Parent 2018-02-20 15:24:22 -08:00
John Lewin
586c37b9d7 Guard for null 2018-02-16 12:21:46 -08:00
John Lewin
ea450868fa Proxy TooltipText from TextWidget to IconListView 2018-02-15 14:29:38 -08:00
John Lewin
78341ef3e2 Use specialized type for missing files in Queue
- Prevent DragDrop with filter for MissingFileItem
- Allow MissingFileItem in ListView in addition to IsContentFileType
2018-02-15 14:27:01 -08:00
John Lewin
82638b64a1 Add Sort/View button prototypes 2018-02-14 09:47:02 -08:00
John Lewin
9e13da5def Add sorting to library view
- Issue MatterHackers/MCCentral#2475
2018-02-14 09:45:13 -08:00
John Lewin
6185ae5223 Sort containers by name and use Linq query, rather than method, syntax 2018-02-14 08:13:38 -08:00
John Lewin
b582a83082 Skip plugins which are invalid for the current printer
- Issue MatterHackers/MCCentral#2829
Export dialog should filter non-applicable export plugins
2018-02-13 18:30:54 -08:00
John Lewin
55511875b1 Add Initialize(printer) to IExportPlugin, use ref in member functions 2018-02-13 18:11:01 -08:00
John Lewin
52492753da Add missing interface 2018-02-13 16:58:14 -08:00
John Lewin
9888c87d4e Move and rename file (DynamicContentStore)
- Issue MatterHackers/MCCentral#2823
Fix name
2018-02-13 16:44:14 -08:00
John Lewin
2efc28bc94 Remove GetOptionsPanel requirement from IExportPlugin
- Add IExportWithOptions for additional specialization
2018-02-13 16:26:07 -08:00
John Lewin
158d907c08 Add printer param to IExportPlugin.Generate()
- Issue MatterHackers/MCCentral#2828
Export plugins should be passed a reference to the export printer
2018-02-13 16:26:07 -08:00
John Lewin
fab8c5da07 Restore UI for leveling GCode exports
- Issue MatterHackers/MCCentral#2558
Export GCode needs to collect/respect leveling option
2018-02-13 16:26:07 -08:00
John Lewin
273468041f Set MeshPath on load to track original source file 2018-02-13 12:46:55 -08:00
John Lewin
74c6b4f255 Center all content on bed except active BedPlate 2018-02-13 12:46:55 -08:00
John Lewin
a0a9df8496 Fix typo during refactor 2018-02-13 12:46:55 -08:00
John Lewin
1d940c4254 Ensure content is always persisted before slicing 2018-02-13 12:46:55 -08:00
John Lewin
6dadc8869f Remove breaking change 2018-02-13 12:46:54 -08:00
John Lewin
54032fac73 Collapse export into existing method, resolve outstanding issues 2018-02-13 12:46:54 -08:00
John Lewin
f8d9070c61 Rename GetContentStream() -> GetStream() 2018-02-12 19:26:38 -08:00
John Lewin
f440981e51 Rename ILibraryContentStream -> ILibraryAssetStream 2018-02-12 19:26:38 -08:00
John Lewin
7a4d4df4c0 Rename ILibraryContentItem -> ILibraryObject3D
- Rename member .GetContent() -> .GetObject3D()
2018-02-12 19:26:38 -08:00
John Lewin
995d5c18bf Add common base interface and necessary implementations 2018-02-12 19:26:38 -08:00
John Lewin
fa3471a3ca Simplify, fix naming 2018-02-12 19:26:38 -08:00
John Lewin
39af20993d Remove unused ILibraryContentItem.SetContent() definition 2018-02-12 19:26:37 -08:00