Commit graph

42 commits

Author SHA1 Message Date
John Lewin
3a4ab087b5 Add initial support for terminal text selection
- Issue #4880
2022-10-14 11:08:45 -07:00
Lars Brubaker
4adc22561f moving gui elements to base agg 2022-10-06 17:59:31 -07:00
Lars Brubaker
32a192c2b8 Upgrading to .net 6 2022-07-15 17:28:39 -07:00
Lars Brubaker
5131b7356b Add export button to error dialog
issue: MatterHackers/MatterControl#4968
Printer Error Dialog Box, to include Export print log button
2021-03-01 10:57:27 -08:00
Lars Brubaker
4c62323a80 Fixing crash bug 2020-12-10 11:16:21 -08:00
Lars Brubaker
9e458f7309 Clear the print log when the button is clicked 2020-10-27 13:05:53 -07:00
Lars Brubaker
82c2f2ddf8 fixing warnings 2020-10-27 13:05:13 -07:00
Lars Brubaker
6f77515fc6 Don't add the exact same line twice
issue: MatterHackers/MatterControl#4880
terminal selection issues
2020-10-19 16:28:46 -07:00
LarsBrubaker
d21d425fc6 Collecting print info at end of print 2020-10-06 22:00:28 -07:00
LarsBrubaker
cc26eb322a reduce drawing 2020-10-06 17:23:26 -07:00
LarsBrubaker
e64488bd5a Fixing crash with terminal buffer getting changed while enumerating 2020-10-06 17:07:45 -07:00
LarsBrubaker
230839bd53 Don't invalidate if can't see the temp graph
fixing warnings
better measure tool drawing
2020-09-13 19:52:02 -07:00
jlewin
9a8029dc08 Convert newlines into separate TerminalLines
- Issue MatterHackers/MCCentral#5257
Overlapping messages in terminal
2019-04-09 09:33:31 -07:00
jlewin
005d9075c5 Ensure connection aborts due to timeouts are reported correctly
- Issue MatterHackers/MCCentral#5268
TcpipSerialPort should set reasonable timeout for connection attempt
2019-04-05 17:12:48 -07:00
jlewin
7da819880d Add DialogPage to control import/calibration/blacklist behavior
- Issue MatterHackers/MCCentral#5169
Exporting a fully setup printer then importing it should not require
any additional setup
2019-04-03 11:34:18 -07:00
jlewin
d90425fa6f Add direction indicator for Terminal only messaging 2019-04-03 11:21:17 -07:00
jlewin
5ab02ea8c6 Remove null line signaling of log cleared, add LogCleared event 2019-04-03 11:13:11 -07:00
jlewin
3aa386de49 Fix TerminalLog.Clear regression 2019-04-03 10:59:12 -07:00
jlewin
4238757457 Use single character direction indicator
- Issue MatterHackers/MCCentral#5245
2019-04-03 09:27:07 -07:00
jlewin
f886eb6d63 Sync variable and type names, use TerminalLog.WriteLine method 2019-04-03 09:27:07 -07:00
jlewin
e82da83a9f Add dedicated type for terminal lines 2019-04-03 09:27:07 -07:00
jlewin
0cc618cd29 Use convention based event listener name 2019-04-03 09:27:07 -07:00
jlewin
59c2d13df1 Rename TerminalLog.HasChanged to TerminalLog.LineAdded 2019-04-03 09:27:07 -07:00
jlewin
0203290148 Unregister TerminalLog listeners 2019-04-03 09:27:07 -07:00
jlewin
d0a23570bf Move constructors up, properties down 2019-04-03 09:27:07 -07:00
LarsBrubaker
a18cb17346 re-organized and improved language of terminal filters
issue: MatterHackers/MCCentral#5228
Re-order terminal filter menu
2019-03-29 22:09:35 -07:00
Lars Brubaker
cae6a7679b Got one of the dual extruder switching tests passing
Tool change stream tracking requested temps
Made printer use settings for settings rather than keeping a copy
Moved getting a line without checksum to GCodeFile so it can be re-used
2019-03-26 21:10:51 -07:00
Lars Brubaker
e7fe7bb8da Put in improved terminal filtering 2019-03-26 21:10:51 -07:00
John Lewin
1cffae5f50 Refactor and simplify 2018-12-13 16:59:32 -08:00
Tyler Anderson
41d2bc8e22 Made PgUp & PgDown keys work in terminal 2018-12-13 15:16:10 -08:00
Lars Brubaker
44a019d95c Connection Succeeded -> EventHandler 2018-11-09 14:32:04 -08:00
Lars Brubaker
5d6be0c4bf Moved to EventHandler
Connection Failed
DestinationChanged
2018-11-09 14:32:04 -08:00
John Lewin
75cec79256 Sync up event handler and event names 2018-11-09 12:44:40 -08:00
John Lewin
667235b67a Simplify 2018-11-09 12:44:40 -08:00
John Lewin
5cf793632f Collapse CommunicationUnconditional[To/From]Printer into existing events 2018-11-09 12:44:40 -08:00
John Lewin
f83fadd06b Convert to standard events with line arg 2018-11-09 11:58:34 -08:00
John Lewin
8d4974dc32 Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
- Issue MatterHackers/MCCentral#4490
2018-11-03 09:13:07 -07:00
John Lewin
f0cc4afc0c Use theme colors on terminal widget scrollbars, adjust spacings 2018-10-22 14:16:27 -07:00
John Lewin
34708054ee Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
John Lewin
ee936efb8a Revise theme support 2018-10-13 21:09:04 -07:00
Lars Brubaker
daec1a0420 added close to terminal and settings (default to close)
added ICloseableTab
changed to selected tab key
added keys to tool tabs
2018-09-07 14:49:35 -07:00
Lars Brubaker
bed90234e7 Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
2018-09-06 16:09:58 -07:00