aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_view_controller.vala
Commit message (Collapse)AuthorAgeFilesLines
* Only consider first file if multiple ones are drag and dropedfiaxh2020-06-041-6/+13
| | | | fixes #818
* Add image sending via clipboard pastefiaxh2020-06-041-0/+14
| | | | fixes #385
* Add shortcuts for search (CTRL+F) and file upload (CTRL+U)fiaxh2020-06-031-2/+11
| | | | fixes #806
* Add file upload previewfiaxh2020-04-221-4/+65
| | | | fixes #756
* Last message correction fixesfiaxh2020-04-061-0/+4
|
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-051-1/+1
|
* Add support for last message correctionfiaxh2020-04-031-5/+8
|
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-081-1/+1
|
* Move widget insertion logic from ConversationTitlebar to controllerfiaxh2020-02-221-3/+4
|
* Move ConversationTitlebar into ConversationViewController responsibilityfiaxh2020-02-221-20/+89
|
* Move ConversationContentView+ChatInput into ConversationView, handle ↵fiaxh2020-02-221-0/+96
drag'n'drop on ConversationView level