mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-13 04:42:30 +00:00
When transferring a large number of files, the file transfer dialog was unusable because the window size would be larger than the client desktop. To solve this, remove the list of individual files (and the ability to cancel each file transfer independantly) and only display a single overall progress bar that shows the status of all ongoing transfers. This also allows us to remove the delayed unref of the task since we don't need to show the task information about each individual transfer task until the window is closed. Removes TaskFinishedData type. This patch requires new API from spice-gtk to calculate the overall progress: spice_file_transfer_task_get_total_bytes() spice_file_transfer_task_get_transferred_bytes()
21 lines
1.1 KiB
XML
21 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/virt-manager/virt-viewer">
|
|
<file>ui/remote-viewer-connect.ui</file>
|
|
<file>ui/virt-viewer-about.ui</file>
|
|
<file>ui/virt-viewer-auth.ui</file>
|
|
<file>ui/virt-viewer-guest-details.ui</file>
|
|
<file>ui/virt-viewer-preferences.ui</file>
|
|
<file>ui/virt-viewer-vm-connection.ui</file>
|
|
<file>ui/virt-viewer.ui</file>
|
|
<file>ui/virt-viewer-file-transfer-dialog.ui</file>
|
|
<file alias="icons/16x16/virt-viewer.png">../../icons/16x16/virt-viewer.png</file>
|
|
<file alias="icons/22x22/virt-viewer.png">../../icons/22x22/virt-viewer.png</file>
|
|
<file alias="icons/24x24/virt-viewer.png">../../icons/24x24/virt-viewer.png</file>
|
|
<file alias="icons/24x24/virt-viewer-usb.png">../../icons/24x24/virt-viewer-usb.png</file>
|
|
<file alias="icons/32x32/virt-viewer.png">../../icons/32x32/virt-viewer.png</file>
|
|
<file alias="icons/48x48/virt-viewer.png">../../icons/48x48/virt-viewer.png</file>
|
|
<file alias="icons/256x256/virt-viewer.png">../../icons/256x256/virt-viewer.png</file>
|
|
</gresource>
|
|
</gresources>
|