aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary/conversation_view.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leakfiaxh2017-11-231-3/+5
|
* ConversationView: Split merged messages when an in-between one is addedfiaxh2017-11-221-6/+47
|
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-1/+1
| | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated.
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-1/+1
|
* small fixesfiaxh2017-08-311-1/+10
|
* Use utc time everywherefiaxh2017-08-311-2/+2
|
* Download & inline display imagesfiaxh2017-08-311-11/+28
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-281-0/+173