[fedora-virt-maint] rpms/virt-manager/devel virt-manager-0.7.0-delete-dup-conn.patch, NONE, 1.1 virt-manager-0.7.0-fix-button-ordering.patch, NONE, 1.1 virt-manager-0.7.0-fix-vcpu-cap.patch, NONE, 1.1 virt-manager-0.7.0-update-translations.patch, NONE, 1.1 virt-manager.spec, 1.49, 1.50

Cole Robinson crobinso at fedoraproject.org
Thu Apr 9 19:19:07 UTC 2009


Author: crobinso

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

Modified Files:
	virt-manager.spec 
Added Files:
	virt-manager-0.7.0-delete-dup-conn.patch 
	virt-manager-0.7.0-fix-button-ordering.patch 
	virt-manager-0.7.0-fix-vcpu-cap.patch 
	virt-manager-0.7.0-update-translations.patch 
Log Message:
Fix incorrect max vcpu setting in New VM wizard (bz 490466)
Fix some OK/Cancel button ordering issues (bz 490207)
Use openAuth when duplicating a connection when deleting a VM
Updated translations (bz 493795)


virt-manager-0.7.0-delete-dup-conn.patch:

--- NEW FILE virt-manager-0.7.0-delete-dup-conn.patch ---
# HG changeset patch
# User Cole Robinson <crobinso at redhat.com>
# Date 1238782522 14400
# Node ID 218ecc7495319b70960c5e3685e8597700c29bfb
# Parent  5abfbc44b41efc4fae9b154bb515044c32ffc0f4
Use dup_conn in delete dialog.

diff -r 5abfbc44b41e -r 218ecc749531 src/virtManager/delete.py
--- a/src/virtManager/delete.py	Fri Apr 03 14:15:15 2009 -0400
+++ b/src/virtManager/delete.py	Fri Apr 03 14:15:22 2009 -0400
@@ -25,9 +25,9 @@
 import traceback
 import logging
 
-import libvirt
 import virtinst
 
+from virtManager import util
 from virtManager.error import vmmErrorDialog
 from virtManager.asyncjob import vmmAsyncJob
 from virtManager.createmeter import vmmCreateMeter
@@ -159,11 +159,7 @@
         try:
             # Open a seperate connection to install on since this is async
             logging.debug("Threading off connection to delete vol.")
-            #newconn = vmmConnection(self.config, self.conn.get_uri(),
-            #                        self.conn.is_read_only())
-            #newconn.open()
-            #newconn.connectThreadEvent.wait()
-            newconn = libvirt.open(self.conn.get_uri())
+            newconn = util.dup_conn(self.config, self.conn)
             meter = vmmCreateMeter(asyncjob)
 
             for path in paths:

virt-manager-0.7.0-fix-button-ordering.patch:

--- NEW FILE virt-manager-0.7.0-fix-button-ordering.patch ---
# HG changeset patch
# User Cole Robinson <crobinso at redhat.com>
# Date 1238787321 14400
# Node ID 71d9208d322631118bbdc110388c333bd1f784eb
# Parent  9b4b6eb8de8d9e7b0e906715fb503a0b1ab0f30d
Reorder buttons in the delete dialog.

diff -r 9b4b6eb8de8d -r 71d9208d3226 src/vmm-delete.glade
--- a/src/vmm-delete.glade	Fri Apr 03 14:58:51 2009 -0400
+++ b/src/vmm-delete.glade	Fri Apr 03 15:35:21 2009 -0400
@@ -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 Wed Feb 25 17:45:14 2009 -->
+<!--Generated with glade3 3.4.5 on Fri Apr  3 15:34:40 2009 -->
 <glade-interface>
   <widget class="GtkDialog" id="vmm-delete">
     <property name="width_request">500</property>
@@ -115,6 +115,17 @@
             <property name="visible">True</property>
             <property name="layout_style">GTK_BUTTONBOX_END</property>
             <child>
+              <widget class="GtkButton" id="delete-cancel">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="receives_default">True</property>
+                <property name="label" translatable="yes">gtk-cancel</property>
+                <property name="use_stock">True</property>
+                <property name="response_id">0</property>
+                <signal name="clicked" handler="on_delete_cancel_clicked"/>
+              </widget>
+            </child>
+            <child>
               <widget class="GtkButton" id="delete-ok">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
@@ -124,17 +135,6 @@
                 <property name="response_id">0</property>
                 <signal name="clicked" handler="on_delete_ok_clicked"/>
               </widget>
-            </child>
-            <child>
-              <widget class="GtkButton" id="delete-cancel">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="label" translatable="yes">gtk-cancel</property>
-                <property name="use_stock">True</property>
-                <property name="response_id">0</property>
-                <signal name="clicked" handler="on_delete_cancel_clicked"/>
-              </widget>
               <packing>
                 <property name="position">1</property>
               </packing>
# HG changeset patch
# User Cole Robinson <crobinso at redhat.com>
# Date 1238787521 14400
# Node ID 6f0170f9d551ff54dcedca188bbf84313c551a30
# Parent  71d9208d322631118bbdc110388c333bd1f784eb
Change 'choose cd' button ordering.

diff -r 71d9208d3226 -r 6f0170f9d551 src/vmm-choose-cd.glade
--- a/src/vmm-choose-cd.glade	Fri Apr 03 15:35:21 2009 -0400
+++ b/src/vmm-choose-cd.glade	Fri Apr 03 15:38:41 2009 -0400
@@ -40,97 +40,19 @@
                           <placeholder/>
                         </child>
                         <child>
-                          <widget class="GtkHBox" id="hbox2">
-                            <property name="visible">True</property>
-                            <child>
-                              <widget class="GtkLabel" id="label38">
-                                <property name="visible">True</property>
-                                <property name="xpad">5</property>
-                                <property name="label" translatable="yes">_Path to install media:</property>
-                                <property name="use_underline">True</property>
-                                <property name="mnemonic_widget">cd-path</property>
-                              </widget>
-                              <packing>
-                                <property name="expand">False</property>
-                                <property name="fill">False</property>
-                              </packing>
-                            </child>
-                            <child>
-                              <widget class="GtkComboBox" id="cd-path">
-                                <property name="visible">True</property>
-                                <signal name="changed" handler="on_cd_path_changed"/>
-                              </widget>
-                              <packing>
-                                <property name="position">1</property>
-                              </packing>
-                            </child>
-                          </widget>
-                          <packing>
-                            <property name="left_attach">1</property>
-                            <property name="right_attach">3</property>
-                            <property name="top_attach">3</property>
-                            <property name="bottom_attach">4</property>
-                          </packing>
-                        </child>
-                        <child>
-                          <widget class="GtkAlignment" id="alignment5">
+                          <widget class="GtkAlignment" id="alignment4">
                             <property name="visible">True</property>
                             <property name="yalign">0</property>
                             <property name="yscale">0</property>
                             <child>
-                              <widget class="GtkRadioButton" id="iso-image">
-                                <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <property name="label" translatable="yes">_ISO Image Location:</property>
-                                <property name="use_underline">True</property>
-                                <property name="response_id">0</property>
-                                <property name="draw_indicator">True</property>
-                                <property name="group">physical-media</property>
-                                <signal name="toggled" handler="on_media_toggled"/>
-                              </widget>
+                              <placeholder/>
                             </child>
                           </widget>
                           <packing>
-                            <property name="right_attach">3</property>
-                            <property name="x_options">GTK_FILL</property>
-                            <property name="y_options">GTK_FILL</property>
-                          </packing>
-                        </child>
-                        <child>
-                          <widget class="GtkRadioButton" id="physical-media">
-                            <property name="visible">True</property>
-                            <property name="can_focus">True</property>
-                            <property name="label" translatable="yes">_CD-ROM or DVD:</property>
-                            <property name="use_underline">True</property>
-                            <property name="response_id">0</property>
-                            <property name="active">True</property>
-                            <property name="draw_indicator">True</property>
-                            <signal name="toggled" handler="on_media_toggled"/>
-                          </widget>
-                          <packing>
-                            <property name="right_attach">3</property>
-                            <property name="top_attach">2</property>
-                            <property name="bottom_attach">3</property>
-                            <property name="x_options">GTK_FILL</property>
-                            <property name="y_options">GTK_FILL</property>
-                          </packing>
-                        </child>
-                        <child>
-                          <widget class="GtkLabel" id="label36">
-                            <property name="visible">True</property>
-                            <property name="xalign">1</property>
-                            <property name="label" translatable="yes">ISO _Location:</property>
-                            <property name="use_underline">True</property>
-                            <property name="mnemonic_widget">iso-path</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>
-                            <property name="y_options"></property>
-                            <property name="x_padding">3</property>
+                            <property name="y_options">GTK_FILL</property>
                           </packing>
                         </child>
                         <child>
@@ -168,21 +90,99 @@
                           </packing>
                         </child>
                         <child>
-                          <widget class="GtkAlignment" id="alignment4">
+                          <widget class="GtkLabel" id="label36">
+                            <property name="visible">True</property>
+                            <property name="xalign">1</property>
+                            <property name="label" translatable="yes">ISO _Location:</property>
+                            <property name="use_underline">True</property>
+                            <property name="mnemonic_widget">iso-path</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>
+                            <property name="y_options"></property>
+                            <property name="x_padding">3</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkRadioButton" id="physical-media">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="label" translatable="yes">_CD-ROM or DVD:</property>
+                            <property name="use_underline">True</property>
+                            <property name="response_id">0</property>
+                            <property name="active">True</property>
+                            <property name="draw_indicator">True</property>
+                            <signal name="toggled" handler="on_media_toggled"/>
+                          </widget>
+                          <packing>
+                            <property name="right_attach">3</property>
+                            <property name="top_attach">2</property>
+                            <property name="bottom_attach">3</property>
+                            <property name="x_options">GTK_FILL</property>
+                            <property name="y_options">GTK_FILL</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkAlignment" id="alignment5">
                             <property name="visible">True</property>
                             <property name="yalign">0</property>
                             <property name="yscale">0</property>
                             <child>
-                              <placeholder/>
+                              <widget class="GtkRadioButton" id="iso-image">
+                                <property name="visible">True</property>
+                                <property name="can_focus">True</property>
+                                <property name="label" translatable="yes">_ISO Image Location:</property>
+                                <property name="use_underline">True</property>
+                                <property name="response_id">0</property>
+                                <property name="draw_indicator">True</property>
+                                <property name="group">physical-media</property>
+                                <signal name="toggled" handler="on_media_toggled"/>
+                              </widget>
                             </child>
                           </widget>
                           <packing>
-                            <property name="top_attach">1</property>
-                            <property name="bottom_attach">2</property>
+                            <property name="right_attach">3</property>
                             <property name="x_options">GTK_FILL</property>
                             <property name="y_options">GTK_FILL</property>
                           </packing>
                         </child>
+                        <child>
+                          <widget class="GtkHBox" id="hbox2">
+                            <property name="visible">True</property>
+                            <child>
+                              <widget class="GtkLabel" id="label38">
+                                <property name="visible">True</property>
+                                <property name="xpad">5</property>
+                                <property name="label" translatable="yes">_Path to install media:</property>
+                                <property name="use_underline">True</property>
+                                <property name="mnemonic_widget">cd-path</property>
+                              </widget>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="fill">False</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <widget class="GtkComboBox" id="cd-path">
+                                <property name="visible">True</property>
+                                <signal name="changed" handler="on_cd_path_changed"/>
+                              </widget>
+                              <packing>
+                                <property name="position">1</property>
+                              </packing>
+                            </child>
+                          </widget>
+                          <packing>
+                            <property name="left_attach">1</property>
+                            <property name="right_attach">3</property>
+                            <property name="top_attach">3</property>
+                            <property name="bottom_attach">4</property>
+                          </packing>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -209,6 +209,17 @@
             <property name="visible">True</property>
             <property name="layout_style">GTK_BUTTONBOX_END</property>
             <child>
+              <widget class="GtkButton" id="Cancel">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="can_default">True</property>
+                <property name="label">gtk-cancel</property>
+                <property name="use_stock">True</property>
+                <property name="response_id">-6</property>
+                <signal name="clicked" handler="on_cancel_clicked"/>
+              </widget>
+            </child>
+            <child>
               <widget class="GtkButton" id="OK">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
@@ -218,17 +229,6 @@
                 <property name="response_id">-5</property>
                 <signal name="clicked" handler="on_ok_clicked"/>
               </widget>
-            </child>
-            <child>
-              <widget class="GtkButton" id="Cancel">
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="can_default">True</property>
-                <property name="label">gtk-cancel</property>
-                <property name="use_stock">True</property>
-                <property name="response_id">-6</property>
-                <signal name="clicked" handler="on_cancel_clicked"/>
-              </widget>
               <packing>
                 <property name="position">1</property>
               </packing>

virt-manager-0.7.0-fix-vcpu-cap.patch:

--- NEW FILE virt-manager-0.7.0-fix-vcpu-cap.patch ---
# HG changeset patch
# User Cole Robinson <crobinso at redhat.com>
# Date 1239034964 14400
# Node ID c5489151e2e6bd37c41b543efb79186739fb1b3c
# Parent  3cfb5918b1a80b9eea3282244a27f512f566eb2e
Fix incorrect vcpu capping in create wizard.

Cap was always 10 less than we intended. Apparently spinbutton page_size != 0
is deprecated, yet is the default set by glade3? Schweet.

diff -r 3cfb5918b1a8 -r c5489151e2e6 src/vmm-create.glade
--- a/src/vmm-create.glade	Mon Apr 06 11:33:46 2009 -0400
+++ b/src/vmm-create.glade	Mon Apr 06 12:22:44 2009 -0400
@@ -826,7 +826,7 @@
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="xalign">1</property>
-                                            <property name="adjustment">0 0 8096 1 10 10</property>
+                                            <property name="adjustment">0 0 8096 1 10 0</property>
                                             <property name="climb_rate">1</property>
                                           </widget>
                                           <packing>
@@ -841,7 +841,7 @@
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="xalign">1</property>
-                                            <property name="adjustment">0 0 128 1 10 10</property>
+                                            <property name="adjustment">0 0 128 1 10 0</property>
                                             <property name="climb_rate">1</property>
                                           </widget>
                                           <packing>
@@ -1025,7 +1025,7 @@
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="xalign">1</property>
-                                                <property name="adjustment">2 0 1000000 0.10000000000000001 10 10</property>
+                                                <property name="adjustment">2 0 1000000 0.10000000000000001 10 0</property>
                                                 <property name="climb_rate">1</property>
                                                 <property name="digits">1</property>
                                               </widget>

virt-manager-0.7.0-update-translations.patch:

--- NEW FILE virt-manager-0.7.0-update-translations.patch ---
diff -rup --new-file virt-manager-0.7.0/po/as.po new/po/as.po
--- virt-manager-0.7.0/po/as.po	1969-12-31 19:00:00.000000000 -0500
+++ new/po/as.po	2009-04-09 12:27:48.195275000 -0400
@@ -0,0 +1,3575 @@
+# translation of virt-manager.tip.po to Assamese
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Amitakhya Phukan <aphukan at fedoraproject.org>, 2008, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: virt-manager.tip\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-03-09 20:26-0400\n"
+"PO-Revision-Date: 2009-04-06 14:07+0530\n"
+"Last-Translator: Amitakhya Phukan <aphukan at fedoraproject.org>\n"
+"Language-Team: Assamese <fedora-trans-as at redhat.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 0.3\n"
+"Plural-Forms: nplurals=2; plural=(n!=1)\n"
+
+#: ../src/virt-manager.desktop.in.in.h:1
+msgid "Manage virtual machines"
+msgstr "ভাৰ্চুৱেল যন্ত্ৰৰ পৰিচালনা কৰক"
+
+#: ../src/virt-manager.desktop.in.in.h:2 ../src/vmm-manager.glade.h:17
+msgid "Virtual Machine Manager"
+msgstr "ভাৰ্চুৱেল যন্ত্ৰ পৰিচালক"
+
+#: ../src/virt-manager.py.in:55
+msgid "Error starting Virtual Machine Manager"
+msgstr "ভাৰ্চুৱেল যন্ত্ৰ পৰিচালক আৰম্ভ কৰোঁতে সমস্যা"
+
+#. ...the risk is we catch too much though
+#. Damned if we do, damned if we dont :-)(
+#: ../src/virt-manager.py.in:284, python-format
+msgid "Unable to initialize GTK: %s"
+msgstr "GTK আৰম্ভ কৰোঁতে ব্যৰ্থ: %s"
+
+#: ../src/virt-manager.schemas.in.h:1
+msgid "Install sound device for local VM"
+msgstr "স্থানীয় VM ত ধ্বনি যন্ত্ৰ সংস্থাপন কৰক"
+
+#: ../src/virt-manager.schemas.in.h:2
+msgid "Install sound device for remote VM"
+msgstr "দূৰবৰ্তী ভাৰ্চুৱেল যন্ত্ৰৰ বাবে শব্দৰ যন্ত্ৰ সংস্থাপন কৰক"
+
+#: ../src/virt-manager.schemas.in.h:3
+msgid "Poll cpu stats"
+msgstr "cpu stats বিচাৰক"
+
+#: ../src/virt-manager.schemas.in.h:4
+msgid "Poll disk i/o stats"
+msgstr "disk i/o stats বিচাৰক"
+
+#: ../src/virt-manager.schemas.in.h:5
+msgid "Poll memory usage stats"
+msgstr "memory usage stats বিচাৰক"
+
+#: ../src/virt-manager.schemas.in.h:6
+msgid "Poll net i/o stats"
+msgstr "net i/o stats বিচাৰক"
+
+#: ../src/virt-manager.schemas.in.h:7
+msgid "Show VCPU count in summary"
+msgstr "সাৰাংসত VCPU ৰ সংখ্যা প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:8
+msgid "Show cpu usage in summary"
+msgstr "সাৰাংসত cpu ব্যৱহাৰৰ তথ্য প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:9
+msgid "Show disk I/O in summary"
+msgstr "সাৰাংসত ডিস্ক  I/O তথ্য প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:10
+msgid "Show domain id in summary"
+msgstr "সাৰাংসত ডোমেইন id প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:11
+msgid "Show memory usage in summary"
+msgstr "সাৰাংসত স্মৃতিশক্তিৰ ব্যৱহাৰ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:12
+msgid "Show network I/O in summary"
+msgstr "নে'টৱৰ্কৰ I/O ৰ সংক্ষিপ্ত বিৱৰণ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:13
+msgid "Show run state in summary"
+msgstr "সাৰাংসত সঞ্চালনৰ অৱস্থা প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:14
+msgid "Show the cpu usage field in the domain list summary view"
+msgstr "ডোমেইন তালিকাৰ সংক্ষিপ্ত প্ৰদৰ্শনত cpu ব্যৱহাৰৰ ক্ষেত্ৰ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:15
+msgid "Show the disk I/O field in the domain list summary view"
+msgstr "ডোমেইন তালিকাৰ সংক্ষিপ্ত প্ৰদৰ্শনত ডিস্ক I/O ক্ষেত্ৰ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:16
+msgid "Show the domain id field in the domain list summary view"
+msgstr "ডোমেইন তালিকাৰ সংক্ষিপ্ত প্ৰদৰ্শনত ডোমেইন id ৰ ক্ষেত্ৰ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:17
+msgid "Show the memory usage field in the domain list summary view"
+msgstr "ডোমেইন তালিকাৰ সংক্ষিপ্ত প্ৰদৰ্শনত স্মৃতিশক্তি ব্যৱহাৰৰ ক্ষেত্ৰ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:18
+msgid "Show the network I/O field in the domain list summary view"
+msgstr "ডোমেইন তালিকাৰ সংক্ষিপ্ত প্ৰদৰ্শনত নে'টৱৰ্ক পৰিবহনৰ ক্ষেত্ৰ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:19
+msgid "Show the run state field in the domain list summary view"
+msgstr "ডোমেইন তালিকাৰ সংক্ষিপ্ত প্ৰদৰ্শনত সঞ্চালনৰ অৱস্থা সংক্ৰান্ত ক্ষেত্ৰ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:20
+msgid "Show the virtual CPU count field in the domain list summary view"
+msgstr "ডোমেইন তালিকাৰ সংক্ষিপ্ত প্ৰদৰ্শনত ভাৰ্চুৱেল CPU-ৰ সংখ্যাৰ ক্ষেত্ৰ প্ৰদৰ্শন কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:21
+msgid "The length of the list of URLs"
+msgstr "URL তালিকাৰ দৈৰ্ঘ্য"
+
+#: ../src/virt-manager.schemas.in.h:22
+msgid "The number of samples to keep in the statistics history"
+msgstr "পৰিসংখ্যাৰ ইতিহাসত ৰাখিব লগা নমূনাৰ সংখ্যা"
+
+#: ../src/virt-manager.schemas.in.h:23
+msgid "The number of urls to keep in the history for the install media address page."
+msgstr "সংস্থাপন মিডিয়াৰ ঠিকনাৰ পৃষ্ঠাৰ পূৰ্ববৰ্তী তথ্যৰ অংশত সংৰক্ষিত url ৰ সংখ্যা"
+
+#: ../src/virt-manager.schemas.in.h:24
+msgid "The statistics history length"
+msgstr "পৰিসংখ্যাৰ পূৰ্ববৰ্তী তথ্যৰ মাপ"
+
+#: ../src/virt-manager.schemas.in.h:25
+msgid "The statistics update interval"
+msgstr "পৰিসংখ্যা উন্নত কৰাৰ ব্যৱধান"
+
+#: ../src/virt-manager.schemas.in.h:26
+msgid "The statistics update interval in seconds"
+msgstr "ছেকেণ্ডত পৰিসংখ্যাৰ উন্নহয়নৰ সময়কাল"
+
+#: ../src/virt-manager.schemas.in.h:27
+msgid "When to grab keyboard input for the console"
+msgstr "কন্সোলৰ বাবে কিমান চাবি ফলকৰ পৰা নিবেশ গ্ৰহণ কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:28
+msgid "When to pop up a console for a guest"
+msgstr "অতিথি ব্যৱস্থাপ্ৰণালীৰ বাবে কেইটা কন্সোল প'প-আপ কৰা হ'ব"
+
+#: ../src/virt-manager.schemas.in.h:29
+msgid "When to scale the VM graphical console"
+msgstr "VM চিত্ৰাঙ্কিত ক'ন্সোল কেতিয়া স্কেল কৰিব লাগে"
+
+#: ../src/virt-manager.schemas.in.h:30
+msgid ""
+"When to scale the VM graphical console. 0 = never, 1 = only when in full "
+"screen mode, 2 = Always"
+msgstr ""
+"VM চিত্ৰাঙ্কিত কন্সোল কেতিয়া স্কেল কৰিব লাগে । 0 = এটাও নহয়, 1 = অকল সম্পূৰ্ণ পৰ্দ্দাত "
+"প্ৰদৰ্শন কৰা সময়ত, 2 = সদায়"
+
+#: ../src/virt-manager.schemas.in.h:31
+msgid "Whether or not the app will poll VM disk i/o statistics"
+msgstr "অনুপ্ৰয়োগে VM ডিষ্ক i/o পৰিসংখ্যা বিচাৰিব নে নাই"
+
+#: ../src/virt-manager.schemas.in.h:32
+msgid "Whether or not the app will poll VM network i/o statistics"
+msgstr "অনুপ্ৰয়োগে VM নে'টৱৰ্ক i/o পৰিসংখ্যা বিচাৰিব নে নাই"
+
+#: ../src/virt-manager.schemas.in.h:33
+msgid "Whether or not the app will poll connection and VM cpu usage statistics"
+msgstr "অনুপ্ৰয়োগে সংযোগ আৰু VM cpu ব্যৱহাৰৰ পৰিসংখ্যা বিচাৰিব নে নাই"
+
+#: ../src/virt-manager.schemas.in.h:34
+msgid "Whether or not the app will poll connection and VM memory usage statistics"
+msgstr "অনুপ্ৰয়োগে সংযোগ আৰু VM স্মৃতিশক্তি ব্যৱহাৰৰ পৰিসংখ্যা বিচাৰিব নে নাই"
+
+#: ../src/virt-manager.schemas.in.h:35
+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"
+msgstr ""
+"অতিথি কন্সোলৰ বাবে চাবি ফলকৰ নিবেশ গ্ৰহণ কৰা হ'ব নে নহয় । 0 = এটাও নহয়, 1 = "
+"অকল সম্পূৰ্ণ পৰ্দ্দাত প্ৰদৰ্শন কৰা সময়ত, 2 = কন্সোলৰ ওপৰত মাউছ উপস্থিত থাকিলে"
+
+#: ../src/virt-manager.schemas.in.h:36
+msgid "Whether to install a sound device for local VMs or not"
+msgstr "স্থানীয় ভাৰ্চুৱেল যন্ত্ৰৰ বাবে শব্দৰ যন্ত্ৰ সংস্থাপন কৰা হ'ব নে নহয়"
+
+#: ../src/virt-manager.schemas.in.h:37
+msgid "Whether to install a sound device for remote VMs or not"
+msgstr "দূৰবৰ্তী ভাৰ্চুৱেল যন্ত্ৰৰ বাবে শব্দৰ যন্ত্ৰ সংস্থাপন কৰা হ'ব নে নহয়"
+
+#: ../src/virt-manager.schemas.in.h:38
+msgid ""
[...122222 lines suppressed...]
+
+#~ msgid "Kickstart Field"
+#~ msgstr "Kickstart 欄位"
+
+#~ msgid "Kickstart source:"
+#~ msgstr "Kickstart 來源:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Lightweight method of virtualizing machines. Limits operating system "
+#~ "choices because the OS must be specially modified to support "
+#~ "paravirtualization, but performs better than fully virtualized."
+#~ msgstr ""
+#~ "虛擬機器的簡約方法。這會限制作業系統的種類,因為作業系統必須特別修改,以支"
+#~ "援虛擬化。這效能會比全虛擬化的系統要佳。"
+
+#~ msgid "Logical host CPUs:"
+#~ msgstr "邏輯主處理器:"
+
+#~ msgid "MAC Field"
+#~ msgstr "MAC 欄位"
+
+#~ msgid "Machine name:"
+#~ msgstr "機器名稱:"
+
+#~ msgid "Max Mem Select"
+#~ msgstr "選擇最大記憶體"
+
+#~ msgid "Maximum memory:"
+#~ msgstr "最大記憶體:"
+
+#, fuzzy
+#~ msgid "Maximum virtual CPUs:"
+#~ msgstr "虛擬處理器:"
+
+#~ msgid "Media Path Select"
+#~ msgstr "選擇媒體路徑"
+
+#~ msgid "Name Field"
+#~ msgstr "名稱欄位"
+
+#~ msgid "Network Select"
+#~ msgstr "選擇網路"
+
+#~ msgid "OS _Variant:"
+#~ msgstr "作業系統版本(_V):"
+
+#~ msgid "Partition Field"
+#~ msgstr "分割區欄位"
+
+#, fuzzy
+#~ msgid "Please choose a name for your virtual machine:"
+#~ msgstr "請為您的虛擬網路選擇名稱:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please choose the operating system you will be installing on the virtual "
+#~ "machine:"
+#~ msgstr "請選擇您打算安裝的客座端作業系統類型:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please enter the memory configuration for this virtual machine. You can "
+#~ "specify the maximum amount of memory the virtual machine should be able "
+#~ "to use, and optionally a lower amount to grab on startup. Warning: "
+#~ "setting virtual machine memory too high will cause out-of-memory errors "
+#~ "in your host domain!"
+#~ msgstr ""
+#~ "請輸入此虛擬機器的記憶體設定。您可以指定此虛擬機器將可使用的最大記憶體數"
+#~ "量,並選擇啟動時取用較低的數量(選用)警告:倘若 VM 記憶體設得過高,這將會"
+#~ "在您的主機網域中造成記憶體不足的錯誤。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please enter the number of virtual CPUs this virtual machine should start "
+#~ "up with."
+#~ msgstr "請輸入這虛擬機器開機時的虛擬處理器數量。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please indicate how you'd like to assign space from the host for your new "
+#~ "virtual machine. This space will be used to install the virtual machine's "
+#~ "operating system."
+#~ msgstr ""
+#~ "請指定您將如何在這實際主系統上,為您新的虛擬機器分配空間。這空間將會用來安"
+#~ "裝虛擬機器的作業系統。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please indicate how you'd like to connect your new virtual machine to the "
+#~ "host network."
+#~ msgstr "請指定您希望如何將您新的虛擬系統連至主機網路。"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please indicate where installation media is available for the operating "
+#~ "system you would like to install on this virtual machine. Optionally you "
+#~ "can provide the URL for a kickstart file:"
+#~ msgstr ""
+#~ "請指明您想要安裝在此虛擬作業系統上的可用作業系統安裝媒體為何。另外,您也可"
+#~ "提供描述您系統的 kickstart 檔案網址:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Please indicate where installation media is available for the operating "
+#~ "system you would like to install on this virtual machine:"
+#~ msgstr "請指明您想要安裝在此虛擬系統上的可用作業系統安裝媒體為何。"
+
+#, fuzzy
+#~ msgid "Set fixed MAC _address for your virtual machine?"
+#~ msgstr "是否要為您的虛擬系統設置固定的 MAC 位址(_a)?"
+
+#~ msgid "Startup Mem Select"
+#~ msgstr "選擇初始記憶體"
+
+#, fuzzy
+#~ msgid ""
+#~ "The <b>location</b> of the files necessary for installing an operating "
+#~ "system on the virtual machine"
+#~ msgstr "在虛擬系統上安裝作業系統時,所需檔案的<b>位置</b>"
+
+#, fuzzy
+#~ msgid ""
+#~ "This assistant will guide you through creating a new virtual machine. You "
+#~ "will be asked for some information about the virtual machine you'd like "
+#~ "to create, such as:"
+#~ msgstr ""
+#~ "此協助程式會幫助您建立新的虛擬網路。該程式會詢問您一些有關於您欲建立的虛擬"
+#~ "網路的相關資訊,例如:"
+
+#~ msgid "Virtual CPUs:"
+#~ msgstr "虛擬處理器:"
+
+#~ msgid "Virtualization method:"
+#~ msgstr "虛擬化方式:"
+
+#, fuzzy
+#~ msgid ""
+#~ "Whether the virtual machine will be <b>fully virtualized</b> or <b>para-"
+#~ "virtualized</b>"
+#~ msgstr "系統是<b>全虛擬化</b>或<b>次虛擬化</b>"
+
+#, fuzzy
+#~ msgid ""
+#~ "You will need to choose a virtualization method for your new virtual "
+#~ "machine:"
+#~ msgstr "您需要為新系統選擇虛擬方式:"
+
+#, fuzzy
+#~ msgid "_ISO image location:"
+#~ msgstr "_ISO 映像檔的位置:"
+
+#, fuzzy
+#~ msgid "_Name:"
+#~ msgstr "名稱:"
+
+#~ msgid "_Paravirtualized:"
+#~ msgstr "次虛擬化(_P):"
+
+#, fuzzy
+#~ msgid "_Startup memory (MB):"
+#~ msgstr "虛擬機器的初始記憶體(MB)(_S):"
+
+#, fuzzy
+#~ msgid "_Virtual CPUs:"
+#~ msgstr "虛擬處理器:"
+
 #~ msgid "20 bits/sec"
 #~ msgstr "20 bits/sec"
 
@@ -3549,9 +3888,6 @@ msgstr "秒"
 #~ msgid "Create a new virtual system"
 #~ msgstr "建立新的虛擬系統"
 
-#~ msgid "Install type"
-#~ msgstr "安裝類型"
-
 #~ msgid "Local inst"
 #~ msgstr "本機安裝"
 
@@ -3600,9 +3936,6 @@ msgstr "秒"
 #~ msgid "History Samples"
 #~ msgstr "歷史範例"
 
-#~ msgid "Local VM"
-#~ msgstr "本地 VM"
-
 #~ msgid "Remote VM"
 #~ msgstr "遠端 VM"
 
@@ -3642,9 +3975,6 @@ msgstr "秒"
 #~ msgid "Error restoring domain '%s'. Is the domain already running?"
 #~ msgstr "回復「%s」區域失敗。該區域正在執行中嗎?"
 
-#~ msgid "This will permanently delete the connection \"%s\", are you sure?"
-#~ msgstr "這會將連線「%s」永久刪除,您確定要這樣做嗎?"
-
 #~ msgid "This will permanently delete the vm \"%s,\" are you sure?"
 #~ msgstr "這會將 vm「%s」永久刪除,您確定要這樣做嗎?"
 


Index: virt-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/virt-manager.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- virt-manager.spec	23 Mar 2009 22:05:58 -0000	1.49
+++ virt-manager.spec	9 Apr 2009 19:19:07 -0000	1.50
@@ -8,7 +8,7 @@
 
 Name: virt-manager
 Version: 0.7.0
-Release: 2%{_extra_release}
+Release: 3%{_extra_release}
 Summary: Virtual Machine Manager
 
 Group: Applications/Emulators
@@ -17,6 +17,10 @@
 Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
 Patch1: %{name}-%{version}-old-xen-compat.patch
 Patch2: %{name}-%{version}-vm-migrate-list.patch
+Patch3: %{name}-%{version}-fix-button-ordering.patch
+Patch4: %{name}-%{version}-fix-vcpu-cap.patch
+Patch5: %{name}-%{version}-delete-dup-conn.patch
+Patch6: %{name}-%{version}-update-translations.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # These two are just the oldest version tested
@@ -91,6 +95,10 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 %configure
@@ -168,6 +176,12 @@
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Thu Apr 09 2009 Cole Robinson <crobinso at redhat.com> - 0.7.0-3.fc11
+- Fix incorrect max vcpu setting in New VM wizard (bz 490466)
+- Fix some OK/Cancel button ordering issues (bz 490207)
+- Use openAuth when duplicating a connection when deleting a VM
+- Updated translations (bz 493795)
+
 * Mon Mar 23 2009 Cole Robinson <crobinso at redhat.com> - 0.7.0-2.fc11
 - Back compat fixes for connecting to older xen installations (bz 489885)
 - Don't show harmless NoneType error when launching new VM details window




More information about the Fedora-virt-maint mailing list