Commit Graph

931 Commits

Author SHA1 Message Date
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
Guido Gunther
b1d959074f more qemu:///session cleanup 2008-09-25 11:24:40 +02:00
Cole Robinson
01f2fdc09f Updated dutch translation. 2008-09-29 10:05:10 -04:00
Cole Robinson
bb5a39f6fb Don't run polkit checks as root (Daniel Berrange) 2008-09-24 14:55:03 -04:00
Guido Gunther
75cfe0f95f fix network handling in qemu session mode 2008-09-22 17:50:49 +02:00
Cole Robinson
fac9e9997a Fix python 2.5 specific code (Andrew Gillies) 2008-09-22 10:51:07 -04:00
Cole Robinson
b315e56e4c Use proper man page title. 2008-09-22 10:50:18 -04:00
Cole Robinson
0aefb78911 Man page typo (Alexander Todorov) 2008-09-22 10:28:29 -04:00
Cole Robinson
262228df86 Fix some indentation. 2008-09-22 10:19:19 -04:00
Cole Robinson
9c85d23746 Clean up a comment. 2008-09-18 11:13:49 -04:00
Cole Robinson
7e31d56262 Allow seeing connection details when conn disconnected, just desensitive all the add wizards. 2008-09-18 10:33:53 -04:00
Cole Robinson
f6b1590817 Remove unnecessary validation check. 2008-09-17 07:53:00 -04:00
Cole Robinson
e2cce5fdd6 Update catalan translation. 2008-09-16 16:51:43 -04:00
Cole Robinson
5fd8776570 Add gnome-python2-gnome to spec (used in config.py) 2008-09-16 14:39:25 -04:00
Cole Robinson
847a69084d Sync some fedora spec file changes with upstream. 2008-09-10 18:51:18 -04:00
Cole Robinson
076ce5b595 Added tag RELEASE-0.6.0-1 for changeset 23021fcd6f47 2008-09-10 15:08:53 -04:00
Cole Robinson
f114d7c76c Update spec changelog. 2008-09-10 15:08:33 -04:00
Cole Robinson
710e468d7d Prep for release. 2008-09-10 15:03:53 -04:00
Cole Robinson
b77e94646a Only poll storage if conn is storage capable. 2008-09-10 15:02:49 -04:00
Cole Robinson
11bc1d3951 Update translation files. 2008-09-10 13:49:14 -04:00
Cole Robinson
3b1b7d5a75 Bump python-virtinst dependency 2008-09-10 11:42:22 -04:00
Cole Robinson
634fc37590 Update spec file description. 2008-09-10 11:18:06 -04:00
Cole Robinson
63c77a10b6 Add right click option to copy a volume target path to the clipboard. 2008-09-10 11:08:19 -04:00
Cole Robinson
83f04a90f7 Show full volume path in volume list. 2008-09-10 10:34:27 -04:00
Cole Robinson
464de67f8d Update polish translation. 2008-09-09 07:30:35 -04:00
Cole Robinson
cd156825bb Allow setting remote connection autostart. 2008-09-09 08:14:05 -04:00
Cole Robinson
40cd32ce15 Fix ChooseCD interaction to accomodate remote case. 2008-09-09 07:35:20 -04:00
Cole Robinson
67e61bf5d7 Include missing library 2008-09-09 07:06:33 -04:00
Cole Robinson
4c3074d663 Allow connecting managed storage cdrom. 2008-09-09 07:05:58 -04:00
Cole Robinson
0236498832 Make sure to switch disk connection over to new connection when creating guest 2008-09-08 21:56:18 -04:00
Cole Robinson
2e3706ddff Autostart pool after creation 2008-09-08 21:34:05 -04:00
Cole Robinson
1a88e2610b Add more info on bug reporting to man page. 2008-09-08 20:28:42 -04:00
Cole Robinson
eb041ad4f3 Move gconf initialization before fork, to prevent losing access to the display and bombing out (bz 454624) 2008-09-08 20:23:45 -04:00
Cole Robinson
feb2c33f6d Add rpm dependency on latest libvirt. 2008-09-08 20:17:58 -04:00
Cole Robinson
a1d452b7eb Raise an error dialog before gtk main loop if app fails to start 2008-09-08 11:32:19 -04:00
Cole Robinson
9e2d6d6b13 Default volume allocation to 0, since nonsparse creation blocks the whole app. 2008-09-07 19:08:13 -04:00