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
Hugh O. Brock
c97d15c07e
remove ugly print spew
2006-08-24 11:41:19 -04:00
Hugh O. Brock
9c49235895
Fix default value on file size spinner
2006-08-23 17:35:21 -04:00
Hugh O. Brock
e4d3043d45
merge Dan's changes
2006-08-23 17:12:37 -04:00
Hugh O. Brock
d1ea8d56e2
Pull cdrom path from HAL -- allow installs from CD as well as iso
2006-08-23 17:12:16 -04:00
Daniel P. Berrange
66cbcbe862
Added tag RELEASE-0.2.0-1 for changeset 869707b48d518080f877bace387fa43458e197e0
2006-08-22 15:33:18 -04:00
Daniel P. Berrange
3c2addb70d
Rename one of the targets to avoid accidental build artifacts getting into the dist tarball
2006-08-22 15:15:32 -04:00
Daniel P. Berrange
deeed57641
Merged heads
2006-08-22 14:52:32 -04:00
Daniel P. Berrange
5b7b7c07b2
Incremented deps on xeninst & libvirt. Bumped release to 0.2.0
2006-08-22 14:50:45 -04:00
Hugh O. Brock
6c74c93869
Fix typo
2006-08-22 12:26:56 -04:00
Hugh O. Brock
1d4227c6bc
properly unmount nfs dirs when done, do better with error handling
2006-08-22 11:20:07 -04:00
Hugh O. Brock
13ee480ec8
Add proper python logging, better kickstart URL validation, better create error handling.
2006-08-21 17:45:24 -04:00
Hugh O. Brock
43cd0025b5
Add URL validation, better error handling. Better logging coming.
2006-08-21 15:54:56 -04:00
Hugh O. Brock
191d17e36a
Add code to register/unregister vm-added signal to stop consoles from spontaneously popping up
2006-08-21 14:00:32 -04:00
Daniel P. Berrange
b346b8aa7f
Wrap message about max memory in details dialog box
2006-08-18 18:39:37 -04:00
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