Cole Robinson
05abf3c845
connection: Check for network API support before polling
2009-11-19 17:38:43 -05:00
Cole Robinson
d92fff5b98
connection: Poll for and track libvirt interfaces
2009-11-19 17:35:27 -05:00
Cole Robinson
5d57a2ff06
details: Confirm with user before removing a device
...
Allow this removal to be skipped using a similar 'Don't show this again'
option as the previous commit.
2009-11-18 16:46:36 -05:00
Cole Robinson
013283936b
Allow disabling 'force poweroff' prompt.
...
Also allow enabling poweroff, reboot, and pause prompts. This was folks
administering live servers can add extra security and be sure they don't
accidentally hit a button and cause damage.
2009-11-18 16:11:17 -05:00
Cole Robinson
21376d30bd
config: Move code around to make things more readable.
2009-11-18 15:16:57 -05:00
Cole Robinson
103c5536dd
engine: Remove status checks in state changing commands.
...
If these are needed, then we have UI bugs elsewhere. Better to expose the
error and solve the source issue.
2009-11-18 13:56:12 -05:00
Cole Robinson
f45db69b35
engine: Remove status checks in state changing commands.
...
If these are needed, then we have UI bugs elsewhere. Better to expose the
error and solve the source issue.
2009-11-18 13:53:37 -05:00
Cole Robinson
164d7eebd1
migrate: Storage connection list in the migrate dialog, not migrate menu.
2009-11-18 13:51:36 -05:00
Cole Robinson
64e5998ded
Add mnemonics for various menu items.
...
Also, try to be a bit more consistent between manager and details menus.
2009-11-17 17:47:34 -05:00
Cole Robinson
f02e525ae9
domain: Accurately cap max VCPUs to startup count, not just running count.
2009-11-17 17:18:09 -05:00
Cole Robinson
eb63b12e84
manager: Clean up setting context menu icons, and add a few
2009-11-17 16:20:23 -05:00
Cole Robinson
858736cdd6
host: Clean up the __init__ routine.
...
Break logical pieces into their own functions, so things are actually
readable.
2009-11-17 15:44:27 -05:00
Cole Robinson
4ae4c8877e
Make the host details window a first class citizen.
...
This means the host window can be the only window visible and the app
will still be running.
2009-11-17 15:18:38 -05:00
Cole Robinson
f78fe3c089
Numerous UI tweaks.
...
- Don't use custom button content, because it doesn't abide typical button
gtk button + image preferences. This forces us to set the button image in
the code since glade can't handle it.
- Use widget mnemonics _everywhere_
- Tweak some default widget focus, and other misc things.
2009-11-17 15:06:15 -05:00
Cole Robinson
e3ea9867e2
manager: Add 'delete' option in connection context menu.
2009-11-16 16:35:34 -05:00
Cole Robinson
71c686a7a1
details: cpu: List per cpu pinning info, and allow changing it.
2009-11-16 11:36:13 -05:00
Cole Robinson
5b93ae15b6
host: Clean up network selected function.
...
Make a new network function 'pretty_forward_mode' so we aren't duplicating
functionality everywhere.
2009-11-16 07:14:49 -05:00
Cole Robinson
d2cd4e06c5
clone: Pass proper connection object to virtinst support function
2009-11-16 07:05:38 -05:00
Cole Robinson
2350a70b58
clone: Fix some recent errors handling empty disks
2009-11-16 07:03:01 -05:00
Cole Robinson
1d592160d5
Make use of virtinst's new 'support' module, instead of duplicating checks.
2009-11-15 20:54:55 -05:00
Cole Robinson
1bb8e87df6
details: Use more consistent padding in details pane.
...
Also drop some unneeded text from CPU and Memory views.
2009-11-06 09:50:51 -05:00
Cole Robinson
3d2a01d7b8
create: Fix some default media logic
2009-11-15 16:36:37 -05:00
Cole Robinson
90732990e0
storagebrowser: If creating new VM, have new vol name be based on vm name.
2009-11-15 15:57:38 -05:00
Cole Robinson
0bf2924a33
details: Allow selecting video labels
2009-11-15 15:44:02 -05:00
Cole Robinson
eb3027375d
Don't enable migration for offline VMs.
2009-11-15 15:29:42 -05:00
Cole Robinson
b15f54e6f7
Add a proper migrate dialog.
2009-11-15 15:17:03 -05:00
Cole Robinson
06ac04db5c
Add --version cli command.
2009-11-11 16:28:19 -05:00
Cole Robinson
b6eb79dfdc
Show a startup error if virtinst version isn't new enough.
2009-11-11 16:32:24 -05:00
Cole Robinson
291c6f629c
details: Make cpu/mem/graphics/input refresh routines more readable.
2009-11-11 12:56:58 -05:00
Jon Nordby
fa8dccf0aa
manager: Bring back multiple graph as an option.
...
Essentially a revert of the changes in 09189003ddf9
2009-11-11 11:02:57 -05:00
Ales Zelinka
7aad3e86da
manager: Add 'delete' option to the VM context menu.
2009-11-11 10:05:34 -05:00
Jon Nordby
1cd79fe86b
manager: enable menu key to open context menu
2009-11-11 09:49:34 -05:00
Jon Nordby
00b10a93d3
host: Show hostname in window title
...
Activating a connected host entry in manager opens host window.
2009-11-10 21:33:51 +01:00
Cole Robinson
297e199d6e
manager: Clean up VM/Conn popup menu routine.
2009-11-10 16:01:56 -05:00
Cole Robinson
fd70218477
manager: Make sure selected row text color isn't ugly.
2009-11-10 15:42:07 -05:00
Cole Robinson
79a20bb5df
storagebrowser: Allow setting browser title.
...
Also, various refactoring in how we pass options off to the local browser (try
to centralize a lot of duplication).
2009-11-10 14:30:51 -05:00
Cole Robinson
76df6b2fbb
manager: Only use one toolbar at the top of the window.
2009-11-10 12:57:28 -05:00
Cole Robinson
b7b7eecd43
Sigh, fix set_prgname check just committed.
2009-11-10 12:57:01 -05:00
Cole Robinson
e143b87b95
about: List virt-manager.org as the website path
2009-11-10 12:45:00 -05:00
Cole Robinson
f66409ecbf
Don't use deprecated libgnome.
2009-11-10 12:43:51 -05:00
Cole Robinson
ab0491c39d
Use gobject set_prgname to make gnome shell happy.
2009-11-10 12:08:43 -05:00
Cole Robinson
07ccae31d3
systray: Use gtk.status_icon_position_menu for proper menu positioning.
2009-11-10 12:04:38 -05:00
Cole Robinson
abc84b3569
systray: Don't momentarilly show systray on startup if disabled.
2009-11-10 12:00:01 -05:00
Cole Robinson
48cc0a33d9
systray: Make sure systray is actually embedded before we keep app running.
2009-11-10 11:56:15 -05:00
Cole Robinson
d8e8430285
details: Always have the apply button showing.
...
Also, swap the order of remove and apply so remove is less likely to be
pushed by accident.
2009-11-05 15:22:00 -05:00
Cole Robinson
9fbcce7859
details: Allow changing video model of an existing device.
2009-11-05 14:59:11 -05:00
Cole Robinson
a7ceb7ed52
details: Allow changing disk readonly + shareable attributes.
2009-11-04 16:30:51 -05:00
Cole Robinson
6abf4f601e
details: disk: Slim down information output
...
Also, use checkboxes for readonly + shareable in preparation for making them
editable.
2009-11-04 15:41:18 -05:00
Cole Robinson
d602b5f38b
details: Allow changing clock offset value.
2009-11-04 08:46:09 -05:00
Cole Robinson
90a35cab48
details: Allow changing APIC and ACPI settings.
2009-11-04 11:09:41 -05:00