Commit Graph

384 Commits

Author SHA1 Message Date
Daniel P. Berrange
ac9577ac9b Fixed keyboard grab 2007-02-15 21:02:03 -05:00
Daniel P. Berrange
1b4d5e5b1a Merge heads 2007-02-12 10:12:11 -05:00
Daniel P. Berrange
29d8ae34c5 Grab mouse when clicking 2007-02-08 14:33:25 -05:00
Daniel P. Berrange
8118b4ac05 Display allocation instead of usage for inactive memory 2007-02-08 14:33:14 -05:00
Daniel P. Berrange
74946b15ca Force initial status code update 2007-02-08 14:32:26 -05:00
Daniel P. Berrange
8b7c5e5a7a Fix alignment of label 2007-02-08 14:16:53 -05:00
Daniel P. Berrange
862ca28ea6 Make progress bar display a little prettier. Add support for setting max-memory when creating guests 2007-02-01 14:16:44 -05:00
Daniel P. Berrange
e34fadbee9 Fix changelog date 2007-01-22 19:54:55 -05:00
Daniel P. Berrange
8513aed523 Added tag RELEASE-0.3.0-1 for changeset aab1b39dae04d051c2f7073ff9bcc74c55ff704a 2007-01-22 19:46:14 -05:00
Daniel P. Berrange
a687280845 Updated for 0.3.0 release 2007-01-22 19:46:05 -05:00
Daniel P. Berrange
8db327d916 Refresh po/pot files 2007-01-22 18:22:55 -05:00
Daniel P. Berrange
55d7905ab4 Updated to new virt-inst API 2007-01-22 18:17:57 -05:00
Hugh O. Brock
4e647f1c17 Change save/restore code to work with new progress bar interface. Also clean up progress bar a bit so it doesn't jump around quite so much. 2007-01-12 15:39:18 -05:00
Hugh O. Brock
302e11ffeb merge 369:1d72ca0a0d8e 2007-01-10 16:15:15 -05:00
Hugh O. Brock
c6e5a99343 graphical progress bar hooks for pv guests 2007-01-10 16:11:57 -05:00
Daniel P. Berrange
8a7fe3c17a Reset vnc failure count & delay on state changes. This ensures we re-try the connection when switching from shutoff -> running state transitions with inactive guests 2007-01-08 16:08:44 -05:00
Hugh O. Brock
483f3436aa Update non-sparse file UI to match rhel5 patch 2006-12-20 09:31:09 -05:00
Hugh O. Brock
7b2cbb18ad add a radio button for sparse vs. non-sparse viles. Add appropriate cautions and text to the progress dialog. 2006-12-17 16:33:37 -05:00
Daniel P. Berrange
522d1da8e0 Merge heads 2006-12-13 17:04:30 -05:00
Daniel P. Berrange
f64479ac10 Disabled memory/cpu hotplug for active HVM guests (bz 214432) 2006-12-13 17:02:31 -05:00
Hugh O. Brock
f5e462a8e8 Fixes bz 218201. Choosing an existing file, using the dialog or typing the path manually, will now cause the file's size to show up in the file size box. Also the wizard will complain if the user manually types a directory path instead of an existing file or a new file. 2006-12-07 17:06:01 -05:00
Hugh O. Brock
ba20edec8c Fixes 213855. Added documentation to warn the operator not to allocate too much memory to a new VM; limited the max memory spinbox to physical RAM present; cleaned up physical RAM display. 2006-12-07 15:55:50 -05:00
Daniel P. Berrange
64cc1fdee6 Fix handling of backspace key in serial console (bz 217596) 2006-12-04 12:22:45 -05:00
Daniel P. Berrange
5337c40c65 Deal with errors from hostname lookup (bz 216975) 2006-12-01 16:27:15 -05:00
Daniel P. Berrange
ab1fff82f1 Merge heads 2006-12-01 16:26:35 -05:00
Daniel P. Berrange
f43eb5322e Differentiate memory allocated, from that actually used on host. Helps visualization of inactive guests 2006-11-22 12:50:50 -05:00
Hugh O. Brock
358a4f6139 Validate vm name 2006-11-15 16:18:59 -05:00
Hugh O. Brock
cb406a8657 domain.py merge?? 2006-11-15 12:28:13 -05:00
Hugh O. Brock
e4d8bf592c Add destroy option to details and console menus 2006-11-15 12:27:36 -05:00
Daniel P. Berrange
6ad7278298 Switch to use explicit ipv4 address 127.0.0.1 for console because some FC6 systems have broke /etc/hosts which only list ipv6 address (and VNC doesn't listen on ipv6) 2006-11-15 12:21:06 -05:00
Hugh O. Brock
e2d5bdf197 Initially select something when opening the details pane 2006-11-15 10:51:40 -05:00
Daniel P. Berrange
190691b4cf Merge heads 2006-11-15 09:46:46 -05:00
Daniel P. Berrange
5782f3271e Valid file magic when restoring a domain from saved image 2006-11-13 18:15:41 -05:00
Daniel P. Berrange
e01bffd0a6 Fix typo 2006-11-13 17:17:12 -05:00
Daniel P. Berrange
290ff27354 Ensure we always retry failed connections, to deal with inactive domain startup/shutdown sequences 2006-11-13 16:56:11 -05:00
Daniel P. Berrange
70cf38da48 Clear out listmodel row cache when swiching views 2006-11-13 15:38:10 -05:00
Daniel P. Berrange
c832682211 Re-factored config changing UI to deal with inactive domains & better handle Dom0 2006-11-13 15:31:17 -05:00
Daniel P. Berrange
4b77b24532 Fix max-mem reporting for Dom0 2006-11-13 15:23:35 -05:00
Daniel P. Berrange
cf6e3edaef Fix pretty memory accounting. Add set_max_memory API. Fixed logging string cast 2006-11-13 14:21:14 -05:00
Daniel P. Berrange
2ffea60d7f Update the ID column on each refresh, in case a domain started/stopped (ie its id changes) 2006-11-13 14:18:36 -05:00
Daniel P. Berrange
2453f33b8b Merge heads 2006-11-13 10:46:27 -05:00
Daniel P. Berrange
5c0221bd1b Merge heads 2006-11-13 10:31:29 -05:00
Daniel P. Berrange
4ede3ba4e4 Added tag RELEASE-0.2.6-1 for changeset 912d53a50279d9c6e05d263b54837ad001a0ccb3 2006-11-09 14:15:34 -05:00
Daniel P. Berrange
09fe37beb3 Re-generate changelog 2006-11-09 14:15:23 -05:00
Daniel P. Berrange
a6c4e1da56 Updated changelog 2006-11-09 14:15:12 -05:00
Daniel P. Berrange
b5cb0ae578 Summary of 0.2.6 release changes 2006-11-09 13:52:16 -05:00
Daniel P. Berrange
bcfd51f70b Updated to 0.2.6 release 2006-11-09 13:52:01 -05:00
Daniel P. Berrange
7106aa8743 Added notes on release process 2006-11-09 13:29:39 -05:00
Daniel P. Berrange
8be387901c Added notes on translation process 2006-11-09 12:47:36 -05:00
Daniel P. Berrange
84bab203ed Imported initial russian translation 2006-11-09 12:36:02 -05:00