[PATCH 1/3] Add support for adding zFCP devices in the GUI. (#994423)

David Shea dshea at redhat.com
Wed Nov 27 14:01:36 UTC 2013


On 11/26/2013 02:41 PM, Samantha N. Bueno wrote:
> diff --git a/pyanaconda/ui/gui/spokes/advstorage/zfcp.glade b/pyanaconda/ui/gui/spokes/advstorage/zfcp.glade
> new file mode 100644
> index 0000000..03b5588
> --- /dev/null
> +++ b/pyanaconda/ui/gui/spokes/advstorage/zfcp.glade

> +                    <child>
> +                      <object class="GtkLabel" id="label6">
> +                        <property name="visible">True</property>
> +                        <property name="can_focus">False</property>
> +                        <property name="xalign">0</property>
> +                        <property name="label" translatable="yes">_Device number:</property>
> +                        <property name="use_underline">True</property>
> +                        <property name="mnemonic_widget">deviceEntry</property>
> +                      </object>
This needs a translation context on master. Something like GUI|Advanced 
Storage|zFCP
> +
> +                    <child>
> +                      <object class="GtkLabel" id="label7">
> +                        <property name="visible">True</property>
> +                        <property name="can_focus">False</property>
> +                        <property name="xalign">0</property>
> +                        <property name="label" translatable="yes">WWPN:</property>
> +                        <property name="use_underline">True</property>
> +                        <property name="mnemonic_widget">wwpnEntry</property>
> +                      </object>
This needs a translation context on master and an underline shortcut on 
master and rhel7
> +                      <packing>
> +                        <property name="left_attach">0</property>
> +                        <property name="top_attach">2</property>
> +                        <property name="width">1</property>
> +                        <property name="height">1</property>
> +                      </packing>
> +                    </child>
> +                    <child>
> +                      <object class="GtkNotebook" id="conditionNotebook">
> +                        <property name="visible">True</property>
> +                        <property name="can_focus">True</property>
> +                        <property name="valign">center</property>
> +                        <property name="show_tabs">False</property>
> +                        <property name="show_border">False</property>
> +                        <child>
> +                          <object class="GtkButton" id="startButton">
> +                            <property name="label" translatable="yes">_Start Discovery</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="halign">center</property>
> +                            <property name="valign">center</property>
> +                            <property name="vexpand">True</property>
> +                            <property name="use_underline">True</property>
> +                            <signal name="clicked" handler="on_start_clicked" swapped="no"/>
> +                          </object>
context
>
> +                    <child>
> +                      <object class="GtkLabel" id="label2">
> +                        <property name="visible">True</property>
> +                        <property name="can_focus">False</property>
> +                        <property name="xalign">0</property>
> +                        <property name="label" translatable="yes">LUN:</property>
> +                        <property name="use_underline">True</property>
> +                        <property name="mnemonic_widget">lunEntry</property>
> +                      </object>
context and underline



More information about the anaconda-patches mailing list