John Lewin
|
6300e4468f
|
Extract button factory to model, use lambda events & initializer pattern
|
2017-06-24 08:53:19 -07:00 |
|
John Lewin
|
baa9feba81
|
Closer to gcode/mesh viewer consolidation
- Collapse right panel content into scene
- Move GCode view options into overflow menu
- Extract View3D options state from widgets to app model
|
2017-06-24 08:32:09 -07:00 |
|
John Lewin
|
7a27433bf0
|
Migrate GCodeVisualizer and MeshViewer content into MatterControl
|
2017-06-24 07:28:55 -07:00 |
|
Lars Brubaker
|
6edbbffabc
|
Merge pull request #2201 from larsbrubaker/design_tools
Made line chopping only happen when printing.
|
2017-06-23 18:22:35 -07:00 |
|
Lars Brubaker
|
007f7468f0
|
Made line chopping only happen when printing.
|
2017-06-23 17:00:44 -07:00 |
|
johnlewin
|
831851b3a2
|
Merge pull request #2200 from jlewin/design_tools
Restore Software Print Leveling options into Controls section
|
2017-06-23 15:39:38 -07:00 |
|
John Lewin
|
d264a9fc7c
|
Restore Software Print Leveling options into Controls section
|
2017-06-23 15:13:39 -07:00 |
|
Lars Brubaker
|
89ece98b16
|
Merge pull request #2199 from jlewin/design_tools
Eliminate requirement of one item on bed
|
2017-06-23 13:41:15 -07:00 |
|
John Lewin
|
14fd2be7bd
|
Eliminate requirement of one item on bed
|
2017-06-23 13:02:38 -07:00 |
|
johnlewin
|
34e90c2c0e
|
Merge pull request #2198 from larsbrubaker/design_tools
Fixed selection rect
|
2017-06-23 13:01:26 -07:00 |
|
Lars Brubaker
|
465f8e3855
|
Correct agg
|
2017-06-23 12:25:00 -07:00 |
|
Lars Brubaker
|
0bc7668210
|
Fixed selection rect
|
2017-06-23 12:14:25 -07:00 |
|
johnlewin
|
4f3411d839
|
Merge pull request #2197 from jlewin/design_tools
Convert BackgroundWorkers to async tasks
|
2017-06-21 22:05:25 -07:00 |
|
John Lewin
|
0c37c0b276
|
Convert BackgroundWorkers to async tasks
|
2017-06-21 21:43:36 -07:00 |
|
Lars Brubaker
|
b342ef9c4d
|
Merge pull request #2196 from larsbrubaker/design_tools
Better decent into bvh iterator
|
2017-06-21 17:23:36 -07:00 |
|
Lars Brubaker
|
04aabce4f0
|
Better decent into bvh inerator
|
2017-06-21 15:56:25 -07:00 |
|
Lars Brubaker
|
388d05772b
|
Merge pull request #2195 from larsbrubaker/design_tools
Fixed the M280 command to work with marlin
|
2017-06-21 13:30:03 -07:00 |
|
Lars Brubaker
|
74eab854e0
|
New translations.
|
2017-06-21 13:04:52 -07:00 |
|
Lars Brubaker
|
5fe3e3e433
|
Fixed the M280 command to work with marlin
Server auto leveling working with marlin firmware
|
2017-06-21 12:09:55 -07:00 |
|
johnlewin
|
f21554f28e
|
Merge pull request #2193 from jlewin/design_tools
Design tools
|
2017-06-21 08:49:27 -07:00 |
|
John Lewin
|
d9b28cdd86
|
Add 'Print' menu action, implement Print for GCode and SD card GCode
- Fix and rename CloseShouldNotStopSDPrint test
- Fix product bugs regarding selecting and printing GCode
|
2017-06-21 07:43:40 -07:00 |
|
John Lewin
|
aba13453a7
|
Add GCode content provider for custom icon, future custom drag behavior
|
2017-06-21 07:41:12 -07:00 |
|
John Lewin
|
4fd6879c3b
|
Clean up ThemeChanged listeners, remove orphaned ThemeChanged bodies
|
2017-06-21 07:38:02 -07:00 |
|
John Lewin
|
d6d625245f
|
Remove Theme Suspend/Resume calls, only fire ReloadAll if not loading
|
2017-06-21 07:29:22 -07:00 |
|
johnlewin
|
e9d7cefa85
|
Merge pull request #2192 from jlewin/design_tools
Revise Is32Bit
|
2017-06-20 10:41:29 -07:00 |
|
John Lewin
|
1da8f1912c
|
Revise Is32Bit
|
2017-06-20 10:09:35 -07:00 |
|
johnlewin
|
b5b44ac34a
|
Merge pull request #2191 from jlewin/design_tools
Consolidate ButtonFactories
|
2017-06-20 06:59:05 -07:00 |
|
John Lewin
|
31eb98b9f9
|
Remove unused type with ButtonFactory
|
2017-06-20 06:24:13 -07:00 |
|
John Lewin
|
e87db56e92
|
Remove unused factories
|
2017-06-20 06:17:17 -07:00 |
|
John Lewin
|
c1972f7ec8
|
Distribute AddChild calls
|
2017-06-20 06:15:19 -07:00 |
|
John Lewin
|
bfebaa5643
|
Remove anonymous block
|
2017-06-20 06:12:57 -07:00 |
|
John Lewin
|
e4b5575a36
|
Consolidate ButtonFactory - UpdateControlView
|
2017-06-20 06:09:01 -07:00 |
|
John Lewin
|
7d3bf69e95
|
Use inline event handlers
- Localize string resource
|
2017-06-20 06:01:47 -07:00 |
|
John Lewin
|
bc08c2a0c0
|
Reuse existing SelectionChanged event handler for CheckForUpdate()
|
2017-06-20 05:46:22 -07:00 |
|
John Lewin
|
322aac1bad
|
Consolidate ButtonFactory - CheckForUpdateWindow
|
2017-06-20 05:33:49 -07:00 |
|
John Lewin
|
10f9b522f2
|
Consolidate ButtonFactory - AboutWindow
|
2017-06-20 05:09:46 -07:00 |
|
johnlewin
|
be0d66ca4d
|
Merge pull request #2190 from jlewin/design_tools
Fix regression in drag/drop to View3DWidget
|
2017-06-19 22:26:12 -07:00 |
|
John Lewin
|
909aa4740d
|
Fix regression in drag/drop to View3DWidget
|
2017-06-19 22:19:45 -07:00 |
|
johnlewin
|
e28d782c74
|
Merge pull request #2189 from jlewin/design_tools
Revise theme selector
|
2017-06-19 21:43:24 -07:00 |
|
John Lewin
|
9c7e39ac38
|
Use LinkButtons in breadcrumb bar
|
2017-06-19 18:52:10 -07:00 |
|
John Lewin
|
af4838531e
|
Revise theme selector
|
2017-06-19 18:50:07 -07:00 |
|
Lars Brubaker
|
5df0aa3da5
|
Merge pull request #2188 from larsbrubaker/design_tools
Updated about page
|
2017-06-19 14:14:02 -07:00 |
|
Lars Brubaker
|
b389d555a6
|
Updated about page
|
2017-06-19 12:04:00 -07:00 |
|
johnlewin
|
25da68c150
|
Merge pull request #2187 from jlewin/design_tools
Collapse PartPreviewWidget into PartPreview3DWidget
|
2017-06-19 10:12:40 -07:00 |
|
John Lewin
|
e3856cec60
|
Remove partial keyword from ApplicationController
|
2017-06-19 09:29:22 -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 |
|
John Lewin
|
5bf9fe27a3
|
Collapse PartPreviewWidget into PartPreview3DWidget
|
2017-06-19 09:18:59 -07:00 |
|
Lars Brubaker
|
f7967f8afb
|
Merge pull request #2186 from larsbrubaker/design_tools
Design tools
|
2017-06-18 16:50:57 -07:00 |
|
Lars Brubaker
|
a4baffaccb
|
Merge fix
|
2017-06-18 11:51:06 -07:00 |
|
Lars Brubaker
|
3d330038b1
|
Putting in more tool control
|
2017-06-18 10:36:48 -07:00 |
|