Cole Robinson
ce22b65d6a
Updated german translation.
2008-12-01 14:37:58 -05:00
Cole Robinson
3ecf77e54e
Updated pt_BR translation.
2008-12-01 14:37:00 -05:00
Cole Robinson
97e1016b22
Fix create wizard virt type descriptions to not sound so black and white.
2008-11-25 11:23:10 -05:00
Cole Robinson
19279ba69c
Actually fix spec building to accomodate F9.
2008-11-25 11:14:30 -05:00
Cole Robinson
e31ebbbe7d
Add 'make rpm' command.
2008-11-24 11:43:47 -05:00
Cole Robinson
d4f8a54a11
Fix specfile for building on f9.
2008-11-24 11:43:35 -05:00
Cole Robinson
0187458ba9
Fix up various remaining pylint.
2008-11-18 17:01:22 -05:00
Cole Robinson
a14b844b20
Rename variables that shadow built-in functions.
2008-11-18 15:42:51 -05:00
Cole Robinson
11a38c01f3
Remove unused variables.
2008-11-18 14:48:10 -05:00
Cole Robinson
b6e35dfd2f
Fix up some indentation issues.
2008-11-05 15:46:47 -05:00
Cole Robinson
6491a63f6f
Remove unused imports.
2008-11-05 15:40:59 -05:00
Cole Robinson
01ca7b94d6
Revert a syntax error.
2008-11-19 10:21:22 -05:00
Cole Robinson
20d5d3bcfc
Fix some pylint.
2008-11-03 15:15:11 -05:00
Cole Robinson
a40e69b192
Save glade files with glade-3
2008-10-31 10:18:55 -04:00
Cole Robinson
6d1794beb5
Show inactive conn entries in the migrate list.
2008-10-31 09:48:21 -04:00
Cole Robinson
d2c6bb5996
VM Migration support (Shigeki Sakamoto)
2008-10-30 16:38:13 -04:00
Cole Robinson
f4e8187283
Reuse virtinst.util uri parsing
2008-10-30 15:35:16 -04:00
Cole Robinson
4bc63670ab
Log a message when the app exits normally.
2008-10-30 09:25:53 -04:00
Cole Robinson
79d633f2ef
Updated italian translation.
2008-10-27 13:41:34 -04:00
Cole Robinson
b69ad34a93
Add dbus-x11 to spec Requires:.
2008-10-23 15:32:49 -04:00
Cole Robinson
90473332c4
Fix host message typo.
2008-10-23 15:19:40 -04:00
Cole Robinson
45f591fcaf
Don't add sound devices multiple times.
2008-10-23 15:15:19 -04:00
Cole Robinson
e13cca96aa
Fix manager vm row keying.
2008-10-23 11:45:27 -04:00
Guido Gunther
088f56d543
allow to disable sampling
...
triggered via the vmlist-fields/{network_traffic,disk_io} gconf keys. We do
this by replacing the sampling routines with noops. Also adjust the label in
the vm details to say "sampling disabled".
2008-10-18 21:29:45 +02:00
Guido Gunther
b19924f06f
draw a sparcline for network and disk traffic in the main overview
2008-10-18 21:28:57 +02:00
Guido Gunther
81cadd7721
color graph and graph lables
...
so rx/tx, read/write are distinguishable
2008-10-18 21:25:16 +02:00
Guido Gunther
8eced9b61b
use the new multiline feature of the sparcline widget
...
to draw both rx/tx and read/write into one graph each.
2008-10-18 21:24:19 +02:00
Guido Gunther
655a846ac3
Calculate block and net device statistics
...
display them in the overview as well as in the vm details
2008-10-18 21:21:33 +02:00
Cole Robinson
9890303af7
Only popup vol copy path menu on right click (not any click)
2008-10-22 16:53:28 -04:00
Cole Robinson
15545c1ebe
Updated translations from Fedora.
2008-10-22 16:48:15 -04:00
Cole Robinson
fa0f7513cc
Fix variable typo.
2008-10-20 16:28:27 -04:00
Cole Robinson
f59c5422f5
Update polish translation.
2008-10-20 10:49:21 -04:00
Cole Robinson
ecdfa9ee69
Prevent UUID collisions in manager between different hosts (Tomohiro Takahashi)
2008-10-20 10:44:54 -04:00
Cole Robinson
8f5ea3209e
Update german translation.
2008-10-14 15:39:04 -04:00
Guido Gunther
8970eba45d
qemu://session can't write to the pool so use current directory
2008-10-10 18:06:41 +02:00
Cole Robinson
135610b098
Update POTFILES to reflect reality.
2008-10-14 13:22:32 -04:00
Cole Robinson
6923dbfc2a
sparkline: Add color property so sparclines in the same widget can have different colors (Guido Gunther)
2008-10-07 10:09:03 -04:00
Cole Robinson
251b5bc516
sparkline: Add num_sets property so a sparkline graph can have multiple lines (Guido Gunther)
...
all data is still stored in a 1D array so we can still use g_param_spec_double
for type checking. This removes the support for non cairo builds.
2008-10-07 10:08:14 -04:00
Cole Robinson
1401dff4e2
populate hostinfo earlier in tick function so it isn't accessed uninitialized.
2008-10-06 13:21:06 -04:00
Cole Robinson
0e0f4b8da0
sparkline: Add "reversed" property to process data back to front (Guido Gunther)
...
this way we don't have to reverse the list in place in python code so
it's more obvious which set is which when having multiple lines (see
follow up patch).
2008-10-06 12:56:11 -04:00
Cole Robinson
d1d6cdd8df
sparkline: Add "filled" property so sparklines can be filled or not without recompiling (Guido Gunther)
2008-10-06 12:52:55 -04:00
Cole Robinson
cded97af91
sparkline: Remove unused variables to silence compiler warnings (Guido Gunther)
2008-10-06 12:52:22 -04:00
Guido Gunther
370d0b9aba
allow to activate inactive networks
2008-10-02 15:15:53 +02:00
Guido Gunther
f9db9182cf
fix sorting exceptions
...
* * *
2008-10-02 19:43:42 +02:00
Guido Gunther
628702f470
call populate_opt_media when the widget gets activated
...
not when it gets deactivated. Also select the first entry since we always have
one. Prevents the physical media combo box from suddenly becomming empty.
2008-10-02 16:30:55 +02:00
Guido Gunther
768e777a6b
call populate_opt_media on reset_state
...
this way the physical media combo box isn't empty when we show the dialog for
the first time
2008-10-02 16:32:27 +02:00
Guido Gunther
c30ac57000
clear list of devices
...
otherwise we keep adding the same device over and over again
2008-10-02 15:43:27 +02:00
Cole Robinson
4ac507f181
View serial consoles as tabs in the details window. Allow viewing not just the primary console.
2008-10-02 16:17:25 -04:00
Cole Robinson
b9ed921a7c
Show icon for right click storage path copy option.
2008-09-30 11:37:52 -04:00
Cole Robinson
223626157b
Raise exception rather than log xml parsing error.
2008-09-30 11:32:28 -04:00