Commit Graph

7506 Commits

Author SHA1 Message Date
Daniel P. Berrange 427ded7370 Reverting a bunch of stuff an old version of glade-2 changed when it shouldn't have from changeset d189201f4cf6 2006-08-18 18:37:50 -04:00
Daniel P. Berrange 745bdea540 Hook up domain creator to dbus service. Fix dbus docs 2006-08-18 17:01:17 -04:00
Daniel P. Berrange 4327a7dd7d Fix method naming to be consistent with other widgets - this makes auto-close upon domain destroy work 2006-08-18 17:01:00 -04:00
Daniel P. Berrange c7ca4375a7 Catch & ignore errors when closing serial console 2006-08-18 16:39:41 -04:00
Daniel P. Berrange a7fbcb1ec8 If creating a PV domain, show the serial terminal instead of VNC console (temporary until PV vfb works) 2006-08-18 15:32:59 -04:00
Daniel P. Berrange 5761f62b02 Print error message when failing to use console 2006-08-18 15:18:53 -04:00
Daniel P. Berrange 0ab1f27e53 Merge heads 2006-08-18 14:30:06 -04:00
Daniel P. Berrange 149fa61beb Remove the 'secure connection' radiobutton (again). Rename restoremenu 2006-08-18 14:28:52 -04:00
Daniel P. Berrange c273539996 Disable new domain, restore domain menus / buttons for a read only connections 2006-08-18 14:28:09 -04:00
Daniel P. Berrange 80a81fe561 Destroy serial console window when a domain goes away 2006-08-18 14:27:49 -04:00
Hugh O. Brock 6cd257e5ed Fix vcpu bug and memory-size-int issue 2006-08-18 14:16:20 -04:00
Daniel P. Berrange 041e13cd27 Tweak layout / text for VCPU / memory config 2006-08-18 12:51:15 -04:00
Daniel P. Berrange 7b650dca01 Merge heads 2006-08-17 15:56:10 -04:00
Daniel P. Berrange 9d2473edc4 Added requirement on python-xeninst for VM creation 2006-08-17 15:52:52 -04:00
Daniel P. Berrange ef6395e322 Added support for desktop resize protocol, auto-resize window to fit VNC widget 2006-08-17 15:52:35 -04:00
Daniel P. Berrange 810a34210a Added commandline flag to disable dbus service (useful in testing) 2006-08-17 15:51:44 -04:00
Hugh O. Brock 4cbb11c5af merged Dan's changes 2006-08-17 14:51:39 -04:00
Hugh O. Brock adee41125a UI bugs fixed, make the create wizard exit after the machine is created 2006-08-17 14:51:00 -04:00
Daniel P. Berrange c27de23fab Merge heads 2006-08-17 13:53:19 -04:00
Daniel P. Berrange 2c8ba6939e Make keyring use a little more safe 2006-08-17 13:52:16 -04:00
Daniel P. Berrange 921fc2d310 Initialize threads, otherwise GNOME VFS goes crash-tastic 2006-08-17 12:04:08 -04:00
Hugh O. Brock 3d711bd3db merge Dan's changes 2006-08-16 17:27:02 -04:00
Hugh O. Brock b16999a488 pop up the console window for the new VM 2006-08-16 17:25:32 -04:00
Daniel P. Berrange fd138b83bc We have to make sure the 'default' keyring is created or we'll abort() on an NULL pointer. Also handle keyring failure gracefully 2006-08-16 16:12:50 -04:00
Hugh O. Brock e1aea1c1f2 first pass at progress bar while creating the VM 2006-08-16 16:00:28 -04:00
berrange@dhcp-5-251.virt.boston.redhat.com eeb7274cce Merge heads 2006-08-16 14:52:18 -04:00
berrange@dhcp-5-251.virt.boston.redhat.com 936d876dcf Bump min required libvirt to 0.1.4 to pull in requsite bug fixes / features we need 2006-08-16 14:49:44 -04:00
berrange@dhcp-5-251.virt.boston.redhat.com 4f070e0fda Added UI for taking a screenshot of the VNC window 2006-08-16 14:49:17 -04:00
berrange@dhcp-5-251.virt.boston.redhat.com 3f3a3adc7e Catch exceptions from gnomekeyring - eg the daemon not running is one problem 2006-08-16 14:44:35 -04:00
Hugh O. Brock 94c26a7c7b resolve danpb's changes 2006-08-15 16:41:44 -04:00
Hugh O. Brock 7e9841b6a5 create works *if* xeninst is present -- waiting on packaging 2006-08-15 16:41:09 -04:00
berrange@dhcp-5-251.virt.boston.redhat.com ea583fe3a3 Fixed dependancy on gnomekeyring 2006-08-15 16:27:14 -04:00
berrange@dhcp-5-251.virt.boston.redhat.com 80eef77cdb Re-generate translations 2006-08-15 16:07:26 -04:00
berrange@dhcp-5-251.virt.boston.redhat.com 7a52fabd80 Switched keyring code to use gnomekeyring module. Disable keyring support if not available 2006-08-15 16:07:17 -04:00
berrange@dhcp-5-251.virt.boston.redhat.com ce35ed2b2d Mark bullet points as non-translatable 2006-08-15 16:06:48 -04:00
Hugh O. Brock 842329aa88 Kickstart arg is optional, URL is required -- it's not either/or like we thought. 2006-08-15 15:59:04 -04:00
Hugh O. Brock 87748285a1 Try for better error handling again 2006-08-15 15:27:13 -04:00
Hugh O. Brock abc4ff6354 Try for better error handling 2006-08-15 14:22:52 -04:00
Daniel P. Berrange 916a8ab43b Set the 'launch terminal' button sensitivity according ot whether we can access the /dev/pts/* device 2006-08-15 14:04:41 -04:00
Hugh O. Brock be44d48b29 Oops better set the install location too 2006-08-15 13:36:03 -04:00
Hugh O. Brock 1409beace4 first pass at making it actually do something 2006-08-15 11:32:02 -04:00
Daniel P. Berrange fb7968a3bc Fix extract of VNC port attribute XPath expression 2006-08-14 14:52:05 -04:00
Hugh O. Brock ce4914ba1d Add validation for system name: must be nonblank, less than 50 chars, no spaces 2006-08-14 13:34:06 -04:00
Hugh O. Brock cc4485c207 Forgot to add the system name to the last page, there it is 2006-08-10 18:00:26 -04:00
Hugh O. Brock 549316489f Merging unrelated changes to engine.py 2006-08-10 17:51:30 -04:00
Hugh O. Brock dea896b53a UI with events complete. Still doesn't actually create the VM. 2006-08-10 17:50:41 -04:00
Daniel P. Berrange 9470056682 Added support for connecting to & displaying the serial console for guest VMs using the 'vte' module 2006-08-10 16:47:14 -04:00
Hugh O. Brock 074b847844 All but the memory/cpu page now behaves and gathers data correctly 2006-08-10 15:42:06 -04:00
Hugh O. Brock 43bc0936ca Some things actually work now. Working out collecting data, and obnoxious edge cases. 2006-08-09 18:53:30 -04:00
Daniel P. Berrange 5bdb1817dd Fixed typo in target pre-requisite 2006-08-09 11:56:29 -04:00