Commit Graph

73 Commits

Author SHA1 Message Date
Daniel P. Berrange
847084ab23 Refresh GPL text with latest FSF address & fix spec file license tag 2007-11-20 11:12:20 -05:00
Daniel P. Berrange
07aab699b0 Hook up delete menn again 2007-09-27 19:58:55 -04:00
Daniel P. Berrange
96eb9f5f24 Move opening of connections into a background thread to avoid locking the UI 2007-09-10 20:56:01 -04:00
Daniel P. Berrange
2a8b3d56db Allow showing of host window even for disconnected VMs 2007-09-10 20:09:22 -04:00
Daniel P. Berrange
dc391b698a Move connection state management into vmmConnection class
so there is always a vmmConnection object even for disconnected connections.
The vmmManager class listens for signals in vmmEngine and vmmConnection to see
when new connections are added, existing ones removed, and the connection state changes
2007-09-09 22:57:24 -04:00
Daniel P. Berrange
9857442a59 Include driver name in ID colun for connection rows & fix physical ethernet device name 2007-09-06 20:11:47 -04:00
Daniel P. Berrange
0f2e6efc4f Auto-connect to HV when double clicking on a connection 2007-08-29 15:57:30 -04:00
Daniel P. Berrange
a2ea70a451 Fixed toggling of active/inactive VM display 2007-08-28 22:17:40 -04:00
Daniel P. Berrange
67814b07a1 Disable creating guests & networks and adding devices on remote connections 2007-08-28 21:43:27 -04:00
Daniel P. Berrange
dd43eca3d2 Don't try to show console if double-clicking on a host 2007-08-28 20:55:50 -04:00
Hugh O. Brock
7088bff170 Store connection URIs in gconf so that the app will remember them. If any connections are in gconf, load them rather than auto-connecting to Xen. Continue Dan's noble code clean-up efforts. 2007-08-28 17:57:25 -04:00
Daniel P. Berrange
94e98eec5a Re-order columns to move action to right & name to left. Use short hostname to avoid overly wide columns. Use constants for row & column data indexes 2007-08-27 22:22:18 -04:00
Daniel P. Berrange
7b3fb2d1bd Improved user feedback on console access. Initial support for connecting to remote guest consoles 2007-08-27 21:35:22 -04:00
Hugh O. Brock
3db06d56f7 Warn before deleting vms and connections 2007-08-27 13:45:29 -04:00
Hugh O. Brock
f75c5ca195 Remove delete button and delete menu item, add create and delete icons where appropriate. Clean up event handling quite a bit. 2007-08-23 17:46:30 -04:00
Daniel P. Berrange
ef113c3313 Merge heads 2007-08-16 15:19:10 -04:00
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
c6c3391890 Hook up active/inactive widget and make connection display resource graphs. 2007-08-14 12:31:24 -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
582b34dc6a Toggle delete button sensitivity when vm changes state 2007-07-14 17:54:59 -04:00
Daniel P. Berrange
1d710a9e50 Merge heads 2007-07-04 00:50:50 -04:00
Daniel P. Berrange
390e4ea309 Fixed pause menu item state (Cole Robinson) 2007-07-04 00:45:18 -04:00
Daniel P. Berrange
b20c71f829 Hook up delete VM menu item (Charles Coffing) 2007-05-24 14:58:50 -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
Hugh O. Brock
c2c259f2a0 Make console popups work right with inactive domains by adding a 'vm-started' signal thrown by vmmConnection. Also fix another threading bug. 2007-03-14 15:51:26 -04:00
Hugh O. Brock
d0df8bcb5f Add sensible options to right-click menu in manager window. Thanks to Mark Cave-Ayland <mark.cave-ayland-at-ilande-dot-co-dot-uk>. 2007-03-08 14:39:22 -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
6350cb33ea Split the glade files up into one per window, to make managing merges easier. This changes the makefile, so you'll need to rerun autogen.sh 2007-02-15 15:35:37 -05:00
Hugh O. Brock
4e647f1c17 Change save/restore code to work with new progress bar interface. Also clean up progress bar a bit so it doesn't jump around quite so much. 2007-01-12 15:39:18 -05:00
Daniel P. Berrange
f43eb5322e Differentiate memory allocated, from that actually used on host. Helps visualization of inactive guests 2006-11-22 12:50:50 -05:00
Daniel P. Berrange
5782f3271e Valid file magic when restoring a domain from saved image 2006-11-13 18:15:41 -05:00
Daniel P. Berrange
70cf38da48 Clear out listmodel row cache when swiching views 2006-11-13 15:38:10 -05:00
Daniel P. Berrange
2ffea60d7f Update the ID column on each refresh, in case a domain started/stopped (ie its id changes) 2006-11-13 14:18:36 -05:00
Daniel P. Berrange
2453f33b8b Merge heads 2006-11-13 10:46:27 -05:00
Daniel P. Berrange
5c0221bd1b Merge heads 2006-11-13 10:31:29 -05:00
Daniel P. Berrange
54316cd4f2 Explicitly pass i18n domain into glade constructor because it is failing to pick up default domain 2006-11-07 09:40:34 -05:00
Daniel P. Berrange
ebb9800ec7 Added preference for determining when/whether to grab keyboard input. Renamed console popup preference apis a little 2006-11-06 15:01:28 -05:00
Daniel P. Berrange
b4756294b0 Include info about hypervisor connection in titlebar ( bz 213093) 2006-11-06 10:34:54 -05:00
Karel Zak
ddadec4a7e fix problem with never ending gtk.main() 2006-11-03 10:02:02 -05:00
Hugh O. Brock
a35e1867cf bz 211385: add preference to automatically pop up console on new vm creation or all vm creation. 2006-10-31 14:29:22 -05:00
Daniel P. Berrange
79a829dd55 Explicitly populate liststore with all we need rather than using per-cell callbacks 2006-10-12 14:02:45 -04:00
Daniel P. Berrange
3c17c8d7a3 Store the VM object itself in the list model to lower overheads in refresh 2006-10-12 10:40:22 -04:00
Daniel P. Berrange
104796e6ee Support deleting of VMs 2006-10-10 17:43:44 -04:00
Daniel P. Berrange
f345ddbf5d Hooked up domain filter in manager list. Ensure we don't recreate vmmDomain object on state changes 2006-10-10 17:24:59 -04:00
Daniel P. Berrange
9b9cadea98 Merged heads 2006-10-10 16:37:17 -04:00
Daniel P. Berrange
da7133edcc Include listing of inactive domains 2006-10-09 13:28:13 -04:00
Daniel P. Berrange
7de2060d32 Only display 40 CPU samples in manage window to avoid graph getting too wide 2006-09-22 13:10:05 -04:00