John Lewin
94f0c05e44
Reuse shared implementation
2018-01-02 21:22:18 -08:00
johnlewin
c4e20a1d7b
Merge pull request #2835 from jlewin/design_tools
...
Add gradient background
2018-01-02 20:38:08 -08:00
John Lewin
8e6ef66b42
Add gradient background
...
- Issue MatterHackers/MCCentral#2553
Draw transparent to opaque background on overflow menu
2018-01-02 19:43:43 -08:00
Lars Brubaker
376c3e17eb
Merge pull request #2834 from larsbrubaker/design_tools
...
Removed Lock and Unlock edit controls
2018-01-02 16:56:30 -08:00
Lars Brubaker
181ea3f204
Removed Lock and Unlock edit controls
2018-01-02 16:45:11 -08:00
johnlewin
c5d556475c
Merge pull request #2833 from larsbrubaker/design_tools
...
Design tools
2018-01-02 15:46:28 -08:00
Lars Brubaker
cb1f839db3
Latest agg
2018-01-02 15:28:16 -08:00
Lars Brubaker
14acfcd9be
Moved render bounds to InteractionLayer
2018-01-02 15:25:40 -08:00
johnlewin
86c2fbb8c8
Merge pull request #2832 from jlewin/design_tools
...
Move DataStore.Initialize before db dependent GetStartupBounds call
2018-01-01 21:43:07 -08:00
John Lewin
a4e3bdf74c
Bed/Part overflow should use OverflowBar
...
- Issue MatterHackers/MCCentral#2549
Bed overflow menu clips
2018-01-01 21:22:40 -08:00
John Lewin
13a0bbaa73
Move DataStore.Initialize before db dependent GetStartupBounds call
...
- Issue MatterHackers/MCCentral#2538
Can't run with no MatterControl directory (new install)
2018-01-01 19:52:49 -08:00
johnlewin
bffe4fdaaf
Merge pull request #2830 from jlewin/design_tools
...
Revise OverflowMenu button
2018-01-01 13:39:37 -08:00
John Lewin
7508f39d5e
Don't manipulate caller supplied background
2018-01-01 11:33:45 -08:00
John Lewin
9e94d116a7
Discover and use first opaque background
...
- Issue MatterHackers/MCCentral#2546
Overflow menu button should have fully opaque color
2018-01-01 11:33:45 -08:00
John Lewin
bbf4dc5193
Draw rather than set highlight color
...
- Accumulate onto background color rather than changing it
- Issue MatterHackers/MCCentral#2546
Overflow menu button should have fully opaque color
2018-01-01 11:33:45 -08:00
John Lewin
00e4f00bad
NavBar should be an OverflowBar
...
- Issue MatterHackers/MCCentral#2545
Overflow menu should not clip
2018-01-01 11:33:45 -08:00
John Lewin
066d16599e
Calculate TabBodyBackground on theme change
2018-01-01 11:33:45 -08:00
John Lewin
a59e580a3a
Use opaque color for TabBodyBackground
2018-01-01 11:33:45 -08:00
johnlewin
11f4b2fa00
Merge pull request #2829 from jlewin/design_tools
...
Possible workaround for stackoverflow exception
2017-12-31 14:49:41 -08:00
John Lewin
0a074e7bcd
Possible workaround for stackoverflow exception
...
- Issue MatterHackers/MCCentral#2543
StackOverflowException during tests brings down NUnit
2017-12-31 14:21:12 -08:00
johnlewin
b8321ed219
Merge pull request #2828 from jlewin/design_tools
...
Revise accessibility for touchscreen
2017-12-31 11:45:41 -08:00
John Lewin
65f27e7267
Revise accessibility for touchscreen
2017-12-31 11:36:55 -08:00
Lars Brubaker
918c8cd0fa
Merge pull request #2827 from larsbrubaker/design_tools
...
Add progress reporting to intersection
2017-12-31 10:13:25 -08:00
LarsBrubaker
8c7c799dfc
Add progress reporting to intersection
2017-12-31 10:03:36 -08:00
Lars Brubaker
d18e28e9d8
Merge pull request #2826 from larsbrubaker/design_tools
...
adjust edit control height on any line count change.
2017-12-31 09:41:05 -08:00
LarsBrubaker
7f1e7eda0f
adjust edit control height on any line count change.
2017-12-31 09:34:40 -08:00
johnlewin
c29114a237
Merge pull request #2825 from jlewin/design_tools
...
Consolidate Printer -> Connect behavior
2017-12-31 07:34:48 -08:00
John Lewin
aad001a634
Rename AbortConnectionAttempt to ReleaseAndReportFailedConnection
...
- Set failed connections to CommunicationStates.Disconnected
- Add ConnectionFailure.ConnectonLost enum value
- Issue MatterHackers/MCCentral#2539
WriteRawToPrinter should not use AbortConnectionAttempt
2017-12-31 06:15:17 -08:00
John Lewin
e529fc2cff
Reduce localization in PrinterConnection, move to application layer
...
- MatterHackers/MCCentral#2535
Remove localization from PrinterConnection
2017-12-31 06:15:16 -08:00
John Lewin
ab2ddc71bc
Fix emulator - prime queue with firmware startup message
2017-12-31 06:15:16 -08:00
John Lewin
2dfb8dea10
Add notes around concerns
2017-12-31 06:14:19 -08:00
John Lewin
5809c51d39
Wait to set CommunicationStates.Connect until after ReadThread spinup
2017-12-31 06:14:19 -08:00
John Lewin
743b2ff0d7
Extract partial connection logic from loop, group with other steps
2017-12-31 06:14:19 -08:00
John Lewin
e02731207a
Remove dead code
2017-12-31 06:14:19 -08:00
John Lewin
0a1d0e2cfb
First functioning pass at consolidated connection logic
2017-12-31 06:14:19 -08:00
John Lewin
25cf68ee7a
Move connection validation logic from ReadFromPrinter to Connect
2017-12-31 06:14:19 -08:00
John Lewin
8d54e297e2
Collapse AttemptToConnect into Connect
2017-12-31 06:14:19 -08:00
John Lewin
65f29d82d8
Collapse Connect_Thread method into Connect
2017-12-31 06:14:19 -08:00
John Lewin
d0053fcbf2
Remove parallel connectThread logic, collapse into single call
2017-12-31 06:14:19 -08:00
John Lewin
940160042b
Remove null test for printer.Settings
2017-12-31 06:14:19 -08:00
John Lewin
e939dd0d8d
Move PrinterConnectionStatus from PrinterConnection to printer model
...
- Issue MatterHackers/MCCentral#2535
Remove localization from PrinterConnection
2017-12-31 06:14:19 -08:00
johnlewin
b681924092
Merge pull request #2824 from jlewin/design_tools
...
Move SerialPortCommunication to MatterControl.Printing project
2017-12-31 06:13:30 -08:00
John Lewin
5cce88726c
Remove SerialPortCommunication.dll from knownAssemblies
2017-12-31 06:09:18 -08:00
John Lewin
7c4dd9a8cf
AllowUnsafe in public release .csproj
2017-12-31 06:02:08 -08:00
John Lewin
ae2f760bb6
Remove SerialPortCommunication from public .sln
2017-12-31 05:51:06 -08:00
John Lewin
369835d314
Move SerialPortCommunication to MatterControl.Printing project
2017-12-29 15:33:02 -08:00
johnlewin
3e012ca610
Merge pull request #2823 from jlewin/design_tools
...
Ensure control is invisible at startup
2017-12-29 14:39:03 -08:00
John Lewin
5801bf14c5
Ensure control is invisible at startup
...
- Issue MatterHackers/MCCentral#2200
Phantom text drawn for first few seconds
2017-12-29 13:34:43 -08:00
johnlewin
50610511e7
Merge pull request #2822 from mmoening/design_tools
...
IP Selector dropdown displays current value when created
2017-12-29 13:16:12 -08:00
johnlewin
8d85137b96
Merge branch 'design_tools' into design_tools
2017-12-29 13:11:54 -08:00