helpcontent2 | 2 - sw/uiconfig/swriter/ui/columnpage.ui | 65 +++++++++++++++++++---------------- 2 files changed, 38 insertions(+), 29 deletions(-)
New commits: commit 8e681942f771d7beae52b1e786fab16e6a653ab1 Author: Caolán McNamara <caol...@redhat.com> Date: Sat Jan 26 12:26:29 2013 +0000 add mnemonic widgets to column page Change-Id: I1156a4785b96efb44bc98623e9a7f2cbbb5ee84a diff --git a/sw/uiconfig/swriter/ui/columnpage.ui b/sw/uiconfig/swriter/ui/columnpage.ui index 31576a9..1565167 100644 --- a/sw/uiconfig/swriter/ui/columnpage.ui +++ b/sw/uiconfig/swriter/ui/columnpage.ui @@ -79,6 +79,8 @@ <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">Columns</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">colsnf</property> </object> <packing> <property name="left_attach">0</property> @@ -122,6 +124,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Apply to</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">applytolb</property> </object> <packing> <property name="left_attach">0</property> @@ -154,6 +157,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">Text _direction</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">textdirectionlb</property> </object> <packing> <property name="left_attach">0</property> @@ -603,6 +607,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">St_yle</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">linestylelb</property> </object> <packing> <property name="left_attach">0</property> @@ -618,6 +623,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Width</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">linewidthmf:0.00pt</property> </object> <packing> <property name="left_attach">0</property> @@ -633,6 +639,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">H_eight</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">linewidthmf:0.00pt</property> </object> <packing> <property name="left_attach">2</property> @@ -648,6 +655,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Position</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">lineposlb</property> </object> <packing> <property name="left_attach">2</property> @@ -663,6 +671,7 @@ <property name="xalign">0</property> <property name="label" translatable="yes">_Color</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">colorlb</property> </object> <packing> <property name="left_attach">4</property> @@ -774,7 +783,19 @@ </packing> </child> </object> - <object class="GtkListStore" id="liststore2"> + <object class="GtkImage" id="image7"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-go-back</property> + <property name="icon-size">1</property> + </object> + <object class="GtkImage" id="image8"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="stock">gtk-go-forward</property> + <property name="icon-size">1</property> + </object> + <object class="GtkListStore" id="liststore1"> <columns> <!-- column-name gchararray1 --> <column type="gchararray"/> @@ -783,40 +804,20 @@ </columns> <data> <row> - <col id="0" translatable="yes">Selection</col> + <col id="0" translatable="yes">Left-to-right</col> <col id="1">0</col> </row> <row> - <col id="0" translatable="yes">Current Section</col> + <col id="0" translatable="yes">Right-to-left</col> <col id="1">1</col> </row> <row> - <col id="0" translatable="yes">Selected section</col> - <col id="1">2</col> - </row> - <row> - <col id="0" translatable="yes">Frame</col> + <col id="0" translatable="yes">Use superordinate object settings</col> <col id="1">4</col> </row> - <row> - <col id="0" translatable="yes">Page Style: </col> - <col id="1">3</col> - </row> </data> </object> - <object class="GtkImage" id="image7"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="stock">gtk-go-back</property> - <property name="icon-size">1</property> - </object> - <object class="GtkImage" id="image8"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="stock">gtk-go-forward</property> - <property name="icon-size">1</property> - </object> - <object class="GtkListStore" id="liststore1"> + <object class="GtkListStore" id="liststore2"> <columns> <!-- column-name gchararray1 --> <column type="gchararray"/> @@ -825,17 +826,25 @@ </columns> <data> <row> - <col id="0" translatable="yes">Left-to-right</col> + <col id="0" translatable="yes">Selection</col> <col id="1">0</col> </row> <row> - <col id="0" translatable="yes">Right-to-left</col> + <col id="0" translatable="yes">Current Section</col> <col id="1">1</col> </row> <row> - <col id="0" translatable="yes">Use superordinate object settings</col> + <col id="0" translatable="yes">Selected section</col> + <col id="1">2</col> + </row> + <row> + <col id="0" translatable="yes">Frame</col> <col id="1">4</col> </row> + <row> + <col id="0" translatable="yes">Page Style: </col> + <col id="1">3</col> + </row> </data> </object> </interface> commit 53f0752535e1e23481ebe7632afd59beee8a311d Author: Caolán McNamara <caol...@redhat.com> Date: Sat Jan 26 13:44:36 2013 +0000 Updated core Project: help b8c513606f96dac3a5f10dfba008ec6c45830cb9 diff --git a/helpcontent2 b/helpcontent2 index 07bf3f5..b8c5136 160000 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 07bf3f5029f799b26d8a663de53c280094e84fb3 +Subproject commit b8c513606f96dac3a5f10dfba008ec6c45830cb9
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits