aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_view_controller.vala
Commit message (Collapse)AuthorAgeFilesLines
* Show modal dialog to select default encryption if unknownXavier Del Campo Romero2023-10-051-0/+63
|
* conversation_view_controller.vala: Add missing null checkXavier Del Campo Romero2023-10-011-1/+1
| | | | | | | | | | Partially backported from: commit 7d8b08deca0aa4eb24def6b9af4ec180c0bc9a27 Author: fiaxh <git@lightrise.org> Date: Sun Oct 9 11:39:17 2022 +0200 Small fixes
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-121-2/+2
| | | | connecting closures
* Fixed name change (#1076)sojuz1512021-08-241-0/+5
|
* Add UI for audio/video callsfiaxh2021-03-211-0/+1
|
* Fix some compiler warningsfiaxh2020-10-271-6/+14
|
* Only query entity caps when we need themfiaxh2020-07-161-20/+27
|
* 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