Commit Graph

1265 Commits

Author SHA1 Message Date
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
Hugh O. Brock
726aad8383 a working version this time 2006-08-09 11:48:22 -04:00
Hugh O. Brock
cdf9f85c21 left this one out 2006-08-09 11:40:34 -04:00
Hugh O. Brock
58953ba2d9 create wizard now actually appears when you push the new button. Still doesn't do anything. 2006-08-08 17:02:15 -04:00
Daniel P. Berrange
229b4db024 Merge heads 2006-08-08 12:06:49 -04:00
Daniel P. Berrange
4a09d00b95 Added infrastructure for generating & packaging .po files, with dummy en_GB.po file as example 2006-08-08 12:02:00 -04:00
Daniel P. Berrange
0c8c6f9d7a Lookup status icons based on libvirt constant, not the translatable(!) string 2006-08-08 11:51:58 -04:00
Daniel P. Berrange
cf68b91069 Remove 'secure connection' checkbox from connection form 2006-08-08 10:31:18 -04:00
hbrock@puck.indigologic.com
82efe31e45 Finished Glade work on create wizard 2006-08-07 16:59:00 -04:00
hbrock@puck.indigologic.com
e0d429267a merge Dan's changes 2006-08-07 16:16:19 -04:00
hbrock@puck.indigologic.com
029e672c45 First cut at Glade UI for create wizard. 2006-08-07 16:11:33 -04:00
Daniel P. Berrange
d2802d602c Added TODO list 2006-08-07 15:52:47 -04:00
Daniel P. Berrange
d99e28b70c Fixed sorting of name column 2006-08-07 15:32:32 -04:00
Daniel P. Berrange
84d9b81bda Added gettext support. Internationalize all strings which could be shown to user. Fix about dialog to show corect version number 2006-08-04 15:46:06 -04:00
Daniel P. Berrange
439c44a384 Remove python-imaging related code since we dont need it for the specialized VNC widget code paths 2006-08-04 14:37:09 -04:00
Daniel P. Berrange
a9c295f0b2 Merge heads 2006-08-04 12:03:47 -04:00
Hugh O. Brock
b5885dfd6d Make the memory slider react properly 2006-07-28 11:09:56 -04:00
Hugh O. Brock
143d4291a1 Add back end to correctly alter memory in a VM 2006-07-28 10:34:47 -04:00
Hugh O. Brock
8c05691d38 setMemory wants an int, give it 2006-07-26 18:24:29 -04:00
Hugh O. Brock
fa4075d84e Add teeth to set-memory page, and almost teeth to set-cpus page 2006-07-26 18:19:33 -04:00
Hugh O. Brock
3df5ce6225 Add physical CPU backing for UI 2006-07-26 13:19:05 -04:00
Hugh O. Brock
20f2736641 Finished HW tab UI 2006-07-26 10:58:51 -04:00
Hugh O. Brock
03d134539d Added widgets for CPU and memory VM changes. 2006-07-25 14:30:22 -04:00
Daniel P. Berrange
071a9be1b2 Updates required to RPM spec by Fedora review 2006-07-25 07:24:09 -04:00
Hugh O. Brock
0a1906936f Added error dialog for domain restore errors 2006-07-24 13:50:11 -04:00
Daniel P. Berrange
eaab238635 Added tag RELEASE-0.1.5-1 for changeset a5976d3f807f516d06b8890e754f9b0265f2bd52 2006-07-20 16:19:06 -04:00
Daniel P. Berrange
7682d1c9fe Bump release to 0.1.5 2006-07-20 16:02:51 -04:00
Daniel P. Berrange
5b820cf7ff Initialize self.secrets hash, accidentally removed 2006-07-20 16:00:29 -04:00
Daniel P. Berrange
b571d671d0 Switch to gtk.gdk.threads_init() since gtk.threasd_init() is deprecated 2006-07-20 15:59:16 -04:00
Daniel P. Berrange
213525921b Added tag RELEASE-0.1.4-1 for changeset 263881a07fa4addc6314fad90a2fa745211116bd 2006-07-20 15:43:54 -04:00
Daniel P. Berrange
73fe5d8911 Put back in authors, accidentally reverted in earlier merge 2006-07-20 14:57:15 -04:00
Daniel P. Berrange
f19c2fb461 Catch error when keyring is not available 2006-07-20 14:56:52 -04:00
Daniel P. Berrange
c22f48031d Replace glib mainloop with gtk mainloop, since the later works correctly in a threaded environment 2006-07-20 14:56:27 -04:00
Hugh O. Brock
d4fea88493 Add save feature to console, update save icons 2006-07-20 13:38:37 -04:00
Daniel P. Berrange
caecbc5ebc Fix timer callback return value to ensure it fires many times rather than just once 2006-07-20 12:52:00 -04:00
Daniel P. Berrange
a3df1fb344 Wrapp connect/disconnect methods for VNC in a try..except block 2006-07-20 12:51:15 -04:00
Daniel P. Berrange
79b4531a54 Dont store a ref to the VNC client until we've actually successfully connected 2006-07-20 12:50:17 -04:00
Daniel P. Berrange
9f4ff22209 Merge heads 2006-07-20 11:43:05 -04:00
Daniel P. Berrange
e6cd716c4d Merge heads 2006-07-20 11:42:29 -04:00
Hugh O. Brock
600807a3eb fix indentation typo in engine 2006-07-20 11:38:32 -04:00
Daniel P. Berrange
fdb0678c46 Merge heads 2006-07-20 11:35:25 -04:00
Daniel P. Berrange
4df7ae06ac Bump to 0.1.4 in preparation for new release 2006-07-20 11:34:03 -04:00