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
Jonas Arnold
6316e66ea5
worked on data formatting and styling
3 years ago
Jonas Arnold
493260dac7
implemented newline handling in CommunicationDataViewModel,
...
implemented handling when newline separator is changed,
removed newline sequence variables from IProtocolSettings,
changed display style of RealizedItems in MultiFormatDataView,
introduced Selector for NewlineSeparator in MultiFormatDataView
3 years ago
Jonas Arnold
907dac42f8
introduced clear button in MultiFormatDataView and cleaned up custom controls
3 years ago
Jonas Arnold
676465a5c1
fixed bugs in CommunicationDataViewModel
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,
...
changed MultiFormatDataView to VirtualizingWrapPanel and added grouping per line
3 years ago
Jonas Arnold
429c7e842d
added CommunicationDataViewModel,
...
added DataLine,
added Properties to ExtendedChar to access Data from Frontend,
added MultiFormatDataView in first state,
fixed some warnings
3 years ago
Jonas Arnold
88ba4515c6
implemented conversion of MultiFormatString to DotNet string,
...
added temporary solution to view the data
3 years ago
Jonas Arnold
c87e20c871
Format seperated into seperate file,
...
worked on MultiFormatTextBox,
added SendData to SendReceiveViewModel
3 years ago
Jonas Arnold
641e72b1bd
implemented ConnectionRequestEventArgs to provide Connection result (Sucess or failure) to ProtocolSettingsViewModel
3 years ago
Jonas Arnold
585ce8bebd
implemented serial protocol,
...
made changes to CommunicationProtocol,
added ILibraryEquivalentConverter to convert library types to local types,
added Messenger to App,
implemented UserInterfaceMessages
3 years ago
Jonas Arnold
8393a41cea
registered event handler for connection request from UI,
...
created binding between settings view model and view,
created first settings view
3 years ago
Jonas Arnold
0b36f17997
implemented CommunicationProtocolFactory, added to App,
...
implemented ProtocolSettings and ProtocolSettingsViewModel,
extended CommunicationProtocol by settings and ProtocolType
3 years ago
Jonas Arnold
77e355a269
moved protocols enum to Protocols project
3 years ago
Jonas Arnold
95a9eec8e4
finished implementation of XmlAppSettingsProvider,
...
added description to IAppSettingsProvider methods,
added loading and saving to settings on app startup and exit,
cleaned up ShellViewModel
3 years ago
Jonas Arnold
5312b750f5
cleaned up namespaces:
...
Common.Logger => Common.Logging
MultiTerm.Core.Common => MultiTerm.Core.Types
added Log Method to ILogger and SerilogLogger,
implemented IAppSettingsProvider and XmlAppSettingsProvider,
added EnumHelpers in Common project
3 years ago
Jonas Arnold
5ad927dc29
added log entries for hidden exceptions,
...
added log entry for when a new terminal is opened
3 years ago
Jonas Arnold
c55411d6c9
implemented context menu that opens when the AddTab Button is pressed
3 years ago
Jonas Arnold
f869d217ac
implemented creation of TerminalViewModel Tabs with DI,
...
therefore added TerminalViewModelFactory,
revisited StartupHelpers (mainly added AbstractFactory)
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
aec146cf88
added enum for Protocol and TerminalView Types,
...
implemented selection of TerminalViewType in UI,
added BindingProxy to provide DataContext to elements that are not in the VisualTree of the UI
3 years ago
Jonas Arnold
63946ad478
implemented tab closing
3 years ago
Jonas Arnold
2daa9c2027
changed source of enum type to xaml,
...
removed titleMenuItem Entry, since it is not necessary,
renamed NewlineSeparator Selector to "Default"
3 years ago
Jonas Arnold
1c2e67df8d
Finished implementation of SingleSelectSubMenu,
...
removed MenuItemExtensions
3 years ago
Jonas Arnold
07a86117e1
worked on settings for NewlineSeparator in menubar,
...
updating binded datasource does not yet work
3 years ago
Jonas Arnold
c3a965875f
added SendReceiveViewModel and according View,
...
moved StartupHelpers to new Common project,
added TabControl to ShellView
3 years ago
Jonas Arnold
d152bf121d
created and mapped ShellViewModel and according View
3 years ago