Commit graph

12883 commits

Author SHA1 Message Date
John Lewin
9c6cfae622 Update PauseOnLayer HelpText to indicate pause is before layer
- Issue MatterHackers/MCCentral#4721
2018-12-21 18:37:11 -08:00
John Lewin
c4df1954ac Improve pixel alignment for popover border 2018-12-21 18:37:11 -08:00
John Lewin
170b458676 Add popover support to all SliceSettingsRows
- Issue MatterHackers/MCCentral#4747
No HelpText on PrintPopupMenu SettingsRows
2018-12-21 18:37:11 -08:00
John Lewin
794d2b87c1 Add border stroke to popovers 2018-12-21 18:37:11 -08:00
John Lewin
19fea5163e Fix invalid popover notch position
- MatterHackers/MCCentral#4748
Right aligned popovers position notch at incorrect position
2018-12-21 18:37:11 -08:00
John Lewin
db8b97275b Revert "Only show highlight background if first under mouse"
This reverts commit e3a748f45d.
2018-12-21 18:37:11 -08:00
John Lewin
f06e67a65e Use EventHandler<StringEventArgs> for SettingChanged event
- Issue MatterHackers/MCCentral#4730
Event should declare specialized EventArgs used via EventHandler<T>
2018-12-21 18:37:11 -08:00
John Lewin
b6d30bf781 Fix missing popovers - use ContainsFirstUnderMouseRecursive 2018-12-21 18:37:11 -08:00
Tyler Anderson
cbcc2dc019 Show message explaining port permissions when connection fails on Linux 2018-12-21 18:34:23 -08:00
johnlewin
895dfe0523
Merge pull request #4106 from larsbrubaker/master
Added in a all on and all off temp control
2018-12-21 18:24:31 -08:00
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