Cole Robinson
f85ceb8cba
Prep for release
2011-03-24 16:36:26 -04:00
Cole Robinson
24045d3132
.gitignore: Ignore .tstamp files
2011-03-24 16:25:35 -04:00
Cole Robinson
671df1651a
domain: Don't change CPU vendor if model didn't change
...
Since we don't expose vendor in the UI and the cpu_map.xml file isn't
exhaustive with specifying vendor
2011-03-24 14:53:45 -04:00
Cole Robinson
6c070cea3b
details: Fix ACPI/APIC handling for 'customize before install'
...
The UI exposes these as checkboxes, but at install time there are really
3 choices: force on, force off, use default. Make the checkboxes inactive
to represent "use default"
2011-03-24 14:33:35 -04:00
Cole Robinson
2a970f6252
create: Only show PXE warning if user actually selects PXE
2011-03-24 13:58:44 -04:00
Cole Robinson
29d91305f7
domain: Support changing name in new vm 'customize' dialog
2011-03-24 13:24:01 -04:00
Cole Robinson
83145f28c3
domain: We can't always release handle if undefining, fix another way
2011-03-24 13:00:36 -04:00
Cole Robinson
712981f256
delete: Fix bogus error report if storage delete succeeds
2011-03-24 12:59:40 -04:00
Cole Robinson
4265e56316
domain: Delete domain obj after undefine
...
This is needed to allow renaming VMs for older libvirt versions that
cache the name deep in the code. We force a delete so that it hopefully
removes the last of the cached domain references. If not we are kinda
screwed :)
2011-03-24 12:46:29 -04:00
Cole Robinson
1d8222d9ea
config: Validate graphics type directly after reading
...
Fixes an error in 'new vm' wizard if graphics_type is unset in gconf
2011-03-24 11:37:26 -04:00
Cole Robinson
3b2cba5b1a
s/SPICE/Spice/g
2011-03-24 10:09:42 -04:00
Cole Robinson
7cdb519640
create: Make sure create window maintains a sane each time it is launched
2011-03-24 09:57:31 -04:00
Cole Robinson
321b4a2e03
create: Don't use SPICE if conn/hv doesn't support it
2011-03-24 09:42:34 -04:00
Cole Robinson
0f8070d665
configure: Add --with-default-graphics option
...
Allows setting default graphics type in the gconf schema for new VMs.
2011-03-24 08:59:41 -04:00
Cole Robinson
e76ce5336c
config: Make graphics_type robust against bogus values
2011-03-24 08:59:18 -04:00
Cole Robinson
148229375a
details: Allow renaming offline VMs
...
Since libvirt doesn't have an easy way to do this, we need to actually
undefine the VM and redefine it with the new name. Hopefully this doesn't
go wrong :)
Add listeners in console.py and manager.py to change the VM name accordingly
in the UI.
2011-03-23 17:18:22 -04:00
Cole Robinson
ca5bd0de0a
engine: Greatly increase packagekit install timeout
2011-03-23 12:20:55 -04:00
Cole Robinson
33b67a1c16
pylint: Add a test exception
2011-03-23 10:41:07 -04:00
Cole Robinson
fe703839b9
connection: Clear all cached objects when connection closes
...
For example, we didn't clear the iface list. So if a libvirtd was
restarted, the active connection is closed, but the old ifaces
which reference the closed connection hang around. Trying to launch the
addhw dialog for example doesn't work after reopening a new connection.
2011-03-23 10:07:23 -04:00
Cole Robinson
0c0b977df4
details: Report errors when launching addhw dialog
2011-03-23 10:06:59 -04:00
Cole Robinson
ee3e0ba450
Don't raise startup GTK error before processing CLI args
...
--help shouldn't throw an exception if run over ssh with no X11 forwarding
2011-03-22 14:30:37 -04:00
Cole Robinson
8a44ffb9d9
host: Make connection URI selectable
2011-03-22 11:34:59 -04:00
Marc-André Lureau
771387052e
Add graphic type in preference dialog for new VM
2011-03-21 12:12:25 -04:00
Cole Robinson
f25c3b13e6
choosecd: Don't 'destroy' window if use presses escape
...
Also, remove redundant 'cancel' function
Reported-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
2011-03-21 11:01:39 -04:00
Cole Robinson
c63282b9cb
details: Allow setting individual CPU features
2011-03-17 17:41:29 -04:00
Cole Robinson
a9617507e3
details: Allow easily changing network source
...
Use the same drop down for network source we use in add hardware and
create VM wizard. Allows easily trying different virtual networks or bridges.
2011-03-17 17:03:26 -04:00
Cole Robinson
035d5a2eec
details: Don't error if 'direct' iface doesn't have virtualport settings
...
Fix some cosmetic issues as well
2011-03-17 15:48:06 -04:00
Cole Robinson
926e4af0fd
details: Allow easily changing between VNC and SPICE
2011-03-17 14:24:36 -04:00
Cole Robinson
ff35a92338
details: Simplify set_combo_label interface
2011-03-17 14:17:31 -04:00
Cole Robinson
7055db2338
Don't mark hidden UI labels as translatable
2011-03-17 13:44:44 -04:00
Cole Robinson
2a1cde5574
Regenerate virt-manager.py etc. if we rerun ./configure
2011-03-17 09:24:24 -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
Cole Robinson
9118f8c4a9
create: If we show a startup error, disable page forward via keyboard
2011-03-15 16:33:55 -04:00
Cole Robinson
2e9c2ff92c
Fake <description> hotplug by always showing inactive domain
2011-03-15 16:23:15 -04:00
Cole Robinson
4d35aa2142
make update-po
2011-03-15 15:06:21 -04:00
Cole Robinson
4d9e650918
Add transifex config, update docs
2011-03-15 15:05:23 -04:00
Cole Robinson
65065e2e98
Small tweak for contribute instructions
2011-03-15 12:20:57 -04:00
Cole Robinson
d4064c3f37
Update repo links and crufty docs
2011-03-15 11:47:12 -04:00
Cole Robinson
23384b32ab
Empty the 'ChangeLog', point to gitweb
2011-03-15 11:47:12 -04:00
Cole Robinson
4201904700
Add .gitignore, remove .hgignore
2011-03-15 11:20:28 -04:00
Cole Robinson
6f2dc72646
Small optimization of previous commit
2011-03-09 10:37:51 -05:00
Cole Robinson
7da8f0a47d
details: Disable storage format changer if creating storage from New VM
...
So users don't think they can choose the new storage format from this
dialog
2011-03-09 10:36:21 -05:00
Cole Robinson
0b9c6fab97
createvol: Only show file formats that can be created
2011-03-08 13:57:56 -05:00
Cole Robinson
d90a28d997
Improve wording if offering to reuse an existing storage path
2011-03-08 11:22:01 -05:00
Cole Robinson
a5bdb7f852
Add 'ich6' to supported RHEL6 model list
2011-03-08 11:17:11 -05:00
Cole Robinson
18335a0b43
domain: Don't throw error when stopping a transient domain
2011-03-08 10:56:13 -05:00
Cole Robinson
b11eeffae3
Remove some unneeded exc_info() calls
2011-03-07 13:28:32 -05:00
Marc-André Lureau
3c9b7838a6
console: add spice password support
2011-01-07 15:14:33 +01:00
Marc Deslauriers
8707d9f894
Only show appropriate security driver details
2011-02-28 21:22:48 -05:00
Marc Deslauriers
eb9d8621c3
Don't print traceback if hal is missing.
2011-02-27 14:20:53 -05:00