rpms/virt-manager/F-9 virt-manager-0.6.1-fix-cadl.patch, NONE, 1.1 virt-manager-0.6.1-fix-stats-prefs.patch, NONE, 1.1 virt-manager-0.6.1-update-polish.patch, NONE, 1.1 .cvsignore, 1.20, 1.21 sources, 1.20, 1.21 virt-manager.spec, 1.39, 1.40 virt-manager-0.6.0-conn-details-sensitivity.patch, 1.1, NONE virt-manager-0.6.0-connect-variable-typo.patch, 1.1, NONE virt-manager-0.6.0-fix-virt-type-desc.patch, 1.2, NONE virt-manager-0.6.0-multiple-sound-dev.patch, 1.1, NONE virt-manager-0.6.0-polkit-root.patch, 1.1, NONE virt-manager-0.6.0-populate-hostinfo-early.patch, 1.1, NONE virt-manager-0.6.0-update-potfiles.patch, 1.1, NONE virt-manager-0.6.0-update-translations.patch, 1.1, NONE virt-manager-0.6.0-vol-copy-popup.patch, 1.1, NONE virt-manager.console, 1.1, NONE virt-manager.pam, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Wed Mar 4 18:28:34 UTC 2009


Author: crobinso

Update of /cvs/pkgs/rpms/virt-manager/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4020

Modified Files:
	.cvsignore sources virt-manager.spec 
Added Files:
	virt-manager-0.6.1-fix-cadl.patch 
	virt-manager-0.6.1-fix-stats-prefs.patch 
	virt-manager-0.6.1-update-polish.patch 
Removed Files:
	virt-manager-0.6.0-conn-details-sensitivity.patch 
	virt-manager-0.6.0-connect-variable-typo.patch 
	virt-manager-0.6.0-fix-virt-type-desc.patch 
	virt-manager-0.6.0-multiple-sound-dev.patch 
	virt-manager-0.6.0-polkit-root.patch 
	virt-manager-0.6.0-populate-hostinfo-early.patch 
	virt-manager-0.6.0-update-potfiles.patch 
	virt-manager-0.6.0-update-translations.patch 
	virt-manager-0.6.0-vol-copy-popup.patch virt-manager.console 
	virt-manager.pam 
Log Message:
Update to 0.6.1 release
Disk and Network VM stats reporting
VM Migration support
Support adding sound devices to existing VMs
Allow specifying device model when adding a network device to an existing VM


virt-manager-0.6.1-fix-cadl.patch:

--- NEW FILE virt-manager-0.6.1-fix-cadl.patch ---
diff -rup virt-manager-0.6.1/src/vmm-details.glade new/src/vmm-details.glade
--- virt-manager-0.6.1/src/vmm-details.glade	2009-01-26 14:33:33.000000000 -0500
+++ new/src/vmm-details.glade	2009-03-04 12:31:51.000000000 -0500
@@ -218,15 +218,15 @@
                 <child>
                   <widget class="GtkMenu" id="details-menu-send-key_menu">
                     <child>
-                      <widget class="GtkMenuItem" id="details-menu-send-cad">
+                      <widget class="GtkMenuItem" id="details-menu-send-cab">
                         <property name="visible">True</property>
                         <property name="label" translatable="no">Ctrl+Alt+Backspace</property>
                         <property name="use_underline">True</property>
-                        <signal name="activate" handler="on_details_menu_send_cad_activate"/>
+                        <signal name="activate" handler="on_details_menu_send_cab_activate"/>
                       </widget>
                     </child>
                     <child>
-                      <widget class="GtkMenuItem" id="details-menu-send-cad1">
+                      <widget class="GtkMenuItem" id="details-menu-send-cad">
                         <property name="visible">True</property>
                         <property name="label" translatable="no">Ctrl+Alt+Delete</property>
                         <property name="use_underline">True</property>

virt-manager-0.6.1-fix-stats-prefs.patch:

--- NEW FILE virt-manager-0.6.1-fix-stats-prefs.patch ---
# HG changeset patch
# User Cole Robinson <crobinso at redhat.com>
# Date 1234829084 18000
# Node ID ae434ddf4b7073773347f3d1cc449385db7267fd
# Parent  7238b8b438bc3311b744debfb576849dbc262cda
Fix regression for pre existing vm and stats preferences not keeping new values.

diff -r 7238b8b438bc -r ae434ddf4b70 src/vmm-preferences.glade
--- a/src/vmm-preferences.glade	Mon Feb 16 09:35:21 2009 -0500
+++ b/src/vmm-preferences.glade	Mon Feb 16 19:04:44 2009 -0500
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.4.5 on Mon Jan 12 09:31:21 2009 -->
+<!--Generated with glade3 3.4.5 on Thu Feb 12 11:56:15 2009 -->
 <glade-interface>
   <widget class="GtkWindow" id="vmm-preferences">
     <property name="title" translatable="yes">Preferences</property>
@@ -37,19 +37,53 @@
                             <property name="column_spacing">3</property>
                             <property name="row_spacing">3</property>
                             <child>
-                              <widget class="GtkLabel" id="label9">
+                              <widget class="GtkLabel" id="label6">
                                 <property name="visible">True</property>
                                 <property name="xalign">0</property>
-                                <property name="label" translatable="yes">samples</property>
+                                <property name="label" translatable="yes">Update status every</property>
+                              </widget>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label7">
+                                <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="label" translatable="yes">Maintain history of</property>
                               </widget>
                               <packing>
-                                <property name="left_attach">2</property>
-                                <property name="right_attach">3</property>
                                 <property name="top_attach">1</property>
                                 <property name="bottom_attach">2</property>
                               </packing>
                             </child>
                             <child>
+                              <widget class="GtkSpinButton" id="prefs-stats-update-interval">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="adjustment">0 0 60 1 5 0</property>
+                                <signal name="value_changed" handler="on_prefs_stats_update_interval_changed"/>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                                <property name="x_options">GTK_FILL</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkSpinButton" id="prefs-stats-history-len">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="adjustment">0 0 300 5 5 0</property>
+                                <property name="climb_rate">0.01</property>
+                                <signal name="value_changed" handler="on_prefs_stats_history_length_changed"/>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                                <property name="x_options">GTK_FILL</property>
+                              </packing>
+                            </child>
+                            <child>
                               <widget class="GtkLabel" id="label8">
                                 <property name="visible">True</property>
                                 <property name="xalign">0</property>
@@ -61,50 +95,18 @@
                               </packing>
                             </child>
                             <child>
-                              <widget class="GtkSpinButton" id="prefs-stats-history-len">
+                              <widget class="GtkLabel" id="label9">
                                 <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <property name="adjustment">0 0 300 5 5 0</property>
-                                <property name="climb_rate">0.01</property>
+                                <property name="xalign">0</property>
+                                <property name="label" translatable="yes">samples</property>
                               </widget>
                               <packing>
-                                <property name="left_attach">1</property>
-                                <property name="right_attach">2</property>
-                                <property name="top_attach">1</property>
-                                <property name="bottom_attach">2</property>
-                                <property name="x_options">GTK_FILL</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkSpinButton" id="prefs-stats-update-interval">
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <property name="adjustment">0 0 60 1 5 0</property>
-                              </widget>
-                              <packing>
-                                <property name="left_attach">1</property>
-                                <property name="right_attach">2</property>
-                                <property name="x_options">GTK_FILL</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkLabel" id="label7">
-                                <property name="visible">True</property>
-                                <property name="xalign">0</property>
-                                <property name="label" translatable="yes">Maintain history of</property>
-                              </widget>
-                              <packing>
+                                <property name="left_attach">2</property>
+                                <property name="right_attach">3</property>
                                 <property name="top_attach">1</property>
                                 <property name="bottom_attach">2</property>
                               </packing>
                             </child>
-                            <child>
-                              <widget class="GtkLabel" id="label6">
-                                <property name="visible">True</property>
-                                <property name="xalign">0</property>
-                                <property name="label" translatable="yes">Update status every</property>
-                              </widget>
-                            </child>
                           </widget>
                         </child>
                       </widget>
@@ -141,18 +143,79 @@
                             <property name="column_spacing">3</property>
                             <property name="row_spacing">3</property>
                             <child>
-                              <widget class="GtkCheckButton" id="prefs-stats-enable-net">
+                              <widget class="GtkLabel" id="label11">
+                                <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="label" translatable="yes">CPU Usage</property>
+                                <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
+                              </widget>
+                              <packing>
+                                <property name="x_options">GTK_FILL</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label12">
+                                <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="label" translatable="yes">Memory Usage</property>
+                              </widget>
+                              <packing>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
+                                <property name="x_options">GTK_FILL</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label13">
+                                <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="label" translatable="yes">Disk I/O</property>
+                              </widget>
+                              <packing>
+                                <property name="top_attach">2</property>
+                                <property name="bottom_attach">3</property>
+                                <property name="x_options">GTK_FILL</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkLabel" id="label14">
+                                <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="label" translatable="yes">Network I/O</property>
+                              </widget>
+                              <packing>
+                                <property name="top_attach">3</property>
+                                <property name="bottom_attach">4</property>
+                                <property name="x_options">GTK_FILL</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkCheckButton" id="prefs-stats-enable-cpu">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="response_id">0</property>
                                 <property name="draw_indicator">True</property>
-                                <signal name="toggled" handler="on_prefs_stats_enable_net_toggled"/>
+                                <signal name="toggled" handler="on_prefs_stats_enable_cpu_toggled"/>
                               </widget>
                               <packing>
                                 <property name="left_attach">1</property>
                                 <property name="right_attach">2</property>
-                                <property name="top_attach">3</property>
-                                <property name="bottom_attach">4</property>
+                                <property name="x_options">GTK_EXPAND</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkCheckButton" id="prefs-stats-enable-mem">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="response_id">0</property>
+                                <property name="draw_indicator">True</property>
+                                <signal name="toggled" handler="on_prefs_stats_enable_mem_toggled"/>
+                              </widget>
+                              <packing>
+                                <property name="left_attach">1</property>
+                                <property name="right_attach">2</property>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
                                 <property name="x_options">GTK_EXPAND</property>
                               </packing>
                             </child>
@@ -173,80 +236,19 @@
                               </packing>
                             </child>
                             <child>
-                              <widget class="GtkCheckButton" id="prefs-stats-enable-mem">
+                              <widget class="GtkCheckButton" id="prefs-stats-enable-net">
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="response_id">0</property>
                                 <property name="draw_indicator">True</property>
-                                <signal name="toggled" handler="on_prefs_stats_enable_mem_toggled"/>
+                                <signal name="toggled" handler="on_prefs_stats_enable_net_toggled"/>
                               </widget>
                               <packing>
                                 <property name="left_attach">1</property>
                                 <property name="right_attach">2</property>
-                                <property name="top_attach">1</property>
-                                <property name="bottom_attach">2</property>
-                                <property name="x_options">GTK_EXPAND</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkCheckButton" id="prefs-stats-enable-cpu">
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <property name="response_id">0</property>
-                                <property name="draw_indicator">True</property>
-                                <signal name="toggled" handler="on_prefs_stats_enable_cpu_toggled"/>
-                              </widget>
-                              <packing>
-                                <property name="left_attach">1</property>
-                                <property name="right_attach">2</property>
-                                <property name="x_options">GTK_EXPAND</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkLabel" id="label14">
-                                <property name="visible">True</property>
-                                <property name="xalign">0</property>
-                                <property name="label" translatable="yes">Network I/O</property>
-                              </widget>
-                              <packing>
                                 <property name="top_attach">3</property>
                                 <property name="bottom_attach">4</property>
-                                <property name="x_options">GTK_FILL</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkLabel" id="label13">
-                                <property name="visible">True</property>
-                                <property name="xalign">0</property>
-                                <property name="label" translatable="yes">Disk I/O</property>
-                              </widget>
-                              <packing>
-                                <property name="top_attach">2</property>
-                                <property name="bottom_attach">3</property>
-                                <property name="x_options">GTK_FILL</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkLabel" id="label12">
-                                <property name="visible">True</property>
-                                <property name="xalign">0</property>
-                                <property name="label" translatable="yes">Memory Usage</property>
-                              </widget>
-                              <packing>
-                                <property name="top_attach">1</property>
-                                <property name="bottom_attach">2</property>
-                                <property name="x_options">GTK_FILL</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkLabel" id="label11">
-                                <property name="visible">True</property>
-                                <property name="xalign">0</property>
-                                <property name="label" translatable="yes">CPU Usage</property>
-                                <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
-                              </widget>
-                              <packing>
-                                <property name="x_options">GTK_FILL</property>
+                                <property name="x_options">GTK_EXPAND</property>
                               </packing>
                             </child>
                           </widget>
@@ -302,19 +304,27 @@
                             <property name="n_columns">1</property>
                             <property name="row_spacing">2</property>
                             <child>
-                              <widget class="GtkComboBox" id="prefs-console-keygrab">
+                              <widget class="GtkComboBox" id="prefs-console-popup">
                                 <property name="visible">True</property>
                                 <property name="items" translatable="yes">Never
-When fullscreen
-On mouse over</property>
+For all new domains
+For all domains</property>
+                                <signal name="changed" handler="on_prefs_console_popup_changed"/>
                               </widget>
                               <packing>
-                                <property name="top_attach">3</property>
-                                <property name="bottom_attach">4</property>
+                                <property name="top_attach">1</property>
+                                <property name="bottom_attach">2</property>
                                 <property name="x_padding">5</property>
                               </packing>
                             </child>
                             <child>
+                              <widget class="GtkLabel" id="label5">
+                                <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="label" translatable="yes">Automatically open consoles:</property>
+                              </widget>
+                            </child>
+                            <child>
                               <widget class="GtkLabel" id="label15">
                                 <property name="visible">True</property>
                                 <property name="xalign">0</property>
@@ -326,22 +336,16 @@
                               </packing>
                             </child>
                             <child>
-                              <widget class="GtkLabel" id="label5">
-                                <property name="visible">True</property>
-                                <property name="xalign">0</property>
-                                <property name="label" translatable="yes">Automatically open consoles:</property>
-                              </widget>
-                            </child>
-                            <child>
-                              <widget class="GtkComboBox" id="prefs-console-popup">
+                              <widget class="GtkComboBox" id="prefs-console-keygrab">
                                 <property name="visible">True</property>
                                 <property name="items" translatable="yes">Never
-For all new domains
-For all domains</property>
+When fullscreen
+On mouse over</property>
+                                <signal name="changed" handler="on_prefs_console_keygrab_changed"/>
                               </widget>
                               <packing>
-                                <property name="top_attach">1</property>
-                                <property name="bottom_attach">2</property>
+                                <property name="top_attach">3</property>
+                                <property name="bottom_attach">4</property>
                                 <property name="x_padding">5</property>
                               </packing>
                             </child>
@@ -380,6 +384,13 @@
                             <property name="n_columns">1</property>
                             <property name="column_spacing">8</property>
                             <child>
+                              <widget class="GtkLabel" id="label16">
+                                <property name="visible">True</property>
+                                <property name="xalign">0</property>
+                                <property name="label" translatable="yes">Install Audio Device:</property>
+                              </widget>
+                            </child>
+                            <child>
                               <widget class="GtkAlignment" id="alignment6">
                                 <property name="visible">True</property>
                                 <property name="left_padding">12</property>
@@ -417,13 +428,6 @@
                                 <property name="bottom_attach">2</property>
                               </packing>
                             </child>
-                            <child>
-                              <widget class="GtkLabel" id="label16">
-                                <property name="visible">True</property>
-                                <property name="xalign">0</property>
-                                <property name="label" translatable="yes">Install Audio Device:</property>
-                              </widget>
-                            </child>
                           </widget>
                         </child>
                       </widget>
@@ -470,7 +474,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="label" translatable="no">gtk-help</property>
+                <property name="label">gtk-help</property>
                 <property name="use_stock">True</property>
                 <property name="response_id">0</property>
                 <signal name="clicked" handler="on_prefs_help_clicked"/>
@@ -500,7 +504,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="label" translatable="no">gtk-close</property>
+                    <property name="label">gtk-close</property>
                     <property name="use_stock">True</property>
                     <property name="response_id">0</property>
                     <signal name="clicked" handler="on_prefs_close_clicked"/>

virt-manager-0.6.1-update-polish.patch:

--- NEW FILE virt-manager-0.6.1-update-polish.patch ---
# HG changeset patch
# User Cole Robinson <crobinso at redhat.com>
# Date 1234794921 18000
# Node ID 7238b8b438bc3311b744debfb576849dbc262cda
# Parent  9d1aa6fcf42681caba0d9c50e15ffa6d10d9f8af
Updated pl translation.

diff -r 9d1aa6fcf426 -r 7238b8b438bc po/pl.po
--- a/po/pl.po	Sun Feb 15 21:40:21 2009 -0500
+++ b/po/pl.po	Mon Feb 16 09:35:21 2009 -0500
@@ -5,8 +5,8 @@
 msgstr ""
 "Project-Id-Version: pl\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-12-12 20:36+0100\n"
-"PO-Revision-Date: 2008-12-12 20:46+0100\n"
+"POT-Creation-Date: 2009-02-06 17:03+0100\n"
+"PO-Revision-Date: 2009-02-06 20:23+0100\n"
 "Last-Translator: Piotr DrÄ…g <piotrdrag at gmail.com>\n"
 "Language-Team: Polish <pl at li.org>\n"
 "MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@
 
 #. ...the risk is we catch too much though
 #. Damned if we do, damned if we dont :-)(
-#: ../src/virt-manager.py.in:264
+#: ../src/virt-manager.py.in:284
 #, python-format
 msgid "Unable to initialize GTK: %s"
 msgstr "Nie można zainicjować GTK: %s"
@@ -41,99 +41,138 @@
 msgstr "Urządzenie dźwiękowe instalacji dla zdalnej maszyny wirtualnej"
 
 #: ../src/virt-manager.schemas.in.h:3
+msgid "Poll cpu stats"
+msgstr "Sondaż statystyk procesora"
+
+#: ../src/virt-manager.schemas.in.h:4
+msgid "Poll disk i/o stats"
+msgstr "Sondaż statystyk wejścia/wyjścia dysku"
+
+#: ../src/virt-manager.schemas.in.h:5
+msgid "Poll memory usage stats"
+msgstr "Sondaż statystyk użycia pamięci"
+
+#: ../src/virt-manager.schemas.in.h:6
+msgid "Poll net i/o stats"
+msgstr "Sondaż statystyk wejścia/wyjścia sieci"
+
+#: ../src/virt-manager.schemas.in.h:7
 msgid "Show VCPU count in summary"
 msgstr "Wyświetl podsumowanie licznika wirtualnych procesorów"
 
-#: ../src/virt-manager.schemas.in.h:4
+#: ../src/virt-manager.schemas.in.h:8
 msgid "Show cpu usage in summary"
 msgstr "Wyświetl podsumowanie użycia procesora"
 
-#: ../src/virt-manager.schemas.in.h:5
+#: ../src/virt-manager.schemas.in.h:9
 msgid "Show disk I/O in summary"
 msgstr "Wyświetl podsumowanie wejścia/wyjścia dysku"
 
-#: ../src/virt-manager.schemas.in.h:6
+#: ../src/virt-manager.schemas.in.h:10
 msgid "Show domain id in summary"
 msgstr "Wyświetl podsumowanie identyfikatora domeny"
 
-#: ../src/virt-manager.schemas.in.h:7
+#: ../src/virt-manager.schemas.in.h:11
 msgid "Show memory usage in summary"
 msgstr "Wyświetl podsumowanie użycia pamięci"
 
-#: ../src/virt-manager.schemas.in.h:8
+#: ../src/virt-manager.schemas.in.h:12
 msgid "Show network I/O in summary"
 msgstr "Wyświetl podsumowanie wejścia/wyjścia sieci"
 
-#: ../src/virt-manager.schemas.in.h:9
+#: ../src/virt-manager.schemas.in.h:13
 msgid "Show run state in summary"
 msgstr "Wyświetl podsumowanie stanu uruchomienia"
 
-#: ../src/virt-manager.schemas.in.h:10
+#: ../src/virt-manager.schemas.in.h:14
 msgid "Show the cpu usage field in the domain list summary view"
 msgstr "Wyświetl pole użycia procesora w widoku podsumowania listy domen"
 
-#: ../src/virt-manager.schemas.in.h:11
+#: ../src/virt-manager.schemas.in.h:15
 msgid "Show the disk I/O field in the domain list summary view"
 msgstr "Wyświetl pole wejścia/wyjścia dysku w widoku podsumowania listy domen"
 
-#: ../src/virt-manager.schemas.in.h:12
+#: ../src/virt-manager.schemas.in.h:16
 msgid "Show the domain id field in the domain list summary view"
 msgstr "Wyświetl pole identyfikatora domeny w widoku podsumowania listy domen"
 
-#: ../src/virt-manager.schemas.in.h:13
+#: ../src/virt-manager.schemas.in.h:17
 msgid "Show the memory usage field in the domain list summary view"
 msgstr "Wyświetl pole użycia pamięci w widoku podsumowania listy domen"
 
-#: ../src/virt-manager.schemas.in.h:14
+#: ../src/virt-manager.schemas.in.h:18
 msgid "Show the network I/O field in the domain list summary view"
 msgstr "Wyświetl pole wejścia/wyjścia sieci w widoku podsumowania listy domen"
 
-#: ../src/virt-manager.schemas.in.h:15
+#: ../src/virt-manager.schemas.in.h:19
 msgid "Show the run state field in the domain list summary view"
 msgstr "Wyświetl pole stanu uruchomienia w widoku podsumowania listy domen"
 
-#: ../src/virt-manager.schemas.in.h:16
+#: ../src/virt-manager.schemas.in.h:20
 msgid "Show the virtual CPU count field in the domain list summary view"
 msgstr ""
 "Wyświetl pole licznika wirtualnych procesorów w widoku podsumowania listy "
 "domen"
 
-#: ../src/virt-manager.schemas.in.h:17
+#: ../src/virt-manager.schemas.in.h:21
 msgid "The length of the list of URLs"
 msgstr "Długość listy URL-i"
 
-#: ../src/virt-manager.schemas.in.h:18
+#: ../src/virt-manager.schemas.in.h:22
 msgid "The number of samples to keep in the statistics history"
 msgstr "Liczba przykładów przechowywanych w historii statystyk"
 
-#: ../src/virt-manager.schemas.in.h:19
+#: ../src/virt-manager.schemas.in.h:23
 msgid ""
 "The number of urls to keep in the history for the install media address page."
 msgstr ""
 "Liczba URL-i przechowywanych w historii strony adresowej nośnika "
 "instalacyjnego."
 
-#: ../src/virt-manager.schemas.in.h:20
+#: ../src/virt-manager.schemas.in.h:24
 msgid "The statistics history length"
 msgstr "Długość historii statystyk"
 
-#: ../src/virt-manager.schemas.in.h:21
+#: ../src/virt-manager.schemas.in.h:25
 msgid "The statistics update interval"
 msgstr "Częstość aktualizacji statystyk"
 
-#: ../src/virt-manager.schemas.in.h:22
+#: ../src/virt-manager.schemas.in.h:26
 msgid "The statistics update interval in seconds"
 msgstr "Częstość aktualizacji statystyk w sekundach"
 
-#: ../src/virt-manager.schemas.in.h:23
+#: ../src/virt-manager.schemas.in.h:27
 msgid "When to grab keyboard input for the console"
 msgstr "Kiedy przechwycić wejście klawiatury w konsoli"
 
-#: ../src/virt-manager.schemas.in.h:24
+#: ../src/virt-manager.schemas.in.h:28
 msgid "When to pop up a console for a guest"
 msgstr "Kiedy wyświetlić konsolę gościa"
 
-#: ../src/virt-manager.schemas.in.h:25
+#: ../src/virt-manager.schemas.in.h:29
+msgid "Whether or not the app will poll VM disk i/o statistics"
+msgstr ""
+"Czy aplikacja ma sondować statystyki wejścia/wyjścia dysku maszyny wirtualnej"
+
+#: ../src/virt-manager.schemas.in.h:30
+msgid "Whether or not the app will poll VM network i/o statistics"
+msgstr ""
+"Czy aplikacja ma sondować statystyki wejścia/wyjścia sieci maszyny wirtualnej"
+
+#: ../src/virt-manager.schemas.in.h:31
+msgid "Whether or not the app will poll connection and VM cpu usage statistics"
+msgstr ""
+"Czy aplikacja ma sondować statystyki użycia połączenia i procesora maszyny "
+"wirtualnej"
+
+#: ../src/virt-manager.schemas.in.h:32
+msgid ""
+"Whether or not the app will poll connection and VM memory usage statistics"
+msgstr ""
+"Czy aplikacja ma sondować statystyki użycia połączenia i pamięci maszyny "
+"wirtualnej"
+
+#: ../src/virt-manager.schemas.in.h:33
 msgid ""
 "Whether to grab keyboard input for a guest console. 0 = never, 1 = only when "
 "in full screen mode, 2 = when mouse is over console"
@@ -141,15 +180,15 @@
 "Kiedy przechwycić wejście klawiatury w konsoli gościa. 0 = nigdy, 1 = tylko "
 "w trybie pełnoekranowym, 2 = kiedy mysz jest nad konsolą"
 
-#: ../src/virt-manager.schemas.in.h:26
+#: ../src/virt-manager.schemas.in.h:34
 msgid "Whether to install a sound device for local VMs or not"
 msgstr "Czy instalować urządzenie dźwiękowe dla lokalnej maszyny wirtualnej"
[...3161 lines suppressed...]
 
-#: ../src/vmm-details.glade.h:118
+#: ../src/vmm-details.glade.h:103
 msgid "_Take Screenshot"
 msgstr "_Wykonaj zrzut ekranu"
 
-#: ../src/vmm-details.glade.h:119 ../src/vmm-manager.glade.h:22
+#: ../src/vmm-details.glade.h:104 ../src/vmm-manager.glade.h:22
 msgid "_View"
 msgstr "_Widok"
 
-#: ../src/vmm-details.glade.h:120
-msgid "disk\t"
-msgstr "dysk\t"
-
-#: ../src/vmm-details.glade.h:121
-msgid "insert sound model"
-msgstr "wstaw model dźwięku"
-
 #: ../src/vmm-host.glade.h:2
 msgid "<b>IPv4 configuration</b>"
 msgstr "<b>Konfiguracja IPv4</b>"
@@ -3042,7 +3065,7 @@
 msgid "Forwarding:"
 msgstr "Przekazywanie:"
 
-#: ../src/vmm-host.glade.h:21
+#: ../src/vmm-host.glade.h:21 ../src/vmm-manager.glade.h:10
 msgid "Host Details"
 msgstr "Szczegóły hosta"
 
@@ -3090,18 +3113,10 @@
 msgid "Stop Pool"
 msgstr "Zatrzymaj pulÄ™"
 
-#: ../src/vmm-host.glade.h:39
-msgid "Storage Pools"
-msgstr "Pule pamięci masowej"
-
 #: ../src/vmm-host.glade.h:40
 msgid "Virtual Networks"
 msgstr "Sieci wirtualne"
 
-#: ../src/vmm-host.glade.h:41
-msgid "Xen"
-msgstr "Xen"
-
 #: ../src/vmm-manager.glade.h:1
 msgid "Add Connection..."
 msgstr "Dodaj połączenie..."
@@ -3116,21 +3131,21 @@
 "Aktywne maszyny wirtualne\n"
 "Nieaktywne maszyny wirtualne"
 
-#: ../src/vmm-manager.glade.h:6
-msgid "Connection Details..."
-msgstr "Szczegóły połączenia..."
+#: ../src/vmm-manager.glade.h:5 ../src/vmm-preferences.glade.h:6
+msgid "CPU Usage"
+msgstr "Użycie procesora"
 
 #: ../src/vmm-manager.glade.h:7
-msgid "Delete Machine"
-msgstr "Usuń maszynę"
+msgid "Delete Virtual Machine"
+msgstr "Usuń maszynę wirtualną"
 
 #: ../src/vmm-manager.glade.h:9
 msgid "Domain ID"
 msgstr "Identyfikator domeny"
 
-#: ../src/vmm-manager.glade.h:10
-msgid "Machine Details..."
-msgstr "Szczegóły maszyny..."
+#: ../src/vmm-manager.glade.h:11 ../src/vmm-preferences.glade.h:12
+msgid "Memory Usage"
+msgstr "Użycie pamięci"
 
 #: ../src/vmm-manager.glade.h:13
 msgid "Restore a saved machine from a filesystem image"
@@ -3141,8 +3156,8 @@
 msgstr "Przywróć zapisaną maszynę..."
 
 #: ../src/vmm-manager.glade.h:16
-msgid "Virtual CPUs"
-msgstr "Wirtualne procesory"
+msgid "Virtual Machine Details"
+msgstr "Szczegóły maszyny wirtualnej"
 
 #: ../src/vmm-manager.glade.h:19
 msgid "_Edit"
@@ -3205,56 +3220,48 @@
 msgstr "<b>Konsole</b>"
 
 #: ../src/vmm-preferences.glade.h:2
-msgid "<b>New VM Preferences</b>"
-msgstr "<b>Preferencje nowej maszyny wirtualnej</b>"
+msgid "<b>Enable Stats Polling</b>"
+msgstr "<b>Włącz sondaż statystyk</b>"
 
 #: ../src/vmm-preferences.glade.h:3
-msgid "<b>Status monitoring</b>"
-msgstr "<b>Stan monitorowania</b>"
+msgid "<b>New VM</b>"
+msgstr "<b>Nowa maszyna wirtualna</b>"
 
 #: ../src/vmm-preferences.glade.h:4
-msgid "Auto Console"
-msgstr "Automatyczna konsola"
+msgid "<b>Stats Options</b>"
+msgstr "<b>Opcje statystyk</b>"
 
 #: ../src/vmm-preferences.glade.h:5
 msgid "Automatically open consoles:"
 msgstr "Automatycznie otwórz konsole:"
 
-#: ../src/vmm-preferences.glade.h:6
-msgid "Grab Keyboard"
-msgstr "Przechwyć klawiaturę"
-
-#: ../src/vmm-preferences.glade.h:7
+#: ../src/vmm-preferences.glade.h:8
 msgid "Grab keyboard input:"
 msgstr "Przechwyć wejście klawiatury:"
 
-#: ../src/vmm-preferences.glade.h:8
-msgid "History Samples"
-msgstr "Przykłady historii"
-
 #: ../src/vmm-preferences.glade.h:9
 msgid "Install Audio Device:"
 msgstr "Urządzenie dźwiękowe instalacji:"
 
 #: ../src/vmm-preferences.glade.h:10
-msgid "Local VM"
+msgid "Local virtual machine"
 msgstr "Lokalna maszyna wirtualna"
 
 #: ../src/vmm-preferences.glade.h:11
 msgid "Maintain history of"
 msgstr "ZarzÄ…dzaj historiÄ…"
 
-#: ../src/vmm-preferences.glade.h:12
+#: ../src/vmm-preferences.glade.h:14
 msgid ""
 "Never\n"
-"For new domains\n"
+"For all new domains\n"
 "For all domains"
 msgstr ""
 "Nigdy\n"
-"Dla nowych domen\n"
+"Dla wszystkich nowych domen\n"
 "Dla wszystkich domen"
 
-#: ../src/vmm-preferences.glade.h:15
+#: ../src/vmm-preferences.glade.h:17
 msgid ""
 "Never\n"
 "When fullscreen\n"
@@ -3264,26 +3271,30 @@
 "Kiedy jest na pełnym ekranie\n"
 "Przy najechaniu myszÄ…"
 
-#: ../src/vmm-preferences.glade.h:18
+#: ../src/vmm-preferences.glade.h:20
 msgid "Preferences"
 msgstr "Preferencje"
 
-#: ../src/vmm-preferences.glade.h:19
-msgid "Remote VM"
+#: ../src/vmm-preferences.glade.h:21
+msgid "Remote virtual machine"
 msgstr "Zdalna maszyna wirtualna"
 
-#: ../src/vmm-preferences.glade.h:20
-msgid "Status Interval"
-msgstr "Częstość stanu"
+#: ../src/vmm-preferences.glade.h:22
+msgid "Stats"
+msgstr "Statystyki"
 
-#: ../src/vmm-preferences.glade.h:21
+#: ../src/vmm-preferences.glade.h:23
 msgid "Update status every"
 msgstr "Zaktualizuj stan co"
 
-#: ../src/vmm-preferences.glade.h:22
+#: ../src/vmm-preferences.glade.h:24
+msgid "VM Details"
+msgstr "Szczegóły maszyny wirtualnej"
+
+#: ../src/vmm-preferences.glade.h:25
 msgid "samples"
 msgstr "przykłady"
 
-#: ../src/vmm-preferences.glade.h:23
+#: ../src/vmm-preferences.glade.h:26
 msgid "seconds"
 msgstr "sekundy"


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/F-9/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	1 Dec 2008 17:37:42 -0000	1.20
+++ .cvsignore	4 Mar 2009 18:28:03 -0000	1.21
@@ -1 +1 @@
-virt-manager-0.6.0.tar.gz
+virt-manager-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/F-9/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	1 Dec 2008 17:37:42 -0000	1.20
+++ sources	4 Mar 2009 18:28:03 -0000	1.21
@@ -1 +1 @@
-fd0acd111f180a0766b08d5f42cf5468  virt-manager-0.6.0.tar.gz
+9c4eeaf447919b425f890b6bff715512  virt-manager-0.6.1.tar.gz


Index: virt-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/F-9/virt-manager.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- virt-manager.spec	7 Dec 2008 21:16:11 -0000	1.39
+++ virt-manager.spec	4 Mar 2009 18:28:04 -0000	1.40
@@ -7,7 +7,7 @@
 %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 
 Name: virt-manager
-Version: 0.6.0
+Version: 0.6.1
 Release: 1%{_extra_release}
 Summary: Virtual Machine Manager
 
@@ -15,17 +15,9 @@
 License: GPLv2+
 URL: http://virt-manager.org/
 Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
-Source1: %{name}.pam
-Source2: %{name}.console
-Patch1: %{name}-%{version}-polkit-root.patch
-Patch2: %{name}-%{version}-conn-details-sensitivity.patch
-Patch3: %{name}-%{version}-populate-hostinfo-early.patch
-Patch4: %{name}-%{version}-update-potfiles.patch
-Patch5: %{name}-%{version}-update-translations.patch
-Patch6: %{name}-%{version}-multiple-sound-dev.patch
-Patch7: %{name}-%{version}-vol-copy-popup.patch
-Patch8: %{name}-%{version}-connect-variable-typo.patch
-Patch9: %{name}-%{version}-fix-virt-type-desc.patch
+Patch1: %{name}-%{version}-update-polish.patch
+Patch2: %{name}-%{version}-fix-cadl.patch
+Patch3: %{name}-%{version}-fix-stats-prefs.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # These two are just the oldest version tested
@@ -59,14 +51,16 @@
 Requires: librsvg2
 # Earlier vte had broken python binding module
 Requires: vte >= 0.12.2
-# For the consolehelper PAM stuff
-Requires: usermode
 # For online help
 Requires: scrollkeeper
 # For console widget
 Requires: gtk-vnc-python >= 0.3.4
 # For local authentication against PolicyKit
+%if 0%{?fedora} >= 11
+Requires: PolicyKit-authentication-agent
+%else if 0%{?fedora} >= 9
 Requires: PolicyKit-gnome
+%endif
 
 BuildRequires: pygtk2-devel
 BuildRequires: gtk2-devel
@@ -98,12 +92,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
 
 %build
 %configure
@@ -115,15 +103,6 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/sparkline.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/sparkline.la
 
-# Adjust for console-helper magic
-mkdir -p $RPM_BUILD_ROOT%{_sbindir}
-mv $RPM_BUILD_ROOT%{_bindir}/%{name} $RPM_BUILD_ROOT%{_sbindir}/%{name}
-ln -s ../bin/consolehelper $RPM_BUILD_ROOT%{_bindir}/%{name}
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
-cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/%{name}
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps
-cp %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/%{name}
-
 %find_lang %{name}
 
 %clean
@@ -161,10 +140,7 @@
 %defattr(-,root,root,-)
 %doc README COPYING COPYING-DOCS AUTHORS ChangeLog NEWS
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
-%config(noreplace) %{_sysconfdir}/pam.d/%{name}
-%{_sysconfdir}/security/console.apps/%{name}
 %{_bindir}/%{name}
-%{_sbindir}/%{name}
 %{_libexecdir}/%{name}-launch
 %dir %{_libdir}/%{name}/
 %{_libdir}/%{name}/*
@@ -193,6 +169,13 @@
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Wed Mar  4 2009 Cole Robinson <crobinso at redhat.com> - 0.6.1-1.fc9
+- Update to 0.6.1 release
+- Disk and Network VM stats reporting
+- VM Migration support
+- Support adding sound devices to existing VMs
+- Allow specifying device model when adding a network device to an existing VM
+
 * Mon Dec  1 2008 Cole Robinson <crobinso at redhat.com> - 0.6.0-1.fc9
 - Update to 0.6.0 release with additional fixes from rawhide/F10
 - Add libvirt storage management support


--- virt-manager-0.6.0-conn-details-sensitivity.patch DELETED ---


--- virt-manager-0.6.0-connect-variable-typo.patch DELETED ---


--- virt-manager-0.6.0-fix-virt-type-desc.patch DELETED ---


--- virt-manager-0.6.0-multiple-sound-dev.patch DELETED ---


--- virt-manager-0.6.0-polkit-root.patch DELETED ---


--- virt-manager-0.6.0-populate-hostinfo-early.patch DELETED ---


--- virt-manager-0.6.0-update-potfiles.patch DELETED ---


--- virt-manager-0.6.0-update-translations.patch DELETED ---


--- virt-manager-0.6.0-vol-copy-popup.patch DELETED ---


--- virt-manager.console DELETED ---


--- virt-manager.pam DELETED ---




More information about the fedora-extras-commits mailing list