[virt-tools-list] [PATCH virt-viewer 00/10] WIP: shared folder preferences
Marc-André Lureau
marcandre.lureau at gmail.com
Sun Feb 15 16:18:33 UTC 2015
Hi,
The following series is to discuss and let you know that I am working
on a dialog to configure and enable share folder Spice feature.
(it's not possible to easily test this yet, as it requires patches in
various projects: soup, phodav, spice-gtk)
What I propose atm is:
- dialog allows to enable/disable share folder, change folder, and set
read-only.
- shared folder is disabled by default
- default shared folder is spice-gtk default (~/Public)
- no settings are saved, and it's not configurable by .vv files either
Marc-André Lureau (10):
misc: add a missing "static" for function
Add a few session properties for share folder
Bump spice-gtk to 0.28
spice: sync share folder preferences with session
spice: enable/disable share folder
Add preferences dialog UI file
Show preferences dialog
Sync preferences widgets with session properties
Add virt_viewer_session_can_share_folder()
Enable share folder widgets if supported by session
configure.ac | 2 +-
src/Makefile.am | 1 +
src/virt-viewer-app.c | 81 +++++++++++++++++++++++-
src/virt-viewer-app.h | 1 +
src/virt-viewer-preferences.xml | 134 ++++++++++++++++++++++++++++++++++++++++
src/virt-viewer-session-spice.c | 45 +++++++++++++-
src/virt-viewer-session.c | 70 +++++++++++++++++++++
src/virt-viewer-session.h | 2 +
src/virt-viewer-window.c | 7 +++
src/virt-viewer.xml | 9 +++
10 files changed, 349 insertions(+), 3 deletions(-)
create mode 100644 src/virt-viewer-preferences.xml
--
2.1.0
More information about the virt-tools-list
mailing list