mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-11 08:07:25 +00:00
The motivation for this dialog started with rhbz #1310624, where it was reported that foreign menu was causing too many debug messages to be printed to the console, because remote viewer had a timeout of 5 seconds to refresh the ISO list automatically. As a workaround, the timeout was adjusted for 5 minutes, but it could cause more problems, such as inconsistencies between what was shown by remote viewer and what the server had configured. Another issue caused by displaying the ISO files as a menu item was that if the list was too long, it would take all the available space on the screen. In the end, a menu item was not the correct choice of UI component for this use case. In order to solve both problems, we now present the ISO list as a dedicated dialog, where the refresh of ISO list is triggered manually by the user and the list is contained within the dialog, by displaying de files in a treeview. Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
27 lines
1.0 KiB
Plaintext
27 lines
1.0 KiB
Plaintext
data/remote-viewer.appdata.xml.in
|
|
data/remote-viewer.desktop.in
|
|
data/virt-viewer-mime.xml.in
|
|
src/remote-viewer-iso-list-dialog.c
|
|
src/remote-viewer-main.c
|
|
src/remote-viewer.c
|
|
[type: gettext/glade] src/resources/ui/remote-viewer-connect.ui
|
|
[type: gettext/glade] src/resources/ui/remote-viewer-iso-list.ui
|
|
[type: gettext/glade] src/resources/ui/virt-viewer-about.ui
|
|
src/virt-viewer-app.c
|
|
src/virt-viewer-auth.c
|
|
[type: gettext/glade] src/resources/ui/virt-viewer-auth.ui
|
|
src/virt-viewer-display-vnc.c
|
|
src/virt-viewer-file-transfer-dialog.c
|
|
src/virt-viewer-main.c
|
|
src/virt-viewer-session-spice.c
|
|
src/virt-viewer-session-vnc.c
|
|
src/virt-viewer-vm-connection.c
|
|
src/virt-viewer-window.c
|
|
src/virt-viewer-file.c
|
|
src/virt-viewer.c
|
|
[type: gettext/glade] src/resources/ui/virt-viewer.ui
|
|
[type: gettext/glade] src/resources/ui/virt-viewer-guest-details.ui
|
|
[type: gettext/glade] src/resources/ui/virt-viewer-vm-connection.ui
|
|
[type: gettext/glade] src/resources/ui/virt-viewer-preferences.ui
|
|
[type: gettext/glade] src/resources/ui/virt-viewer-file-transfer-dialog.ui
|