aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/notifications.vala
Commit message (Collapse)AuthorAgeFilesLines
* Check FileTransfer's mime_type for null (unknown) when handeling itfiaxh2018-12-311-2/+3
| | | | fixes #479
* Use ContentItems for NotificationEventsfiaxh2018-11-071-4/+20
|
* Notification on TLS error/wrong password, log TLS cert issues, don't make ↵fiaxh2018-09-151-0/+14
| | | | account with connection error appear disabled in accounts dialog
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-051-44/+19
| | | | libdino/NotificationEvents
* Implement notification soundsRahix2018-02-171-0/+8
| | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on.
* Render avatar on demandMarvin W2018-01-281-1/+2
|
* Show subscription request in conversation summaryfiaxh2017-12-301-44/+17
|
* Fix warningsfiaxh2017-10-311-3/+7
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-1/+1
|
* Only match full words as mentions for notificationsfiaxh2017-10-221-1/+3
| | | | fixes #185
* Use GNotification instead of libnotifyfiaxh2017-09-191-48/+68
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-0/+1
|
* Message Archive Managementfiaxh2017-08-171-2/+3
|
* Muc Invite + Kickfiaxh2017-06-111-2/+2
|
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-301-1/+11
|
* Make gdk-x11 optionalMarvin W2017-04-151-0/+4
|
* Fix alt-tab behaviour when notification is activefiaxh2017-04-111-5/+10
|
* Gettext supportfiaxh2017-04-101-3/+3
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-1/+1
|
* Select corresponding conversation when clicking on notificationfiaxh2017-03-231-6/+28
|
* Add back on subscription requestfiaxh2017-03-231-1/+8
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-6/+6
|
* Move UI code into main dirMarvin W2017-03-111-0/+57