rpms/virt-manager/devel 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 virt-manager.spec, 1.46, 1.47

Cole Robinson crobinso at fedoraproject.org
Wed Mar 4 17:54:02 UTC 2009


Author: crobinso

Update of /cvs/pkgs/rpms/virt-manager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30937

Modified Files:
	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 
Log Message:
Update polish translation (bz 263301)
Fix sending ctrl-alt-del to guest
Fix cpu + mem stats options to remember preference.


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: virt-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/virt-manager.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- virt-manager.spec	26 Feb 2009 00:32:18 -0000	1.46
+++ virt-manager.spec	4 Mar 2009 17:53:31 -0000	1.47
@@ -8,13 +8,16 @@
 
 Name: virt-manager
 Version: 0.6.1
-Release: 3%{_extra_release}
+Release: 4%{_extra_release}
 Summary: Virtual Machine Manager
 
 Group: Applications/Emulators
 License: GPLv2+
 URL: http://virt-manager.org/
 Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
+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
@@ -53,7 +56,11 @@
 # 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
@@ -82,6 +89,9 @@
 
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %configure
@@ -159,6 +169,11 @@
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Wed Mar  4 2009 Cole Robinson <crobinso at redhat.com> - 0.6.1-4.fc11
+- Update polish translation (bz 263301)
+- Fix sending ctrl-alt-del to guest
+- Fix cpu + mem stats options to remember preference.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list