56 Commits (973043a2703cf51d232787159a0dfe534173211d)

Author SHA1 Message Date
Jonas Arnold 973043a270 changed logfile and config file location, 3 years ago
Jonas Arnold ce137cb9f3 added app icon 3 years ago
Jonas Arnold 4c628942e9 added handler for tab switch key combination 3 years ago
Jonas Arnold bc33e30083 removed ICommunicationDataViewModel, 3 years ago
Jonas Arnold 82b8f4198d removed unnecessary package, 3 years ago
Jonas Arnold 637eb20386 manually implemented reading method to get enum value by matching description, removing dependency Humanizer, 3 years ago
Jonas Arnold 12a3b6792f implemented progress bar and auto remove status bar message after duration, 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, 3 years ago
Jonas Arnold d8191bc80b implemented caching behaviour for tab, disables virtualization on tab controls, 3 years ago
Jonas Arnold 0da1a83e7c implemented Tcp Client Protocol, including UI part, 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, 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, 3 years ago
Jonas Arnold eac4757427 fixed no tab open exception, 3 years ago
Jonas Arnold 2a3e37e7cc implemented first version of UsbHid Protocol, 3 years ago
Jonas Arnold 5bc385b061 implemented teardown of all tabs when closing Main App 3 years ago
Jonas Arnold 7061568cda Implemented MultiFormatDataView for SentData, 3 years ago
Jonas Arnold e7164953bb implemented send on enter, 3 years ago
Jonas Arnold df8fdd4a29 changed ExtendedChar to ExtendedByte, 3 years ago
Jonas Arnold 4524a975b8 completely overhauled CommunicationDataViewModel, 3 years ago
Jonas Arnold 236111f94e fixed clear MultiFormatTextBox does not work, 3 years ago
Jonas Arnold 1fab46d5c5 wired up real communication protocol to the CommunicationDataViewModel, 3 years ago
Jonas Arnold 493260dac7 implemented newline handling in CommunicationDataViewModel, 3 years ago
Jonas Arnold 907dac42f8 introduced clear button in MultiFormatDataView and cleaned up custom controls 3 years ago
Jonas Arnold e7eb55848e implemented selection of data in MultiFormatDataView 3 years ago
Jonas Arnold 0210de0c2b introduced DataViewModel to wrap ExtendedChar Model and create line identifier, 3 years ago
Jonas Arnold 429c7e842d added CommunicationDataViewModel, 3 years ago
Jonas Arnold 88ba4515c6 implemented conversion of MultiFormatString to DotNet string, 3 years ago
Jonas Arnold c87e20c871 Format seperated into seperate file, 3 years ago
Jonas Arnold 8bd6a14297 worked on MultiFormatTextBox 3 years ago
Jonas Arnold 6651dfb381 added and included MultiFormatTextBox in SendReceiveView 3 years ago
Jonas Arnold c8c53221d3 added check if SettingsViewModel implements IProtocolSettings in CommunicationProtocolFactory, 3 years ago
Jonas Arnold 585ce8bebd implemented serial protocol, 3 years ago
Jonas Arnold 8393a41cea registered event handler for connection request from UI, 3 years ago
Jonas Arnold 0b36f17997 implemented CommunicationProtocolFactory, added to App, 3 years ago
Jonas Arnold 77e355a269 moved protocols enum to Protocols project 3 years ago
Jonas Arnold 95a9eec8e4 finished implementation of XmlAppSettingsProvider, 3 years ago
Jonas Arnold 5312b750f5 cleaned up namespaces: 3 years ago
Jonas Arnold 5ad927dc29 added log entries for hidden exceptions, 3 years ago
Jonas Arnold 50dc48a3fc implemented SerilogLogger, 3 years ago
Jonas Arnold c55411d6c9 implemented context menu that opens when the AddTab Button is pressed 3 years ago
Jonas Arnold b0e63d0437 added MergedDictionaries in Generic.xaml to split custom controls in seperate xaml files, 3 years ago
Jonas Arnold f869d217ac implemented creation of TerminalViewModel Tabs with DI, 3 years ago
Jonas Arnold b862b61599 implemented CommandableSubMenu to generate list of clickable MenuItems and binding to a command with parameter 3 years ago
Jonas Arnold d7e0fcaf21 AllowNoneSelected hinzugefuegt im SingleSelectSubMenu 3 years ago
Jonas Arnold aec146cf88 added enum for Protocol and TerminalView Types, 3 years ago
Jonas Arnold 63946ad478 implemented tab closing 3 years ago
Jonas Arnold 2daa9c2027 changed source of enum type to xaml, 3 years ago
Jonas Arnold 96ab06353d resolved warnings and messages, beautified code 3 years ago