summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-app.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Propagate primary window zoom level to secondary windowsDaniel P. Berrange2011-09-161-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 nameDaniel P. Berrange2011-09-161-0/+52
|
* 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
|
* Mark exported function for gtkbuild to lookup on WindowsMarc-André Lureau2011-08-041-2/+2
|
* Add virt_viewer_app_show_display()Marc-André Lureau2011-08-041-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 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.
* If only one display, fullscreen should be on the current displayMarc-André Lureau2011-07-261-5/+14
|
* Show status on all open windowsMarc-André Lureau2011-07-261-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 displayMarc-André Lureau2011-07-261-2/+143
|
* Use app fullscreen property instead of app.start() argumentMarc-André Lureau2011-07-261-9/+7
|
* Implement app_set_fullscreen() to go over existing windowsMarc-André Lureau2011-07-261-0/+25
|
* Show display and rise its window when we have the display show hintMarc-André Lureau2011-07-261-1/+35
| | | | Track event for Spice, and imitate it for VNC.
* Add nth window to virt_viewer_app_window_new()Marc-André Lureau2011-07-261-15/+19
|
* Introduce fullscreen property and virt_viewer_app_set_fullscreen()Marc-André Lureau2011-07-261-0/+28
|
* Status messages can be translatedMarc-André Lureau2011-07-261-3/+5
|
* Split VirtViewerApp window into VirtViewerWindowMarc-André Lureau2011-07-261-697/+120
|
* Inherit from VirtViewerApp for VirtViewerMarc-André Lureau2011-07-221-0/+1670
Make it a real GObject. The parts specific to virt should go in virt-viewer.c