Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ensure auth popup windows have correct transient parent | Daniel P. Berrange | 2012-02-08 | 9 | -125/+173 | |
| | ||||||
* | Make the password field activates default widget | Marc-André Lureau | 2012-02-08 | 1 | -0/+1 | |
| | | | | | When pressing "Enter", the default auth dialog action isn't activated. Setting activates_default to TRUE fixes this issue. | |||||
* | Do not resize guest desktop if !auto-resize | Marc-André Lureau | 2012-02-08 | 4 | -1/+24 | |
| | | | | | | | | | If auto-resize is enabled, the guest desktop size will be resized to match current window*zoom size. This can be a problem if the user explicitely set the desktop size to a different resolution and want to keep it. Disabling auto-resize sounds like a simple way to allow that. | |||||
* | Resize Spice guest display to the container size | Marc-André Lureau | 2012-02-08 | 1 | -3/+3 | |
| | | | | | | | | | The SpiceDisplay doesn't receive the full allocation, because VirtViewerDisplay maintains current aspect ratio. However, the guest display can be resize up to its container size. This fixes going full-screen and not getting native resolution for instance. | |||||
* | Ensure About dialog has transient hints setup | Daniel P. Berrange | 2012-02-08 | 2 | -10/+21 | |
| | ||||||
* | Import a pretty icon for virt-viewer application | Daniel P. Berrange | 2012-02-08 | 2 | -0/+3 | |
| | ||||||
* | Implement SPICE desktop resizing that takes account of zoom level | Daniel P. Berrange | 2012-02-08 | 7 | -5/+110 | |
| | | | | | | | | | | | | | The standard SPICE widget guest resize implementation does not take into account the zoom level settings in virt-viewer, because it has no knowledge of this functionality. The guest resize can, however, be done by calling spice_main_set_display() directly. This allows virt-viewer to resize the guest taking into account zoom levels. ie, if virt-viewer is run with --zoom 50 and the window is resized to 400x300, then the guest agent should be told to set its resolution to 800x600 | |||||
* | Revert support for resizing guest desktop | Daniel P. Berrange | 2012-02-07 | 3 | -24/+3 | |
| | | | | | | | The SpiceDisplay widget has built-in support for resizing the guest desktop, but this does not know that virt-viewer has a zoom level setting. This makes the virt-viewer zoom completely inoperable. Revert use of the 'resize-guest' property. | |||||
* | Add config.h to every source file | Daniel P. Berrange | 2012-02-06 | 9 | -0/+15 | |
| | ||||||
* | Use exit() constants | Daniel P. Berrange | 2012-02-06 | 3 | -3/+3 | |
| | ||||||
* | copyright fix | Daniel P. Berrange | 2012-02-06 | 1 | -1/+1 | |
| | ||||||
* | Replace @FOO@ with $(FOO) in all Makefile.am | Daniel P. Berrange | 2012-02-06 | 1 | -15/+15 | |
| | ||||||
* | Update copyright headers | Daniel P. Berrange | 2012-02-06 | 31 | -54/+54 | |
| | ||||||
* | Remove useless if() before free() | Daniel P. Berrange | 2012-02-06 | 1 | -8/+4 | |
| | ||||||
* | Convert TABS to spaces & reindent everywhere | Daniel P. Berrange | 2012-02-06 | 33 | -4170/+4198 | |
| | ||||||
* | Only make the USB device selection sensitive when the vm is USB capable | Hans de Goede | 2012-02-06 | 7 | -0/+62 | |
| | ||||||
* | Add a menu entry for USB device selection | Hans de Goede | 2012-02-06 | 7 | -4/+83 | |
| | ||||||
* | Grab the focus when showing the display | Marc-André Lureau | 2012-02-06 | 2 | -0/+12 | |
| | | | | | | | Override the grab_focus() method in the display class. Since both VNC and Spice displays are the direct child, let's just grab the child. It can be that this behaviour need to be overriden if Spice or VNC display become more complex (using sub-childs or different objects) | |||||
* | Disconnect virt-viewer when receiving signal session-cancelled | Guannan Ren | 2012-01-31 | 1 | -1/+16 | |
| | ||||||
* | Register a new signal session-cancelled | Guannan Ren | 2012-01-31 | 3 | -2/+11 | |
| | ||||||
* | Tune the first argument in calls to g_type_class_add_private() | Guannan Ren | 2012-01-31 | 9 | -11/+9 | |
| | ||||||
* | Support for virDomainOpenGraphics API | Daniel P. Berrange | 2012-01-31 | 5 | -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 URI | Daniel P. Berrange | 2012-01-31 | 1 | -0/+26 | |
| | ||||||
* | Adapt remote-viewer so that it builds without SPICE | Daniel P. Berrange | 2012-01-31 | 3 | -6/+43 | |
| | ||||||
* | Enable spice auto-usbredir | Marc-André Lureau | 2012-01-31 | 3 | -7/+89 | |
| | ||||||
* | Remove usage of deprecated property | Marc-André Lureau | 2012-01-31 | 2 | -1/+5 | |
| | ||||||
* | Add error dialog for USB redirection failure | Marc-André Lureau | 2012-01-31 | 4 | -18/+61 | |
| | ||||||
* | Resize guest desktop with SPICE | Marc-André Lureau | 2012-01-31 | 3 | -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 optionnal | Marc-André Lureau | 2012-01-31 | 3 | -2/+12 | |
| | ||||||
* | Use a first letter capital in help | Marc-André Lureau | 2012-01-31 | 1 | -7/+7 | |
| | | | | | The GLib/GNOME convention seems to have first letter as capital for option description strings. | |||||
* | Add spice_get_option_group() | Marc-André Lureau | 2012-01-31 | 3 | -3/+14 | |
| | ||||||
* | Add spice controller support in remote-viewer | Marc-André Lureau | 2012-01-31 | 3 | -28/+370 | |
| | | | | Usage is simply "remote-viewer --spice-controller" | |||||
* | Add remote-viewer program | Marc-André Lureau | 2012-01-31 | 4 | -43/+416 | |
| | | | | | This program is meant for direct URI connections. ex: remote-viewer vnc://uri | |||||
* | Add a few property getters, used by controller | Marc-André Lureau | 2012-01-30 | 5 | -2/+63 | |
| | | | | | | - virt_viewer_app_get_windows() - virt_viewer_window_get_builder() - "VirtViewerSessionSpice:spice-session" property | |||||
* | Make virt_viewer_activate() a vfunc | Marc-André Lureau | 2012-01-30 | 2 | -18/+32 | |
| | | | | since other equivalent methods are already overridable. | |||||
* | Add window-added & window-removed signals | Marc-André Lureau | 2012-01-30 | 2 | -1/+48 | |
| | ||||||
* | Use graphical URI for connection | Marc-André Lureau | 2012-01-30 | 3 | -5/+37 | |
| | | | | If specified, use URI for connection details | |||||
* | Add virt_viewer_session_open_uri | Marc-André Lureau | 2012-01-30 | 3 | -0/+30 | |
| | ||||||
* | build: replace deprecated functions | Marc-André Lureau | 2012-01-30 | 3 | -6/+6 | |
| | ||||||
* | build: make gtk-vnc optional | Marc-André Lureau | 2011-11-07 | 4 | -6/+21 | |
| | ||||||
* | Require GTK-VNC 0.4.3 and remove redundant realize() call | Daniel P. Berrange | 2011-11-07 | 1 | -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é Lureau | 2011-11-07 | 3 | -2/+5 | |
| | ||||||
* | Revert 1a56de3acad6a19fd958fae9278cf1c97fdabb18 | Daniel P. Berrange | 2011-11-07 | 1 | -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 connection | Daniel P. Berrange | 2011-11-07 | 1 | -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/3 | Daniel P. Berrange | 2011-11-04 | 1 | -2/+0 | |
| | ||||||
* | Fix broken keycombos for F9->F12 menu | Daniel P. Berrange | 2011-10-11 | 1 | -4/+4 | |
| | | | | | The table for sending C-A-Fn to guests had messed up mappings for F9->F12 | |||||
* | Wire up SpiceDisplay grab signals | Daniel P. Berrange | 2011-10-11 | 1 | -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 --wait | Daniel P. Berrange | 2011-10-11 | 2 | -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 sockets | Daniel P. Berrange | 2011-09-28 | 1 | -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 address | Daniel P. Berrange | 2011-09-19 | 1 | -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. |