aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_summary/conversation_item_skeleton.vala
Commit message (Collapse)AuthorAgeFilesLines
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-221-221/+0
|
* Add a tooltip when messages are in WONTSEND state (#550)Aearil2020-02-211-0/+4
| | | | | | | | | | | | The warning sign and red color, while obviously synonymous with a problem, are still a bit perplexing for the user. This change add a bit of clarity. It would obviously be better to get exact cause of the problem from the different plugins. Maybe it would be possible to add a field to the Message class from libdino/src/entity/message.vala in order to record an error message for every case.
* Fix invalid header creation for date separatorsMarvin W2020-01-221-5/+1
|
* Fix some compiler warningsMarvin W2020-01-221-1/+1
|
* Fix messages being displayed for the wrong sender: Show avatar on lower ↵fiaxh2019-11-171-0/+1
| | | | | | | message when inserting message between two others fixes #641 fixes #639
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-2/+2
| | | | Fixes #598
* Remove some use_markup usages, put skeleton header into .ui filefiaxh2019-09-111-47/+25
|
* Add emoji button to chat inputfiaxh2019-09-091-0/+1
|
* Fix runtime criticalsfiaxh2019-06-221-1/+1
|
* Add hover effect on conversation contentfiaxh2019-06-011-23/+56
|
* initial search logic / displaybobufa2018-08-131-1/+1
|
* Handle multiple chat state notifications per bare jidfiaxh2018-03-101-2/+2
| | | | fixes #117
* Render avatar on demandMarvin W2018-01-281-2/+2
|
* Place time+encryption+read directly right of namefiaxh2017-12-311-54/+93
|
* Fallback display for all file typesfiaxh2017-12-131-0/+1
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* ConversationView: Date separatorfiaxh2017-12-011-1/+3
|
* Fix memory leakfiaxh2017-11-231-1/+2
|
* ConversationView: Split merged messages when an in-between one is addedfiaxh2017-11-221-4/+11
|
* Read+(write) stream asyncfiaxh2017-11-161-1/+1
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-061-1/+1
|
* Download & inline display imagesfiaxh2017-08-311-1/+8
|
* support platforms without UTF-8 and use native file pickerMarvin W2017-08-291-12/+21
|
* Plugins providing conversation items for ConversationViewfiaxh2017-08-281-0/+142