Commit Graph

46 Commits

Author SHA1 Message Date
Yuri Chornoivan
f10063d6bd schemas: Fix minor typo 2011-04-07 15:04:50 -04:00
Gerhard Stenzel
ababf7acec details: Allow editting virtualport settings for 'direct' nic
The following patch adds support for VSI types so the respective values
can be viewed and edited via virt-manager

Signed-off-by: Gerhard Stenzel <gerhard.stenzel@de.ibm.com>
2011-03-16 12:45:28 -04:00
Wen Congyang
febecf4089 Add virDomainSetMigrateMaxDowntime support 2010-11-29 19:11:35 -05:00
Cole Robinson
de1992f376 Update AUTHORS 2010-08-23 11:18:29 -04:00
Cole Robinson
e8c8c06c32 keyring: Fix default keyring usage 2010-06-15 10:33:45 -04:00
Cole Robinson
e1b73b6bd3 Update AUTHORS 2010-06-15 10:32:54 -04:00
Ales Zelinka
7aad3e86da manager: Add 'delete' option to the VM context menu. 2009-11-11 10:05:34 -05:00
Jon Nordby
13f2a7bc15 Keep app running on close if systray enabled. 2009-10-29 11:08:40 -04:00
Fred Leeflang
06c94aa152 manager: Fix markup on pango < 1.21 2009-10-01 12:03:00 -04:00
Paul W. Frields
ccf28d3762 addhardware: Fix error message syntax typo 2009-08-31 10:45:59 -04:00
Michal Novotny
9e46f8bdb5 Make Processor tab item in VM details show correctly
The Processor tab in VM details was not showing at all because of exception.
The exception occured everytime the tab was selected because of call to non
existing function get_type() that has been renamed to get_hv_type() in the
newest version of virt-manager's code by revision 1135.
2009-06-16 15:36:10 -04:00
Cole Robinson
60fecb25b0 Previous patch was actually from Laurent Léonard: update AUTHORS. 2009-06-04 16:28:40 -04:00
Cole Robinson
58bc9af45d Force gettext init for glade files (Emmanuel Lacour) 2009-05-11 12:19:24 -04:00
Cole Robinson
dd24fc2d7e Add Guido to AUTHORS. 2009-04-20 13:51:15 -04:00
Cole Robinson
baf1cb0efe Close connection if 'tick' hits an error (e.g. libvirt crashes). (Dan Walsh) 2009-04-20 12:56:07 -04:00
Cole Robinson
0f608da66c Use MB instead of GB for pretty memory < 10GB. (Gerrit Slomma) 2009-04-20 11:46:37 -04:00
Cole Robinson
8f90cea9ee Remove unnecessary hide_all calls (Vitaly Mayatskikh) 2009-02-06 14:12:24 -05:00
Cole Robinson
c5c6aa8944 Attempt a full R/W connection regardless of polkit: only try RO if that connecti
on fails (Michael Marineau)
2009-01-26 11:10:39 -05:00
Cole Robinson
45d9aaa44a Fix up 'login' button for password protected vnc (Radek Hladik) 2009-01-26 10:17:33 -05:00
Cole Robinson
4e34fb71ff Update 'New VM' wizard to clarify that a shared device == bridge. (James Ralston) 2009-01-23 15:21:05 -05:00
Richard Laager
8216658a12 Change "Local VM" and "Remote VM" to "Local virtual machine" and
"Remote virtual machine".  To do this, small changes had to be made to
the layout and Glade rewrote the whole file.
2009-01-12 09:40:41 -05:00
Cole Robinson
fac9e9997a Fix python 2.5 specific code (Andrew Gillies) 2008-09-22 10:51:07 -04:00
Cole Robinson
a9e1cbae6d Fix app name in 'About' screen (Mike MacCana) 2008-06-06 12:26:17 -04:00
Cole Robinson
e22d65bd78 Retroactive AUTHORS update! 2008-05-20 11:34:49 -04:00
Daniel P. Berrange
81aacf6e59 Support new polkit dbus API (S.Caglar Onur) 2008-05-05 19:38:10 -04:00
Daniel P. Berrange
037cd2f13c Pass libvirt connection username through to VNC console instead of hardcoding root (Soren Hansen) 2008-01-15 08:58:32 -05:00
Daniel P. Berrange
df6f3d9868 Fix label alignment (Dan Hork) 2007-12-11 10:18:36 -05: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
f1787a6981 Fixed population of bridge network devices to separate label from device name (Eduardo Habkost) 2007-09-06 20:13:23 -04:00
Daniel P. Berrange
2d77ee8aee Change console connection retries to be a little more robust (Bernhard Kaindl) 2007-08-31 17:44:47 -04:00
Hugh O. Brock
f751ef2dc0 Allow for passing arbitrary kernel args to paravirt guests -- thanks Alexander Todorov 2007-08-01 18:02:53 -04:00
Daniel P. Berrange
1d710a9e50 Merge heads 2007-07-04 00:50:50 -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
390e4ea309 Fixed pause menu item state (Cole Robinson) 2007-07-04 00:45:18 -04:00
Hugh O. Brock
a8ad929a02 Refactor virt-manager validation to use validation in virtinst. Eliminates regexes in two places, among other things. Thanks to Cole Robinson. 2007-06-22 13:32:13 -04:00
Daniel P. Berrange
bb7fffa441 Fixed connection name with test:///default (Mark Johnson) 2007-06-15 16:57:51 -04:00
Daniel P. Berrange
6a48f34bdc Use a rolling file appender for logs (from Nobuhiro Itou) 2007-05-18 09:13:06 -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
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
Daniel P. Berrange
ac9577ac9b Fixed keyboard grab 2007-02-15 21:02:03 -05:00
Daniel P. Berrange
5c113d482a Make URLs & email addrs in about dialog clickable (bz 210782) 2006-11-06 10:58:59 -05:00
Karel Zak
ddadec4a7e fix problem with never ending gtk.main() 2006-11-03 10:02:02 -05:00
Daniel P. Berrange
98abb6badf When going back in create wizard, skip fv/pv choice page if host isn't hvm capable (William Sheehan via bz 207409) 2006-09-22 12:41:06 -04:00
Daniel P. Berrange
7f4872f5fe Filled out authors 2006-07-20 11:14:35 -04:00
Daniel P. Berrange
8a1f389a7d Added copyright tags & cleanup text files 2006-06-28 15:50:17 -04:00
berrange@roquette.boston.redhat.com
bd66e95473 Added autotools support & RPM build 2006-03-29 06:40:14 -05:00