aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/notifications.vala
Commit message (Collapse)AuthorAgeFilesLines
* Don't require window object in notificationsfiaxh2019-11-261-9/+12
| | | | fixes #658
* Could not connect to %s (#605)Allan Nordhøy2019-11-261-1/+1
|
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-9/+10
| | | | Fixes #598
* Fix some warningshrxi2019-09-101-2/+4
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Add incoming mediated invitation support (#162)fiaxh2019-08-221-0/+18
| | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* Don't set urgency hint on new messages on GNOMEfiaxh2019-06-221-1/+6
|
* Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵fiaxh2019-04-241-5/+7
| | | | make loading async
* 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