Cole Robinson
34c502560f
storage: Drop unused static function
...
This allows us to simplify the parameters for find_free_name
2013-09-30 16:22:12 -04:00
Cole Robinson
01577d3d88
snapshots: Desensitize 'finish' if no name entered
2013-09-30 16:22:12 -04:00
Cole Robinson
36837fd3af
snapshots: Drop reporting of 'current' snapshot
...
It's a useless distinction in our UI
2013-09-30 16:22:12 -04:00
Cole Robinson
85ec41c3c9
snapshots: Fix initial UI state when guest has no snapshots
2013-09-30 15:52:37 -04:00
Cole Robinson
b1d3987aaa
domain: Fix deleting a VM that has snapshots (bz 821518)
2013-09-30 15:38:35 -04:00
Cole Robinson
844a567e7b
details: Don't silently drop managed save when renaming VM
...
Instead just error about it. Until there's an actual libvirt 'rename'
API we can't do much better than that.
2013-09-30 15:38:35 -04:00
Cole Robinson
98a95b2e2d
network: Add install() command, remove function from vmmConnection
...
This is the pattern used by other virtinst objects
2013-09-30 15:38:34 -04:00
Cole Robinson
b9bcc84d35
libvirtobject: Remove no longer needed sanitize_xml helper
2013-09-30 15:38:34 -04:00
Cole Robinson
2b74c46909
snapshots: Pretty up the 'new snapshot' dialog
2013-09-30 15:38:12 -04:00
Cole Robinson
ccb96e9e4a
VirtualDisk: Add cache modes 'directsync' and 'unsafe' (bz 844907)
2013-09-30 14:30:50 -04:00
Cole Robinson
9de21be907
virt-manager: Drop --experimental-snapshot-ui
...
We are just sticking with internal snapshots only
2013-09-30 14:30:50 -04:00
Cole Robinson
8f0bfb1ad6
host: Allow renaming a storage pool
2013-09-29 12:28:01 -04:00
Cole Robinson
369a17160a
host: Allow renaming virtual networks
2013-09-29 12:14:00 -04:00
Cole Robinson
74e8fff069
clone: Fix a few misc issues
2013-09-29 11:31:03 -04:00
Cole Robinson
b6adf48e56
createvol: Add UI for specifying backing store
2013-09-29 10:53:37 -04:00
Cole Robinson
cd7837bc4b
domain: Clean up some support checks
...
We don't need to cache things since virtinst/connection does it for
us.
2013-09-29 09:58:31 -04:00
Cole Robinson
52e4976462
pollhelpers: Add fetch_volumes helper
...
That does the listAllVolumes support check to speed us up a bit.
2013-09-29 09:33:17 -04:00
Cole Robinson
a9a085340b
support: Rename SUPPORT_STORAGE to SUPPORT_POOL
...
It's more accurate. And fix up comments about back compat which no
longer apply.
2013-09-29 09:21:42 -04:00
Cole Robinson
72058f2bbf
support: Remove unused nodedev support checks
2013-09-29 09:19:56 -04:00
Cole Robinson
7a5dc7c544
devicedisk: path_in_use_by: Check backing stores as well
...
Plumb through a fetch_all_vols helper for this, and do all the
caching bits.
2013-09-28 21:07:18 -04:00
Cole Robinson
375790075d
details: Drop combo_or_label paradigm, use combobox entries
...
So we can handle unknown XML values and give users more flexibility
for things we can't predict.
2013-09-28 14:25:37 -04:00
Cole Robinson
40a9e61ba2
details: Fix looking up nodedev mapping for usb devices
2013-09-27 18:40:00 -04:00
Cole Robinson
fd00ad74e2
devicehostdev: Drop device creation helper
...
Goes against other device paradigms, and is cleaner when we unwind it.
2013-09-27 18:28:28 -04:00
Cole Robinson
1212cf43a9
DomainFeatures: Drop __getitem__ helpers
...
They just complicate matters
2013-09-27 15:08:44 -04:00
Cole Robinson
927c596daa
Fix host/details graphs to not over expand
2013-09-27 14:17:57 -04:00
Cole Robinson
090bc60ade
error: Drop padding with checkboxes, looks weird
2013-09-27 13:43:43 -04:00
Cole Robinson
fa47586b37
createnet: Use blue header like other wizards
2013-09-27 13:36:22 -04:00
Cole Robinson
419b2d0ca6
createvol: Hide format UI if no formats supported
2013-09-27 13:20:45 -04:00
Cole Robinson
c915a117c7
createvol: Allow user to specify there own suffix
...
Just imbed a . in the volname and we drop our default suffix
2013-09-27 13:17:40 -04:00
Cole Robinson
2da4ed7cf1
createvol: Use blue header like other wizards
2013-09-27 13:17:40 -04:00
Cole Robinson
33f15f58f0
createpool: Use blue header like other wizards, cleanup UI
...
Drop the docs reporting since it's inconsistent and not all that
useful. Few other misc cleanups
2013-09-27 12:13:01 -04:00
Cole Robinson
976093287c
addhw: Use a blue banner similar to other wizards
2013-09-27 11:18:52 -04:00
Cole Robinson
9e73d6e4f0
delete: Make it look like other UI wizards
...
And fix a couple UI issues:
- Hide storage list when not deleting
- Have confirmation dialog explicitly list paths we will delete (bz 967927)
2013-09-27 11:10:54 -04:00
Cole Robinson
60b7365ae9
Use consistent widget names for create wizard headers
...
Makes copying code around simpler
2013-09-27 10:56:52 -04:00
Giuseppe Scrivano
19c3e4cb98
virtManager: fix typo in error message
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2013-09-27 00:39:35 +02:00
Cole Robinson
c5f5d5ad9d
urlfetcher: Clean up APIs for fetching URL media
2013-09-26 14:28:13 -04:00
Giuseppe Scrivano
b9e25100f5
virtManager: show the VM title in the manager window
...
If a title is defined for a VM, append it to the name of the VM.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2013-09-25 19:16:23 +02:00
Giuseppe Scrivano
ade0c16015
virt-manager: add UI elements for domain title in the details window
...
Commit b79ba8382e2205c416d7c4836ac9ee08c72e2c56 in libvirt adds a
<title> attribute to the domain XML, that is used by the user to
identify more easily the VM. This feature is not supported by all
HVs. This patch allows to see and modify the title from the details
window.
Something similar was requested here:
https://bugzilla.redhat.com/show_bug.cgi?id=798949
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2013-09-25 19:16:23 +02:00
Giuseppe Scrivano
4b52133e53
virtManager: add functions to manage guest "title" metadata
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2013-09-25 19:16:23 +02:00
Cole Robinson
6d35146279
autodrawer: Have toolbar always visible after initial fullscreen
...
Works like this already the first time, but not for subsequent fullscreen
attempts.
2013-09-25 13:03:22 -04:00
Cole Robinson
2759d674b8
console: Make fullscreen toolbar retract a bit slower
2013-09-25 13:03:03 -04:00
Cole Robinson
a2e5206730
deviceinterface: Fix creating direct interfaces (bz 1006324)
...
And take the opportunity to standarize on setting net.source,
rather than have API users have to do net.bridge/network/source_dev
2013-09-24 10:00:01 -04:00
Cole Robinson
827e4cd9e5
domain: Fix changing disk/net poll from preferences dialog
2013-09-23 20:24:27 -04:00
Cole Robinson
927334915b
details: Make TPM UI use a grid
2013-09-23 18:43:50 -04:00
Giuseppe Scrivano
6f8ad1bf21
virtManager: add GUI elements for adding a RNG device
...
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1001773
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2013-09-23 14:09:34 -04:00
Giuseppe Scrivano
92db24aa12
virtManager: add GUI elements for showing RNG devices
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2013-09-23 14:07:00 -04:00
Cole Robinson
85813203dc
createnet: Use virtinst.Network for XML generation
2013-09-23 13:49:20 -04:00
Cole Robinson
b889659d93
host: Fix initial network/interface selection
...
Broken by recent commit moving selection->changed signal handling
into glade.
2013-09-23 12:37:03 -04:00
Cole Robinson
7e42faab0f
createnet: Massive code and UI cleanup
...
Modernize the UI, simplify the code, etc.
2013-09-23 12:28:05 -04:00
Cole Robinson
a7b1414dc5
libvirtobject: Make parseclass non-optional
...
All libvirtobject child classes have an associated XMLBuilder now, so
make it mandatory.
2013-09-23 08:34:50 -04:00