dbaccess/uiconfig/ui/directsqldialog.ui | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
New commits: commit 3a91c52b5a8a4fa131c2b74ba83032c835da313f Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Fri May 13 20:32:06 2022 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Sat May 14 17:23:11 2022 +0200 Add extended tips for Direct SQL dialog Change-Id: I0b46222ed60084544d6271fba258f02955baaa0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134295 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Jenkins diff --git a/dbaccess/uiconfig/ui/directsqldialog.ui b/dbaccess/uiconfig/ui/directsqldialog.ui index d3107578b1e7..c1c06f40a383 100644 --- a/dbaccess/uiconfig/ui/directsqldialog.ui +++ b/dbaccess/uiconfig/ui/directsqldialog.ui @@ -94,6 +94,11 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property> + <child internal-child="accessible"> + <object class="AtkObject" id="sql-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|sql">Enter the SQL administration command that you want to run.</property> + </object> + </child> </object> </child> </object> @@ -132,6 +137,11 @@ <property name="receives-default">False</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="directsql-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|directsql">Execute the SQL command directly without escape processing.</property> + </object> + </child> </object> <packing> <property name="left-attach">0</property> @@ -147,6 +157,11 @@ <property name="receives-default">False</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="showoutput-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|showoutput">Show the result of the SQL SELECT command in the Output box.</property> + </object> + </child> </object> <packing> <property name="left-attach">0</property> @@ -178,6 +193,11 @@ <object class="GtkComboBoxText" id="sqlhistory"> <property name="visible">True</property> <property name="can-focus">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="sqlhistory-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|sqlhistory">Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute.</property> + </object> + </child> </object> <packing> <property name="left-attach">0</property> @@ -235,6 +255,11 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="editable">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="status-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|status">Displays the results, including errors, of the SQL command that you ran.</property> + </object> + </child> </object> </child> </object> @@ -274,6 +299,11 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="editable">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="output-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|output">Displays the results of the SQL command that you ran.</property> + </object> + </child> </object> </child> </object>