Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add spice controller support in remote-viewer | Marc-André Lureau | 2012-01-31 | 4 | -29/+372 | |
| | | | | Usage is simply "remote-viewer --spice-controller" | |||||
* | Add remote-viewer program | Marc-André Lureau | 2012-01-31 | 8 | -43/+423 | |
| | | | | | 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 | |||||
* | build: use AM_GLIB_GNU_GETTEXT | Marc-André Lureau | 2012-01-30 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Using intltool macro only causes build issues on exotic platforms, such as MinGW. As long as this bug isn't fixed, we should use AM_GLIB_GNU_GETTEXT https://bugs.launchpad.net/intltool/+bug/398571 NB this partially reverts 3473c4bb49adc0caca58dc1a8b6ce81c6870558a The difference is the ordering of the rules. With AM_GLIB_GNU_GETTEXT appearing after IT_PROG_INTLTOOL, the --disable-nls arg to configure is broken. Thus AM_GLIB_GNU_GETTEXT is called first in this change. | |||||
* | 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 | |
| | ||||||
* | Add support for --system arg to autogen.sh | Daniel P. Berrange | 2012-01-30 | 1 | -5/+18 | |
| | ||||||
* | Prep for 0.4.2 releasev0.4.2 | Daniel P. Berrange | 2011-11-09 | 2 | -1/+20 | |
| | ||||||
* | Automatically generate changelog from GIT history during make dist | Daniel P. Berrange | 2011-11-07 | 3 | -974/+204 | |
| | ||||||
* | Update POTFILES.in, fix make distcheck | Marc-André Lureau | 2011-11-07 | 1 | -10/+17 | |
| | ||||||
* | Ignore some more generated files | Daniel P. Berrange | 2011-11-07 | 1 | -0/+4 | |
| | ||||||
* | build: make gtk-vnc optional | Marc-André Lureau | 2011-11-07 | 6 | -10/+44 | |
| | ||||||
* | Require GTK-VNC 0.4.3 and remove redundant realize() call | Daniel P. Berrange | 2011-11-07 | 5 | -8/+6 | |
| | | | | | 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 | |
| | ||||||
* | Don't include INSTALL file in GIT | Daniel P. Berrange | 2011-11-07 | 2 | -236/+1 | |
| | ||||||
* | Revert 1a56de3acad6a19fd958fae9278cf1c97fdabb18 | Daniel P. Berrange | 2011-11-07 | 2 | -0/+6 | |
| | | | | | | | 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 | |||||
* | Update automated build to test both GTK2 and GTK3 builds | Daniel P. Berrange | 2011-11-04 | 1 | -1/+32 | |
| | ||||||
* | Update mingw32 RPM specfile to use GTK3 on F15 or later | Daniel P. Berrange | 2011-11-04 | 1 | -4/+18 | |
| | ||||||
* | Remove pkgconfig check for GLIB2 since it is implied by GTK2/3 | Daniel P. Berrange | 2011-11-04 | 2 | -6/+0 | |
| | ||||||
* | Fix configure arg for disabling spice | Daniel P. Berrange | 2011-11-03 | 1 | -2/+2 | |
| | ||||||
* | Print configuration summary | Daniel P. Berrange | 2011-11-03 | 1 | -0/+24 | |
| | ||||||
* | 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. | |||||
* | Propagate primary window zoom level to secondary windows | Daniel P. Berrange | 2011-09-16 | 3 | -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 name | Daniel P. Berrange | 2011-09-16 | 2 | -3/+53 | |
| | ||||||
* | Fix setting of initial zoom level on display | Daniel P. Berrange | 2011-08-16 | 1 | -0/+2 | |
| | ||||||
* | ff callbacks must be invoked from a clean stack | Guido Günther | 2011-08-16 | 1 | -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 user | Guido Günther | 2011-08-14 | 1 | -2/+4 | |
| | ||||||
* | Don't print incorrect port numbers | Guido Günther | 2011-08-14 | 1 | -2/+8 | |
| | | | | | The port isn't 22 when we connect to an alternate port given in .ssh/config. | |||||
* | Don't hardcode ssh port to 0 | Guido Günther | 2011-08-14 | 1 | -1/+1 | |
| | | | | Many thanks to Luca Capello <luca@pca.it> for debugging this. | |||||
* | Fix inverted sshport test that broke SSH tunnelling | Daniel P. Berrange | 2011-08-12 | 1 | -1/+1 | |
| | ||||||
* | Return if xmlParseURI() failed, instead of crashing | Marc-André Lureau | 2011-08-04 | 1 | -0/+2 | |
| | ||||||
* | Lookup UI file correctly, to fix Windows support | Marc-André Lureau | 2011-08-04 | 2 | -5/+22 | |
| | ||||||
* | Mark exported function for gtkbuild to lookup on Windows | Marc-André Lureau | 2011-08-04 | 2 | -12/+12 | |
| | ||||||
* | Make title more translatable and using application name | Marc-André Lureau | 2011-08-04 | 2 | -8/+17 | |
| | ||||||
* | Use g_printerr for errors instead of fprintf(stderr,..) | Marc-André Lureau | 2011-08-04 | 1 | -2/+2 | |
| | ||||||
* | Lower severity of unhandled Spice events | Marc-André Lureau | 2011-08-04 | 1 | -1/+1 | |
| | ||||||
* | Add virt_viewer_app_show_display() | Marc-André Lureau | 2011-08-04 | 2 | -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 Windows | Marc-André Lureau | 2011-08-04 | 1 | -0/+10 | |
| | ||||||
* | Update for 0.4.1 releasev0.4.1 | Daniel P. Berrange | 2011-08-04 | 2 | -1/+9 | |
| | ||||||
* | Update authors & copyright dates | Daniel P. Berrange | 2011-08-04 | 1 | -4/+6 | |
| | ||||||
* | Fix sort order of displays submenu | Daniel P. Berrange | 2011-08-04 | 1 | -19/+34 | |
| | ||||||
* | Don't hardcode SSH port to 22 | Guido Günther | 2011-08-03 | 1 | -7/+5 | |
| | | | | | To allow $HOME/.ssh/config to override the default SSH port, don't hardcode '-p 22' in the command line. |