Numerous UI tweaks.

- Don't use custom button content, because it doesn't abide typical button
  gtk button + image preferences. This forces us to set the button image in
  the code since glade can't handle it.

- Use widget mnemonics _everywhere_

- Tweak some default widget focus, and other misc things.
This commit is contained in:
Cole Robinson 2009-11-17 15:06:15 -05:00
parent e3ea9867e2
commit f78fe3c089
27 changed files with 544 additions and 806 deletions

View File

@ -129,6 +129,10 @@ class vmmAddHardware(gobject.GObject):
# XXX: Help docs useless/out of date
self.window.get_widget("create-help").hide()
finish_img = gtk.image_new_from_stock(gtk.STOCK_QUIT,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("create-finish").set_image(finish_img)
self.set_initial_state()
def update_doc(self, ignore1, ignore2, param):

View File

@ -131,6 +131,9 @@ class vmmCloneVM(gobject.GObject):
# XXX: Help docs useless/out of date
self.window.get_widget("clone-help").hide()
finish_img = gtk.image_new_from_stock(gtk.STOCK_NEW,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("clone-ok").set_image(finish_img)
self.set_initial_state()

View File

@ -64,6 +64,9 @@ class vmmConnect(gobject.GObject):
# Plain hostname resolve failed, means we should just use IP addr
self.can_resolve_hostname = None
stock_img = gtk.image_new_from_stock(gtk.STOCK_CONNECT,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("connect").set_image(stock_img)
self.window.get_widget("connection").set_active(0)
self.window.get_widget("connect").grab_default()
self.window.get_widget("autoconnect").set_active(True)

View File

@ -78,6 +78,10 @@ class vmmConsolePages(gobject.GObject):
self.init_vnc()
finish_img = gtk.image_new_from_stock(gtk.STOCK_YES,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("console-auth-login").set_image(finish_img)
self.notifyID = None
self.notifyInterface = None
self.init_dbus()

View File

@ -177,6 +177,9 @@ class vmmCreate(gobject.GObject):
# FIXME: Unhide this when we make some documentation
self.window.get_widget("create-help").hide()
finish_img = gtk.image_new_from_stock(gtk.STOCK_QUIT,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("create-finish").set_image(finish_img)
blue = gtk.gdk.color_parse("#0072A8")
self.window.get_widget("create-header").modify_bg(gtk.STATE_NORMAL,

View File

@ -70,6 +70,9 @@ class vmmCreateNetwork(gobject.GObject):
# XXX: Help docs useless/out of date
self.window.get_widget("create-help").hide()
finish_img = gtk.image_new_from_stock(gtk.STOCK_QUIT,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("create-finish").set_image(finish_img)
self.set_initial_state()

View File

@ -106,6 +106,9 @@ class vmmCreatePool(gobject.GObject):
# XXX: Help docs useless/out of date
self.window.get_widget("pool-help").hide()
finish_img = gtk.image_new_from_stock(gtk.STOCK_QUIT,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("pool-finish").set_image(finish_img)
self.set_initial_state()

View File

@ -79,6 +79,9 @@ class vmmCreateVolume(gobject.GObject):
# XXX: Help docs useless/out of date
self.window.get_widget("pool-help").hide()
finish_img = gtk.image_new_from_stock(gtk.STOCK_QUIT,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("vol-create").set_image(finish_img)
self.reset_state()

View File

@ -228,6 +228,9 @@ class vmmDetails(gobject.GObject):
self.vm.connect("config-changed", self.refresh_vm_info)
self.window.get_widget("hw-list").get_selection().connect("changed", self.hw_selected)
finish_img = gtk.image_new_from_stock(gtk.STOCK_ADD,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("add-hardware-button").set_image(finish_img)
self.update_widget_states(self.vm, self.vm.status())
self.populate_hw_list()

View File

@ -174,6 +174,12 @@ class vmmHost(gobject.GObject):
# XXX: Help docs useless/out of date
self.window.get_widget("help_menuitem").hide()
finish_img = gtk.image_new_from_stock(gtk.STOCK_DELETE,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("vol-delete").set_image(finish_img)
finish_img = gtk.image_new_from_stock(gtk.STOCK_NEW,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("vol-add").set_image(finish_img)
self.conn.connect("resources-sampled", self.refresh_resources)
self.reset_state()

View File

@ -78,6 +78,14 @@ class vmmStorageBrowser(gobject.GObject):
"on_vol_list_row_activated" : self.finish,
})
finish_img = gtk.image_new_from_stock(gtk.STOCK_NEW,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("new-volume").set_image(finish_img)
finish_img = gtk.image_new_from_stock(gtk.STOCK_OPEN,
gtk.ICON_SIZE_BUTTON)
self.window.get_widget("choose-volume").set_image(finish_img)
self.set_initial_state()
def show(self, conn=None):

View File

@ -121,7 +121,9 @@
<widget class="GtkLabel" id="label385">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Hardware type:</property>
<property name="label" translatable="yes">Ha_rdware type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">hardware-type</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -131,6 +133,7 @@
<child>
<widget class="GtkComboBox" id="hardware-type">
<property name="visible">True</property>
<property name="can_default">True</property>
<accessibility>
<atkproperty name="AtkObject::accessible-name" translatable="yes">Hardware Type Select</atkproperty>
</accessibility>
@ -232,6 +235,7 @@
<property name="visible">True</property>
<property name="n_rows">9</property>
<property name="n_columns">5</property>
<property name="column_spacing">6</property>
<property name="row_spacing">2</property>
<child>
<widget class="GtkAlignment" id="alignment79">
@ -343,7 +347,7 @@
<property name="yscale">0</property>
<child>
<widget class="GtkRadioButton" id="storage-partition">
<property name="label" translatable="yes">_Block device (partition):</property>
<property name="label" translatable="yes">B_lock device (partition):</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -389,6 +393,7 @@
<child>
<widget class="GtkHBox" id="storage-partition-box">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
<widget class="GtkEntry" id="storage-partition-address">
<property name="visible">True</property>
@ -429,6 +434,7 @@
<child>
<widget class="GtkHBox" id="storage-file-box">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
<widget class="GtkEntry" id="storage-file-address">
<property name="visible">True</property>
@ -695,10 +701,13 @@
<child>
<widget class="GtkHBox" id="hbox64">
<property name="visible">True</property>
<property name="spacing">12</property>
<child>
<widget class="GtkLabel" id="label388">
<property name="visible">True</property>
<property name="label" translatable="yes">Device type:</property>
<property name="label" translatable="yes">_Device type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">target-device</property>
</widget>
<packing>
<property name="expand">False</property>
@ -819,6 +828,7 @@
<property name="visible">True</property>
<property name="n_rows">9</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
<widget class="GtkComboBox" id="net-device">
@ -1082,7 +1092,9 @@
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Device Model:</property>
<property name="label" translatable="yes">D_evice Model:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">net-model</property>
</widget>
<packing>
<property name="top_attach">8</property>
@ -1245,7 +1257,9 @@
<widget class="GtkLabel" id="label395">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Type:</property>
<property name="label" translatable="yes">_Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">input-type</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -1382,7 +1396,9 @@
<widget class="GtkLabel" id="label429">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Type:</property>
<property name="label" translatable="yes">_Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">graphics-type</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -1403,7 +1419,9 @@
<widget class="GtkLabel" id="label430">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Address:</property>
<property name="label" translatable="yes">_Address:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">graphics-address</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -1416,7 +1434,9 @@
<widget class="GtkLabel" id="label431">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Port:</property>
<property name="label" translatable="yes">_Port:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">graphics-port</property>
</widget>
<packing>
<property name="top_attach">3</property>
@ -1429,7 +1449,9 @@
<widget class="GtkLabel" id="label432">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Password:</property>
<property name="label" translatable="yes">Pa_ssword:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">graphics-password</property>
</widget>
<packing>
<property name="top_attach">5</property>
@ -1441,6 +1463,7 @@
<child>
<widget class="GtkHBox" id="hbox68">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
<widget class="GtkSpinButton" id="graphics-port">
<property name="visible">True</property>
@ -1458,7 +1481,7 @@
</child>
<child>
<widget class="GtkCheckButton" id="graphics-port-auto">
<property name="label" translatable="yes">Automatically allocated</property>
<property name="label" translatable="yes">A_utomatically allocated</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -1608,7 +1631,9 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Keymap:</property>
<property name="label" translatable="yes">_Keymap:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">graphics-keymap-chk</property>
</widget>
<packing>
<property name="top_attach">6</property>
@ -1653,7 +1678,8 @@
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Other:</property>
<property name="label" translatable="yes">_Other:</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="left_attach">2</property>
@ -1792,14 +1818,14 @@
<child>
<widget class="GtkAlignment" id="alignment3">
<property name="visible">True</property>
<property name="top_padding">2</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkTable" id="table2">
<property name="visible">True</property>
<property name="border_width">6</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
<property name="row_spacing">12</property>
<child>
<widget class="GtkComboBox" id="sound-model">
<property name="visible">True</property>
@ -1814,7 +1840,9 @@
<widget class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Model:</property>
<property name="label" translatable="yes">_Model:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">sound-model</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -1932,7 +1960,7 @@ to connect to the virtual machine.</property>
<property name="visible">True</property>
<property name="n_rows">2</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<child>
<widget class="GtkComboBox" id="host-device">
@ -1961,7 +1989,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="label20">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Device:</property>
<property name="label" translatable="yes">_Device:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">host-device</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -1973,7 +2003,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Device Type:</property>
<property name="label" translatable="yes">Device _Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">host-device-type</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -2077,7 +2109,7 @@ to connect to the virtual machine.</property>
<widget class="GtkTable" id="table4">
<property name="visible">True</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<child>
<widget class="GtkComboBox" id="char-device-type">
@ -2095,7 +2127,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Device Type:</property>
<property name="label" translatable="yes">Device _Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">char-device-type</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -2168,7 +2202,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="char-use-telnet-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Use Telnet:</property>
<property name="label" translatable="yes">Use Te_lnet:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">char-use-telnet</property>
</widget>
<packing>
<property name="top_attach">4</property>
@ -2194,7 +2230,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="char-bind-host-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Bind Host:</property>
<property name="label" translatable="yes">_Bind Host:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">char-host</property>
</widget>
<packing>
<property name="top_attach">3</property>
@ -2206,7 +2244,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="char-path-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Path:</property>
<property name="label" translatable="yes">_Path:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">char-path</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -2216,7 +2256,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="char-host-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Host:</property>
<property name="label" translatable="yes">H_ost:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">char-host</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -2242,7 +2284,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="char-port-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Port:</property>
<property name="label" translatable="yes">_Port:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">char-port</property>
</widget>
<packing>
<property name="expand">False</property>
@ -2287,7 +2331,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="char-bind-port-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Port:</property>
<property name="label" translatable="yes">Po_rt:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">char-bind-port</property>
</widget>
<packing>
<property name="expand">False</property>
@ -2318,7 +2364,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="char-mode-label">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Mode:</property>
<property name="label" translatable="yes">_Mode:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">char-mode</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -2468,8 +2516,8 @@ to connect to the virtual machine.</property>
<widget class="GtkTable" id="table5">
<property name="visible">True</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
<property name="row_spacing">12</property>
<child>
<widget class="GtkComboBox" id="video-model">
<property name="visible">True</property>
@ -2484,7 +2532,9 @@ to connect to the virtual machine.</property>
<widget class="GtkLabel" id="label23">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Model:</property>
<property name="label" translatable="yes">_Model:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">video-model</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -2696,7 +2746,7 @@ to connect to the virtual machine.</property>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="spacing">6</property>
<property name="spacing">12</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="create-help">
@ -2749,6 +2799,7 @@ to connect to the virtual machine.</property>
<property name="label">gtk-go-forward</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_forward_clicked"/>
@ -2761,45 +2812,11 @@ to connect to the virtual machine.</property>
</child>
<child>
<widget class="GtkButton" id="create-finish">
<property name="label" translatable="yes">_Finish</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_create_finish_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment119">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox45">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image95">
<property name="visible">True</property>
<property name="stock">gtk-quit</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label305">
<property name="visible">True</property>
<property name="label" translatable="yes">_Finish</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>

View File

@ -7,7 +7,7 @@
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Choose A CD Source Device</property>
<property name="title" translatable="yes">Choose CD Media</property>
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
@ -76,7 +76,7 @@
</child>
<child>
<widget class="GtkRadioButton" id="physical-media">
<property name="label" translatable="yes">_CD-ROM or DVD</property>
<property name="label" translatable="yes">CD-_ROM or DVD</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>

View File

@ -91,7 +91,9 @@
<widget class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">New MAC:</property>
<property name="label" translatable="yes">New _MAC:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">change-mac-new</property>
</widget>
<packing>
<property name="right_attach">2</property>
@ -383,8 +385,10 @@
<widget class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">&lt;span color='#484848'&gt;New Path:&lt;/span&gt;</property>
<property name="label" translatable="yes">&lt;span color='#484848'&gt;New _Path:&lt;/span&gt;</property>
<property name="use_markup">True</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">change-storage-new</property>
</widget>
</child>
</widget>
@ -397,10 +401,11 @@
</child>
<child>
<widget class="GtkCheckButton" id="change-storage-doclone">
<property name="label" translatable="yes">Create a new disk (clone) for the virtual machine</property>
<property name="label" translatable="yes">Create a new disk (c_lone) for the virtual machine</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_change_storage_doclone_toggled"/>
</widget>
@ -425,10 +430,11 @@
</child>
<child>
<widget class="GtkButton" id="change-storage-browse">
<property name="label" translatable="yes">Browse...</property>
<property name="label" translatable="yes">_Browse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_change_storage_browse_clicked"/>
</widget>
<packing>
@ -781,8 +787,10 @@
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">&lt;span color='#484848'&gt;Name:&lt;/span&gt;</property>
<property name="label" translatable="yes">&lt;span color='#484848'&gt;_Name:&lt;/span&gt;</property>
<property name="use_markup">True</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">clone-new-name</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -833,9 +841,10 @@ uses the existing disk image for both the original and the new machine.&lt;/span
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox5">
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="spacing">6</property>
<property name="spacing">12</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="clone-help">
<property name="label">gtk-help</property>
@ -849,6 +858,23 @@ uses the existing disk image for both the original and the new machine.&lt;/span
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
<property name="secondary">True</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="clone-ok">
<property name="label" translatable="yes">C_lone</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_clone_ok_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">2</property>
</packing>
</child>
<child>
@ -860,46 +886,6 @@ uses the existing disk image for both the original and the new machine.&lt;/span
<property name="use_stock">True</property>
<signal name="clicked" handler="on_clone_cancel_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="clone-ok">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_clone_ok_clicked"/>
<child>
<widget class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-new</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="label" translatable="yes">C_lone Virtual Machine</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">clone-ok</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
@ -909,7 +895,6 @@ uses the existing disk image for both the original and the new machine.&lt;/span
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>

View File

@ -666,7 +666,9 @@
<widget class="GtkLabel" id="label385">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Network:</property>
<property name="label" translatable="yes">_Network:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">net-network</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -814,7 +816,9 @@
<widget class="GtkLabel" id="label72">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Enable DHCP:</property>
<property name="label" translatable="yes">_Enable DHCP:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">net-dhcp-enable</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -876,7 +880,9 @@
<widget class="GtkLabel" id="label390">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">End:</property>
<property name="label" translatable="yes">E_nd:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">net-dhcp-end</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -889,7 +895,9 @@
<widget class="GtkLabel" id="label389">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Start:</property>
<property name="label" translatable="yes">_Start:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">net-dhcp-start</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -1008,7 +1016,9 @@
<widget class="GtkLabel" id="label392">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Desination:</property>
<property name="label" translatable="yes">_Desination:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">net-forward-dev</property>
</widget>
</child>
</widget>
@ -1023,7 +1033,7 @@
</child>
<child>
<widget class="GtkRadioButton" id="net-forward-none">
<property name="label" translatable="yes">Isolated virtual network</property>
<property name="label" translatable="yes">_Isolated virtual network</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -1040,7 +1050,7 @@
</child>
<child>
<widget class="GtkRadioButton" id="net-forward-dev">
<property name="label" translatable="yes">Forwarding to physical network</property>
<property name="label" translatable="yes">For_warding to physical network</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -1490,7 +1500,7 @@
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="spacing">6</property>
<property name="spacing">12</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="create-cancel">
@ -1539,45 +1549,11 @@
</child>
<child>
<widget class="GtkButton" id="create-finish">
<property name="label" translatable="yes">_Finish</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_create_finish_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment119">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox45">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image95">
<property name="visible">True</property>
<property name="stock">gtk-quit</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label305">
<property name="visible">True</property>
<property name="label" translatable="yes">_Finish</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>

View File

@ -121,7 +121,9 @@
<widget class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Name:</property>
<property name="label" translatable="yes">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pool-name</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -132,7 +134,9 @@
<widget class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Type:</property>
<property name="label" translatable="yes">_Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pool-type</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -351,7 +355,9 @@
<widget class="GtkLabel" id="label19">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Build Pool:</property>
<property name="label" translatable="yes">B_uild Pool:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pool-build</property>
</widget>
<packing>
<property name="top_attach">4</property>
@ -363,6 +369,7 @@
<child>
<widget class="GtkHBox" id="hbox14">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
<widget class="GtkComboBoxEntry" id="pool-source-path">
<property name="visible">True</property>
@ -375,7 +382,7 @@
</child>
<child>
<widget class="GtkButton" id="pool-source-button">
<property name="label" translatable="yes">Browse</property>
<property name="label" translatable="yes">Bro_wse</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@ -401,6 +408,7 @@
<child>
<widget class="GtkHBox" id="hbox13">
<property name="visible">True</property>
<property name="spacing">6</property>
<child>
<widget class="GtkComboBoxEntry" id="pool-target-path">
<property name="visible">True</property>
@ -413,7 +421,7 @@
</child>
<child>
<widget class="GtkButton" id="pool-target-button">
<property name="label" translatable="yes">Browse</property>
<property name="label" translatable="yes">B_rowse</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@ -438,7 +446,9 @@
<widget class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Target Path:</property>
<property name="label" translatable="yes">_Target Path:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pool-target-path</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -449,7 +459,9 @@
<widget class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Format:</property>
<property name="label" translatable="yes">F_ormat:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pool-format</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -462,7 +474,9 @@
<widget class="GtkLabel" id="label16">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Host Name:</property>
<property name="label" translatable="yes">Host Na_me:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pool-hostname</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -491,7 +505,9 @@
<widget class="GtkLabel" id="label18">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Source Path:</property>
<property name="label" translatable="yes">_Source Path:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pool-source-path</property>
</widget>
<packing>
<property name="top_attach">3</property>
@ -555,7 +571,7 @@
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="spacing">6</property>
<property name="spacing">12</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="pool-help">
@ -619,46 +635,12 @@
</child>
<child>
<widget class="GtkButton" id="pool-finish">
<property name="label" translatable="yes">_Finish</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_pool_finish_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox9">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="stock">gtk-quit</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="label" translatable="yes">Finish</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>

View File

@ -148,7 +148,9 @@
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Format:</property>
<property name="label" translatable="yes">_Format:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vol-format</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -161,7 +163,9 @@
<widget class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Name:</property>
<property name="label" translatable="yes">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vol-name</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -319,7 +323,9 @@
<widget class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Allocation:</property>
<property name="label" translatable="yes">_Allocation:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vol-allocation</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -332,7 +338,9 @@
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Max Capacity:</property>
<property name="label" translatable="yes">Max Ca_pacity:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">vol-capacity</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -415,7 +423,7 @@
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="spacing">6</property>
<property name="spacing">12</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkButton" id="pool-help">
@ -449,46 +457,12 @@
</child>
<child>
<widget class="GtkButton" id="vol-create">
<property name="label" translatable="yes">_Finish</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_vol_create_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox7">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="stock">gtk-quit</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label14">
<property name="visible">True</property>
<property name="label" translatable="yes">_Finish</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>

View File

@ -143,7 +143,9 @@
<widget class="GtkLabel" id="label77">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Connection:</property>
<property name="label" translatable="yes">C_onnection:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">create-conn</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -155,7 +157,9 @@
<widget class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Name:</property>
<property name="label" translatable="yes">_Name:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">create-vm-name</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -240,10 +244,11 @@
<property name="spacing">3</property>
<child>
<widget class="GtkRadioButton" id="method-local">
<property name="label" translatable="yes">Local install media (ISO image or CDROM)</property>
<property name="label" translatable="yes">_Local install media (ISO image or CDROM)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
</widget>
@ -254,10 +259,11 @@
</child>
<child>
<widget class="GtkRadioButton" id="method-tree">
<property name="label" translatable="yes">Network Install (HTTP, FTP, or NFS)</property>
<property name="label" translatable="yes">Network _Install (HTTP, FTP, or NFS)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">method-local</property>
</widget>
@ -268,10 +274,11 @@
</child>
<child>
<widget class="GtkRadioButton" id="method-pxe">
<property name="label" translatable="yes">Network Boot (PXE)</property>
<property name="label" translatable="yes">Network _Boot (PXE)</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">method-local</property>
</widget>
@ -368,10 +375,11 @@
<property name="spacing">4</property>
<child>
<widget class="GtkRadioButton" id="install-local-cdrom">
<property name="label" translatable="yes">Use CDROM or DVD</property>
<property name="label" translatable="yes">Use CD_ROM or DVD</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_install_local_cdrom_toggled"/>
@ -420,10 +428,11 @@
</child>
<child>
<widget class="GtkRadioButton" id="install-local-iso">
<property name="label" translatable="yes">Use ISO image:</property>
<property name="label" translatable="yes">Use _ISO image:</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">install-local-cdrom</property>
@ -455,11 +464,12 @@
</child>
<child>
<widget class="GtkButton" id="install-local-browse">
<property name="label" translatable="yes">Browse...</property>
<property name="label" translatable="yes">Bro_wse...</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_install_local_browse_clicked"/>
</widget>
<packing>
@ -666,10 +676,11 @@ User shouldn't see this.</property>
<signal name="show" handler="on_install_detect_os_box_show"/>
<child>
<widget class="GtkCheckButton" id="install-detect-os">
<property name="label" translatable="yes">Automatically detect operating system based on install media</property>
<property name="label" translatable="yes">A_utomatically detect operating system based on install media</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_install_detect_os_toggled"/>
@ -761,7 +772,9 @@ User shouldn't see this.</property>
<widget class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Version:</property>
<property name="label" translatable="yes">_Version:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">install-os-version</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -774,7 +787,9 @@ User shouldn't see this.</property>
<widget class="GtkLabel" id="label16">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">OS Type:</property>
<property name="label" translatable="yes">OS _Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">install-os-type</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -851,7 +866,9 @@ User shouldn't see this.</property>
<widget class="GtkLabel" id="label27">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">CPUs:</property>
<property name="label" translatable="yes">C_PUs:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-cpus</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -863,7 +880,9 @@ User shouldn't see this.</property>
<widget class="GtkLabel" id="label22">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Memory (RAM):</property>
<property name="label" translatable="yes">_Memory (RAM):</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-mem</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -1018,10 +1037,11 @@ User shouldn't see this.</property>
<property name="spacing">6</property>
<child>
<widget class="GtkCheckButton" id="enable-storage">
<property name="label" translatable="yes">Enable storage for this virtual machine</property>
<property name="label" translatable="yes">_Enable storage for this virtual machine</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_enable_storage_toggled"/>
@ -1054,8 +1074,10 @@ User shouldn't see this.</property>
<child>
<widget class="GtkLabel" id="label123">
<property name="visible">True</property>
<property name="label" translatable="yes">Create a disk image on the computer's hard drive</property>
<property name="label" translatable="yes">C_reate a disk image on the computer's hard drive</property>
<property name="use_markup">True</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-storage-create</property>
</widget>
</child>
</widget>
@ -1100,7 +1122,9 @@ User shouldn't see this.</property>
<child>
<widget class="GtkLabel" id="label31">
<property name="visible">True</property>
<property name="label" translatable="yes">GB</property>
<property name="label" translatable="yes">_GB</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-storage-size</property>
</widget>
<packing>
<property name="expand">False</property>
@ -1130,10 +1154,11 @@ User shouldn't see this.</property>
<property name="spacing">6</property>
<child>
<widget class="GtkCheckButton" id="config-storage-nosparse">
<property name="label" translatable="yes">Allocate entire disk now</property>
<property name="label" translatable="yes">_Allocate entire disk now</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
@ -1179,8 +1204,10 @@ User shouldn't see this.</property>
<child>
<widget class="GtkLabel" id="label124">
<property name="visible">True</property>
<property name="label" translatable="yes">Select managed or other existing storage</property>
<property name="label" translatable="yes">Select _managed or other existing storage</property>
<property name="use_markup">True</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-storage-select</property>
</widget>
</child>
</widget>
@ -1201,10 +1228,11 @@ User shouldn't see this.</property>
<property name="spacing">6</property>
<child>
<widget class="GtkButton" id="config-storage-browse">
<property name="label" translatable="yes">Browse...</property>
<property name="label" translatable="yes">B_rowse...</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_config_storage_browse_clicked"/>
</widget>
<packing>
@ -1479,10 +1507,11 @@ User shouldn't see this.</property>
</child>
<child>
<widget class="GtkCheckButton" id="config-set-macaddr">
<property name="label" translatable="yes">Set a fixed mac address</property>
<property name="label" translatable="yes">Set a fixed _MAC address</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_config_set_macaddr_toggled"/>
</widget>
@ -1589,7 +1618,9 @@ User shouldn't see this.</property>
<widget class="GtkLabel" id="label30">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Architecture:</property>
<property name="label" translatable="yes">_Architecture:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-arch</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -1601,7 +1632,9 @@ User shouldn't see this.</property>
<widget class="GtkLabel" id="label28">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Virt Type:</property>
<property name="label" translatable="yes">_Virt Type:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-hv</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -1656,144 +1689,88 @@ User shouldn't see this.</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox51">
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="spacing">12</property>
<property name="layout_style">end</property>
<child>
<widget class="GtkAlignment" id="alignment135">
<widget class="GtkButton" id="create-help">
<property name="label">gtk-help</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<child>
<widget class="GtkButton" id="create-help">
<property name="label">gtk-help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_help_clicked"/>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment134">
<property name="visible">True</property>
<property name="xalign">1</property>
<child>
<widget class="GtkHBox" id="hbox25">
<property name="visible">True</property>
<property name="spacing">10</property>
<child>
<widget class="GtkButton" id="create-cancel">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_cancel_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="create-back">
<property name="label">gtk-go-back</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_back_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="create-forward">
<property name="label">gtk-go-forward</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_forward_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="create-finish">
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<signal name="clicked" handler="on_create_finish_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment119">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox45">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image95">
<property name="visible">True</property>
<property name="stock">gtk-quit</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label305">
<property name="visible">True</property>
<property name="label" translatable="yes">_Finish</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">3</property>
</packing>
</child>
</widget>
</child>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_help_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
<property name="secondary">True</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="create-cancel">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_cancel_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="pack_type">end</property>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="create-back">
<property name="label">gtk-go-back</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_back_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="create-forward">
<property name="label">gtk-go-forward</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_create_forward_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">3</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="create-finish">
<property name="label" translatable="yes">_Finish</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_create_finish_clicked"/>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">4</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>

View File

@ -67,10 +67,11 @@
</child>
<child>
<widget class="GtkCheckButton" id="delete-remove-storage">
<property name="label" translatable="yes">Delete associated storage files</property>
<property name="label" translatable="yes">Delete _associated storage files</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_delete_remove_storage_toggled"/>
</widget>
@ -90,7 +91,7 @@
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>

View File

@ -277,7 +277,7 @@
<child>
<widget class="GtkMenuItem" id="details-menu-send-key">
<property name="visible">True</property>
<property name="label" translatable="yes">Send Key</property>
<property name="label" translatable="yes">Send _Key</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_details-menu-send-key_activate"/>
<child>
@ -622,7 +622,9 @@
<widget class="GtkLabel" id="label-auth-password">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Password:</property>
<property name="label" translatable="yes">_Password:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">console-auth-password</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -647,7 +649,7 @@
</child>
<child>
<widget class="GtkCheckButton" id="console-auth-remember">
<property name="label" translatable="yes">Save this password in your keyring</property>
<property name="label" translatable="yes">_Save this password in your keyring</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -668,7 +670,9 @@
<widget class="GtkLabel" id="label-auth-username">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Username:</property>
<property name="label" translatable="yes">_Username:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">console-auth-username</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -689,46 +693,12 @@
</child>
<child>
<widget class="GtkButton" id="console-auth-login">
<property name="label" translatable="yes">_Login</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_console_auth_login_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment158">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox52">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image84">
<property name="visible">True</property>
<property name="stock">gtk-yes</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label437">
<property name="visible">True</property>
<property name="label" translatable="yes">Login</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="left_attach">2</property>
@ -838,46 +808,12 @@
</child>
<child>
<widget class="GtkButton" id="add-hardware-button">
<property name="label" translatable="yes">A_dd Hardware</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_add_hardware_button_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment161">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox53">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image86">
<property name="visible">True</property>
<property name="stock">gtk-add</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label506">
<property name="visible">True</property>
<property name="label">_Add Hardware</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
@ -1104,6 +1040,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">foo</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -1117,6 +1054,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">foo</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -1132,6 +1070,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">foo</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -1195,7 +1134,9 @@
<widget class="GtkLabel" id="label20">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Enable ACPI:</property>
<property name="label" translatable="yes">Enable A_CPI:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">overview-acpi</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -1205,7 +1146,9 @@
<widget class="GtkLabel" id="label21">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Enable APIC:</property>
<property name="label" translatable="yes">Enable A_PIC:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">overview-apic</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -1217,7 +1160,9 @@
<widget class="GtkLabel" id="label22">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Clock Offset:</property>
<property name="label" translatable="yes">C_lock Offset:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">overview-clock-combo</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -1370,7 +1315,9 @@
<widget class="GtkLabel" id="security_id">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Label:</property>
<property name="label" translatable="yes">_Label:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">security-label</property>
</widget>
</child>
</widget>
@ -1401,7 +1348,7 @@
</child>
<child>
<widget class="GtkRadioButton" id="security-dynamic">
<property name="label" translatable="yes">Dynamic</property>
<property name="label" translatable="yes">D_ynamic</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -1416,7 +1363,7 @@
</child>
<child>
<widget class="GtkRadioButton" id="security-static">
<property name="label" translatable="yes">Static</property>
<property name="label" translatable="yes">_Static</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -1471,7 +1418,9 @@
<widget class="GtkLabel" id="label514">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Model:</property>
<property name="label" translatable="yes">M_odel:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">security-model</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -1545,7 +1494,7 @@
<property name="n_rows">4</property>
<property name="n_columns">3</property>
<property name="column_spacing">6</property>
<property name="row_spacing">8</property>
<property name="row_spacing">12</property>
<child>
<widget class="GtkLabel" id="label45">
<property name="visible">True</property>
@ -1742,6 +1691,7 @@ I/O:</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">8</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -1757,6 +1707,7 @@ I/O:</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">2</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -1770,6 +1721,7 @@ I/O:</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">8</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -1821,7 +1773,9 @@ I/O:</property>
<widget class="GtkLabel" id="label333">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Change allocation:</property>
<property name="label" translatable="yes">Change a_llocation:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-vcpus</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -1917,7 +1871,9 @@ I/O:</property>
<widget class="GtkLabel" id="label336">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Initial pinning:</property>
<property name="label" translatable="yes">Initial _pinning:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-vcpupin</property>
</widget>
<packing>
<property name="expand">False</property>
@ -1981,7 +1937,7 @@ I/O:</property>
<child>
<widget class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Physical CPU Pinning&lt;/b&gt;</property>
<property name="label" translatable="yes">&lt;b&gt;CPU Pinning&lt;/b&gt;</property>
<property name="use_markup">True</property>
</widget>
<packing>
@ -2046,7 +2002,9 @@ I/O:</property>
<widget class="GtkLabel" id="label60">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Change allocation:</property>
<property name="label" translatable="yes">Change a_llocation:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-memory</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -2059,7 +2017,9 @@ I/O:</property>
<widget class="GtkLabel" id="label307">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Maximum allocation:</property>
<property name="label" translatable="yes">Ma_ximum allocation:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-maxmem</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -2086,6 +2046,7 @@ I/O:</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">2 GB</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -2101,6 +2062,7 @@ I/O:</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">200 MB</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -2251,7 +2213,7 @@ I/O:</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkCheckButton" id="config-autostart">
<property name="label" translatable="yes">Start virtual machine on host boot up</property>
<property name="label" translatable="yes">Start virt_ual machine on host boot up</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@ -2299,7 +2261,9 @@ I/O:</property>
<widget class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Device virtual machine will boot from:</property>
<property name="label" translatable="yes">Device virtual machine will _boot from:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-boot-device</property>
</widget>
<packing>
<property name="x_options"></property>
@ -2385,7 +2349,9 @@ I/O:</property>
<widget class="GtkLabel" id="permissions-label">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Readonly:</property>
<property name="label" translatable="yes">R_eadonly:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">disk-readonly</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -2398,7 +2364,9 @@ I/O:</property>
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Shareable:</property>
<property name="label" translatable="yes">Sharea_ble:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">disk-shareable</property>
</widget>
<packing>
<property name="top_attach">3</property>
@ -2505,6 +2473,7 @@ I/O:</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="tooltip" translatable="yes">Connect or disconnect media</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_config_cdrom_connect_clicked"/>
</widget>
@ -2695,30 +2664,12 @@ I/O:</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="network-mac-address">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="editable">False</property>
<accessibility>
<atkproperty name="AtkObject::accessible-name" translatable="yes">MAC Address Field</atkproperty>
</accessibility>
</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="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="mac-address-label">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">MAC address:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">network-mac-address</property>
</widget>
<packing>
<property name="top_attach">3</property>
@ -2755,6 +2706,19 @@ I/O:</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="network-mac-address">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="selectable">True</property>
</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>
</packing>
</child>
</widget>
</child>
</widget>
@ -3459,6 +3423,7 @@ I/O:</property>
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">label</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -3570,7 +3535,9 @@ I/O:</property>
<widget class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Model:</property>
<property name="label" translatable="yes">M_odel:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">video-model-combo</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>

View File

@ -95,7 +95,7 @@
<property name="border_width">3</property>
<property name="n_rows">7</property>
<property name="n_columns">2</property>
<property name="column_spacing">3</property>
<property name="column_spacing">6</property>
<property name="row_spacing">3</property>
<child>
<widget class="GtkLabel" id="label6">
@ -260,7 +260,9 @@
<widget class="GtkLabel" id="label72">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Autoconnect:</property>
<property name="label" translatable="yes">A_utoconnect:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">config-autoconnect</property>
</widget>
<packing>
<property name="top_attach">6</property>
@ -563,7 +565,9 @@
<widget class="GtkLabel" id="label70">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Autostart:</property>
<property name="label" translatable="yes">A_utostart:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">net-autostart</property>
</widget>
<packing>
<property name="top_attach">3</property>
@ -889,46 +893,12 @@
<property name="visible">True</property>
<child>
<widget class="GtkButton" id="net-apply">
<property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_net_apply_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment14">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox18">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image14">
<property name="visible">True</property>
<property name="stock">gtk-apply</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label83">
<property name="visible">True</property>
<property name="label" translatable="yes">Apply</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
@ -1030,6 +1000,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label">Pool Type</property>
<property name="selectable">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -1146,7 +1117,9 @@
<widget class="GtkLabel" id="label76">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Autostart:</property>
<property name="label" translatable="yes">A_utostart:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">pool-autostart</property>
</widget>
<packing>
<property name="top_attach">4</property>
@ -1333,46 +1306,12 @@
<property name="spacing">6</property>
<child>
<widget class="GtkButton" id="vol-add">
<property name="label" translatable="yes">_New Volume</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_vol_add_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox13">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image8">
<property name="visible">True</property>
<property name="stock">gtk-new</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="somelabel">
<property name="visible">True</property>
<property name="label" translatable="yes">New Volume</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
@ -1382,46 +1321,12 @@
</child>
<child>
<widget class="GtkButton" id="vol-delete">
<property name="label" translatable="yes">_Delete Volume</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_vol_delete_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment10">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox14">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image9">
<property name="visible">True</property>
<property name="stock">gtk-delete</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label82">
<property name="visible">True</property>
<property name="label" translatable="yes">Delete Volume</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
@ -1431,46 +1336,12 @@
</child>
<child>
<widget class="GtkButton" id="pool-apply">
<property name="label">gtk-apply</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_pool_apply_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment15">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox19">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image15">
<property name="visible">True</property>
<property name="stock">gtk-apply</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label84">
<property name="visible">True</property>
<property name="label">Apply</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>

View File

@ -158,7 +158,7 @@
<child>
<widget class="GtkMenu" id="menu1">
<property name="visible">True</property>
<child>
<child>
<widget class="GtkCheckMenuItem" id="menu_view_stats_cpu">
<property name="visible">True</property>
<property name="label" translatable="yes">CPU Usage</property>
@ -167,7 +167,7 @@
<signal name="activate" handler="on_menu_view_cpu_usage_activate"/>
</widget>
</child>
<child>
<child>
<widget class="GtkCheckMenuItem" id="menu_view_stats_disk">
<property name="visible">True</property>
<property name="label" translatable="yes">Disk I/O</property>
@ -335,7 +335,7 @@
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_focus">False</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>

View File

@ -154,8 +154,10 @@
<widget class="GtkLabel" id="label10">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">&lt;span color='#484848'&gt;Migrate offline:&lt;/span&gt;</property>
<property name="label" translatable="yes">&lt;span color='#484848'&gt;Migrate _offline:&lt;/span&gt;</property>
<property name="use_markup">True</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">migrate-offline</property>
</widget>
<packing>
<property name="top_attach">3</property>
@ -222,7 +224,9 @@
<child>
<widget class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="label" translatable="yes">Tunnel migration through libvirt's daemon:</property>
<property name="label" translatable="yes">_Tunnel migration through libvirt's daemon:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">migrate-secure</property>
</widget>
<packing>
<property name="expand">False</property>
@ -323,7 +327,9 @@
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Address:</property>
<property name="label" translatable="yes">_Address:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">migrate-set-interface</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -333,7 +339,9 @@
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Port:</property>
<property name="label" translatable="yes">_Port:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">migrate-set-port</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -345,7 +353,9 @@
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Bandwidth:</property>
<property name="label" translatable="yes">_Bandwidth:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">migrate-set-rate</property>
</widget>
<packing>
<property name="top_attach">2</property>

View File

@ -20,7 +20,7 @@
<property name="border_width">6</property>
<property name="n_rows">5</property>
<property name="n_columns">2</property>
<property name="column_spacing">3</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
<child>
<widget class="GtkCheckButton" id="autoconnect">
@ -37,15 +37,15 @@
<property name="bottom_attach">5</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
<property name="x_padding">7</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label90">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Autoconnect
at Startup:</property>
<property name="label" translatable="yes">A_utoconnect:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">autoconnect</property>
</widget>
<packing>
<property name="top_attach">4</property>
@ -75,7 +75,9 @@
<widget class="GtkLabel" id="label91">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Hostname:</property>
<property name="label" translatable="yes">H_ostname:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">hostname</property>
</widget>
<packing>
<property name="top_attach">3</property>
@ -84,29 +86,6 @@
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="width_request">70</property>
<property name="height_request">220</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="border_width">3</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<child>
<widget class="GtkTreeView" id="conn-list">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
</child>
</widget>
<packing>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="hypervisor">
<property name="visible">True</property>
@ -128,7 +107,9 @@ QEMU/KVM</property>
<widget class="GtkLabel" id="label87">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Hypervisor:</property>
<property name="label" translatable="yes">_Hypervisor:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">hypervisor</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -139,7 +120,9 @@ QEMU/KVM</property>
<widget class="GtkLabel" id="label88">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Connection:</property>
<property name="label" translatable="yes">Connec_tion:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">connection</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -169,6 +152,29 @@ Remote tunnel over SSH</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="width_request">70</property>
<property name="height_request">220</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="border_width">3</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<child>
<widget class="GtkTreeView" id="conn-list">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
</child>
</widget>
<packing>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
@ -196,47 +202,14 @@ Remote tunnel over SSH</property>
</child>
<child>
<widget class="GtkButton" id="connect">
<property name="label" translatable="yes">Co_nnect</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_connect_clicked"/>
<child>
<widget class="GtkAlignment" id="alignment11">
<property name="visible">True</property>
<property name="xscale">0</property>
<property name="yscale">0</property>
<child>
<widget class="GtkHBox" id="hbox12">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
<widget class="GtkImage" id="image9">
<property name="visible">True</property>
<property name="stock">gtk-connect</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label86">
<property name="visible">True</property>
<property name="label" translatable="yes">Co_nnect</property>
<property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>

View File

@ -38,10 +38,11 @@
<property name="row_spacing">6</property>
<child>
<widget class="GtkCheckButton" id="prefs-system-tray">
<property name="label" translatable="yes">Enable system tray icon</property>
<property name="label" translatable="yes">Enable _system tray icon</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_system_tray_toggled"/>
</widget>
@ -165,7 +166,9 @@
<widget class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Maintain history of</property>
<property name="label" translatable="yes">Maintain h_istory of</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-stats-history-len</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -176,7 +179,9 @@
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Update status every</property>
<property name="label" translatable="yes">_Update status every</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-stats-update-interval</property>
</widget>
</child>
</widget>
@ -249,7 +254,9 @@
<widget class="GtkLabel" id="label14">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Network I/O</property>
<property name="label" translatable="yes">_Network I/O</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-stats-enable-net</property>
</widget>
<packing>
<property name="top_attach">1</property>
@ -261,7 +268,9 @@
<widget class="GtkLabel" id="label13">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Disk I/O</property>
<property name="label" translatable="yes">_Disk I/O</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-stats-enable-disk</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@ -353,7 +362,9 @@ Always</property>
<widget class="GtkLabel" id="label17">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Graphical Console Scaling:</property>
<property name="label" translatable="yes">Graphical console _scaling:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-console-scaling</property>
</widget>
<packing>
<property name="top_attach">4</property>
@ -378,7 +389,9 @@ On mouse over</property>
<widget class="GtkLabel" id="label15">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Grab keyboard input:</property>
<property name="label" translatable="yes">Grab _keyboard input:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-console-keygrab</property>
</widget>
<packing>
<property name="top_attach">2</property>
@ -389,7 +402,9 @@ On mouse over</property>
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes">Automatically open consoles:</property>
<property name="label" translatable="yes">Automatically _open consoles:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">prefs-console-popup</property>
</widget>
</child>
<child>
@ -450,10 +465,11 @@ For all domains</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkCheckButton" id="prefs-sound-local">
<property name="label" translatable="yes">Local virtual machine</property>
<property name="label" translatable="yes">_Local virtual machine</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_prefs_sound_local_toggled"/>
</widget>
@ -463,10 +479,11 @@ For all domains</property>
</child>
<child>
<widget class="GtkCheckButton" id="prefs-sound-remote">
<property name="label" translatable="yes">Remote virtual machine</property>
<property name="label" translatable="yes">_Remote virtual machine</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="prefs_sound_remote_toggled_cb"/>
</widget>

View File

@ -4,6 +4,7 @@
<!-- interface-naming-policy toplevel-contextual -->
<widget class="GtkWindow" id="vmm-progress">
<property name="visible">True</property>
<property name="border_width">12</property>
<property name="title" translatable="yes">Operation in progress</property>
<property name="window_position">center-on-parent</property>
<property name="default_width">300</property>
@ -14,9 +15,6 @@
<child>
<widget class="GtkAlignment" id="alignment134">
<property name="visible">True</property>
<property name="bottom_padding">3</property>
<property name="left_padding">3</property>
<property name="right_padding">3</property>
<child>
<widget class="GtkVBox" id="vbox13">
<property name="visible">True</property>

View File

@ -33,7 +33,7 @@
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_focus">False</property>
<property name="hscrollbar_policy">never</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
@ -110,7 +110,7 @@
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow2">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_focus">False</property>
<property name="hscrollbar_policy">automatic</property>
<property name="vscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
@ -132,39 +132,12 @@
<property name="spacing">6</property>
<child>
<widget class="GtkButton" id="new-volume">
<property name="label" translatable="yes">_New Volume</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_new_volume_clicked"/>
<child>
<widget class="GtkHBox" id="hbox6">
<property name="visible">True</property>
<property name="spacing">3</property>
<child>
<widget class="GtkImage" id="image2">
<property name="visible">True</property>
<property name="stock">gtk-new</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label1234">
<property name="visible">True</property>
<property name="label" translatable="yes">_New Volume</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">new-volume</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
@ -198,38 +171,12 @@
</child>
<child>
<widget class="GtkButton" id="choose-volume">
<property name="label" translatable="yes">Choose _Volume</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<signal name="clicked" handler="on_choose_volume_clicked"/>
<child>
<widget class="GtkHBox" id="hbox5">
<property name="visible">True</property>
<property name="spacing">4</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="stock">gtk-open</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">Choose _Volume</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">choose-volume</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>