Commit Graph

1693 Commits

Author SHA1 Message Date
Cole Robinson
306cca9ea0 connection: Make sure capabilities are refreshed as needed 2010-02-10 17:05:56 -05:00
Cole Robinson
34c1b5b6d9 create: Use virtinst unified device API as requested via comment 2010-02-10 16:42:20 -05:00
Cole Robinson
b87eb57554 graphwidgets: Don't draw over the border with the tick lines 2010-02-10 12:46:12 -05:00
Jan ONDREJ
3f3ff6558a Fix tapering issue for fully filled graph 2010-02-10 12:43:12 -05:00
Cole Robinson
0273c0c501 Allow viewing and setting domain 'description' field. 2010-02-10 12:16:59 -05:00
Cole Robinson
4da1af635a details: Make sure a HW selection is forced at startup 2010-02-10 11:54:12 -05:00
raven
e85dfb3144 Sending translation for Polish 2010-02-09 16:19:09 +00:00
logan
730ed6b864 Sending translation for Spanish 2010-02-09 13:42:28 +00:00
Cole Robinson
aab92f0303 Added tag RELEASE-0.8.3-1 for changeset ed7cef150f91 2010-02-08 23:04:33 -05:00
Cole Robinson
53fe0f746f Prep for release. 2010-02-08 23:03:48 -05:00
Cole Robinson
a6573e402f host: Confirm before starting/stopping interfaces 2010-02-08 22:34:23 -05:00
Cole Robinson
5aaae5db86 Fix 'tests' install to not end up in RPM 2010-02-08 22:27:15 -05:00
Cole Robinson
2c4e843605 Add libvirt interface create wizard. 2010-02-08 17:18:06 -05:00
Cole Robinson
c815740f41 List libvirt interfaces in host details view.
We use a similar look to storage and virtual network management.
2010-02-08 17:13:36 -05:00
Cole Robinson
8322f75220 Abide gtk cmdline options
By parsing opts later, GTK seems to auto parse and abide options like
--sync.
2010-02-08 11:54:21 -05:00
Cole Robinson
2194107152 connection: Make sure HAL initializers are run thread safe. 2010-02-08 11:44:04 -05:00
Cole Robinson
651c0b7a1a create: Add an option to 'customize before install'
This drops the user into a 'details' dialog where they can add, remove, or
tweaks settings before starting the install.
2010-02-07 12:18:28 -05:00
Cole Robinson
e788fdad23 domain: Add vmmDomainVirtinst class.
A domain class backed by a virtinst Guest, this allows for customizing a VM
before installing.
2010-02-07 12:16:13 -05:00
Cole Robinson
d99c04b02a domain: Factor out a vmmDomainBase class
This will be used to implement a virtinst Guest backed domain, to allow
customizing a VM before install.

Also make some small changes to how we add and remove devices.
2010-02-07 12:10:41 -05:00
Cole Robinson
e6ea45aa8e addhw: Have all device creation go through the same code path. 2010-02-06 15:59:52 -05:00
Cole Robinson
74222abfb8 addhw: Use common setup_dev function when building XML 2010-02-06 15:33:32 -05:00
Cole Robinson
d6e44672d6 create: Move default guest device set up out of finish phase. 2010-02-05 17:58:26 -05:00
Cole Robinson
d9c0363cb5 domain: Drop unneeded define_vcpus params 2010-02-05 18:03:41 -05:00
Cole Robinson
a776a35e92 domain: Remove redundant method 2009-12-08 12:40:42 -05:00
aguskov
1467dff6b8 Sending translation for Russian 2010-02-05 14:45:46 +00:00
Cole Robinson
25a2e1e246 Better error reporting when opening ~/.virt-manager 2010-02-03 09:43:11 -05:00
aguskov
ff3dadd0b1 Sending translation for Russian 2010-02-02 08:56:25 +00:00
mgiri
f5b02efadb Sending translation for Oriya 2010-02-01 10:42:22 +00:00
Cole Robinson
4178b918b2 domain: Refresh inactive XML on demand
It was a useless operation, whenever we fetch inactive XML we always want
the latest and greatest, so don't cache anything.
2010-01-30 12:41:00 -05:00
Cole Robinson
09d86a79d1 config: Store saved paths using set_string 2010-01-30 12:41:31 -05:00
kkrothap
ec036b53f6 Sending translation for Telugu 2010-01-29 09:57:41 +00:00
guidograzioli
1a2c3771bf Sending translation for Italian 2010-01-28 22:42:14 +00:00
Cole Robinson
b53a3a5e6b Fix an error detecting pylint features 2010-01-27 13:47:53 -05:00
Cole Robinson
a0b23be738 Add a comment explaining an ambiguous message needing translation. 2010-01-27 10:34:10 -05:00
Cole Robinson
09ad32ad7d Make sure a default '_' implementation is always available
If things error out sufficiently earlier, '_' wouldn't have been installed
in the builtin namespace, so we will trigger an when trying to show a
translated error dialog.
2010-01-27 10:23:57 -05:00
Cole Robinson
d74e01155d engine: Make sure a libvirtd restart doesn't lock the app
We were trying to close the connection without thread locking (and closing
can emit a signal which updates the UI).
2010-01-26 12:24:33 -05:00
Cole Robinson
4075899085 create: Fix creation when no network sources are found 2010-01-25 10:04:31 -05:00
Cole Robinson
afecfd9163 Catch errors when connection to dbus 2010-01-25 09:31:33 -05:00
guidograzioli
f2405a6aba Sending translation for Italian 2010-01-25 00:14:38 +00:00
Cole Robinson
2e153edad9 manager: Safely set toolbar "icon-size" prop 2010-01-19 14:11:23 -05:00
Cole Robinson
5168e1d94a virt-manager.py: Remove some trailing whitespace 2010-01-19 14:10:09 -05:00
Cole Robinson
cae9e95f12 util: Break out common function to conditionally set gtk property 2010-01-19 14:09:43 -05:00
Cole Robinson
28ffe05490 error: Fix launching error dialog on pygtk < 2.10 2010-01-14 10:09:52 -05:00
Cole Robinson
9b7bf37c55 console: Try to catch xen race errors when opening VNC 2010-01-11 10:30:40 -05:00
Cole Robinson
3fb1e6e155 Don't blindly include tests/* in dist tarball. 2010-01-11 10:18:42 -05:00
Cole Robinson
bc908b05b5 migrate: Don't shorten URI IP addresses 2010-01-06 13:09:33 -05:00
Cole Robinson
a7b42276f8 console: Fix opening VNC console over tcp URI with manual port 2010-01-06 12:39:10 -05:00
aguskov
1f298544dd Sending translation for Russian 2010-01-05 09:55:02 +00:00
aguskov
6aa919882c Sending translation for Russian 2010-01-04 10:04:29 +00:00
aguskov
8f3492bd61 Sending translation for Russian 2010-01-03 15:35:30 +00:00