Commit graph

11172 commits

Author SHA1 Message Date
John Lewin
79804f354b Move cleanup methods 2018-07-12 12:28:22 -07:00
John Lewin
fdd8aa60d2 Set capacity via constructor 2018-07-12 12:28:22 -07:00
John Lewin
302026a021 Move array construction into helper method, return new VertextBuffer 2018-07-12 12:28:21 -07:00
John Lewin
71f84a37e2 Make VertexBuffer arrays immutable, remove setter methods 2018-07-12 12:28:21 -07:00
johnlewin
3b0978f136
Merge pull request #3525 from larsbrubaker/master
Set the gcode filename to the file we are actually printing
2018-07-12 12:28:01 -07:00
Lars Brubaker
6f6a88793b Set the gcode filename to the file we are actually printing
improving print test

issue: MatterHackers/MCCentral#3841
PrinterRecoveryTest is failing (looks like a real fail)
2018-07-12 11:52:36 -07:00
johnlewin
8be4026f70
Merge pull request #3524 from jlewin/master
Improve DI, use constructor injection
2018-07-12 11:50:38 -07:00
John Lewin
a66fe8e489 Fix PrinterChooserHonorsWhitelist test 2018-07-12 11:44:02 -07:00
John Lewin
bbabf95c93 Improve DI, use constructor injection 2018-07-12 09:33:15 -07:00
John Lewin
7853d1b612 Revise member accessibility 2018-07-12 08:18:29 -07:00
johnlewin
10afa7811d
Merge pull request #3523 from jlewin/master
Remove WhiteButtonFactory
2018-07-11 17:31:39 -07:00
John Lewin
0eb964ef83 Restore missing file 2018-07-11 17:17:41 -07:00
John Lewin
20927c0a0f Remove ClickWidget, use GuiWidget 2018-07-11 15:46:05 -07:00
John Lewin
30b04f6f19 Remove button factories 2018-07-11 15:32:03 -07:00
John Lewin
bf70bb0809 Remove WhiteButtonFactory 2018-07-11 15:08:07 -07:00
johnlewin
1e732ca77d
Merge pull request #3521 from larsbrubaker/master
Get fit to recalculate bounds correctly
2018-07-11 14:15:10 -07:00
Lars Brubaker
08e84aa725 Latest agg 2018-07-11 14:00:21 -07:00
Lars Brubaker
04d4f0f837 Get fit to recalculate bounds correctly 2018-07-11 13:58:29 -07:00
johnlewin
68ea61be45
Merge pull request #3522 from jlewin/master
Rename specialized ImageWidgets
2018-07-11 13:58:01 -07:00
John Lewin
1c4a12fd84 Change button label from 'Save & Continue' to 'Next'
- Wizard like windows should use 'Next' to advance
2018-07-11 13:40:39 -07:00
John Lewin
0d31eb2fae Rename specialized ImageWidgets 2018-07-11 13:39:15 -07:00
johnlewin
4ee04f6814
Merge pull request #3520 from jlewin/master
Remove LinkButtonFactory
2018-07-11 13:20:00 -07:00
John Lewin
14a144f71a Use original link colors 2018-07-11 12:58:02 -07:00
John Lewin
350ab28823 Remove unnecessary local variable 2018-07-11 12:42:04 -07:00
John Lewin
9c669a0614 Remove redundancy, use printer_name for printer tab title 2018-07-11 12:41:37 -07:00
John Lewin
e444cd61bf Ignore missing paths 2018-07-11 12:31:34 -07:00
John Lewin
d20d2c874e Resolve enumeration before deleting items 2018-07-11 12:30:51 -07:00
John Lewin
31776e42e4 Convert 'Clear Cache' link to dialog action, reorder copyright text
- Fix link color
2018-07-11 12:26:45 -07:00
John Lewin
3bd0ef8f70 Add underline toggle on hover 2018-07-11 12:18:06 -07:00
John Lewin
3cd430f1ce Remove workaround for LinkButtonFactory 2018-07-11 12:17:24 -07:00
John Lewin
ad73662b65 Remove LinkButtonFactory 2018-07-11 09:27:12 -07:00
Lars Brubaker
ae615e3ae5
Merge pull request #3519 from larsbrubaker/master
Making fit to bounds recalculate aabb when matrix changes
2018-07-11 07:47:15 -07:00
LarsBrubaker
d1d71f9603 Making fit to bounds recalculate aabb when matrix changes
issue: MatterHackers/MCCentral#3831
Fit to bounds has bad rotation axis' after being moved
2018-07-11 07:37:43 -07:00
johnlewin
e80f773cb9
Merge pull request #3518 from jlewin/master
Remove dead code
2018-07-10 22:32:03 -07:00
John Lewin
6a99f16d6e Remove dead code 2018-07-10 22:20:44 -07:00
johnlewin
316caff877
Merge pull request #3517 from jlewin/master
Revise bullet spacing
2018-07-10 17:29:10 -07:00
John Lewin
2b3d2d1b5b Underline spaces in addition to words
- Issue MatterHackers/MCCentral#3842
Link text should have single underline rather than per word
2018-07-10 17:18:36 -07:00
John Lewin
a22dc7beb6 Revise bullet spacing 2018-07-10 17:18:20 -07:00
johnlewin
d03d5219ad
Merge pull request #3516 from jlewin/master
Show operation icons in TreeView for known types
2018-07-10 16:07:39 -07:00
John Lewin
8c58bc0047 Add missing changes to ApplicationController
- Add new ResultType param required by RegisterOperation
- Scale icons to required size on load
- Use self instead of ApplicationController.Instance static
2018-07-10 15:34:08 -07:00
John Lewin
1f8cde95b7 Fix unexpected "ObjectView" references in TreeView 2018-07-10 15:14:59 -07:00
John Lewin
e9fb588e87 Show operation icons in TreeView for known types
- Issue MatterHackers/MCCentral#3700
Have icon provider for image object that shows image
2018-07-10 15:14:11 -07:00
Lars Brubaker
4a4ca10a35
Merge pull request #3514 from larsbrubaker/master
Removing unused code
2018-07-10 11:29:09 -07:00
Lars Brubaker
5db907be72 Took out read to report 2018-07-10 11:21:21 -07:00
Lars Brubaker
ae8b650b47 Hade an infinite wait 2018-07-10 10:56:10 -07:00
Lars Brubaker
0b63ab43aa Removing unused code
updating ms and agg
2018-07-10 10:48:15 -07:00
johnlewin
cb557ee836
Merge pull request #3513 from jlewin/master
Improve naming, revise parameters
2018-07-10 08:51:15 -07:00
John Lewin
aa65979a9a Extract embedded type to new file 2018-07-10 08:17:58 -07:00
John Lewin
65947c16a8 Improve naming, revise parameters 2018-07-10 08:17:58 -07:00
johnlewin
9f246f6689
Merge pull request #3512 from jlewin/master
Add automatic header and edit button for HelpArticle pages
2018-07-10 07:50:59 -07:00