Daniel P. Berrange
|
65f62a4af2
|
When catching errors catch Exception instead of RuntimeException for better error handling
|
2006-09-26 15:50:59 -04:00 |
Daniel P. Berrange
|
6c806564a2
|
Merge heads
|
2006-09-25 18:47:40 -04:00 |
Daniel P. Berrange
|
7aa98ee19c
|
Merge heads
|
2006-09-25 18:41:47 -04:00 |
Daniel P. Berrange
|
4ccdffa212
|
Replace numerous 'print' statements with calls to python logging. Added syntax checking of all modules
|
2006-09-25 18:22:27 -04:00 |
Daniel P. Berrange
|
03128a2442
|
Merge heads
|
2006-09-25 18:20:16 -04:00 |
Daniel P. Berrange
|
aa0136e97b
|
Re-work handling of keyboard modifiers to ensure un-modified keyvals are sent over wire, allowing remote client to interpret modifiers as it so desires (only exception being shift which is intepreted locally). Also allow VNC widget to auto-grab keyboard on mouse enter/ ungrab on exit
|
2006-09-25 17:54:00 -04:00 |
Daniel P. Berrange
|
8459933b27
|
Remove redundant close button & inactive help button from manager view to reduce desktop footprint
|
2006-09-22 13:10:54 -04:00 |
Daniel P. Berrange
|
427c7a2f77
|
Switch out of full screen & drop key grab when hiding console window
|
2006-09-22 13:10:28 -04:00 |
Daniel P. Berrange
|
7de2060d32
|
Only display 40 CPU samples in manage window to avoid graph getting too wide
|
2006-09-22 13:10:05 -04:00 |
Daniel P. Berrange
|
98abb6badf
|
When going back in create wizard, skip fv/pv choice page if host isn't hvm capable (William Sheehan via bz 207409)
|
2006-09-22 12:41:06 -04:00 |
Daniel P. Berrange
|
1020286cb4
|
Re-arranged CPU details page. Now display, current & max VCPU allocation. Dont allow adjustment above the max
|
2006-09-22 12:31:51 -04:00 |
Daniel P. Berrange
|
5b2519460f
|
Popup console window synchronously to create method to avoid race condition
|
2006-09-20 15:45:40 -04:00 |
Daniel P. Berrange
|
a46f3056e3
|
Don't convert to an int because that introduces rounding errors when xeninst converts back into bytes
|
2006-09-19 16:59:41 -04:00 |
Daniel P. Berrange
|
6f78a7e2bc
|
Use physical device names in CDROM list. Listen out for media insert/remove events & update list accordingly
|
2006-09-19 16:14:55 -04:00 |
Daniel P. Berrange
|
d7905777a7
|
Added import check for gtk to quit earlier if $DISPLAY is not set
|
2006-09-19 12:09:48 -04:00 |
Daniel P. Berrange
|
7a88f9c92d
|
Ensure that file size is disabled when raw partition checkbox is active
|
2006-09-19 11:36:06 -04:00 |
Daniel P. Berrange
|
b44572ceb4
|
Added tag RELEASE-0.2.2-1 for changeset 37220522ba6d379d0ea140c2960e688cdb375927
|
2006-09-15 17:17:57 -04:00 |
Daniel P. Berrange
|
35e575312c
|
Added changelogs & pulled in fixes from FC
|
2006-09-15 17:17:52 -04:00 |
Daniel P. Berrange
|
ce09829aa7
|
Release 0.2.2
|
2006-09-15 17:08:34 -04:00 |
Daniel P. Berrange
|
69e15481a6
|
Refreshd POT files
|
2006-09-15 15:21:34 -04:00 |
Daniel P. Berrange
|
470226e1bb
|
Always enable VNC toolbars to avoid GTK window resizing issues
|
2006-09-15 14:34:05 -04:00 |
Daniel P. Berrange
|
3e0da9be93
|
Merge heads
|
2006-09-13 12:02:04 -04:00 |
Daniel P. Berrange
|
86eddf727a
|
Added support for batching of redraws. Initial support for hextile, albeit faaaaar to slow to turn on. Fix signature of cursor method
|
2006-09-13 11:59:23 -04:00 |
berrange@dhcp-4-245.virt.boston.redhat.com
|
0a58e72ef2
|
Re-factor the install wizard to only grab values at end of process. Also display a config summary at end
|
2006-09-12 17:49:29 -04:00 |
berrange@dhcp-4-245.virt.boston.redhat.com
|
1eda01278e
|
Since we don't run the blocking event loop, hook up the response signal for the close button. bz 205943
|
2006-09-11 12:34:46 -04:00 |
Daniel P. Berrange
|
8905471764
|
Added tag RELEASE-0.2.1-1 for changeset 4aba9106462877a7df2bf1211bc41eb5321af1ee
|
2006-09-04 15:22:59 -04:00 |
Daniel P. Berrange
|
f7e63d334d
|
Bump to 0.2.1 for new release
|
2006-09-04 15:19:23 -04:00 |
Daniel P. Berrange
|
ceaa7c16c8
|
Hide preference for stats history length. Add gconf schema to setup default config settings.
|
2006-09-01 16:33:32 -04:00 |
Daniel P. Berrange
|
29598e71ab
|
Hide / disable stuff we're not implementing yet - ie disk/net stats & new hardware
|
2006-09-01 15:51:50 -04:00 |
Daniel P. Berrange
|
3dd04a2973
|
Change slider to spin box for adjusting memory
|
2006-09-01 15:11:33 -04:00 |
Jeremy Katz
|
e57338277d
|
merge
|
2006-09-01 14:11:58 -04:00 |
Jeremy Katz
|
714814f2b5
|
some text tweaks. also, don't ask about PV vs FV if not on a FV capable box
|
2006-09-01 14:08:34 -04:00 |
Jeremy Katz
|
c2ef1c9a65
|
switch memory config to spin buttons
|
2006-09-01 13:47:37 -04:00 |
Jeremy Katz
|
2b16e8cfac
|
add a menu bar for the details view, move some things around to be similar
to the console view
|
2006-09-01 11:18:49 -04:00 |
Jeremy Katz
|
ecd935bb41
|
tie together pause buttons
|
2006-09-01 11:18:25 -04:00 |
Jeremy Katz
|
ecb202e391
|
various UI tweaks for the graphical console to match the HIG as well as
to be a little cleaner looking
|
2006-09-01 10:49:46 -04:00 |
Daniel P. Berrange
|
afb15a8bb8
|
Merge heads
|
2006-09-01 10:48:54 -04:00 |
Daniel P. Berrange
|
8c64f2129a
|
Grab keyboard when going full screen. Center vnc/image widgets so it looks better full screen
|
2006-09-01 10:42:23 -04:00 |
Jeremy Katz
|
53a13dc622
|
merge
|
2006-09-01 09:41:42 -04:00 |
Jeremy Katz
|
bb74fa7904
|
some UI cleanups for domain creation wizard
|
2006-09-01 09:40:20 -04:00 |
Daniel P. Berrange
|
26daadca65
|
Switched memory slider policy to discontinuous & ensure adjustments are in units of 1, not fractional
|
2006-08-31 16:28:09 -04:00 |
Jeremy Katz
|
45b21ebbd9
|
merge
|
2006-08-29 18:21:56 -04:00 |
Daniel P. Berrange
|
8b36043ad7
|
Added button to make VNC window fullscreen
|
2006-08-29 16:57:50 -04:00 |
Daniel P. Berrange
|
6cf4da60a4
|
Extract disk & network device information from domain XML
|
2006-08-29 15:52:19 -04:00 |
Jeremy Katz
|
205e37b9ee
|
support for graphics console with PV guests, show the appropriate console
once the guest is created
|
2006-08-28 23:06:31 -04:00 |
Daniel P. Berrange
|
a14dc85fce
|
Use a stock label for popup menu
|
2006-08-28 16:55:23 -04:00 |
Daniel P. Berrange
|
a071ab3cae
|
Re-factor VNC auth protocol handling to allow caller to determine whether a password is needed or not. Go straight to VNC viewer if no auth is needed. Set default button/focus handling.
|
2006-08-28 16:39:22 -04:00 |
Daniel P. Berrange
|
fb61284b74
|
Disable hardware config if we're read only. Hide unused 'add hardware' option
|
2006-08-28 12:36:42 -04:00 |
Daniel P. Berrange
|
6a0b2c4585
|
Hook up the serial console to dbus service
|
2006-08-25 18:19:52 -04:00 |
Daniel P. Berrange
|
b13920cb2c
|
Pulled in latest changes to spec file from Fedora
|
2006-08-25 10:58:25 -04:00 |