Age | Commit message (Collapse) | Author |
|
+ refactoring
+ Writer Insert menu (part 2)
+ fix some bad links (D'oh!)
Change-Id: Ic9daa1df531daa2402ed28c6e7482e8e4392443a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153398
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ refactoring
+ Writer View menu (part 3)
Change-Id: Id20a4466894c199c229c54c8228b818f4c166126
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152869
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: I5e1d2ef92b75b3c4547fbb04ba40fd8c2f43c81a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124795
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I2faf5b4da2dddf5736686cf6c7f03cdd3cc67ea2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124519
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8a6f2d4b515337a8526ca5d09ab81b576edbd89f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124521
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I7b2c360e9ebc3e6a1a4863366c76164018d72c2d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124490
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Icbd1b5cbbd7aca5601464fe26964e9215b5686e6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124464
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I86542dc4a1e981a151a66eb63114e14e03ab9003
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124487
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I0e721bef0778f93e0277e26d13b969909c694ea0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124489
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I96c6d66f3d030e2881ddff0f0f35833f65b85cc4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124111
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib099bf8474d272cbf10fad79c80b5164b5d11717
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124109
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I9b32ddd9a754764d3798fadeb9c323dd1694aace
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124103
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I5bd077fbe3f5494c6b1e89081a292613b2bbcf1d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122994
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Ib4807f699bd43a14b20fd7e2e9c2b81f925f11aa
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112495
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Idd78a8afa5a2d9f7626d65ad6bcd7335fb4a3f07
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112442
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I98d3445b37b7b744df7363f1f0098aec27c5203e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110508
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
( sdraw/main0103.xhp )
1. Reorder controls to correspond to order in View menu
2. Update label: "Master Page" -> "Master"
3. Replace "Grid" embed with "Grid and Helplines" embed.
4. Add <comments> indicating where additional controls need to be added.
(will be removed as these are added in)
5. Update to: <h1>,<h2>
( text/sdraw/main0213.xhp )
1. update "Snap to Snap Lines"-> "Snap to Snap Guides"
2. add <section>s to embed into View - Snap Guides submenu (guides.xhp)
because ordering on toolbar is different from ordering in submenu.
3. update to: <h1>,<h2>
( text/shared/01/grid_and_helplines.xhp )
1. change embeds from shared/01/grid.xhp to correspond to submenu.
2. update to <h1>
( text/shared/01/grid.xhp )
1. Add and update section to be embedded in grid_and_helplines.xhp
(the old section name was only embedded in grid_and_helplines.xhp)
2. update to: <h1>,<h2>
( text/shared/01/guides.xhp )
1. Update all: "Snap Lines" --> "Snap Guides"
2. Remove Control and description for "Snap to Snap Lines"
3. Add appl-switch for "slide" (Impress) or "page" (Draw).
4. Embed sections from (sdraw/main0213.xhp) for other controls.
( simpress/01/slidesorter.xhp )
update to: <h1>
Change-Id: If1bc4023a4d677707ebee9fd2c917aae68e717b1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105356
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
Tested-by: Jenkins
|
|
Change-Id: I8f9291182223ab8c580dc2fba03f2e52a1eb20cd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94298
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
also remove obsolete l10n attribute (doesn't affect translations/pot)
Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
|
|
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
|