Commit Graph

515 Commits

Author SHA1 Message Date
Daniel P. Berrange
574eb462d3 Set sensible default directories for save/restore/create 2007-04-12 11:46:51 -04:00
Hugh O. Brock
a4f2c19a1d First cut at vbd/vnic add/remove. You can now add a vnic, and the screens update every tick(). Adding a vbd almost works, still have to work out the device node naming. Finally, nothing works for inactive guests yet. 2007-04-11 14:48:36 -04:00
Daniel P. Berrange
b420fba295 Added error reporting around VM start operation 2007-04-10 19:07:53 -04:00
Daniel P. Berrange
2e76a96c75 Make sure scrolled window requests at least 400 pixels width to avoid line wrapping error message 2007-04-10 19:07:40 -04:00
Daniel P. Berrange
58d5b41236 Friendlier error messages when creating guests 2007-04-10 18:50:04 -04:00
Daniel P. Berrange
578cda6169 Disable creation of networks for non-root 2007-04-10 18:47:05 -04:00
Daniel P. Berrange
eb68f9321f Added code to detect 'shared' physical NICs 2007-04-10 18:27:37 -04:00
Daniel P. Berrange
a389933464 Added signals for network devices& fix creation of virtual networks from UI 2007-04-04 10:56:10 -04:00
Daniel P. Berrange
17a1dac0ce Hooked up stop/start/delete buttons for networking. Detect & signal start/stop events for network 2007-04-03 14:01:45 -04:00
Daniel P. Berrange
5896f50067 Removed print debugging 2007-03-30 17:03:27 -04:00
Daniel P. Berrange
43e47714d9 Formatting changes to network page 2007-03-30 17:02:50 -04:00
Daniel P. Berrange
ec835019dd Added some icons for state/autostart/forwarding info 2007-03-30 15:03:26 -04:00
Daniel P. Berrange
476f5f700c Added support for forwarding options 2007-03-30 15:03:01 -04:00
Daniel P. Berrange
93f80f0b0c Fixed extraction of ip forwarding info from XML 2007-03-30 15:02:09 -04:00
Daniel P. Berrange
4955a8c6f8 Added API for enumerating network devices 2007-03-30 15:01:41 -04:00
Daniel P. Berrange
9ba0a818bc Added module for create network wizard 2007-03-30 09:03:32 -04:00
Daniel P. Berrange
4678803043 Added a wizard for creating new virtual networks 2007-03-29 21:23:17 -04:00
Daniel P. Berrange
7a03e8836d Added net-added & net-removed signals. Added API for creating a new network 2007-03-29 21:22:31 -04:00
Daniel P. Berrange
7efe03a96f Merge heads 2007-03-28 15:48:00 -04:00
Daniel P. Berrange
044c8a4678 Fixed check for HVM support to work on non-Xen 2007-03-28 15:47:42 -04:00
Daniel P. Berrange
7951fe561e Fixed typo 2007-03-28 15:46:57 -04:00
Hugh O. Brock
4a4dcf4d14 Warn when a user tries to create a guest that attempts to use a disk already in use by another guest. Thanks to Takahashi Tomohiro <takatom-at-jp-dot-fujitsu-dot-com>. 2007-03-28 15:27:19 -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
d06e495a04 Right align all labels 2007-03-27 19:51:07 -04:00
Hugh O. Brock
63a2578fe3 Automatically choose a keytable from virt-manager based on the locally set keytable. Thanks to Takahashi Tomohiro <takatom-at-jp-dot-fujitsu-dot-com> 2007-03-27 14:58:57 -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
Daniel P. Berrange
5dbe220ceb Enable selection of networking options 2007-03-21 12:28:36 -04:00
Daniel P. Berrange
91d51358ac Make the VM name field sensitive, but not editable 2007-03-21 12:27:49 -04:00
Daniel P. Berrange
f5fef08548 Added tag RELEASE-0.3.1-1 for changeset 225ff0619562f046101d6fc4f90371051367f850 2007-03-20 13:00:23 -04:00
Daniel P. Berrange
6a0a896b5c Added tag RELEASE-0.3.2-1 for changeset a671c435f0c6cb78ec10980ad5d4fb71adc1a622 2007-03-20 12:59:14 -04:00
Daniel P. Berrange
b76f091d1d Update for 0.3.2 release 2007-03-20 12:58:54 -04:00
Daniel P. Berrange
b759c872c8 Fix rule for generating pot files from glade 2007-03-20 12:42:36 -04:00
Daniel P. Berrange
deaab3421d Regenerate po files 2007-03-20 12:42:24 -04:00
Daniel P. Berrange
5fb092fe7d Switch back to using system instance as root 2007-03-20 12:10:30 -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
a32bd44137 Remove 'other hypervisor' URI, it's only useful for the test hypervisor anyway and that can be specified from the command line 2007-03-19 14:54:37 -04:00
Hugh O. Brock
03baa133a2 Add help menu item to details pane 2007-03-16 16:27:50 -04:00
Hugh O. Brock
7490ae5f0e Make the upper limit on disk file size reasonable 2007-03-16 14:47:12 -04:00
Hugh O. Brock
062165584e Fix raise String -- raise runtime error instead. Thanks to Charles Coffing <ccoffing-at-novell-dot-com> 2007-03-14 16:03:18 -04:00
Hugh O. Brock
5092174199 Pass f10 through console to guests. Thanks to Charles Coffing <ccoffing-at-novell-dot-com> 2007-03-14 16:00:28 -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
Daniel P. Berrange
167b7b51eb Merge heads 2007-03-13 12:52:37 -04:00
Daniel P. Berrange
d7124bcb22 Merge heads 2007-03-13 12:47:42 -04:00
Hugh O. Brock
7b6393a4b0 You should really be able to highlight the UUID so you can copy it, even if you can't edit it. 2007-03-13 12:42:06 -04:00
Daniel P. Berrange
ab3ac35d25 Don't try to reconnect if we're closing the console window 2007-03-13 12:33:35 -04:00
Daniel P. Berrange
6c58bc824b merge heads 2007-03-13 11:51:04 -04:00