Marc-André Lureau
80a3192603
Add a few property getters, used by controller
...
- virt_viewer_app_get_windows()
- virt_viewer_window_get_builder()
- "VirtViewerSessionSpice:spice-session" property
2012-01-30 17:42:11 +00:00
Marc-André Lureau
b1d2f16790
build: replace deprecated functions
2012-01-30 17:10:12 +00:00
Daniel P. Berrange
9c5f7bfcf2
Require GTK-VNC 0.4.3 and remove redundant realize() call
...
Remove call to gtk_widget_realize for the GTK-VNC widget. Requires
GTK-VNC >= 0.4.3
2011-11-07 12:14:22 +00:00
Daniel P. Berrange
59170953d5
Fix broken keycombos for F9->F12 menu
...
The table for sending C-A-Fn to guests had messed up mappings
for F9->F12
2011-10-11 10:38:00 +01:00
Daniel P. Berrange
168af497b9
Fix setting of window title with --wait
...
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
2011-10-11 10:01:10 +01:00
Daniel P. Berrange
fe8551efba
Propagate primary window zoom level to secondary windows
...
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
2011-09-16 11:07:26 +01:00
Daniel P. Berrange
8bd178c8a8
Fix setting of initial zoom level on display
2011-08-16 09:08:51 -07:00
Marc-André Lureau
76bcf50dc4
Mark exported function for gtkbuild to lookup on Windows
2011-08-04 13:32:10 +01:00
Marc-André Lureau
78cac55443
Make title more translatable and using application name
2011-08-04 13:32:04 +01:00
Marc-André Lureau
80aaff91f9
Fix fullscreen should hide taskbar on Windows
2011-08-04 13:31:08 +01:00
Marc-André Lureau
c191d0ba53
If only one display, fullscreen should be on the current display
2011-07-26 12:00:29 +01:00
Marc-André Lureau
0584170300
Add a "Displays" submenu, and warn when closing last display
2011-07-26 12:00:29 +01:00
Marc-André Lureau
045f3ac9ea
Change enter/leave fullscreen to take/restore position
...
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.
2011-07-26 12:00:28 +01:00
Marc-André Lureau
08b292fb05
Add nth window to virt_viewer_app_window_new()
2011-07-26 12:00:28 +01:00
Marc-André Lureau
c7ad98333d
Split VirtViewerApp window into VirtViewerWindow
2011-07-26 11:16:34 +01:00