1076 Commits

Author SHA1 Message Date
Cole Robinson
5081b787a3 Update NEWS, ChangeLog, version # RELEASE-0.7.0-1 2009-03-09 23:18:09 -04:00
Cole Robinson
09d3042b1c Update translations. 2009-03-09 23:18:01 -04:00
Cole Robinson
a8a19966c4 Fix default selection in 'Add Connection' to be dependent on what's available. 2009-03-09 22:58:05 -04:00
Cole Robinson
e0833c00ee Fix some create wizard cpu logic. 2009-03-09 22:42:17 -04:00
Cole Robinson
df034321d1 Update authors info. 2009-03-09 17:02:58 -04:00
Cole Robinson
4c38fb2f31 Add new application icon (Mike Langlie, Jeremy Perry) 2009-03-09 16:58:55 -04:00
Cole Robinson
c18068ccbd Fix missing import. 2009-03-09 16:24:27 -04:00
Cole Robinson
97e9f52f28 Show a helpful error if we couldn't determine a default connection (as when qemu, kvm, or xen isn't installed) 2009-03-09 16:22:03 -04:00
Cole Robinson
933d0130e4 Fix conn uri lookup for domain migration. 2009-03-09 16:21:53 -04:00
Cole Robinson
ebe91d6ce2 Attempt to use krb5-auth-dialog for libvirt auth (if applicable) (Guido Gunther) 2009-03-09 16:21:32 -04:00
Cole Robinson
01de80f203 Check if we can resolve avahi '.local' host names, and if not, strip it. 2009-03-09 16:21:21 -04:00
Cole Robinson
a590888ef6 'Add Physical Host Device' wizard for existing guests. 2009-03-09 16:20:23 -04:00
Cole Robinson
b1f69cffd8 Add libvirt storage aware file browser.
Hook it up to the New VM and Add Hardware wizards, all storage browsing.
2009-03-09 16:19:39 -04:00
Cole Robinson
c83113e79b Storage aware 'Delete VM' dialog. 2009-03-09 16:17:09 -04:00
Cole Robinson
f9dfe4acab New 'Create VM' wizard. 2009-03-09 16:16:45 -04:00
Cole Robinson
a650c6c6ec Better logging with connection failures. 2009-03-09 11:54:46 -04:00
Cole Robinson
09be6d1702 Centralize connection duplication, and always use openAuth. 2009-03-09 01:04:29 -04:00
Cole Robinson
e8aa74000e Fix VNC password entry activate listener. 2009-03-09 00:49:41 -04:00
Cole Robinson
74418de62d If altering a running domain, only change the inactive XML config. 2009-03-09 00:49:31 -04:00
Cole Robinson
7a7f407f29 Don't poll disk + net stats if vm isn't active. 2009-03-09 00:48:23 -04:00
Cole Robinson
731d97a45c Some host details UI cleanup. 2009-03-08 15:34:17 -04:00
Cole Robinson
ab7df76617 Clean up pool and net listing in host details.
Break out pool functions, so they can be re-used by a storage browser dialog.
2009-03-08 15:34:15 -04:00
Cole Robinson
ee159418b5 Clean up 'VM Restore' functionality.
Actually catch error messages. Don't check save file header magic when
libvirt already does it for us.
2009-03-08 15:31:15 -04:00
Cole Robinson
390f308819 Add option to set 'Create Volume' wizard as modal. 2009-03-08 15:16:47 -04:00
Cole Robinson
dcd07970f0 Break all FileBrowser calls out into a util function. 2009-03-08 15:14:00 -04:00
Cole Robinson
2e3b9b7758 Don't harmlessly traceback in try_login if VM is deleted. 2009-03-08 15:11:56 -04:00
Cole Robinson
5a94b14c17 Adjust PolicyKit requires for F11 2009-03-08 15:08:37 -04:00
Cole Robinson
782406b222 Add domain api for invalidating and updating cached xml.
Use this be a bit more intelligent with Details hardware list: only update
list if domain xml has changed. Don't even check for new xml if the details
window isn't present.
2009-02-28 19:27:20 -05:00
Rob James
05a0c51217 Make properties in the details dialog selectable 2009-02-28 17:28:00 -05:00
Cole Robinson
dbf5a43902 Fix overwriting VNC password when updating VM xml. 2009-02-28 17:21:41 -05:00
Cole Robinson
caa149823f Submit password if the entry box is activated. 2009-02-28 17:21:41 -05:00
Cole Robinson
1472a3c0aa Fix hal device removal callback to not spew tons of errors. 2009-02-28 17:21:41 -05:00
Cole Robinson
fafe136f33 Actually pull 'shareable' info from disk xml. 2009-02-28 17:21:41 -05:00
Cole Robinson
76e44d2ed1 Update --debug output to print file and line numbers. 2009-02-28 17:21:41 -05:00
Cole Robinson
300456d1ff Fix VNC widget to screen if fullscreen, for large VM resolution (Guido Gunther) 2009-02-23 19:02:27 -05:00
Cole Robinson
bf40585d8f Bump gtk-vnc dependency in specfile. 2009-02-23 18:57:56 -05:00
Cole Robinson
f5448f87e7 Add global option for VNC scaling: vm details defaults to that. 2009-02-23 18:50:47 -05:00
Cole Robinson
7ce13ad36a Change VNC scaling options to 'Always', 'Fullscreen only', or 'Never' 2009-02-23 18:50:27 -05:00
Cole Robinson
229d31be04 opticalhelper: Select new cdrom media if inserted 2009-02-09 22:34:56 -05:00
Cole Robinson
a5687e0408 opticalhelper: Display same combo label for initial and add/remove cdrom devs. 2009-02-09 22:06:13 -05:00
Cole Robinson
e20f2b71bf Add gconf listeners for sound preferences. 2009-02-12 13:32:55 -05:00
Cole Robinson
a0852bc422 Fix regression for pre existing vm and stats preferences not keeping new values. 2009-02-16 19:04:44 -05:00
Cole Robinson
4be6513c1d Updated pl translation. 2009-02-16 09:35:21 -05:00
Cole Robinson
012f0c1506 Use proper border and box spacing for 'Add Hardware' dialog. 2009-02-15 21:40:21 -05:00
Cole Robinson
4573f493e2 Fix sending ctrl-alt-del and ctrl-alt-backspace. (Tomohiro Takahashi) 2009-02-15 21:25:43 -05:00
Cole Robinson
70bd947c74 Don't use yes/no dialog for sparse size warning (Guido Gunther) 2009-02-15 21:20:14 -05:00
Cole Robinson
c6a54c143f Select first list entry in the manager on app startup. 2009-02-15 18:29:29 -05:00
Cole Robinson
f72020a0e2 Make manager vm list have input focus on startup. 2009-02-15 17:37:53 -05:00
Cole Robinson
3adb736c46 Select any connection added to the manager list. 2009-02-15 17:36:36 -05:00
Cole Robinson
7f0f02b91a Rpm spec fix for building on older RH distros. 2009-02-15 17:24:35 -05:00