Commit graph

351 commits

Author SHA1 Message Date
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
John Lewin
4eb8ebe254 Revise ReportProgressRatio implementation 2017-07-14 13:55:02 -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
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
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
Lars Brubaker
5e57563908 handle no selection better 2017-07-11 12:50:21 -07:00
Lars Brubaker
fff70c20a8 null pointer checking 2017-07-11 11:35:28 -07:00
John Lewin
dda6f89c2b Fix widget ordering to restore layer view controls
- Less coupling to MeshViewerWidget
- Interaction layer concept/surface added for IA volumes
  - Holds most IA volume logic and controls
2017-07-11 08:10:57 -07:00
John Lewin
ae93fedc46 Move TrackballTumble and GCode viewer 2017-07-10 16:28:41 -07:00
Lars Brubaker
661042d88b Put in new move in z control
Improved position of numbers
2017-07-10 15:04:33 -07:00
John Lewin
840f2f9cc9 Move sliders and overflow menu to parent control 2017-07-06 14:54:26 -07:00
John Lewin
34a377ede2 Exact PrinterTabPage to new file 2017-07-06 14:54:26 -07:00
John Lewin
aa3baf069a Remove dead code 2017-07-06 14:54:26 -07:00
John Lewin
15e2552113 Use initializer syntax, unwire event listener 2017-07-05 15:44:38 -07:00
John Lewin
4b416a0cd1 Remove unnecessary viewArea control 2017-07-05 15:37:32 -07:00
John Lewin
9783f25d10 Use correct property source 2017-07-05 15:04:17 -07:00
John Lewin
2ac148b4c9 Remove unused property 2017-07-05 15:02:33 -07:00
John Lewin
c06404b5c3 Update value to match label 2017-07-05 15:00:53 -07:00
John Lewin
50bc67796a Use pattern matching on sender references 2017-07-05 14:58:06 -07:00
John Lewin
0489dd6509 Rename control helpers 2017-07-05 14:53:17 -07:00
John Lewin
5e74c0a31f Move control helper to ThemeConfig 2017-07-05 14:53:09 -07:00
John Lewin
1b781d5015 Collapse PartPreviewWidget into View3DWidget 2017-07-05 14:52:43 -07:00
John Lewin
a1fade3716 Remove unused property/helper 2017-07-05 13:56:26 -07:00
John Lewin
0784900080 Always in part select mode on desktop 2017-07-05 13:55:38 -07:00
John Lewin
20a99e2207 Revise View3D selection buttons 2017-07-01 19:50:09 -07:00
John Lewin
e814314466 Move temperature widgets into PrinterActionsBar 2017-06-30 23:07:48 -07:00
Lars Brubaker
a1a2afe244 Keep selection rect in view bounds. 2017-06-30 18:34:17 -07:00
Lars Brubaker
1a9ebebaed Changed ReportPregress delegate to have touple and use CancellationTokenSource 2017-06-30 16:09:31 -07:00
Lars Brubaker
f74d731993 Fixed spelling added in a bit of documentation 2017-06-29 11:42:36 -07:00
Lars Brubaker
a3bbd75530 Ensuring Key commands are processed in the right order 2017-06-29 11:35:06 -07:00
John Lewin
942f94afd7 Hide temperature controls in layer view 2017-06-28 18:18:22 -07:00
John Lewin
bd10edc2aa Revise temperature widgets 2017-06-27 18:52:13 -07:00
Lars Brubaker
5165270687 removing dead code. 2017-06-26 17:19:27 -07:00
John Lewin
b7c457309e Improve GCode/Model view toggling
- Switch models to Wireframe while in GCode view
- Conditionally render layers data on visibility of GCode widget
- Short term: Clear Scene selection on entering GCode view
- Use consistent formatting for GCodeRenderInfo constructor
2017-06-26 12:49:39 -07:00
John Lewin
0c37c0b276 Convert BackgroundWorkers to async tasks 2017-06-21 21:43:36 -07:00
Lars Brubaker
04aabce4f0 Better decent into bvh inerator 2017-06-21 15:56:25 -07:00
John Lewin
4fd6879c3b Clean up ThemeChanged listeners, remove orphaned ThemeChanged bodies 2017-06-21 07:38:02 -07:00
John Lewin
909aa4740d Fix regression in drag/drop to View3DWidget 2017-06-19 22:19:45 -07:00
John Lewin
0e646a0c94 Move PartPreviewWidget factories into ThemeConfig
- Extract ThemeConfig to file
- Pass ThemeConfig to IObject3D creators
2017-06-19 09:19:00 -07:00
Lars Brubaker
273d47b5f8 Refactoring properties 2017-06-18 10:36:48 -07:00
John Lewin
d950e76722 Workarounds for DesignTools Android 2017-06-14 19:39:30 -07:00