Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 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. | |||||
* | Remove unreachable condition in authentication dialog | Pavel Raiskup | 2011-08-03 | 1 | -1/+1 | |
| | ||||||
* | Remove duplicated struct definition | Daniel P. Berrange | 2011-07-26 | 1 | -2/+0 | |
| | ||||||
* | If only one display, fullscreen should be on the current display | Marc-André Lureau | 2011-07-26 | 3 | -30/+47 | |
| | ||||||
* | Show status on all open windows | Marc-André Lureau | 2011-07-26 | 5 | -26/+56 | |
| | | | | | | The split virt_viewer_notebook_show_status() to virt_viewer_notebook_show_status_va() is unnecessary in the end, but it's more future-proof. | |||||
* | Add a "Displays" submenu, and warn when closing last display | Marc-André Lureau | 2011-07-26 | 5 | -37/+262 | |
| | ||||||
* | Don't ignore creation of secondary displays | Marc-André Lureau | 2011-07-26 | 1 | -2/+0 | |
| | ||||||
* | Use app fullscreen property instead of app.start() argument | Marc-André Lureau | 2011-07-26 | 4 | -16/+15 | |
| | ||||||
* | Implement app_set_fullscreen() to go over existing windows | Marc-André Lureau | 2011-07-26 | 1 | -0/+25 | |
| | ||||||
* | Show display and rise its window when we have the display show hint | Marc-André Lureau | 2011-07-26 | 3 | -13/+64 | |
| | | | | Track event for Spice, and imitate it for VNC. | |||||
* | Change enter/leave fullscreen to take/restore position | Marc-André Lureau | 2011-07-26 | 2 | -37/+32 | |
| | | | | | | | | | That allow positionning windows in multi-head. Also, get rid of window_state_cb, since it's impossible to properly catch the event to do the right thing, ie move to a different screen before go full-screen, or disallow it in case nb physical monitors < nb virtual monitors. | |||||
* | Add nth window to virt_viewer_app_window_new() | Marc-André Lureau | 2011-07-26 | 2 | -15/+20 | |
| | ||||||
* | Introduce fullscreen property and virt_viewer_app_set_fullscreen() | Marc-André Lureau | 2011-07-26 | 1 | -0/+28 | |
| | ||||||
* | Let virt_viewer_notebook_show_status take varags | Marc-André Lureau | 2011-07-26 | 2 | -3/+10 | |
| | ||||||
* | Status messages can be translated | Marc-André Lureau | 2011-07-26 | 2 | -9/+11 | |
| | ||||||
* | Add show-hint property to display | Marc-André Lureau | 2011-07-26 | 2 | -5/+41 | |
| | ||||||
* | Split VirtViewerApp window into VirtViewerWindow | Marc-André Lureau | 2011-07-26 | 11 | -728/+1360 | |
| | ||||||
* | Inherit from VirtViewerApp for VirtViewer | Marc-André Lureau | 2011-07-22 | 12 | -1515/+2007 | |
| | | | | | | Make it a real GObject. The parts specific to virt should go in virt-viewer.c | |||||
* | Turn VirtViewer into a VirtViewerApp object | Marc-André Lureau | 2011-07-22 | 5 | -573/+720 | |
| | ||||||
* | Split virt_viewer_start() and virt_viewer_new() | Marc-André Lureau | 2011-07-22 | 1 | -41/+54 | |
| | ||||||
* | Split virt_viewer_activate() and virt_viewer_set_domain() | Marc-André Lureau | 2011-07-22 | 1 | -11/+21 | |
| | ||||||
* | Split virt_viewer_create_session() out of virt_viewer_extract_connect_info() | Marc-André Lureau | 2011-07-22 | 1 | -16/+27 | |
| | | | | For future reusability | |||||
* | Reorder _VirtViewer to make it easier to split with RemoteViewer | Marc-André Lureau | 2011-07-22 | 1 | -24/+17 | |
| | ||||||
* | Extract scheme in virt_viewer_extract_host() | Marc-André Lureau | 2011-07-22 | 1 | -2/+11 | |
| | | | | Needed for remote-viewer. | |||||
* | Fix compat with GTK 2.18.0 | Daniel P. Berrange | 2011-07-12 | 2 | -0/+12 | |
| | ||||||
* | Remove virt-viewer-priv.h from sources, since it is gone | Daniel P. Berrange | 2011-07-12 | 1 | -1/+0 | |
| | ||||||
* | Remove duplicated typedefs | Daniel P. Berrange | 2011-07-12 | 1 | -2/+0 | |
| | ||||||
* | Annotate unused variables | Daniel P. Berrange | 2011-07-12 | 1 | -2/+2 | |
| | ||||||
* | Fix leak of graphics type attribute from XML | Daniel P. Berrange | 2011-07-12 | 1 | -2/+3 | |
| | ||||||
* | Fix leak of command line arguments | Daniel P. Berrange | 2011-07-12 | 1 | -5/+9 | |
| | ||||||
* | Split pull part of VirtViewerDisplay out into VirtViewerSession | Daniel P. Berrange | 2011-07-11 | 14 | -591/+1314 | |
| | | | | | | To facilitate introduction of multi-head support, pull some of the VirtViewerDisplay class out into a new VirtViewerSession class. | |||||
* | Avoid (null) in titlebar | Daniel P. Berrange | 2011-07-11 | 1 | -7/+9 | |
| |