Age | Commit message (Collapse) | Author |
|
Project: help a536178daab521449620a80459371fa2bb76b295
Fix ahelps and bookmarks on Hangul/Hanja conversion page
Also drop a useless paragraph about the Close button
Change-Id: I86cec352443ac5761965974a306973139c7aa4da
Reviewed-on: https://gerrit.libreoffice.org/53861
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Project: help 2c8cfc7de084dc055f69fcd39f09dbb815e01764
Remove duplicate HIDs added by script - from sbasic
To improve readability of xhps
Change-Id: I8f6463b59c91a15cf27a8bc17b01210874fb9b2f
Reviewed-on: https://gerrit.libreoffice.org/53857
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Project: help 8cf310a9fec2c08562bb3858cf4928bb6599737b
Remove duplicate HIDs added by script - from simpress
To improve readability of xhps
Change-Id: Ic90baace82f16f2f802131ae25e14f1726f56c86
Reviewed-on: https://gerrit.libreoffice.org/53856
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Project: help 575d72e10f919a19a8793d16636f5cca8dcd4564
Remove duplicate HIDs added by script - from scalc
To improve readability of xhps
Also fix some ahelps with multiple bookmarks
Change-Id: Ia3394344ac8b0bdca78ce4c1aebef8d827d8313c
Reviewed-on: https://gerrit.libreoffice.org/53854
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Project: help adc9acd36edabe6e169f4acf8e83fde8562fce70
Remove duplicate HIDs added by script - from swriter
To improve readability of xhps
Also fix some typos in ahelps
Change-Id: I9f28f5b2869961f523cfadc6fa2c43ac599e9e2b
Reviewed-on: https://gerrit.libreoffice.org/53853
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Project: help 4302807c75de25fbb50d230d10c3d4ecee0441af
Remove duplicate HIDs added by script - from shared/
To improve readability of xhps.
Also fix a few ahelps with multiple bookmarks
Change-Id: I71870295295e4a2d9b6b91053d38d4615912f794
Reviewed-on: https://gerrit.libreoffice.org/53846
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Project: help f624ccb2b85d920da466a11b10134ae8bbddb05b
Fix ahelps and bookmarks on Text direction pages
Change-Id: I32709b69cec1883c2427f702f1959484070d7ac3
Reviewed-on: https://gerrit.libreoffice.org/53842
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Project: help 9c5d8ae1bdbbf28b4ba9a6ff0a11b3c9bd1ce296
Fix bookmarks and ahelps on Select All commands page
Change-Id: I3f117c2e62bf23c8f2036fc9ea85715a2e784d65
Reviewed-on: https://gerrit.libreoffice.org/53841
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
|
|
Project: help 819ea03090a68b250f09df30731f9ad0c0f9e625
An AllLangPackage should be an l10n_target
...to avoid "target ... should be a l10n target" warnings from
solenv/gbuild/Module.mk (but apart from that, doesn't seem to make much of a
difference)
Change-Id: I193333b1f9fba63795d6e99ca97de8d07eb744e6
Reviewed-on: https://gerrit.libreoffice.org/53794
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Project: help e1bc9445a23c41a19ff529f3ed014eaace091d5e
Helponline: Provide a visual indicator for people to notice inputs
Otherwise, it’s impossible to know you can click one and have its text
copied into your clipboard.
Change-Id: I9243229c0e507f35b35768ec71473117c2c34a8d
|
|
Project: help 09f72e64083e9a6003e6c10fa26e1c5ca3c4d785
tdf#116240: Include --with-help=html in installation sets
...by extending the hackery in helpcontent2/CustomTarget_html.mk (see comment
there). (Ultimately, the gbuild HelpTarget machinery should probably be adapted
to the needs of this new help format, once the old help format is no longer
supported?)
The Perl packaging code finds source files through the "include" paths specified
in instsetoo_native/util/openoffice.lst.in. To avoid potential name clashes,
put the new .filelist files into
workdir/CustomTarget/helpcontent2/help3xsl/filelists/html-help/ sub-directories.
read_filelist in solenv/bin/modules/installer/filelists.pm does not strip white
space following the last item in a file list, but (with HAVE_GNUMAKE_FILE_FUNC)
the gb_HelpTarget_get_translation_target .filelist files (which are then
transformed with sed into the .html .filelist files read by the Perl packaging
code) may contain such trailing white space. So $(strip ...) their content in
solenv/gbuild/HelpTarget.mk.
This is the helpcontent2 part of a change spanning core and helpcontent2.
Change-Id: I730caaaec783d0a0a9c79caf85268a775220dee3
Reviewed-on: https://gerrit.libreoffice.org/53724
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Project: help cb3e183c7fa7bd926e6564e52b5a79b0a0d15262
Make --with-help=html work on Windows
Change-Id: Ib8168a6ac770e81a8e5049d8d60e63aa04c7e64b
Reviewed-on: https://gerrit.libreoffice.org/53722
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Project: help 5e2ec00e80b758d19955b2584dc4ac5614db2635
Helponline: Add some more translated strings
Change-Id: Idc3e4624a5779735614af338e036f406a815fc9f
|
|
Project: help 665722ee28553846ab82d76d953ee1d4f2ed6bda
Add more links between pivot tables and charts
Fix id duplicity
Change-Id: I72520764bcf68f25299a05be619b8624d5ca5d1c
Reviewed-on: https://gerrit.libreoffice.org/53697
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 44db92d22697ee0784ce24591c05f54b737a7dd0
Refactor inter-page links
+ reduce translation work
Change-Id: I9d6025186f2769981ccac9bd9ec8cfcd00c83f07
Reviewed-on: https://gerrit.libreoffice.org/53694
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 31e6f5a08f27a72caf285df1af780d78a1ee8747
Fix typos
Change-Id: I1db969740c6f30b16cb14a4041488322db86c74d
Reviewed-on: https://gerrit.libreoffice.org/53688
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 49161d62b898d139a474bb790296b2f77d5ccaeb
tdf#106623 Write help page for PIVOT CHART
+ Added example file
+ with inputs from Tomasz Vajngerl
+ remove a spurious character slipped in set 1
+ fix DTD issue 01
Change-Id: I13ebce0241a2ae1e7dcac29945403607da0d1dfa
Reviewed-on: https://gerrit.libreoffice.org/53692
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 98ad6f21bad7e68fc539b5fb75aecba22ac8be55
Update Insert Chart command menu
Change-Id: I35d7fb540103a5e797819574272c5158b0eb9f4e
Reviewed-on: https://gerrit.libreoffice.org/53691
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 63f4befb10aa56ae4da05de922a5e351ea7c3513
Remove extra line break in icontables
Change-Id: Ic800e91e6dde2fa425497070c0da36038c1c3a4e
Reviewed-on: https://gerrit.libreoffice.org/53690
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 3b48a6feb0728a07fba8213ee39f39bb835812f3
Improve EPUB help page
After some remarks from translators.
Added localized dialog too.
Added Adolfo suggestions.
Change-Id: Ie7311bb6f612284baa69a26c929cda99fda4e0a9
Reviewed-on: https://gerrit.libreoffice.org/53630
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 4fa9fb343ca0d2fd3e0481c8e12e9661c96c9430
Cannot redefine attribute (role) in table
Change-Id: I51ab60dfe7cab7813d392071700e11508f3725d9
Reviewed-on: https://gerrit.libreoffice.org/53623
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help ef1f8e4a374abcad2d9c568fbe7b4eb5d3f73f6c
Correct malformed strings newly introduced in Pootle.
plus some additional corrections / improvements.
I know, translators will hate me. :-)
In addition, fixed one typo reported by Steen Roennow.
Change-Id: I3ab7dda03d91783637f57349e93dffe4956b9d5d
Reviewed-on: https://gerrit.libreoffice.org/53457
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 7954097ecb15367e627b667d2c6cd2b957cb78c2
Fix ahelps on the Scenario page
Two bookmarks => ahelp must be a dot
Change-Id: Ieaf8b794faf4705f8c72a9c3faf9a431a75d4029
Reviewed-on: https://gerrit.libreoffice.org/53573
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 1900dc74e96efc494e2865b22456ec42665d4835
Fix ahelp on XSLT Transformation page
Change-Id: I0d9c4fad7b77bf2c365b21b98e22848d5c30215e
Reviewed-on: https://gerrit.libreoffice.org/53574
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help e159f81ef39cc9b489ba8a5fcd095b65266449c0
tdf#117239 F4 -> Ctrl+Shift+F4
Update help pages woth F4 key for datasource
Change-Id: I20eb2b144dde11eb244dedde492e9c1b298fe103
Reviewed-on: https://gerrit.libreoffice.org/53588
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help ed0de5458f1a6ea1b39f45bef7d0f66f1d6f072d
Missing “tablehead” style role in LibreLogo help page
Change-Id: I9f7ee6f355edffeeceb19fb44467c3b4fd0b510b
|
|
Project: help 60aceb76fb50b724d6c9c2888eb9b6d33b9c680c
When we updated this terminology, we missed this string
Change-Id: I74df4abe259f193f55133553214047b6e28029f0
|
|
Project: help e85e3f2847b7d92381f7444ad49694120c356eb2
Restore nice box shadows
Shadows were for tables only. Add shadows to some special tables
rendered as div's.
Change-Id: If3d6757c27a00598c67e510c5cccb77f89fddb6d
Reviewed-on: https://gerrit.libreoffice.org/53549
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 489a27e54a4671ac4dc7c2af5f67e898d9d6d100
Mute l10n on some Math formulas
+ Review alt text
+ set right images size
+ make formula copiable to clipboard for immediate usage in
Math commands window
Change-Id: Ic6a99876367acd26e2155a520ce45ee14d678a38
Reviewed-on: https://gerrit.libreoffice.org/53546
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help ee3eb62b553466da7572944643485a83d18cd78c
Fix typos reported by Steen Ronnow and Necdet Yucel
and some others findings in this source files
Change-Id: I2fd52a96a43fef7a75dbd5d469d4f069623e140e
Reviewed-on: https://gerrit.libreoffice.org/53512
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 8bca37f6c6f708fc5f8c1eb4938648e4f5324d4c
Replace icontable by div + CSS flexbox
Icon tables are detected when the first cell has an image.
Change-Id: I808c814870404dbef696e12c6f30a7611468d2ee
Reviewed-on: https://gerrit.libreoffice.org/53429
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 3824ac08e61a8f41fde588fd3b6408dec8c244c5
Replace onecell table by a div
Replace table of type onecell by a div + css
Change-Id: I120a85c96b312d206a8f582c69405aeb5fd80a9c
Reviewed-on: https://gerrit.libreoffice.org/53428
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 7d7b5977dd278ac994a09f935ba43684cdab199a
Replace note,tip,warning with CSS flexbox
Replace <table> by <div>'s with CSS flexbox property.
Independent CSS classes for each div for easier tweaking
Change-Id: Idedcebc7d9d7b28738c25f4fe11314209e92576c
Reviewed-on: https://gerrit.libreoffice.org/53427
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help d5e4c4c48f6d132ee8e4c48c804809ec44e376f6
Replace "howtoget" table by div + CSS flexdoc
Change-Id: Ie79c7345af176edcae3ec99a36a466e8b9978d07
Reviewed-on: https://gerrit.libreoffice.org/53444
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 133eb760436feb2c70d8079b5be1bcb560a261e2
We use px for font sizes in navigation
Change-Id: I91de80116d82c8bc6bdc34436a98ebdd629ebb0c
Reviewed-on: https://gerrit.libreoffice.org/53461
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 395b1815dc3f2f21302e3858357c6cf16a449ab2
Formatting in help text, further corrections.
Change-Id: I7950ef7267129d111bb5c63fc9b962fd80e13131
Reviewed-on: https://gerrit.libreoffice.org/53385
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Project: help 8763bde02f185447ab6133d8107be090bb4fc012
Review some outdated text in the Access2Base help page
Change-Id: I61c4b9f4b66750eab2e5724add50865719b13576
Reviewed-on: https://gerrit.libreoffice.org/53382
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Project: help 063187cceb37702ed5cfff401318d3b751387083
paragraph IDs need to be unique...
Change-Id: Id44418c90ee071cd98f20ecfa0296b06292d3343
|
|
Project: help 7b2fa0a342d200612718eede865b3d649eb72d7e
Add sample files for complex trigon functions
Same sample file for all trignometric & hiperbolic
complex functions.
Minimal impact in translation
Change-Id: I15e3a5388cfdef919e269274c255ccca6b07f987
Reviewed-on: https://gerrit.libreoffice.org/53340
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help db93e0bc4548b5e2b5b26bc79d845a97aab8f409
Add sample file for trigonometric functions
Change-Id: I2645a468dfffdd53a1eaf1b96e18cee097f34c2a
Reviewed-on: https://gerrit.libreoffice.org/53368
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 3db795172c8031ac1a88967f28858812a2d35089
Improve formatting in help text.
Change-Id: I873128ed6353caf37f063a87361bd0a6f7c79f96
Reviewed-on: https://gerrit.libreoffice.org/53321
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 41c6294398f9a3a8ba7c3c66abd4cc14dbbcecd1
Helponline: Tweak pagination symbols for improved clarity
Change-Id: I5308fb5f7039db592038f674b390f92779376d6d
|
|
Project: help b6dd08ef07f38d81928b595f3af43c2b8dd151e1
Fix bookmark weird placement
Change-Id: Ia7b087ddc78f84097310e5644b91385737e9e692
Reviewed-on: https://gerrit.libreoffice.org/53302
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help cc09d26f79acdb4c488fbc54fd51325f1b9dfbb7
Fix in conditional format help page external link
Change-Id: Id70b5549c02abaa650c9d8ba8c9a23872b7f2f33
Reviewed-on: https://gerrit.libreoffice.org/53301
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 20f5204fb81945fc6c282f7322cd16290de1efd4
Fix example for ROUNDSIG
Change-Id: I35699a995e8c6b751337d90e471f258f0c55bb16
Reviewed-on: https://gerrit.libreoffice.org/53300
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help f7ed5d8cb7bc6bfd25206e157fcf6b4372f38329
Improve wording and formatting of help text
Change-Id: Ic06c6eebc08729b3131db1c213a661c2306d69a9
Reviewed-on: https://gerrit.libreoffice.org/53287
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help c0508a0752d460bca8e7f5917edc074d9bc66f93
WIP: Split --with-help=html packages into non-locale and per-locale
...in preparation of packaging the per-locale data properly.
non-locale: GeneratedPackage_html_media
Package_html_dynamic
Package_html_static
per-locale: GeneratedPackage_html_lang_generated
Package_html_lang
This is the helpcontent2 part of a change that spans core and helpcontent2.
Change-Id: Iabe24a710d46d23246699d102ab96686cfe85ab4
Reviewed-on: https://gerrit.libreoffice.org/53317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Project: help e4bbb5a2039264ace0ddb9df26fe91d58b576a79
More punctuation fixes
Change-Id: I02ffc730b03d696a70c192b5824534fde81f64a1
Reviewed-on: https://gerrit.libreoffice.org/53256
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help 199a6c6d555ef8aa37f8e21b8d6700ce9a4a1342
Punctuation fixes
Change-Id: I8dd696f94fa330c71edbd5d0a5a69ca6e46ac538
Reviewed-on: https://gerrit.libreoffice.org/53258
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Project: help c09fcdda036c90983510e1b15d22f257929bc5ac
Punctuation and whitespace fixes in help text.
Change-Id: Id719352c06bc525d7c52d88683b0f5ff3beb729f
Reviewed-on: https://gerrit.libreoffice.org/53295
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|