diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-30 09:30:16 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-10-30 12:08:23 +0100 |
commit | af4bc7e3923c1aa7d47c050a6c3ab98523361e62 (patch) | |
tree | ebdfa4c807b1a790ef054d516f81c18454f21eaf /cui/uiconfig/ui | |
parent | faad724af54808998e47edad6bbb80aee3e3f4d1 (diff) |
tdf#130857 securityoptionsdialog.ui Define grid children in order
Switch the order in which the children of the "grid3" grid in the
.ui file are defined so that the order matches the visual appearance,
which makes sure that tab focus order with the Qt-based VCL plugins is
correct as well in the "Tools" -> "Options" -> "LibreOfficeDev"
-> "Security" -> "Options..." dialog.
See
commit 02692566ad9fc7c3484f8581ffa0004cd4e43987
Author: Michael Weghorn <m.weghorn@posteo.de>
Date: Thu Oct 24 17:43:35 2024 +0200
tdf#130857 optnewdictionarydialog.ui: Define focusable widgets in order
for more background.
Change-Id: Iffba59ba04ecfd3fcb900e09ad013e6f498beff8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175815
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'cui/uiconfig/ui')
-rw-r--r-- | cui/uiconfig/ui/securityoptionsdialog.ui | 214 |
1 files changed, 107 insertions, 107 deletions
diff --git a/cui/uiconfig/ui/securityoptionsdialog.ui b/cui/uiconfig/ui/securityoptionsdialog.ui index dd09839d8335..dc811fda26cf 100644 --- a/cui/uiconfig/ui/securityoptionsdialog.ui +++ b/cui/uiconfig/ui/securityoptionsdialog.ui @@ -284,6 +284,19 @@ <property name="row-spacing">6</property> <property name="column-spacing">12</property> <child> + <object class="GtkImage" id="lockremovepersonal"> + <property name="can-focus">False</property> + <property name="no-show-all">True</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="icon-name">res/lock.png</property> + </object> + <packing> + <property name="left-attach">0</property> + <property name="top-attach">0</property> + </packing> + </child> + <child> <object class="GtkCheckButton" id="removepersonal"> <property name="label" translatable="yes" context="securityoptionsdialog|removepersonal">_Remove personal information on saving</property> <property name="visible">True</property> @@ -304,117 +317,112 @@ </packing> </child> <child> - <object class="GtkImage" id="lockremovepersonal"> + <object class="GtkImage" id="lockredlineinfo"> <property name="can-focus">False</property> <property name="no-show-all">True</property> <property name="halign">center</property> <property name="valign">center</property> + <property name="margin-start">20</property> <property name="icon-name">res/lock.png</property> </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">0</property> + <property name="top-attach">1</property> </packing> </child> <child> - <object class="GtkCheckButton" id="blockuntrusted"> - <property name="label" translatable="yes" context="securityoptionsdialog|blockuntrusted">Block any links from documents not among the trusted locations (see Macro Security)</property> + <object class="GtkCheckButton" id="redlineinfo"> + <property name="label" translatable="yes" context="securityoptionsdialog|redlineinfo">Keep track changes information</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> + <property name="margin-start">20</property> <property name="hexpand">True</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="blockuntrusted-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|blockuntrusted">Blocks the use of linked images by documents not in the trusted locations defined on the Trusted Sources tab of the Macro Security dialog.</property> - </object> - </child> </object> <packing> <property name="left-attach">1</property> - <property name="top-attach">8</property> + <property name="top-attach">1</property> </packing> </child> <child> - <object class="GtkImage" id="lockblockuntrusted"> + <object class="GtkImage" id="lockdocproperties"> <property name="can-focus">False</property> + <property name="no-show-all">True</property> <property name="halign">center</property> <property name="valign">center</property> + <property name="margin-start">20</property> <property name="icon-name">res/lock.png</property> </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">8</property> + <property name="top-attach">2</property> </packing> </child> <child> - <object class="GtkCheckButton" id="ctrlclick"> - <property name="label" translatable="yes" context="securityoptionsdialog|ctrlclick">Ctrl-click required _to open hyperlinks</property> + <object class="GtkCheckButton" id="docproperties"> + <property name="label" translatable="yes" context="securityoptionsdialog|docproperties">Keep document user information</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> + <property name="margin-start">20</property> <property name="hexpand">True</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="ctrlclick-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ctrlclick">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</property> - </object> - </child> </object> <packing> <property name="left-attach">1</property> - <property name="top-attach">7</property> + <property name="top-attach">2</property> </packing> </child> <child> - <object class="GtkImage" id="lockctrlclick"> + <object class="GtkImage" id="locknoteauthor"> <property name="can-focus">False</property> + <property name="no-show-all">True</property> <property name="halign">center</property> <property name="valign">center</property> + <property name="margin-start">20</property> <property name="icon-name">res/lock.png</property> </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">7</property> + <property name="top-attach">3</property> </packing> </child> <child> - <object class="GtkCheckButton" id="password"> - <property name="label" translatable="yes" context="securityoptionsdialog|password">Recommend password protection on sa_ving</property> + <object class="GtkCheckButton" id="noteauthor"> + <property name="label" translatable="yes" context="securityoptionsdialog|noteauthor">Keep author name and date of notes</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> + <property name="margin-start">20</property> <property name="hexpand">True</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> - <child internal-child="accessible"> - <object class="AtkObject" id="password-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|password">Select to always enable the Save with password option in the file save dialogs. Deselect the option to save files by default without password.</property> - </object> - </child> </object> <packing> <property name="left-attach">1</property> - <property name="top-attach">6</property> + <property name="top-attach">3</property> </packing> </child> <child> - <object class="GtkImage" id="lockpassword"> + <object class="GtkImage" id="lockdocumentversion"> <property name="can-focus">False</property> + <property name="no-show-all">True</property> <property name="halign">center</property> <property name="valign">center</property> + <property name="margin-start">20</property> <property name="icon-name">res/lock.png</property> </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">6</property> + <property name="top-attach">4</property> </packing> </child> <child> - <object class="GtkCheckButton" id="redlineinfo"> - <property name="label" translatable="yes" context="securityoptionsdialog|redlineinfo">Keep track changes information</property> + <object class="GtkCheckButton" id="documentversion"> + <property name="label" translatable="yes" context="securityoptionsdialog|documentversion">Keep document version information</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -425,28 +433,24 @@ </object> <packing> <property name="left-attach">1</property> - <property name="top-attach">1</property> + <property name="top-attach">4</property> </packing> </child> <child> - <object class="GtkCheckButton" id="docproperties"> - <property name="label" translatable="yes" context="securityoptionsdialog|docproperties">Keep document user information</property> - <property name="visible">True</property> - <property name="can-focus">True</property> - <property name="receives-default">False</property> - <property name="margin-start">20</property> - <property name="hexpand">True</property> - <property name="use-underline">True</property> - <property name="draw-indicator">True</property> + <object class="GtkImage" id="lockprintersettings"> + <property name="can-focus">False</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="icon-name">res/lock.png</property> </object> <packing> - <property name="left-attach">1</property> - <property name="top-attach">2</property> + <property name="left-attach">0</property> + <property name="top-attach">5</property> </packing> </child> <child> - <object class="GtkCheckButton" id="noteauthor"> - <property name="label" translatable="yes" context="securityoptionsdialog|noteauthor">Keep author name and date of notes</property> + <object class="GtkCheckButton" id="printersettings"> + <property name="label" translatable="yes" context="securityoptionsdialog|printersettings">Keep printer settings</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -457,79 +461,103 @@ </object> <packing> <property name="left-attach">1</property> - <property name="top-attach">3</property> + <property name="top-attach">5</property> </packing> </child> <child> - <object class="GtkCheckButton" id="documentversion"> - <property name="label" translatable="yes" context="securityoptionsdialog|documentversion">Keep document version information</property> + <object class="GtkImage" id="lockpassword"> + <property name="can-focus">False</property> + <property name="halign">center</property> + <property name="valign">center</property> + <property name="icon-name">res/lock.png</property> + </object> + <packing> + <property name="left-attach">0</property> + <property name="top-attach">6</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="password"> + <property name="label" translatable="yes" context="securityoptionsdialog|password">Recommend password protection on sa_ving</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="margin-start">20</property> <property name="hexpand">True</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="password-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|password">Select to always enable the Save with password option in the file save dialogs. Deselect the option to save files by default without password.</property> + </object> + </child> </object> <packing> <property name="left-attach">1</property> - <property name="top-attach">4</property> + <property name="top-attach">6</property> </packing> </child> <child> - <object class="GtkImage" id="lockredlineinfo"> + <object class="GtkImage" id="lockctrlclick"> <property name="can-focus">False</property> - <property name="no-show-all">True</property> <property name="halign">center</property> <property name="valign">center</property> - <property name="margin-start">20</property> <property name="icon-name">res/lock.png</property> </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">1</property> + <property name="top-attach">7</property> </packing> </child> <child> - <object class="GtkImage" id="lockdocproperties"> - <property name="can-focus">False</property> - <property name="no-show-all">True</property> - <property name="halign">center</property> - <property name="valign">center</property> - <property name="margin-start">20</property> - <property name="icon-name">res/lock.png</property> + <object class="GtkCheckButton" id="ctrlclick"> + <property name="label" translatable="yes" context="securityoptionsdialog|ctrlclick">Ctrl-click required _to open hyperlinks</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">False</property> + <property name="hexpand">True</property> + <property name="use-underline">True</property> + <property name="draw-indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="ctrlclick-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|ctrlclick">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</property> + </object> + </child> </object> <packing> - <property name="left-attach">0</property> - <property name="top-attach">2</property> + <property name="left-attach">1</property> + <property name="top-attach">7</property> </packing> </child> <child> - <object class="GtkImage" id="locknoteauthor"> + <object class="GtkImage" id="lockblockuntrusted"> <property name="can-focus">False</property> - <property name="no-show-all">True</property> <property name="halign">center</property> <property name="valign">center</property> - <property name="margin-start">20</property> <property name="icon-name">res/lock.png</property> </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">3</property> + <property name="top-attach">8</property> </packing> </child> <child> - <object class="GtkImage" id="lockdocumentversion"> - <property name="can-focus">False</property> - <property name="no-show-all">True</property> - <property name="halign">center</property> - <property name="valign">center</property> - <property name="margin-start">20</property> - <property name="icon-name">res/lock.png</property> + <object class="GtkCheckButton" id="blockuntrusted"> + <property name="label" translatable="yes" context="securityoptionsdialog|blockuntrusted">Block any links from documents not among the trusted locations (see Macro Security)</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">False</property> + <property name="hexpand">True</property> + <property name="use-underline">True</property> + <property name="draw-indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="blockuntrusted-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|blockuntrusted">Blocks the use of linked images by documents not in the trusted locations defined on the Trusted Sources tab of the Macro Security dialog.</property> + </object> + </child> </object> <packing> - <property name="left-attach">0</property> - <property name="top-attach">4</property> + <property name="left-attach">1</property> + <property name="top-attach">8</property> </packing> </child> <child> @@ -564,34 +592,6 @@ <property name="top-attach">9</property> </packing> </child> - <child> - <object class="GtkCheckButton" id="printersettings"> - <property name="label" translatable="yes" context="securityoptionsdialog|printersettings">Keep printer settings</property> - <property name="visible">True</property> - <property name="can-focus">True</property> - <property name="receives-default">False</property> - <property name="margin-start">20</property> - <property name="hexpand">True</property> - <property name="use-underline">True</property> - <property name="draw-indicator">True</property> - </object> - <packing> - <property name="left-attach">1</property> - <property name="top-attach">5</property> - </packing> - </child> - <child> - <object class="GtkImage" id="lockprintersettings"> - <property name="can-focus">False</property> - <property name="halign">center</property> - <property name="valign">center</property> - <property name="icon-name">res/lock.png</property> - </object> - <packing> - <property name="left-attach">0</property> - <property name="top-attach">5</property> - </packing> - </child> </object> </child> <child type="label"> |