Jonas Arnold
d86f4f106f
implemented newline sequence handling in ConsoleView,
...
removed some unnecessary code,
minor changes in UI
3 years ago
Jonas Arnold
e9a5424d1a
fixed binding for start menu,
...
removed inverted converter, not required anymore
3 years ago
Jonas Arnold
232829b53f
started with implementation of start menu,
...
not yet fully working, buttons need to be binded
3 years ago
Jonas Arnold
f4c3223c90
invert direction of history
3 years ago
Jonas Arnold
034138f7de
fixed bug with wrong colors in MultiFormatTextBox,
...
fixed scrolling in history list view
3 years ago
Jonas Arnold
3539ecb0da
implemented first version of send history,
...
implemented IHistoryElement, StringHistoryElement,
ICloneable for MultiFormatString,
fixed MultiFormatTextBox not resetting when overwritten
3 years ago
Jonas Arnold
4247614035
implemented first version of console view,
...
newline separator on received data not implemented yet,
some changes on the send receive model
3 years ago
Jonas Arnold
973043a270
changed logfile and config file location,
...
removed unused entries in menu,
added entry that opens logfile folder
3 years ago
Jonas Arnold
ce137cb9f3
added app icon
3 years ago
Jonas Arnold
3e9cdacc7d
added readme
3 years ago
Jonas Arnold
33a3acd90b
implemented time display when hovering over data
3 years ago
Jonas Arnold
ba857805a7
implemented copying data from MultiFormatDataView
3 years ago
Jonas Arnold
4c628942e9
added handler for tab switch key combination
3 years ago
Jonas Arnold
df681d6189
replaced buffer handling thread with timer in CommunicationProtocol,
...
therefore implemented RecurringTimer,
implemented ICloneable for ExtendedByte,
implemented second stage queue to buffer data in TerminalViewModel,
updating data in UI in a separate task,
fixed warnings
3 years ago
Jonas Arnold
bc33e30083
removed ICommunicationDataViewModel,
...
replaced generic CommunicationDataViewModel with specific for SendReceiveView (called MultiFormatDataView),
implemented handling data methods directly into TerminalViewModel,
implemented time display in MultiFormatDataView,
implemented time properties in MutliFormatDataView,
fixed selection order by sorting
3 years ago
Jonas Arnold
82b8f4198d
removed unnecessary package,
...
removed unnecessary code
3 years ago
Jonas Arnold
637eb20386
manually implemented reading method to get enum value by matching description, removing dependency Humanizer,
...
fixed various warnings
3 years ago
Jonas Arnold
1d8b9148df
removed unnecessary DisconnecteEventArgs,
...
added some class diagrams
3 years ago
Jonas Arnold
5b0df60781
added classdiagram for MultiFormatString
3 years ago
Jonas Arnold
04108a1296
update class diagrams
3 years ago
Jonas Arnold
c7ac429976
potentially fixed bug in MultiFormatTextBox which lead to application crash
3 years ago
Jonas Arnold
12a3b6792f
implemented progress bar and auto remove status bar message after duration,
...
moved TabContent to Wpf Project instead of CustomControl Project,
added ProgressBarSmoother,
fixed exception in destructor of MultiFormatTextBox,
added message on unintentional disconnect,
added detection in TCP when socket was closed
3 years ago
Jonas Arnold
897908bf13
changed to using only one udp client, enables to reply from the same port that the message was received on,
...
implemented LongInstanceIdentifier to show full identifier in the UI ToolTip
3 years ago
Jonas Arnold
d8191bc80b
implemented caching behaviour for tab, disables virtualization on tab controls,
...
cleaned up format of MultiFormatTextBox
3 years ago
Jonas Arnold
c6d20bcc6a
Improved stability of Tcp/Udp Reading/Writing
3 years ago
Jonas Arnold
0da1a83e7c
implemented Tcp Client Protocol, including UI part,
...
renamed all Messages to UIMessage,
created StoppedReadingUIMessage,
worked on UDP protocol
3 years ago
Jonas Arnold
2d520a2af5
generalized Settings view in Frontend to NetworkSettingsView
3 years ago
Jonas Arnold
47ac0abfe6
created INetworkProtocolSettings to generalize Udp and later TCP Protocol Settings,
...
added NetworkProtocolHelpers class
worked on tab header formatting
3 years ago
Jonas Arnold
6606e30d5b
implemented first version of UDP protocol
3 years ago
Jonas Arnold
92beb2ec45
changed IsConnected boolean to State of Enum ProtocolConnectionState,
...
changed DisconnectedEvent to ConnectionStateChanged event,
fixed exception while unintentional disconnect in SerialProtocol,
implemented connection state indicator in tab header,
resolved warnings
3 years ago
Jonas Arnold
eac4757427
fixed no tab open exception,
...
worked on formatting,
added icons for protocol types,
worked on status bar messages
3 years ago
Jonas Arnold
9ada8868f7
implemented reading only amount of bytes communicated via Usb Hid
3 years ago
Jonas Arnold
64fceb0fee
implemented forcing state change of settingsVM when UnintentionalDisconnect happened,
...
made Sending and Receiving with USB HID more robust
3 years ago
Jonas Arnold
2a3e37e7cc
implemented first version of UsbHid Protocol,
...
implemented UsbHid Settings View etc,
cleaned up SerialProtocol
3 years ago
Jonas Arnold
93e275c15d
added some class diagrams for documentation
3 years ago
Jonas Arnold
5bc385b061
implemented teardown of all tabs when closing Main App
3 years ago
Jonas Arnold
21d4dc9b0e
fixed text width by applying monospaced font (Consolas) to all data
3 years ago
Jonas Arnold
7bbaa54ea6
fixed paste into RichTextBox in MultiFormatTextBox
3 years ago
Jonas Arnold
0ed1e65f94
realized items count only visible when debugging
3 years ago
Jonas Arnold
7061568cda
Implemented MultiFormatDataView for SentData,
...
separated Display settings in SendReceiveView
implemented Send Data Textbox not cleared when sending was not successful,
worked on formatting,
removed selector in MultiFormatDataView,
cleanup
3 years ago
Jonas Arnold
e7164953bb
implemented send on enter,
...
fixed selection of textbox in MultiFormatDataView
3 years ago
Jonas Arnold
8abb83345c
fixed clear command,
...
added buffer and bufferHandlingThread in Communication Protocol to separatly handle data (not slowing down protocol interface)
3 years ago
Jonas Arnold
df8fdd4a29
changed ExtendedChar to ExtendedByte,
...
changed CharacterDataViewModel to ByteDataViewModel,
added Unit Tests for ExtendedByte Conversion,
refactored CommunicationDataViewModel,
changed from reading chars to reading bytes in SerialProtocol,
fixed Clear functionality of MultiFormatDataView
3 years ago
Jonas Arnold
39e6420a58
worked on conversion of strings,
...
changed sending data as bytes rather than as encoded string,
fixed bug in MultiFormatTextBox
3 years ago
Jonas Arnold
eac55765c2
fixed many bugs in MultiFormatString,
...
cleaned up IFormattedCharacter and subclasses,
3 years ago
Jonas Arnold
a54b02150b
completely overhauled MultiFormatTextBox,
...
now proper spacing and combination of formats is supported,
the data is also cleanly displayed in the backend part
3 years ago
Jonas Arnold
4524a975b8
completely overhauled CommunicationDataViewModel,
...
clearly defined data structure with interfaces,
implemented MultiFormatDataView so that it cooperates with a CommunicationDataViewModel,
implemented changes in SendReceiveView and TerminalViewModel,
removed DataViewModelToStringConverter since it is not used anymore
3 years ago
Jonas Arnold
236111f94e
fixed clear MultiFormatTextBox does not work,
...
implemented com port auto select if none is selected and refreshed
3 years ago
Jonas Arnold
d8670a37db
introduced InstanceIdentifier and applied it to Tab Title.
3 years ago
Jonas Arnold
1fab46d5c5
wired up real communication protocol to the CommunicationDataViewModel,
...
added DisconnectedEvent to CommunicationProtocol,
added handling for sent data while not connected,
introduced IContext and WpfContext to handover UI context to backend (required to add to ObservableCollection)
3 years ago