Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Propagate primary window zoom level to secondary windows | Daniel P. Berrange | 2011-09-16 | 1 | -0/+2 | |
| | | | | | | 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 | 1 | -0/+52 | |
| | ||||||
* | 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 | |
| | ||||||
* | Mark exported function for gtkbuild to lookup on Windows | Marc-André Lureau | 2011-08-04 | 1 | -2/+2 | |
| | ||||||
* | Add virt_viewer_app_show_display() | Marc-André Lureau | 2011-08-04 | 1 | -0/+17 | |
| | | | | | Similar to previous virt_viewer_app_show_status(). Used later on by Spice controller to switch between display and status. | |||||
* | 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. | |||||
* | If only one display, fullscreen should be on the current display | Marc-André Lureau | 2011-07-26 | 1 | -5/+14 | |
| | ||||||
* | Show status on all open windows | Marc-André Lureau | 2011-07-26 | 1 | -12/+34 | |
| | | | | | | 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 | 1 | -2/+143 | |
| | ||||||
* | Use app fullscreen property instead of app.start() argument | Marc-André Lureau | 2011-07-26 | 1 | -9/+7 | |
| | ||||||
* | 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 | 1 | -1/+35 | |
| | | | | Track event for Spice, and imitate it for VNC. | |||||
* | Add nth window to virt_viewer_app_window_new() | Marc-André Lureau | 2011-07-26 | 1 | -15/+19 | |
| | ||||||
* | Introduce fullscreen property and virt_viewer_app_set_fullscreen() | Marc-André Lureau | 2011-07-26 | 1 | -0/+28 | |
| | ||||||
* | Status messages can be translated | Marc-André Lureau | 2011-07-26 | 1 | -3/+5 | |
| | ||||||
* | Split VirtViewerApp window into VirtViewerWindow | Marc-André Lureau | 2011-07-26 | 1 | -697/+120 | |
| | ||||||
* | Inherit from VirtViewerApp for VirtViewer | Marc-André Lureau | 2011-07-22 | 1 | -0/+1670 | |
Make it a real GObject. The parts specific to virt should go in virt-viewer.c |