Commit Graph

1460 Commits

Author SHA1 Message Date
Cole Robinson
779dcdd824 Don't use old style __gobject_init__() 2010-11-30 14:40:49 -05:00
Cole Robinson
749b6cdc88 error: Simplify dialog init, remove a bunch of boilerplate 2010-11-30 14:33:21 -05:00
Cole Robinson
b935af18c1 console: s/notify_grabbed/pointer_grabbed/g 2010-11-30 11:51:31 -05:00
Cole Robinson
50ccdf251e details: Fix max vcpus updating
Use the same refresh handler for VM state and config changes (since max
vcpus can be tied to state change as well).
2010-11-30 11:49:47 -05:00
Wen Congyang
2e220a017f migrate: check whether the domain supports downtime early 2010-11-30 10:52:11 -05:00
Cole Robinson
b9fb2ffdc6 configure: Add --with-tui option for enabling/disabling TUI install 2010-11-30 10:41:44 -05:00
Cole Robinson
dc4430813d migrate: Fix downtime UI spacing 2010-11-29 19:14:43 -05:00
Wen Congyang
febecf4089 Add virDomainSetMigrateMaxDowntime support 2010-11-29 19:11:35 -05:00
Cole Robinson
f7d428caac Fix connection duping for old libvirt versions 2010-11-29 18:00:35 -05:00
Cole Robinson
0a81c82c44 virt-manager: Fix connecting to existing URI via command line 2010-11-29 18:00:15 -05:00
Cole Robinson
34fa001f4e domain: Move stats functions out of base class
They are only used by the virDomain backed class
2010-11-29 17:40:28 -05:00
Cole Robinson
81eb69853f More pylint fixes 2010-11-29 17:28:52 -05:00
Cole Robinson
716bec3e56 Enable some more basic pylint checks and clean the code 2010-11-29 14:06:43 -05:00
Cole Robinson
5939ed46ea prefs: Fix setting 'remote sound device' option 2010-11-29 13:29:00 -05:00
Cole Robinson
2d5f858d2e console: Remove mouse grab notification
The window title informs the user about the key combo, so this is kind of
redundant. virt-viewer has never had it and no one has complained, so
I doubt people will stuggle with it.
2010-11-29 13:15:06 -05:00
Cole Robinson
15b89a5cc3 domain: Don't pull memory/vcpu values from info(), use XML
We already ensure the XML is up to date after any config change, so
pull all config values from there.
2010-11-29 12:55:22 -05:00
Cole Robinson
3c5e06ace5 details: Bump memory UI caps to 1TB 2010-11-24 14:48:38 -05:00
Cole Robinson
1234f5284a Save UI files using F14 glade (without swapped="no") change.
libglade complains about the swapped="no" property, so sed that part out.
2010-11-24 15:57:40 -05:00
Cole Robinson
99489e865d virt-manager: Fix --show-domain-performance 2010-11-24 14:19:44 -05:00
Cole Robinson
83ad083fb0 virt-manager: Fix CLI window launching options
Drop the thread event hack, use connection callbacks to accomplish
what we need more simply
2010-11-24 14:01:51 -05:00
Cole Robinson
bf762658fc engine: Fix launching create dialog after previous commit 2010-11-24 08:28:50 -05:00
Cole Robinson
0c8a7e8beb engine: Use callers error dialog when launching windows
This gives proper dialog placement.
2010-11-23 20:13:50 -05:00
Cole Robinson
8c05c33abc virt-manager: Small startup error reporting fix
Make sure we import gtk into the global namespace
2010-11-23 20:03:49 -05:00
Cole Robinson
ad10be064b Catch errors when launching dialogs from manager.py 2010-11-23 18:54:12 -05:00
Cole Robinson
fd385b9e69 Bump copyright year. 2010-11-23 18:50:25 -05:00
Cole Robinson
5a23ad8d94 Open logging files O_CLOEXEC 2010-11-17 15:38:40 -05:00
Cole Robinson
9bf29dfdaa Fix warning reporting to not crash with F14 pygtk 2010-11-17 11:28:43 -05:00
Cole Robinson
8876217728 virt-manager: Improve error reporting at startup
Don't show multiple backtraces for certain errors, only log if logging
has been started.
2010-11-11 16:34:01 -05:00
Darryl L. Pierce
452c273de2 Added a startup script for virt-manager-tui, similar to virt-manager.
It checks the environment, ensures the right version of virtinst is
present before invoking the main menu for the TUI.
2010-09-14 18:02:11 -04:00
Cole Robinson
c316219f89 details: Mark video and char dev titles as translatable 2010-09-13 09:31:32 -04:00
Cole Robinson
00ea61670f domain: Use virtinst for all XML editting
Kind of a big ugly commit since there is lot's of fallout, but the end
result is unittested functionality (via virtinst) and 500 less lines :)
2010-09-08 17:53:51 -04:00
Cole Robinson
60ba4b9a78 Don't disallow managed save on remote connections 2010-09-08 07:51:48 -04:00
Cole Robinson
e8f346733d details: Use VirtualDevice instance as the HW row key
Allows us to do lots of cleanup and simplifications. Domain now moves around
dev instances rather than device lookup info (dev_id_info).
2010-09-07 18:38:01 -04:00
Cole Robinson
6eee79a88f domain: Use virtinst for hostdev listing 2010-09-07 12:09:48 -04:00
Cole Robinson
f0cb7c964e domain: Use virtinst for char device listing 2010-09-03 17:56:40 -04:00
Cole Robinson
f52d5c8b3a domain: Use virtinst for parsing input, gfx, sound, video, watchdog 2010-09-03 15:59:33 -04:00
Cole Robinson
58d0a67a54 domain: Use VirtualNetworkDevice for netdev listing 2010-09-03 15:19:54 -04:00
Cole Robinson
40d8fc3092 domain: Switch disk listing to return VirtualDisk objects 2010-09-03 14:10:04 -04:00
Cole Robinson
a5f7f437fb details: Refactor device listing to handle Guest switch
Remove some hardcoded assumptions so we can swap in Guest parsing support
easier.
2010-09-03 14:05:29 -04:00
Cole Robinson
c7f385b0ff details: Fix listing/removal of serial/parallel combinations 2010-09-03 14:03:30 -04:00
Cole Robinson
965f68133f Domain: Simplify xml fetching
Just have get_xml take arguments, rather than have get_xml, get_inactive...
2010-09-03 12:10:26 -04:00
Cole Robinson
2d35e75809 domain: Use virtinst.Guest for XML dumping.
Very basic wire up for the time being.
2010-09-02 19:08:00 -04:00
Cole Robinson
eb1d3bd830 addhardware: Support new virtinst char device introspection 2010-09-02 18:37:20 -04:00
Matthias Bolte
c716633286 Make enter-key trigger the okay button in the auth dialog
If the dialog contains multiple entries then only hitting
the enter-key in the last entry triggers the okay button.
From all other entries the enter-key lets the focus jump
to the next entry.
2010-08-28 19:44:30 +02:00
Cole Robinson
c1438f719b create-interface: Don't translate a placeholder string 2010-08-25 09:41:03 -04:00
Cole Robinson
4b0bb7e0c4 details: 'Customize' toolbar cleanups
Add a tooltip, make sure button text is always shown.
2010-08-24 16:31:55 -04:00
Cole Robinson
7802676fa1 manager: s/host details/connection details/g
Revert to the old wording from a while back, since it's really the
most accurate.
2010-08-24 15:57:55 -04:00
Cole Robinson
bc56f442c3 addconn: s/Connection/Method/g for transport combo box 2010-08-24 15:38:09 -04:00
Cole Robinson
6f4afbcb3b addconn: Add explicit UI for connection username
There have been numerous complaints about the auto-magic nature of
usernames and URIs, so let's make it explicit.
2010-08-24 15:36:06 -04:00
Cole Robinson
e398b0e791 addconn: Simplify remote connection choices
Remove vs. local is a boolean choice, so wrap it in a checkbox. Keep the
connection combo for simply choosing the auth method, and have it default
to SSH which is far and away the common case.
2010-08-24 14:56:03 -04:00