Age | Commit message (Collapse) | Author |
|
Select Text was wrongly linking to Edit mode page. The hyperlink is now removed. Also is impossible to be in Edit mode and active Edit mode, so it can't be activate or deactivate edit mode.
Change-Id: I1d759b3962692c2dcec181267045d15f934325ec
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143728
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 0743da9a51f1d7733f436d0144e35e8536e56583)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/144017
|
|
Option to reply to comments is inactive until we have comments from other users.
Change-Id: If105cd50bed65371be47b426318ddd71ba650f5c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143792
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
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>
|
|
Change-Id: I6a83b183b849e1159e0266cbe4039ed20d413f19
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142685
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: If10520d16ec070da9ce2e527e0fe47ab49e814e4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/142674
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
- move "Direct Cursor Mode" to current position in Edit menu
- add Comment label and description
- update label to "Links to External Files"
- remove "Footnote or Endnote", "Index Entry" and "Bibliography Entry"
to "Reference" submenu
- make new submenu page, embedded as "Reference"
- add "access" command for "Reference" in edit_menu.xhp
- add keyboard shortcut for "Go to Page"
- update "Go to Page", because no longer to Navigator
- update "Edit File" (/shared/02/070700000.xhp) to "Edit Mode"
- update to <h1>,<h2>,<menuitem>
Change-Id: I34e8f74b8d43e2875e40b24cc0d93eecdc2b2ad0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/104498
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: I36b83fd50c53b144c68ed794d1f1516a6984826c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/98855
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
- add Paste Nested Table, Columns Before, Rows Above
- add Paste Only Text, Number, Formula
- Refactor Paste Special <switch> for Calc
Change-Id: I56547db917863aca2402191bef934c2bba5ff619
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/90864
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I57c83a56de0fe124f168adbcb7c4a3fdbd45d60d
Reviewed-on: https://gerrit.libreoffice.org/30734
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
new Edit menu item added, icon on the Tools bar renamed
Change-Id: If5edfff9fb8a71bdf3ed1aea02a23ba469e1fbf2
Reviewed-on: https://gerrit.libreoffice.org/22880
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Icf0539cdc590e126117f439f6acc159b2d7af281
|
|
Change-Id: I144ce4b1a22d534cd99f1d4bcb14aa04199a35d2
|
|
Change-Id: I39aee6685d6a4491d27c89fccea3df956c7b4ed6
Reviewed-on: https://gerrit.libreoffice.org/19661
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: I3e4ee6fa36f87c163db7b5966ec975065f9b7921
Reviewed-on: https://gerrit.libreoffice.org/18574
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
Change-Id: I36716886a5925e5fdc3cd839ca76b0e484a73f9e
Reviewed-on: https://gerrit.libreoffice.org/18288
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
|
|
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.
|
|
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
|