Age | Commit message (Collapse) | Author |
|
+ refactoring
+ Table - Size menu (part 31)
+ Merges optimal row/height into shared file
+ delete obsolete help pages
+ delete pages with no HID (obsolete)
+ Some pages will be revisited
Change-Id: I06593f96f3953f0de43a290a956acab94af09b34
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/156584
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
For some reason, possibly related to tdf#144859,
WRITER is not included in <default>, even though it should.
Patch repeats the <embeds> found in <default> for Writer,
so that they will also appear with WRITER in help.
Change-Id: I05300853717dcc555645cbf98f8089f70ce3e779
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136712
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
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: Iee88c2927b5750d57dec1cfffee4d27bf860b834
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136645
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
This patch is a general review and update of commands to
optimize the size of tables in Writer, Draw, and Impress.
Thanks to Justin Luth for essential help in making accurate
descriptions of these commands. It also started to improve
the maintenance by moving the access commands and icon tables
from diverse places to a shared/00 folder, introducing variables
and sections that would allow reusing relevant sequences.
shared/02/04210000.xhp (Optimize Size menu)
* add two missing controls as embeds from swriter/main0110.xhp
* add icon tables for the two controls
* correction to control name
* modify switch to include Draw and Impress
* put controls in same order as dropdown menu
+ add variable to h1, so page can be embedded in related topics
* update to renamed ids
* change image size to 1cm
* refactor to <h1>,<h2>
shared/00/00040500.xhp
+ add <section> to "Open Optimize Size..." (i.e., for opening
dropdown menu in Table bar), so it can be embedded into each
page for the individual controls.
* use access controls from swriter/00/00000405.xhp, plus add
appl-switch
* update access for Table menu
swriter/00/00000405.xhp (Access commands for Size)
* move all relevant access commands to shared/00/00040500.xhp
swriter/01/05110000.xhp (Row)
* correction to two command names
* update to renamed id
* refactor to <h1>,<h2>
swriter/01/05120200.xhp (Optimal Column Width)
* update command name
+ add <relatedtopics> with two links
* rename German id
* refactor to <h1>
swriter/01/05110200.xhp (Optimal Row Height)
* update command name
* rename German id
+ add <relatedtopics> with two links
* refactor to <h1>,<note>
shared/01/05120600.xhp (Distribute Columns Equally)
* corrections to description of the command operation
+ additional information about how to select
+ add "right-click" instructions to "howtoget"
+ add link to "Optimize Size" menu and "Table" bar
+ add <relatedtopics> with two links
* rename German id
* refactor to <h1>, changed paragraphs to <menuitem>
* image size to 1cm
shared/01/05110600m.xhp (Distribute Rows Equally)
+ add link to "Optimize Size" menu
+ add <relatedtopics> with two links
* rename German id
* refactor to <h1>, changed paragraphs to <menuitem>
* image size to 1cm
swriter/main0110.xhp (Table menu page)
* update renamed ids
+ add sections to text in Minimal Row Height
and Minimal Column Width, so that they
can be embedded into "Optimize Size"
menu page.
swriter/guide/table_sizing.xhp
+ add links to "Optimize Size" and "Table" bar in text.
+ add "Optimize Size" to Related Topics
* refactor to <note>,<tip>,<relatedtopics>
Change-Id: I9b84ccb2cd4d9b4e221f82ee4654e95553f3d188
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135002
Tested-by: Jenkins
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8f88def2a5f1b14abf271d6bb950062214d6b193
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136090
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I527837a7ac78b411ed61f34e9d4c76b786c0b237
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131434
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: Iafd82777eddf78a2d581f40dc7d94fed79929326
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/131432
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I489e4ff06ac89dc6668e101a0d15e22385ef2fd6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/112451
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I09a0c15fe72219df1e61e241b06af0486b39163c
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/105004
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Also remove a few obsolete bookmarks and fix ahelps
Duplicates found with:
for i in $(find source/text/shared -name "*xhp") ; do grep branch=\"hid/.uno: "$i" | cut -d ":" -f2 | cut -d \" -f 1 | uniq -c | grep -v "1 " ; if [ $? -eq 0 ] ; then echo "Above HID branches are redundant in: $i" ; fi done
Change-Id: Ie7cde338aa210ef81d1e15ecc8087d8f67f77b27
Reviewed-on: https://gerrit.libreoffice.org/74655
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
in /shared/02/04* - 06*.xhp files
Change-Id: I7e8f22713e82e1035ab225a227548e9d4c29bcd1
Reviewed-on: https://gerrit.libreoffice.org/55510
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
also remove obsolete l10n attribute (doesn't affect translations/pot)
Change-Id: I809866ea7b16cb1cacad9efacb6fdeebae38ea9f
|
|
Change-Id: Iac2b656a9143ac490484620e7453c4a1ef07331d
Reviewed-on: https://gerrit.libreoffice.org/23412
Tested-by: jan iversen <jani@documentfoundation.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: I441fdbb2f921fc7c3985ace1bf8bb365eec48847
Reviewed-on: https://gerrit.libreoffice.org/23379
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
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
|