Age | Commit message (Collapse) | Author |
|
removed EditSymbols.png and all subfolders
Change-Id: Ie3fff059d02af0b76fd03ead64d1d33bf8056255
Reviewed-on: https://gerrit.libreoffice.org/69128
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Change-Id: I8a96220ae688f78fe43d66ab205323f3d4605140
Reviewed-on: https://gerrit.libreoffice.org/68392
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
updated text in ATAN2 section of 04060106.xhp
added coordinates-to-polar-01.svg
changed example and image
removed 'Important!', added 'radians'
changed 'LibreOffice' to '%PRODUCTNAME'
created new folder 'scalc' under 'media/helpimg/'
moved coordinates-to-polar-01.svg to new folder
and added the path/image name to Package_html_media.mk
droped xml-lang="en-US" tag, removed 'Note',
removed '<pre>' tag, did not add <embed> as
Jenkins rejects it.
Change-Id: I5cff6289e8ab25f511e7d31ba2d4ad733dea184a
Reviewed-on: https://gerrit.libreoffice.org/67619
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
rebuild help images im21106
Change-Id: I941715407a5fc742c6b2d4c06e6bac445d56ebe9
Reviewed-on: https://gerrit.libreoffice.org/66889
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Replace Attributes, Brackets and Format Symbols PNG images with SVG
and updated 03090800.xhp, 03090200.xhp and
removed at21706 in Package_html_media.mk
also removed lines with at21717, at21718, at21719, at21720
and removed line with im21106.png in Package_html_media.mk
Change-Id: If504f6a39845695aef30a61826fecf8433a326ed
Reviewed-on: https://gerrit.libreoffice.org/66659
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Replace SetOperations, Relations Symbols PNG images with SVG and
updated 03090800.xhp, 03090200.xhp and Package_html_media.mk
Change-Id: I2066c1e692a4549a5ab9e020adf1d25ceb7d75c0
Reviewed-on: https://gerrit.libreoffice.org/66643
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Replace Other Symbols PNG images with SVG and updated 03091600.xhp and Package_html_media.mk
Change-Id: I31fc96a7aaac023fd63afc45468fa17d3442e6c8
Reviewed-on: https://gerrit.libreoffice.org/66246
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Replace Math -- Functions PNG images with SVG fix 03090400.xhp with 03090400New.xhp, modified Package_html_media.mk for Functions and removed double 'in'
Change-Id: Ie3306f41ec45bb347e769741e5b150ffa1e49f92
Reviewed-on: https://gerrit.libreoffice.org/65875
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
Case for UNARY Math symbols.
+ Cleanup in tables markup
+ better description of <alt>
Change-Id: I65b56fd270e83e09ea81fb385fa313e2ed8b178e
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/65797
Tested-by: Jenkins
Reviewed-by: Mark-R <mark_r80@hotmail.com>
|
|
Change-Id: I5d8db28da384f52ee835195d3eb889fde0fe33b3
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/65117
Tested-by: Jenkins
|
|
Change-Id: If3311afeac94d16b18e80db83125394daea580ff
Reviewed-on: https://gerrit.libreoffice.org/59367
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
+ Add callateral file for COUNTIFS
+ Adjust makefiles
+ some tweaks in XSLT
+ adjust languages to gb_HELP_LANGS.
Change-Id: I9d2684d20804b93fd0671621d28a8d786a101fdf
Reviewed-on: https://gerrit.libreoffice.org/55493
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
...that previously ended up in language-independent parts of installation sets.
The structure of that media/ tree doesn't allow to directly mis-use the existing
AllLangPackage machinery (which expects the language to be encoded in the first
pathname segment within the tree; and which is already mis-used for the
helpcontent2/AllLangPackage_html_lang.mk parts).
So introduce gb_AllLangPackage_add_files_for_lang that allows to specify the
language explicitly, independent of where it is encoded in the pathname (if at
all). The underlying gb_AllLangPackage_add_file sets a
gb_AllLangPackage_ALLDIRS that is used by `make packageinfo`, which may need
further fixing by anybody actually using that target; see the mail thread
starting at
<https://lists.freedesktop.org/archives/libreoffice/2018-May/080242.html>
"Broken --with-help=html `make packageinfo`".
All files in $(SRCDIR)/helpcontent2/source/media/ must now explicitly be listed
in either helpcontent2/Package_html_media.mk (for the language-independent
files) or helpcontent2/AllLangPackage_html_media_lang.mk (for the language-
specific files). Also note the two TODOs in
helpcontent2/AllLangPackage_html_media_lang.mk.
What is not quite right yet is that content from
helpcontent2/AllLangPackage_html_lang.mk and
helpcontent2/AllLangPackage_html_media_lang.mk is ending up in both per-language
helpcontent installation sets (as intended, via the instructions in
helpcontent2/CustomTarget_html.mk) and per-language languagepack installation
sets (which is unintended). This needs to be fixed with a follow-up commit.
This is the helpcontent2 part of a commit spanning core and helpcontent2.
Change-Id: Ie7916b75eee0dde3106e784d19e99fde5bb93195
Reviewed-on: https://gerrit.libreoffice.org/54749
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|