From b342974c988692256bca1e3b29c24de465739b3a Mon Sep 17 00:00:00 2001 From: LynJet <104435916+LynJet@users.noreply.github.com> Date: Thu, 28 Jul 2022 19:18:15 +0200 Subject: [PATCH] =?UTF-8?q?Text=20zu=20Datei=20hinzuf=C3=BCgen=20Neues=20B?= =?UTF-8?q?uttondesign=20Stapelnachrichtsmodus=20Anpassbarer=20Waitlayer?= =?UTF-8?q?=20Eigene=20MessageBox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChatController/ChatControlWaitLayer.xaml | 2 +- ChatController/ChatControlWaitLayer.xaml.cs | 34 +- ChatController/ChatController.csproj | 17 +- ChatController/ChatKlassen/ChatMessage.cs | 18 +- ChatController/ChatKlassen/Contact.cs | 35 +- ChatController/ChatMainControl.xaml | 287 ++++----- ChatController/ChatMainControl.xaml.cs | 554 ++++++++++++------ .../Converter/BoolToVisibilityConverter.cs | 5 + .../OwnChatNullVisibilityConverter.cs | 20 + .../UserProfilePictureVisibilityConverter.cs | 2 +- ChatController/Core/BindableTextBlock.cs | 2 +- ChatController/Core/OwnChatCache.cs | 42 +- ChatController/Data/OwnChatApi.cs | 2 +- ChatController/HauptKlassen/Chat.cs | 322 ++++------ ChatController/HauptKlassen/Login.cs | 18 +- ChatController/LoginControl.xaml.cs | 63 +- ChatController/OwnChatMessageBox.xaml | 50 ++ ChatController/OwnChatMessageBox.xaml.cs | 76 +++ ChatController/Properties/Annotations1.cs | 2 +- .../Ressourcen/paper-plane-solid.png | Bin 0 -> 671 bytes ChatController/Ressourcen/paperclip-solid.png | Bin 0 -> 991 bytes ChatController/Ressourcen/smile-regular.png | Bin 0 -> 913 bytes ChatController/Ressourcen/sync-alt.png | Bin 0 -> 744 bytes .../Ressourcen/tasks-solid-inverted.png | Bin 0 -> 567 bytes ChatController/Ressourcen/tasks-solid.png | Bin 0 -> 820 bytes ChatController/Ressourcen/times-solid.png | Bin 0 -> 330 bytes ...stMessage.cs => ChatMessageFileWrapper.cs} | 40 +- .../Extensions/ObservableSortCollection.cs | 2 +- ChatController/Utilities/FileUtils.cs | 40 +- ChatController/Utilities/Utils.cs | 73 ++- PrototypChat/.vs/PrototypChat/v16/.suo | Bin 282112 -> 292864 bytes PrototypChat/App.xaml.cs | 15 +- PrototypChat/MainWindow.xaml | 4 +- PrototypChat/MainWindow.xaml.cs | 7 - PrototypChat/Properties/Annotations.cs | 2 +- 35 files changed, 1079 insertions(+), 655 deletions(-) create mode 100644 ChatController/Converter/OwnChatNullVisibilityConverter.cs create mode 100644 ChatController/OwnChatMessageBox.xaml create mode 100644 ChatController/OwnChatMessageBox.xaml.cs create mode 100644 ChatController/Ressourcen/paper-plane-solid.png create mode 100644 ChatController/Ressourcen/paperclip-solid.png create mode 100644 ChatController/Ressourcen/smile-regular.png create mode 100644 ChatController/Ressourcen/sync-alt.png create mode 100644 ChatController/Ressourcen/tasks-solid-inverted.png create mode 100644 ChatController/Ressourcen/tasks-solid.png create mode 100644 ChatController/Ressourcen/times-solid.png rename ChatController/Utilities/{BroadcastMessage.cs => ChatMessageFileWrapper.cs} (51%) diff --git a/ChatController/ChatControlWaitLayer.xaml b/ChatController/ChatControlWaitLayer.xaml index 21785d2..19e3ea8 100644 --- a/ChatController/ChatControlWaitLayer.xaml +++ b/ChatController/ChatControlWaitLayer.xaml @@ -61,7 +61,7 @@ -