Commit Graph

399 Commits

Author SHA1 Message Date
Daniel P. Berrange
d45256e748 Merge heads 2006-10-12 18:04:22 -04:00
Daniel P. Berrange
2ae10b84f3 Get ready for 0.2.4 release 2006-10-12 18:03:57 -04:00
Daniel P. Berrange
45c15bf9ef Automatically grab keyboard in guest consoles 2006-10-12 17:53:42 -04:00
Daniel P. Berrange
7be56bec42 Fix for 'stuck' modifier keys, faking keyup when we loose focus 2006-10-12 17:36:31 -04:00
Daniel P. Berrange
79a829dd55 Explicitly populate liststore with all we need rather than using per-cell callbacks 2006-10-12 14:02:45 -04:00
Daniel P. Berrange
3c17c8d7a3 Store the VM object itself in the list model to lower overheads in refresh 2006-10-12 10:40:22 -04:00
Hugh O. Brock
5552e864a6 Mnemonic updates and clean-up on memory and cpu screens. Fixes BZ 208408. 2006-10-11 13:15:00 -04:00
Daniel P. Berrange
2512ba0ebf Catch & log failure of listDefinedDomains method for older libvirt not supporting inactive domains 2006-10-11 12:05:50 -04:00
Daniel P. Berrange
bb0b71d2a7 Added support for running app under hotshot profiler 2006-10-11 12:01:23 -04:00
Daniel P. Berrange
c154f31ca7 Make file backed disks blktap based by default, if available 2006-10-11 09:58:26 -04:00
Daniel P. Berrange
c2712f61cb Don't create a text renderer, because GTK already does that for us 2006-10-11 09:58:06 -04:00
Hugh O. Brock
ef769036d5 Add drop-down lists for PV media and kickstart URLs 2006-10-11 09:07:45 -04:00
Daniel P. Berrange
104796e6ee Support deleting of VMs 2006-10-10 17:43:44 -04:00
Daniel P. Berrange
f345ddbf5d Hooked up domain filter in manager list. Ensure we don't recreate vmmDomain object on state changes 2006-10-10 17:24:59 -04:00
Daniel P. Berrange
9b9cadea98 Merged heads 2006-10-10 16:37:17 -04:00
Daniel P. Berrange
f0e88098cf Added support for starting inactive VMs 2006-10-10 11:30:00 -04:00
Daniel P. Berrange
da7133edcc Include listing of inactive domains 2006-10-09 13:28:13 -04:00
Hugh O. Brock
ac42f26320 Remove help button from preferences dialog 2006-10-09 10:51:40 -04:00
Daniel P. Berrange
469164b356 Don't return hostname or port if VNC isn't active 2006-10-06 15:14:42 -04:00
Daniel P. Berrange
600f42198e Fixed stringification problem when no graphics are active 2006-10-06 15:13:24 -04:00
Daniel P. Berrange
de8425547b Force immediate refresh of VMs after creating one 2006-10-03 11:53:07 -04:00
Daniel P. Berrange
b7089eca08 Improve error reporting to user if hypervisor connection attempt fails (bz 209122) 2006-10-03 10:54:49 -04:00
Daniel P. Berrange
cd306186da Clamp the CPU utilization values between 0 & 100 to avoid freaking out sparkline renderer (more bz 208185) 2006-09-28 17:08:53 -04:00
Daniel P. Berrange
17b236aba4 Avoid array underflow (& thus SEGV) when no data points are set (workaround segv in bz 208185) 2006-09-27 17:00:28 -04:00
Daniel P. Berrange
1488d0c7ae Fixup download URL 2006-09-27 16:34:36 -04:00
Daniel P. Berrange
6f6a7b1929 Added tag RELEASE-0.2.3-1 for changeset 408e703e0a36d1f601b7038e3ee633236c5a5a28 2006-09-26 16:58:31 -04:00
Daniel P. Berrange
2c6cca42b6 Bumped for release 0.2.3 2006-09-26 16:52:12 -04:00
Daniel P. Berrange
d6428a4aff Re-generate POT files 2006-09-26 16:51:23 -04:00
Daniel P. Berrange
20d51932c0 Filter ISO filechooser to just *.iso files 2006-09-26 16:36:39 -04:00
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