From de01c0c1d0f80ffec3882625d77c02ab806f6c7a Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 22 Aug 2020 12:36:14 -0300 Subject: tdf#118148 Extended tips from HC2/shared/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These extended tips are extracted from in Help files Only for ui files, where dialogs/widget pair could be determined. Other forms of such as .uno:.. and *HID* ... will be addressed elswhere. Change#1 Removed extended tips from GtkMenu of svx/.../acceptrejectchangesdialog.ui Change#2 Some empty ET's slipped in cui/macroselectdialog.ui Change-Id: Ic8dc62734143f621fcd3c4156fc004f585630277 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101186 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- desktop/uiconfig/ui/extensionmanager.ui | 58 +++++++++++++++++++++++++++--- desktop/uiconfig/ui/showlicensedialog.ui | 5 +++ desktop/uiconfig/ui/updatedialog.ui | 51 ++++++++++++++++---------- desktop/uiconfig/ui/updateinstalldialog.ui | 13 ++++--- 4 files changed, 101 insertions(+), 26 deletions(-) (limited to 'desktop') diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui index be2ca3e37d14..95184696cc16 100644 --- a/desktop/uiconfig/ui/extensionmanager.ui +++ b/desktop/uiconfig/ui/extensionmanager.ui @@ -1,5 +1,5 @@ - + @@ -9,9 +9,6 @@ 0 0 dialog - - - False @@ -92,6 +89,11 @@ 0 True True + + + Filter extensions available for all users of this computer. + + 1 @@ -108,6 +110,11 @@ 0 True True + + + Filter extensions only available for the currently logged in user. + + 2 @@ -124,6 +131,11 @@ 0 True True + + + Bundled extensions are installed by the system administrator using the operating system specific installer packages. These can not be installed, updated or removed here. + + 0 @@ -170,6 +182,11 @@ GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK True True + + + Select the extension that you want to remove, enable, or disable. For some extensions, you can also open an Options dialog. + + @@ -194,6 +211,11 @@ True True True + + + Select an installed extension, then click to open the Options dialog for the extension. + + True @@ -208,6 +230,11 @@ True True True + + + Click to check for online updates of all installed extensions. To check for updates of the selected extension only, choose the Update command from the context menu. The check for availability of updates starts immediately. + + False @@ -225,6 +252,11 @@ True True True + + + Click Add to add an extension. + + False @@ -240,6 +272,11 @@ True True True + + + Select the extension that you want to remove, and then click Remove. + + True @@ -320,6 +357,11 @@ True none 0 + + + You can find a collection of extensions on the Web. + + 0 @@ -347,5 +389,13 @@ help close + + + + + + The Extension Manager adds, removes, disables, enables, and updates %PRODUCTNAME extensions. + + diff --git a/desktop/uiconfig/ui/showlicensedialog.ui b/desktop/uiconfig/ui/showlicensedialog.ui index 6039c59fb827..c6ec3feb8d28 100644 --- a/desktop/uiconfig/ui/showlicensedialog.ui +++ b/desktop/uiconfig/ui/showlicensedialog.ui @@ -3,6 +3,11 @@ + + + Read the license. Click the Scroll Down button to scroll down if necessary. Click Accept to continue the installation of the extension. + + False 6 Extension Software License Agreement diff --git a/desktop/uiconfig/ui/updatedialog.ui b/desktop/uiconfig/ui/updatedialog.ui index 25ee24c0100a..651f57b76978 100644 --- a/desktop/uiconfig/ui/updatedialog.ui +++ b/desktop/uiconfig/ui/updatedialog.ui @@ -1,7 +1,21 @@ - + + + + + + + + + + + + + + + False True @@ -12,9 +26,6 @@ 0 0 dialog - - - False @@ -211,6 +222,11 @@ True 0 True + + + By default, only the downloadable extensions are shown in the dialog. Mark Show all Updates to see also other extensions and error messages. + + False @@ -329,6 +345,11 @@ word False False + + + While checking for updates, you see a progress indicator. Wait for some messages to show up in the dialog, or click Cancel to abort the update check. + + @@ -358,19 +379,13 @@ ok close - - - - - - - - - - - - - - + + + + + + Click the Check for Updates button in the Extension Manager to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose Update. + + diff --git a/desktop/uiconfig/ui/updateinstalldialog.ui b/desktop/uiconfig/ui/updateinstalldialog.ui index 973c28528f37..52e7082669a2 100644 --- a/desktop/uiconfig/ui/updateinstalldialog.ui +++ b/desktop/uiconfig/ui/updateinstalldialog.ui @@ -1,5 +1,5 @@ - + @@ -10,9 +10,6 @@ 0 0 dialog - - - False @@ -173,5 +170,13 @@ ok cancel + + + + + + Click the Check for Updates button in the Extension Manager to check for online updates for all installed extensions. To check for online updates for only the selected extension, right-click to open the context menu, then choose Update. + + -- cgit