Commit Graph

65 Commits

Author SHA1 Message Date
Hugh O. Brock
38ace7e789 Hook up the delete button for connections. Fix a fairly long-standing bug where the default Xen URI from the connect dialog was 'xen://', which is invalid (valid uris are 'xen' or 'xen:///'). Fix a couple of other minor issues. 2007-08-14 17:11:44 -04:00
Hugh O. Brock
9711bcc95f Keep connections around after they are disconnected. Add a connect item to the popup menus for connections. 2007-08-14 16:28:36 -04:00
Hugh O. Brock
eae65ea694 Add new popup menu for connection line. Remove 'create' button from bottom row since it is now in the connection line. Hook up the 'disconnect' action from the popup menu as well. 2007-08-13 17:13:39 -04:00
Hugh O. Brock
82bc8086de First crack at multiple connections UI. Basic idea is there but popup menus, buttons, create wizard still not right. 2007-08-09 16:19:41 -04:00
Daniel P. Berrange
20d2565717 Improve error message if QEMU daemon isn't running (Ville Skytta) 2007-07-04 00:48:32 -04:00
Daniel P. Berrange
81007088f7 Automatically try to open a sensible default hypervisor connection 2007-04-12 19:43:31 -04:00
Daniel P. Berrange
574eb462d3 Set sensible default directories for save/restore/create 2007-04-12 11:46:51 -04:00
Daniel P. Berrange
25a92026c4 Added dialog for viewing host status & resource config 2007-03-27 19:52:00 -04:00
Daniel P. Berrange
c426c9a8a2 Added an error dialog with expandable 'details' pane. Use this from connection error code. Patch from Richard Jones 2007-03-22 20:59:10 -04:00
Daniel P. Berrange
81ac2eab87 Merge heads 2007-03-22 11:11:25 -04:00
Daniel P. Berrange
653274f25c Include stack trace in error logs 2007-03-22 11:11:05 -04:00
Hugh O. Brock
821c283db1 Finished help document, along with help buttons on all the create wizard screens, and a few bug fixes in the create wizard. 2007-03-19 20:17:30 -04:00
Hugh O. Brock
6bc35bd215 Do the help for the preferences window. Plus, give the preferences window a help button. 2007-03-19 18:12:40 -04:00
Hugh O. Brock
b9b1f01576 Expand help for details window, add help for console window (along with a help menu) 2007-03-19 17:19:46 -04:00
Hugh O. Brock
03baa133a2 Add help menu item to details pane 2007-03-16 16:27:50 -04:00
Daniel P. Berrange
6c58bc824b merge heads 2007-03-13 11:51:04 -04:00
Daniel P. Berrange
0c47d4251c Fixed timer ticks 2007-03-13 11:48:19 -04:00
Hugh O. Brock
d436a5a85b merge heads 2007-03-09 17:16:28 -05:00
Hugh O. Brock
3d32980130 Add the details section to the help file. Lots more screen shots. 2007-03-09 17:12:29 -05:00
Daniel P. Berrange
57a18da5f3 Merge heads 2007-03-09 16:23:36 -05:00
Daniel P. Berrange
9650bb48b1 Fixed thread locking 2007-03-09 16:22:43 -05:00
Hugh O. Brock
a9df6f92ae Clean up help code just a bit 2007-03-08 14:40:42 -05:00
Hugh O. Brock
9741a52283 Hooked up the half-finished help document to a new help menu item. More fun to come. 2007-03-08 14:07:00 -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
e9decd56cd Connect up show-terminal signal in the manager 2006-11-06 12:31:33 -05:00
Karel Zak
ddadec4a7e fix problem with never ending gtk.main() 2006-11-03 10:02:02 -05:00
Daniel P. Berrange
b7089eca08 Improve error reporting to user if hypervisor connection attempt fails (bz 209122) 2006-10-03 10:54:49 -04:00
Daniel P. Berrange
7aa98ee19c Merge heads 2006-09-25 18:41:47 -04:00
Daniel P. Berrange
4ccdffa212 Replace numerous 'print' statements with calls to python logging. Added syntax checking of all modules 2006-09-25 18:22:27 -04:00
Daniel P. Berrange
5b2519460f Popup console window synchronously to create method to avoid race condition 2006-09-20 15:45:40 -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
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
80a81fe561 Destroy serial console window when a domain goes away 2006-08-18 14:27:49 -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
Hugh O. Brock
b16999a488 pop up the console window for the new VM 2006-08-16 17:25:32 -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
43bc0936ca Some things actually work now. Working out collecting data, and obnoxious edge cases. 2006-08-09 18:53:30 -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
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
Hugh O. Brock
0a1906936f Added error dialog for domain restore errors 2006-07-24 13:50:11 -04:00
Hugh O. Brock
d4fea88493 Add save feature to console, update save icons 2006-07-20 13:38:37 -04:00
Hugh O. Brock
600807a3eb fix indentation typo in engine 2006-07-20 11:38:32 -04:00
Hugh O. Brock
18fb110c9a merged Dan's changes 2006-07-20 11:30:43 -04:00
Hugh O. Brock
a5c0597604 Make the progress bar threaded so that it will bounce back and forth in the background (still doesn't work) and abstract the progress bar functionality 2006-07-20 11:16:07 -04:00
Daniel P. Berrange
e2a508d46c Fixed reference to config file variable 2006-07-19 14:44:39 -04:00
Hugh O. Brock
487e75e3d6 Saving works, progress bar still doesn't appear in a timely fashion though. 2006-07-19 10:54:39 -04:00
Hugh O. Brock
7db7488a15 Actually saves the image now, plus sort of attempts to show a progress bar (but saving the vm doesn't take long enough for it to appear) 2006-07-18 18:14:44 -04:00
Hugh O. Brock
ca0b233346 Pop up dialog for saving images (still doesn't actually do anything) 2006-07-17 19:37:24 -04:00