Commit graph

795 commits

Author SHA1 Message Date
John Lewin
5e85b29e11 Move view mode selection buttons into main toolbar, revise icons 2017-07-06 18:15:53 -07:00
John Lewin
e95803d68e Remove unused cancel implementation 2017-07-06 16:31:12 -07:00
John Lewin
92e397fabd Remove unused items 2017-07-06 16:30:46 -07:00
John Lewin
097a20b08d Consolidate model references 2017-07-06 16:24:25 -07:00
John Lewin
82b1cb3a5a Remove unused items 2017-07-06 16:20:10 -07:00
John Lewin
d2c25ca814 Move GCode rendering registration to PrinterTabPage 2017-07-06 16:05:08 -07:00
John Lewin
03799e8fda Remove unused, unnecessary items 2017-07-06 15:51:04 -07:00
John Lewin
b91683bee7 Fix slider update source and control positions 2017-07-06 15:04:44 -07:00
John Lewin
840f2f9cc9 Move sliders and overflow menu to parent control 2017-07-06 14:54:26 -07:00
John Lewin
30e9e5d513 Remove unused parameters, properties and methods 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
50b60868f2 Rename method for clarity 2017-07-06 07:56:38 -07:00
John Lewin
6491f83df6 Remove unused event listener 2017-07-06 07:24:00 -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
c5267b0f41 Remove redundant implementation, reuse View3D RenderInfo options 2017-07-05 13:04:50 -07:00
John Lewin
d6829ff52d Update RenderType on settings change 2017-07-05 12:45:42 -07:00
John Lewin
171016c16f Use initializer syntax 2017-07-03 09:30:30 -07:00
John Lewin
605c3e0123 Show correct overflow menu when gcodeviewer is active 2017-07-03 09:29:56 -07:00
John Lewin
3ca7eabfea Restore original Slice Settings tab styling 2017-07-01 19:50:09 -07:00
John Lewin
20a99e2207 Revise View3D selection buttons 2017-07-01 19:50:09 -07:00
John Lewin
fad2e0080c Revise slider positions 2017-06-30 23:44:04 -07:00
John Lewin
2f13959f0e Use initializer syntax 2017-06-30 23:44:04 -07:00
John Lewin
290eb8bedb Wire up control reloads to new LoadedGCodeChanged event 2017-06-30 23:44:03 -07:00
John Lewin
6afbbe4cd8 Add new LoadGCode function to model 2017-06-30 23:44:02 -07:00
John Lewin
e441f25c63 Add LoadedGCodedChanged event, more code to model, less dynamic controls 2017-06-30 23:44:01 -07:00
John Lewin
7fdae3bfe5 Discard GCodeFileIsComplete logic 2017-06-30 23:07:48 -07:00
John Lewin
50957e856b Add async Slice method, move into PrinterActionsBar, switch after 2017-06-30 23:07:48 -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
John Lewin
6eb9f09976 Rename GCodeFileLoaded to GCodeMemoryFile 2017-06-29 14:22:04 -07:00
John Lewin
694024443c Theme specific wireframe color 2017-06-29 14:17:08 -07:00
John Lewin
81e3cc1425 Rename NumChangesInZ to LayerCount 2017-06-29 14:17:08 -07:00
John Lewin
a2651a1ec8 Restore key up/down functionality for layer view, use new pattern 2017-06-29 14:17:08 -07:00
John Lewin
3ab89b8d3f Move ownership of GCode ActiveLayer & FeatureToStart/StopOn to model 2017-06-29 14:17:08 -07:00
John Lewin
17b4cb8b77 Downgrade ValueTuple to 4.3.0, fix null reference in ViewGCodeBasic 2017-06-29 14:09:47 -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
bcf4c08d1e Use lambda event handlers for clarity 2017-06-28 19:49:31 -07:00