aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/file_send_overlay.vala
Commit message (Collapse)AuthorAgeFilesLines
* Show file upload/download progressXavier Del Campo Romero2023-10-091-1/+2
| | | | | | | | | | | 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.
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-121-4/+4
|
* Fix compilation for older vala compilersfiaxh2020-10-071-7/+7
|
* Update translationsTranslations2020-10-071-1/+1
|
* Only consider first file if multiple ones are drag and dropedfiaxh2020-06-041-1/+5
| | | | fixes #818
* Add file upload previewfiaxh2020-04-221-0/+88
fixes #756