aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_content_view/file_widget.vala
Commit message (Collapse)AuthorAgeFilesLines
* Show file upload/download progressXavier Del Campo Romero2023-10-091-3/+9
| | | | | | | | | | | Fixes upstream issue #1350. Notes: Image uploads were incorrectly handled by Dino, as they were always reported as completed even if they were not, maybe so as to show the image preview from the start. Now, Dino shows the upload progress for all file types, and the image is only shown when completed.
* Allow to resume failed transfersXavier Del Campo Romero2023-10-091-1/+2
|
* Allow cancellation of file transfersMarvin W2022-03-301-0/+5
|
* Imrove file widget menu (fixup 25db512)fiaxh2022-01-091-32/+13
| | | | | | | - 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-6/+47
|
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-121-0/+3
|
* Add UI for audio/video callsfiaxh2021-03-211-3/+0
|
* Fix compilation for older vala compilersfiaxh2020-10-071-1/+1
|
* Fix cyclic references => let objects be freedfiaxh2020-06-031-5/+18
|
* Add file upload previewfiaxh2020-04-221-88/+41
| | | | fixes #756
* Fix FileWidget sometimes showing two statesfiaxh2020-04-131-26/+24
|
* Clean up file widget codefiaxh2020-04-101-201/+67
|
* Add support for last message correctionfiaxh2020-04-031-0/+18
|
* Scale files and images to the available spaceMarvin W2020-03-141-14/+14
|
* Rename folders/files conversation_summary -> conversation_content_viewfiaxh2020-02-221-0/+338