16 Commits

Author SHA1 Message Date
e2903bddbd tdf#163053 Add Help page for Comments sidebar panel in Writer
Create a new page text/swriter/01/sidebar_comments.xhp to document the Comments sidebar panel feature.

In AllLangHelp_swriter.mk
- Add new page to repository

In text/shared/01/04050000.xhp
- Add section and variable tags to allow the page to be easily linked and embedded in other pages.

In text/shared/optionen/java.xhp
- Add section and variable tags to allow the page to be easily linked and embedded in other pages.

Change-Id: I782c6483b07cc1b7d7b3566fe4664927740387af
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/175915
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2024-11-02 18:31:38 +01:00
7e42394ecb tdf#152323 drop name attribute from <link> elements
Replacement done with

find . -name \*.xhp -print0 |xargs -0 -P 0 perl -CS -pi -e \
        's#(<link[^>]*?) +name *="[^"]*" *( [^>]+|) *>#$1$2>#g'

(note some inconsistencies with space between name and = and also having
empty value, and some more complicated expression to also clear up
double space before/after the attribute)

translation files will be prepped with:

find */helpcontent2 -name \*.po -print0 |xargs -0 -P 0 perl -CS -pi -e \
    $'s#(<link[^>]*?) +name=(?:\\\\"[^"]*\\\\"|\'[^\']*\') *( [^>]+|) *(/?>)#$1$2$3#g unless /^#/'

(note that not all languages use the " as quote character for the
attributes, but that also single quotes appera in the po file. Hence
the use of the shell $'string' syntax to be able to quote ' as \'
It also requires to quote the backslash, so that it needs to be escaped
once for the shell, then another time for perl. Also don't work on
obsolete strings (those are prefixed with #~ in the po files)
Also note that <link..></link> gets turned into <link ../> during
translation extraction (along with removal of the space between the
attribute name and the value), so the pattern needs to be slightly
different here)

Change-Id: I95e53a08e6b0095cd894109ea0de154cc4859d8f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143713
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-12-07 17:39:02 +00:00
60bc5707b1 Hyphenate compound modifier and drop number inflection as it is an adjective
Change-Id: I397f6a528576c2a2ec556966d87e8dc77e20f3a5
2021-03-08 10:38:59 -06:00
9121a0732c tdf#133846 restrict Java bitness Help to Windows
Change-Id: I69813601b657127f0fd6ad3ebd8e668e660815e0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111924
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-04 20:04:42 +01:00
b342fbeee8 tdf#133846 Inform where java is used
Change-Id: I68a9e5cc366a80094d6d97bb9310d61a16bfe6a5
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111920
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-04 12:18:13 +01:00
5c5167dd5b tdf#109084 Give precisions on JRE config path
Change-Id: I280492becffbeaba0549d2b671422e64aa28b532
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/103276
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-09-24 17:23:34 +02:00
2a925a493c Add screenshot for Advanced Options page
Use kde breeze theme

Change-Id: If392c7da67395e599519baf875661997aa3ed26a
Reviewed-on: https://gerrit.libreoffice.org/81474
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24 21:10:33 +02:00
b51008a35b tdf#115254 Some branch bookmarks are'nt working 31
Module cui

Change-Id: I3f9dc6e469b04f0e86c426c907a8213fe351b8c4
Reviewed-on: https://gerrit.libreoffice.org/60636
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-09-17 22:49:12 +02:00
a0b4db5f17 tdf#58134 Some Options settings cannot be reset
Add warnings in help pages when some options cannot be reset.

This patch does not close the bug, which in some cases is a
bug in the dialog controller.

Change-Id: Ie6d0019a9c6611c2ad8784f593ceefa5748bf56b
Reviewed-on: https://gerrit.libreoffice.org/55103
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-05-31 00:43:16 +02:00
b5aad7c2f2 tdf#94438 disambiguate bookmark branch id's
part II

Change-Id: Ic6e56307c667023a8892f60c20ef1f79b02b5347
Reviewed-on: https://gerrit.libreoffice.org/52795
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-04-12 20:39:33 +02:00
dad7181e3a tdf#80589 Add help page for Expert Configuration
Change-Id: I07b23a13c77ffd028998d0583ab7d66615d060ae
Reviewed-on: https://gerrit.libreoffice.org/18375
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-13 19:39:16 +00:00
fdfcaa9912 Related: fdo#58170 save some orphaned help pages
Change-Id: I23d9623aa8b96796e622adea863a155af02a9272
2014-05-19 16:32:29 +01:00
612abeff1e update help ids for advanced options page .ui conversion 2013-02-08 10:31:00 +00:00
df4d4db740 re-base on ALv2 code. Includes:
Patch contributed by Oliver Rainer-Wittmann
    i#118572 - remove ui string and help content regarding
    usage of Java Mail in Writer's Mail Merge as Java
    Mail is not used.
    http://svn.apache.org/viewvc?view=revision&revision=1197035

    Patches contributed by Herbert Duerr
    updated help text for regexp word boundaries
    http://svn.apache.org/viewvc?view=revision&revision=1228026
    improved help text for word boundary regexp expression \b
    http://svn.apache.org/viewvc?view=revision&revision=1234738

    Patches contributed by Jurgen Schmidt
    remove onlineregistration with dependencies
    http://svn.apache.org/viewvc?view=revision&revision=1240245

    Patch contributed by Regina Henschel
    Extended tips for corner and cap style
    http://svn.apache.org/viewvc?view=revision&revision=1242287

* re-enable on-line update help, remove obsolete on-line purchasing.
2012-12-13 13:02:02 +00:00
a43f72ace3 fdo#54699 document that macro recording is an unstable feature
Change-Id: Icd07c94b22bf8527c5eedc7152b98e462daea8c3
2012-10-23 12:27:20 +02:00
61173c1b58 move help structure one directory up
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
2012-10-16 11:07:30 -05:00