summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Support for virDomainOpenGraphics APIDaniel P. Berrange2012-01-315-6/+121
| | | | | | Add a new flag --attach, which instructs virt-viewer to attach to the target display using virDomainOpenGraphics, instead of initiating a VNC/SPICE connection directly.
* Make VNC support opening connections based on URIDaniel P. Berrange2012-01-311-0/+26
|
* Adapt remote-viewer so that it builds without SPICEDaniel P. Berrange2012-01-313-6/+43
|
* Enable spice auto-usbredirMarc-André Lureau2012-01-313-7/+89
|
* Remove usage of deprecated propertyMarc-André Lureau2012-01-312-1/+5
|
* Add error dialog for USB redirection failureMarc-André Lureau2012-01-314-18/+61
|
* Resize guest desktop with SPICEMarc-André Lureau2012-01-313-3/+24
| | | | | This is the method we prefer, even though we can't keep aspect ratio. We could eventually support aspect ration in spice-gtk.
* build: make libvirt optionnalMarc-André Lureau2012-01-313-2/+12
|
* Use a first letter capital in helpMarc-André Lureau2012-01-311-7/+7
| | | | | The GLib/GNOME convention seems to have first letter as capital for option description strings.
* Add spice_get_option_group()Marc-André Lureau2012-01-313-3/+14
|
* Add spice controller support in remote-viewerMarc-André Lureau2012-01-313-28/+370
| | | | Usage is simply "remote-viewer --spice-controller"
* Add remote-viewer programMarc-André Lureau2012-01-314-43/+416
| | | | | This program is meant for direct URI connections. ex: remote-viewer vnc://uri
* Add a few property getters, used by controllerMarc-André Lureau2012-01-305-2/+63
| | | | | | - virt_viewer_app_get_windows() - virt_viewer_window_get_builder() - "VirtViewerSessionSpice:spice-session" property
* Make virt_viewer_activate() a vfuncMarc-André Lureau2012-01-302-18/+32
| | | | since other equivalent methods are already overridable.
* Add window-added & window-removed signalsMarc-André Lureau2012-01-302-1/+48
|
* Use graphical URI for connectionMarc-André Lureau2012-01-303-5/+37
| | | | If specified, use URI for connection details
* Add virt_viewer_session_open_uriMarc-André Lureau2012-01-303-0/+30
|
* build: replace deprecated functionsMarc-André Lureau2012-01-303-6/+6
|
* build: make gtk-vnc optionalMarc-André Lureau2011-11-074-6/+21
|
* Require GTK-VNC 0.4.3 and remove redundant realize() callDaniel P. Berrange2011-11-071-2/+0
| | | | | Remove call to gtk_widget_realize for the GTK-VNC widget. Requires GTK-VNC >= 0.4.3
* Emit display-desktop-resize from set_desktop_size()Marc-André Lureau2011-11-073-2/+5
|
* Revert 1a56de3acad6a19fd958fae9278cf1c97fdabb18Daniel P. Berrange2011-11-071-0/+2
| | | | | | | The GLIB2 check previously removed was misleading because it in fact checked for gmodule-export-2.0 which is needed to export the signal handlers. Revert the previous commit, but rename the var to GMODULE2 to make it clearer
* Always use canonical URI from libvirt connectionDaniel P. Berrange2011-11-071-1/+4
| | | | | The URI we feed into libvirt may be an alias, so always query the actual URI used internally
* Remove pkgconfig check for GLIB2 since it is implied by GTK2/3Daniel P. Berrange2011-11-041-2/+0
|
* Fix broken keycombos for F9->F12 menuDaniel P. Berrange2011-10-111-4/+4
| | | | | The table for sending C-A-Fn to guests had messed up mappings for F9->F12
* Wire up SpiceDisplay grab signalsDaniel P. Berrange2011-10-111-0/+31
| | | | | | To ensure that we can put the key release sequence message in the title bar, wire up VirtViewerDisplaySpice to the grab signals in SpiceDisplay
* Fix setting of window title with --waitDaniel P. Berrange2011-10-112-2/+7
| | | | | | When waiting for a VM to appear or start, set the initial window title to the command line arg. When the VM actually appears then update it to the real VM name
* Fix crash from previous commit when using UNIX socketsDaniel P. Berrange2011-09-281-4/+6
| | | | | Code in the previous commit would use 'ghost' even when it was NULL, as with UNIX domain socket based connections.
* Fix hostname when XML gives a wildcard addressDaniel P. Berrange2011-09-191-0/+13
| | | | | | When the guest XML contains a wildcard address like 0.0.0.0 or ::, we can't directly use connect() on it. Instead we have to use the hostname/IP from the libvirt URI.
* Propagate primary window zoom level to secondary windowsDaniel P. Berrange2011-09-163-0/+11
| | | | | | Ensure that all windows get a default zoom level of 100. Propagate the primary window's zoom level to all secondary windows when initially creating them
* Fix setting of window title with domain nameDaniel P. Berrange2011-09-162-3/+53
|
* Fix setting of initial zoom level on displayDaniel P. Berrange2011-08-161-0/+2
|
* ff callbacks must be invoked from a clean stackGuido Günther2011-08-161-8/+39
| | | | | | | If 'ff' callbacks are invoked directly from the remove callback they will likely deadlock in libvirt. They must be invoked from a clean stack, so switch to using a glib idle callback.
* Don't print (null) as userGuido Günther2011-08-141-2/+4
|
* Don't print incorrect port numbersGuido Günther2011-08-141-2/+8
| | | | | The port isn't 22 when we connect to an alternate port given in .ssh/config.
* Don't hardcode ssh port to 0Guido Günther2011-08-141-1/+1
| | | | Many thanks to Luca Capello <luca@pca.it> for debugging this.
* Fix inverted sshport test that broke SSH tunnellingDaniel P. Berrange2011-08-121-1/+1
|
* Return if xmlParseURI() failed, instead of crashingMarc-André Lureau2011-08-041-0/+2
|
* Lookup UI file correctly, to fix Windows supportMarc-André Lureau2011-08-042-5/+22
|
* Mark exported function for gtkbuild to lookup on WindowsMarc-André Lureau2011-08-042-12/+12
|
* Make title more translatable and using application nameMarc-André Lureau2011-08-042-8/+17
|
* Use g_printerr for errors instead of fprintf(stderr,..)Marc-André Lureau2011-08-041-2/+2
|
* Lower severity of unhandled Spice eventsMarc-André Lureau2011-08-041-1/+1
|
* Add virt_viewer_app_show_display()Marc-André Lureau2011-08-042-0/+18
| | | | | Similar to previous virt_viewer_app_show_status(). Used later on by Spice controller to switch between display and status.
* Fix fullscreen should hide taskbar on WindowsMarc-André Lureau2011-08-041-0/+10
|
* Update authors & copyright datesDaniel P. Berrange2011-08-041-4/+6
|
* Fix sort order of displays submenuDaniel P. Berrange2011-08-041-19/+34
|
* Don't hardcode SSH port to 22Guido Günther2011-08-031-7/+5
| | | | | To allow $HOME/.ssh/config to override the default SSH port, don't hardcode '-p 22' in the command line.
* Remove unreachable condition in authentication dialogPavel Raiskup2011-08-031-1/+1
|
* Remove duplicated struct definitionDaniel P. Berrange2011-07-261-2/+0
|