Commit graph

12873 commits

Author SHA1 Message Date
Lars Brubaker
bbb27ea25c Added in a all on and all off temp control 2018-12-21 18:06:35 -08:00
Lars Brubaker
e4bc6d7cb8
Merge pull request #4105 from larsbrubaker/master
latest MS
2018-12-21 12:48:36 -08:00
Lars Brubaker
fb6d045ed0 latest MS 2018-12-21 12:32:26 -08:00
Lars Brubaker
526362e952
Merge pull request #4104 from larsbrubaker/master
Improving selection in subtract
2018-12-21 12:28:22 -08:00
Lars Brubaker
0e0818a0f9 fixing un-retract in MS 2018-12-21 12:13:27 -08:00
LarsBrubaker
201c9d1d65 Improved subtract selection rendering
does not modify the part colors only the rendering colors
Refactoring
2018-12-21 08:27:40 -08:00
Lars Brubaker
1b20984dd1
Merge pull request #4103 from larsbrubaker/master
Don't strip comments while exporting
2018-12-20 17:07:19 -08:00
Lars Brubaker
d74357508d Don't strip comments while exporting 2018-12-20 16:56:25 -08:00
Lars Brubaker
b0edb3280c
Merge pull request #4102 from larsbrubaker/master
Latest MS
2018-12-20 16:51:47 -08:00
Lars Brubaker
8d6703baad Latest MS 2018-12-20 16:38:20 -08:00
Lars Brubaker
a5b6f1e4b7
Merge pull request #4101 from larsbrubaker/master
More GCode export fixes
2018-12-20 16:36:40 -08:00
Lars Brubaker
c789a3fe0a More GCode export fixes
More GCode export tests
2018-12-20 16:01:03 -08:00
Lars Brubaker
6f4efc84ce
Merge pull request #4100 from larsbrubaker/master
Writing tests for Combine and Subtract
2018-12-20 15:44:48 -08:00
Lars Brubaker
134f9f960f Removed the pinch text test as I don't understand the intent 2018-12-20 14:39:50 -08:00
Lars Brubaker
e0a9ab1526 Writing tests for Combine and Subtract 2018-12-20 14:22:40 -08:00
johnlewin
28bf9c44d3
Merge pull request #4099 from jlewin/master
Automation test fixes
2018-12-19 19:07:56 -08:00
John Lewin
06c335c699 Improve naming to clarify usage 2018-12-19 18:01:34 -08:00
John Lewin
390b6fd59e Close constructed widgets
- Issue MatterHackers/MCCentral#4739
DynamicPopupContent popups construct and fail to close their
generated widget
2018-12-19 18:00:13 -08:00
John Lewin
e3a748f45d Only show highlight background if first under mouse
- Prevents highlight from occurring on siblings below popup menu
2018-12-19 17:31:37 -08:00
John Lewin
29fb880ac1 Ensure Welcome page is closed after completing Add Printer wizard 2018-12-19 17:30:11 -08:00
John Lewin
d0d52a4b2d Constrain Cancel button click to Welcome page only 2018-12-19 17:29:36 -08:00
John Lewin
4d4c4cff8f Only display slice settings popovers for the FirstUnderMouse widget
- Issue MatterHackers/MCCentral#4738
Expand All menu item click failure
2018-12-19 17:26:07 -08:00
johnlewin
b12f6af750
Merge pull request #4097 from jlewin/master
ReloadAll should not rebuild workspaces
2018-12-19 17:01:56 -08:00
John Lewin
371c12f3ab Ignore Android plugin binaries 2018-12-19 15:53:54 -08:00
John Lewin
82d7ce9c6f Simplify as suggested by IDE 2018-12-19 15:53:54 -08:00
John Lewin
801363fe49 ReloadAll should not rebuild workspaces
- Issue MatterHackers/MCCentral#4704
2018-12-19 15:53:54 -08:00
johnlewin
6a677cd889
Merge pull request #4096 from jlewin/master
Remove OpenPrinterIDs from ProfileManager
2018-12-19 09:58:25 -08:00
John Lewin
2ff5ddbf95 Use local this reference instead of ApplicationController.Instance
Simplify to prevent insidious bugs during construction
2018-12-19 09:24:11 -08:00
John Lewin
b405688629 Remove workspace for printer when printer is removed
- Issue MatterHackers/MCCentral#4732
ActivePrinters should decrement by one when printer is closed
2018-12-19 09:22:03 -08:00
John Lewin
aa9c1cbc86 Use new testRunner.ClickWidget(w) instead of widget.InvokeClick(w)
- Issue MatterHackers/MCCentral#4731
Tests should only the use automation API, never direct methods like
InvokeClick()
2018-12-19 09:20:56 -08:00
John Lewin
c66b29e90e Remove OpenPrinterIDs from ProfileManager
- Issue MatterHackers/MCCentral#4729
Investigate failing PrinterNameChange test
2018-12-19 09:09:17 -08:00
johnlewin
0bdb7823e9
Merge pull request #4095 from jlewin/master
Defer ISQLite construction until after path override
2018-12-18 17:29:00 -08:00
John Lewin
2b5f9b54a7 Defer ISQLite construction until after path override 2018-12-18 17:06:20 -08:00
John Lewin
488ad1e17f RunTest must call InitPluginFinder before invoking code under test 2018-12-18 17:06:20 -08:00
johnlewin
ec43f251df
Merge pull request #4094 from jlewin/master
Restore required optimize flag
2018-12-18 16:01:46 -08:00
John Lewin
b11ca88b1c Restore required optimize flag 2018-12-18 15:10:13 -08:00
johnlewin
91bda312dd
Merge pull request #4093 from jlewin/master
Android .netstandard projects
2018-12-18 13:56:12 -08:00
John Lewin
cdf7ac0403 Disable unstable test
- Issue MatterHackers/MCCentral#4723
Restore PinchTextMaintainsWrapping test after investigating/resolving
unexpected failures
2018-12-18 13:40:51 -08:00
John Lewin
5732fd6393 Add missing csproj conditional compilation symbols 2018-12-18 13:17:33 -08:00
John Lewin
486d0b4b64 Add desktop SQLite project dependency 2018-12-18 12:45:04 -08:00
John Lewin
a366e1ad3b Use standard event pattern 2018-12-18 11:54:31 -08:00
John Lewin
e9eeea8d3d Extract Windows only dependency from shared .netstandard project 2018-12-18 11:54:31 -08:00
John Lewin
54c3dbb08e Extract Android dependencies from .netstandard libraries 2018-12-18 11:54:31 -08:00
John Lewin
6ea0de691c Extract Windows only dependencies from shared .netstandard projects 2018-12-18 11:54:05 -08:00
johnlewin
a9e0953e11
Merge pull request #4091 from larsbrubaker/master
Don't call ExpandedChanged twice in TreeView
2018-12-18 11:51:47 -08:00
Lars Brubaker
147cf829c4 Fixing first layer temp test 2018-12-18 11:29:44 -08:00
Lars Brubaker
5910236d5f Fixed Flatten in mesh wrapper
Reverted GetAxisAlignedBoundingBox in mesh wrapper
Have less initialization in FitToBounds
2018-12-18 10:05:05 -08:00
Lars Brubaker
f0fc1234e7 making more macro replaces work
issue: MatterHackers/MCCentral#4720
[temperature1] not working correctly
2018-12-17 18:53:52 -08:00
Lars Brubaker
7743a34a87 Don't call ExandedChianged twice in TreeView
Let MeshWrapper call GetAxisAl/ignedBoundingBox from base
2018-12-17 16:12:11 -08:00
Lars Brubaker
94e6d461e0
Merge pull request #4089 from larsbrubaker/master
fix for undo and redo from keyboard
2018-12-16 08:48:51 -08:00