From a01f8091c01889d7ca90938f56ae176a74da5590 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Wed, 29 Dec 2021 02:32:40 +0100 Subject: Implement notifications + "mute/unmute chat" menu - Added icons: Pinned and muted chats have icons. It's from Twemoji font, I've added credits in the README.md and source code of ChatlistItem.qml. I prefer to rely on .PNG for this one because icon might not be installed or exist on the system, and we avoid the black box problem. - Modified CMakeLists: added KNotifications as a required library - Modified build.sh: I cannot comprehend how the install(FILES) function from cmake works, so I used good old install from GNU coreutils. It copies usr/ structure and needed files (.desktop and .notifyrc) for KNotifications to work. - Aesthetic changes: context menu is shorter now due to the text being state-aware. You can now also mute a chat so you won't be notified on incoming messages. --- res/CMakeLists.txt | 8 -------- res/chat.delta.KDeltaChat.desktop | 9 --------- 2 files changed, 17 deletions(-) delete mode 100644 res/CMakeLists.txt delete mode 100644 res/chat.delta.KDeltaChat.desktop (limited to 'res') diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt deleted file mode 100644 index e6512bb..0000000 --- a/res/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -install( - FILES chat.delta.KDeltaChat.png - DESTINATION share/icons/hicolor/256x256/apps/ - COMPONENT desktop) -install( - FILES chat.delta.KDeltaChat.desktop - DESTINATION share/applications/ - COMPONENT desktop) diff --git a/res/chat.delta.KDeltaChat.desktop b/res/chat.delta.KDeltaChat.desktop deleted file mode 100644 index 35c2999..0000000 --- a/res/chat.delta.KDeltaChat.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Name=KDeltaChat -Comment=Delta Chat client built with Kirigami -Icon=chat.delta.KDeltaChat -TryExec=kdeltachat -Exec=kdeltachat -Categories=Network;Email;InstantMessaging;Chat;KDE;Qt; -StartupWMClass=KDeltaChat -- cgit v1.2.3-70-g09d2