virt-viewer/src
Christophe Fergeau 37171c465f Fix automatic usb redir through controller
remote-viewer is currently trying to use
SpiceUsbDeviceManager::auto-connect to control whether USB devices
should be automatically connected or not. However, this property
is more or less an internal spice-gtk property which is toggled
by SpiceGtkSession when the SPICE widget gets/loses focus.

SpiceGtkSession has an "auto-usbredir" property which can be used
by applications to enable/disable automatic usb redirection through
SPICE. Since this property is helpfully bound to
VirtViewerSession::auto-usbredir, use this when the controller
is told to enable/disable USB redirection.

Without this change, automatic USB redirection will always get reenabled
as soon as there's a focus change since SpiceGtkSession::auto-usbredir
defaults to be enabled in spice-gtk.
2012-04-17 10:11:09 +02:00
..
view Add config.h to every source file 2012-02-06 12:42:22 +00:00
gbinding.c Add back compat for GObject 2.22 which lacks GBinding 2012-02-16 14:52:55 +00:00
gbinding.h Add back compat for GObject 2.22 which lacks GBinding 2012-02-16 14:52:55 +00:00
Makefile.am Fix typo in variable names for Win32 command helper 2012-04-04 10:41:32 +01:00
remote-viewer-main.c remote-viewer: make it a GUI/windows application with hybrid console 2012-04-02 23:56:50 +02:00
remote-viewer.c Fix automatic usb redir through controller 2012-04-17 10:11:09 +02:00
remote-viewer.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-gtk-compat.h Remove trailing blank line 2012-03-01 16:49:03 +00:00
virt-viewer-about.xml Ensure About dialog has transient hints setup 2012-02-08 17:15:16 +00:00
virt-viewer-app.c spice: implement --fullscreen=auto-conf 2012-03-21 16:20:37 +01:00
virt-viewer-app.h Small code simplification 2012-02-22 16:45:02 +01:00
virt-viewer-auth.c Ensure auth popup windows have correct transient parent 2012-02-08 19:33:40 +00:00
virt-viewer-auth.h Ensure auth popup windows have correct transient parent 2012-02-08 19:33:40 +00:00
virt-viewer-auth.xml Ensure auth popup windows have correct transient parent 2012-02-08 19:33:40 +00:00
virt-viewer-display-spice.c Fix close of VNC displays 2012-04-04 10:41:32 +01:00
virt-viewer-display-spice.h Implement SPICE desktop resizing that takes account of zoom level 2012-02-08 13:23:48 +00:00
virt-viewer-display-vnc.c Fix close of VNC displays 2012-04-04 10:41:32 +01:00
virt-viewer-display-vnc.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer-display.c Minor simplification/optimization of VirtViewerDisplay 2012-04-05 09:24:59 +01:00
virt-viewer-display.h Fix close of VNC displays 2012-04-04 10:41:32 +01:00
virt-viewer-events.c Add config.h to every source file 2012-02-06 12:42:22 +00:00
virt-viewer-events.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer-main.c Fix g_thread_init deprecation warning 2012-03-29 02:28:34 +02:00
virt-viewer-notebook.c Do not warn if the display is shown and not ready 2012-03-22 00:24:47 +01:00
virt-viewer-notebook.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer-session-spice.c usbredir: listen for device-error signal 2012-03-29 17:11:23 +02:00
virt-viewer-session-spice.h spice: implement --fullscreen=auto-conf 2012-03-21 16:20:37 +01:00
virt-viewer-session-vnc.c Fix close of VNC displays 2012-04-04 10:41:32 +01:00
virt-viewer-session-vnc.h Ensure auth popup windows have correct transient parent 2012-02-08 19:33:40 +00:00
virt-viewer-session.c Fix close of VNC displays 2012-04-04 10:41:32 +01:00
virt-viewer-session.h remote-viewer: add a simple connection dialog 2012-03-29 02:28:51 +02:00
virt-viewer-util.c Do not crash so easily when given invalid uri 2012-03-16 17:16:57 +01:00
virt-viewer-util.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer-window.c Fix close of VNC displays 2012-04-04 10:41:32 +01:00
virt-viewer-window.h virt-viewer-window: Add show / hide utility functions 2012-03-07 20:33:12 +01:00
virt-viewer.c Don't hardcode 'localhost' in no @listen parameter is given 2012-02-14 14:55:39 +00:00
virt-viewer.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer.manifest win32: add a few Windows sepecific data 2012-03-30 14:48:13 +02:00
virt-viewer.rc.in win32: add a few Windows sepecific data 2012-03-30 14:48:13 +02:00
virt-viewer.xml Use the accelgroup to define key bindings 2012-02-22 16:45:00 +01:00
windows-cmdline-wrapper.c Add a Windows command line wrapper 2012-04-02 23:56:49 +02:00