virt-viewer/src
Marc-André Lureau be5ff83dfc spice: add unix-path in .vv file support
This will allow to connect to a Spice server using a unix socket path,
for example:

[virt-viewer]
type=spice
unix-path=/var/run/user/1000/qemu/test/spice.sock

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Christophe Fergeau <cfergeau@redhat.com>
2018-12-21 16:53:35 +04:00
..
resources window: move default sensitivity in .ui 2018-09-25 22:01:36 +04:00
glib-compat.c foreign-menu: Check if storage domain is active for data center 2017-10-06 17:05:58 -03:00
glib-compat.h foreign-menu: Check if storage domain is active for data center 2017-10-06 17:05:58 -03:00
Makefile.am Add a VirtViewerDisplayVte display kind 2018-12-21 15:14:22 +04:00
ovirt-foreign-menu.c ovirt-foreign-menu: New function storage_domain_validate() 2018-09-12 10:55:38 +02:00
ovirt-foreign-menu.h ovirt-foreign-menu: Add accessors for current iso and iso list 2017-01-19 13:27:34 -02:00
remote-viewer-connect.c remote-viewer-connect: Keep the 'dialog' window on top 2017-06-12 15:37:28 +02:00
remote-viewer-connect.h remote-viewer-connect: Keep the 'dialog' window on top 2017-06-12 15:37:28 +02:00
remote-viewer-iso-list-dialog.c iso-dialog: Avoid crash when closing dialog early 2017-02-09 17:27:11 -02:00
remote-viewer-iso-list-dialog.h Introduce ISO List dialog 2017-01-24 09:48:56 -02:00
remote-viewer-main.c Include virt-viewer-util.h only in source files 2016-05-31 16:52:46 +02:00
remote-viewer.c ovirt: Fix initial connection 2018-12-06 13:25:15 +01:00
remote-viewer.h Port to GtkApplication API's 2016-02-18 21:45:56 +01:00
virt-viewer-app.c app: append VTE consoles to display submenu 2018-12-21 15:14:34 +04:00
virt-viewer-app.h app: simplify toggling visibility 2018-09-25 22:01:32 +04:00
virt-viewer-auth.c ui: Rename UI files to .ui (instead of .xml) 2016-06-20 17:33:53 +02:00
virt-viewer-auth.h Include virt-viewer-util.h only in source files 2016-05-31 16:52:46 +02:00
virt-viewer-display-spice.c display: make klass->close() optional 2018-09-25 22:01:43 +04:00
virt-viewer-display-spice.h Fix spice includes 2016-03-24 11:49:39 +01:00
virt-viewer-display-vnc.c vnc: Set display as enabled on init 2017-04-04 17:05:47 +02:00
virt-viewer-display-vnc.h VirtViewerDisplayVnc: set 'session' property 2014-09-24 10:21:22 -05:00
virt-viewer-display-vte.c Add a VirtViewerDisplayVte display kind 2018-12-21 15:14:22 +04:00
virt-viewer-display-vte.h Add a VirtViewerDisplayVte display kind 2018-12-21 15:14:22 +04:00
virt-viewer-display.c display: allow display without associated monitor number 2018-12-21 15:14:37 +04:00
virt-viewer-display.h window: set sensitivity based on display capability 2018-12-21 15:14:16 +04:00
virt-viewer-enums.c.etemplate build: generate enums type boilerplate 2012-07-23 16:27:32 +02:00
virt-viewer-enums.h.etemplate build: generate enums type boilerplate 2012-07-23 16:27:32 +02:00
virt-viewer-file-transfer-dialog.c Make the progress bar smooth during file-transfer 2017-05-18 15:28:55 +02:00
virt-viewer-file-transfer-dialog.h Add file transfer dialog 2016-05-03 08:04:10 +02:00
virt-viewer-file.c spice: add unix-path in .vv file support 2018-12-21 16:53:35 +04:00
virt-viewer-file.h spice: add unix-path in .vv file support 2018-12-21 16:53:35 +04:00
virt-viewer-main.c Include virt-viewer-util.h only in source files 2016-05-31 16:52:46 +02:00
virt-viewer-notebook.c Get rid of deprecated functions to customize widget colors 2016-06-29 10:30:46 -03:00
virt-viewer-notebook.h Update copyright headers 2012-02-06 12:42:18 +00:00
virt-viewer-session-spice.c spice: add unix-path in .vv file support 2018-12-21 16:53:35 +04:00
virt-viewer-session-spice.h Fix spice includes 2016-03-24 11:49:39 +01:00
virt-viewer-session-vnc.c vnc: do not show error on cancel/close of auth dialog 2017-06-07 10:06:35 +02:00
virt-viewer-session-vnc.h vnc: add connection by file 2013-01-18 12:28:58 +01:00
virt-viewer-session.c session: skip monitor changes if there is no sized monitors 2018-12-21 15:14:29 +04:00
virt-viewer-session.h Remove class signal handlers 2018-09-25 22:01:30 +04:00
virt-viewer-timed-revealer.c timed-revealer: listen to the "grab-notify" signal 2016-06-30 11:51:06 +02:00
virt-viewer-timed-revealer.h timed-revealer: Inherit from GtkEventBox 2016-06-29 01:59:45 +02:00
virt-viewer-util.c win32: Look up translations relative to installation directory 2018-05-02 13:20:13 +02:00
virt-viewer-util.h util: Fix resource path 2016-06-21 22:54:12 +02:00
virt-viewer-vm-connection.c Make it clear that only running VMs are listed 2017-09-14 10:48:05 -05:00
virt-viewer-vm-connection.h Set a transient parent for GtkDialogs 2014-12-19 17:39:53 +01:00
virt-viewer-window.c window/zoom: deal with VTE display differently 2018-12-21 15:14:24 +04:00
virt-viewer-window.h window: Move definition from header 2016-06-22 11:21:13 +02:00
virt-viewer.c Set window title to VM name 2018-12-05 17:23:08 +01:00
virt-viewer.h Port to GtkApplication API's 2016-02-18 21:45:56 +01:00
virt-viewer.manifest win32: add a few Windows sepecific data 2012-03-30 14:48:13 +02:00
virt-viewer.rc.in Use a more descriptive FileDescription 2013-05-23 17:31:05 +02:00
windows-cmdline-wrapper.c win32: there is no CONERR$, only CONOUT$ 2012-10-23 11:17:04 +02:00