aboutsummaryrefslogtreecommitdiff
path: root/chat.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement notifications + "mute/unmute chat" menuMiquel Lionel2021-12-291-0/+12
| | | | | | | | | | | | | | | - 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.
* Add "pinned" badge for pinned chatslink2xt2021-08-011-0/+6
|
* Get rid of the contact requests chatlink2xt2021-07-261-0/+6
|
* Uncomment DcChat::getProfileImagelink2xt2021-02-221-3/+4
|
* Initial commitlink2xt2020-10-031-0/+65