aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_content_view/file_default_widget.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix UI for libadwaitaMarvin W2023-01-251-9/+0
|
* Improve Gtk4 portfiaxh2022-07-271-1/+3
|
* Port from GTK3 to GTK4fiaxh2022-07-271-38/+40
|
* Allow cancellation of file transfersMarvin W2022-03-301-1/+15
|
* Various call fixesfiaxh2022-02-121-2/+2
| | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7)
* Imrove file widget menu (fixup 25db512)fiaxh2022-01-091-11/+17
| | | | | | | - Fix file menu remaining visible after clicking an action - Fix file menu for images (clicking resulted in hiding of the file widget part) - Fix styling of file menus for images - Fix compiler warnings and runtime criticals
* Introduce file widget menu with "Save as..." and "Open" actions (#1080)wkg2022-01-091-0/+20
|
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-6/+6
|
* FileWidgets: Improve mouse enter/leave identificationfiaxh2021-10-011-28/+14
|
* Add file upload previewfiaxh2020-04-221-2/+2
| | | | fixes #756
* Clean up file widget codefiaxh2020-04-101-0/+127