summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17Fix PRODUCTNAMEOlivier Hallot1-1/+1
Change-Id: I11a5ac0e5c1a33eb6f28c32024dab0fceec91e14 Reviewed-on: https://gerrit.libreoffice.org/70888 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-15tdf#122162 Keyboard shortcuts in table not validOlivier Hallot7-82/+3
Deleted page source/text/swriter/guide/table_cells.xhp because keyboard shortcuts were deleted. All references to this page removed too. Change-Id: Iafedfcdaeb93d5ad2824bd9212526a8bbee20922 Reviewed-on: https://gerrit.libreoffice.org/70614 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-11tdf#118076 Clarify use of regexp in writer searchOlivier Hallot1-22/+24
Writer only supports regex in searches. Wildcards restricted to Calc. Change-Id: If0ac52672a397832d48754e8221967b7b30b4df6 Reviewed-on: https://gerrit.libreoffice.org/70551 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-11tdf#118093 Fix ANOVA help pageOlivier Hallot1-0/+6
Add last column in table (F-critical) Change-Id: I988127a6adfc0890770c4eb3922ba2c162113310 Reviewed-on: https://gerrit.libreoffice.org/70580 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-10New Python page + updates to existing pages to support embedded referencesLibreOfficiant5-4/+170
Change-Id: Ie7bd884db45e3ca59dee1ffa79b2ea14ced3d160 Reviewed-on: https://gerrit.libreoffice.org/70420 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-06Revert "Create XSLT replacement table for missing icons"Olivier Hallot3-19/+1436
This reverts commit 61f44912beec99f6211399ce567274aa369f817d. Change-Id: Icd69ccd4f487a82426a00169728ec62bbff6d0b6 Reviewed-on: https://gerrit.libreoffice.org/70350 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-06Add info on convert-to filter namesOlivier Hallot4-0/+2518
command line --convert-to option miss description of the internal names of the filters. The xhp file is generated by the python script based on the filter xcd's. P2: fix typo, Fix <filename>, Put modules in upercase. P3: reduce L10n workload with <embedvar> P4: Make xmllint happy again Change-Id: I455491b1f6a141688308d768b2822f051566ae53 Reviewed-on: https://gerrit.libreoffice.org/70273 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-06Create XSLT replacement table for missing iconsOlivier Hallot3-1436/+19
Missing UI icons have a replacement table in /core/icon-themes/colibre/links.txt Help must also use this replacement table when Help pages have missing icons. The previous approach was a manual creation of a XSLT for the replacement. The patch moves the replacement table creation inside the Custom makefile, making it automatic and carrying changes of the original links.txt source. Change-Id: I7f834fa03bbd85f329efbec43e5c51cc86d51586 Reviewed-on: https://gerrit.libreoffice.org/70080 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-02Current help page does not provide focus on UNOLibreOfficiant2-1/+1
...introspection that Python console is offering. Change-Id: Ic35833d7658d3ae9d465c1f3f7cc7a2ea1ecfa1a Reviewed-on: https://gerrit.libreoffice.org/69831 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-02Housekeeping on Help pages for BasicOlivier Hallot2-237/+251
Change-Id: I2562226411498712dfad91bcd3e4690442d9c1d1 Reviewed-on: https://gerrit.libreoffice.org/70132 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-27Fix typoAndrea Gelmini1-1/+1
Change-Id: I064146b36884740fc90b889ea92758a10782b5dd Reviewed-on: https://gerrit.libreoffice.org/69823 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2019-03-27tdf#124245 Polyfills and fixes for IE11Ilmari Lauhakangas8-94/+203
The polyfills can be removed after we drop IE11 support. Other IE11 fixes: Change from document.URL to window.location.pathname because otherwise we get local Windows paths with backward slashes. Use clear: left; for google-donation element so it doesn't float on top of other elements. Don't use defer to load fuzzysort.js and prism.js. Change-Id: I6c0143eab555c8b1fbdbde8e749a24baed2f69c8 Reviewed-on: https://gerrit.libreoffice.org/69549 Tested-by: Jenkins Reviewed-by: himajin100000 <himajin100000@gmail.com> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-26Add module name to Contents link URLOlivier Hallot2-1/+4
Add ?DbPAR=<MODULE> to the contents link URL. <smodule>.tree does not have the DbPAR param in the link URLs. 2 possibiltites: 1) Add to the source files *.tree and we are done (triggers retranslation) 2) get module name at build time and add to the resulting tree (this solution) Change-Id: I2a3c1edcec7dd824a44bb93f0343ec8cb88cb0c4 Reviewed-on: https://gerrit.libreoffice.org/69714 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-22Resolves: tdf#122479 no extended tooltips for Reset and Standard buttonsCaolán McNamara1-10/+6
a) in the ahelp HID_TABDLG_STANDARD_BTN hid is used instead of SFX2_HID_TABDLG_STANDARD_BTN b) there are multiple entries for HID_TABDLG_STANDARD_BTN, the second one describes some wizard previous buttons and the third one is definitely describing an expander button, not standard buttons c) HID_TABDLG_RESET_BTN likewise is unsed instead of SFX2_HID_TABDLG_RESET_BTN and appears in two places, the second of which is tagged with "what's this" and "A confirmation query does not appear. If you confirm the dialog with OK all settings in this dialog are reset." so: use a hid of "." which means to apply to all the previously seen bookmarks hids since the last ahelp current bookmarks are those within the current section add another bookmark for the "options/more" expander, which isn't currently linked to by anything but could be if desirable in the future drop the second text describing Reset button which has no bookmark in its section Change-Id: I8c89ea7a5588dc22c29ccdd78118b9288a609563 Reviewed-on: https://gerrit.libreoffice.org/69559 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-03-19Inform pogrammer on VBA and LO Basic differencesOlivier Hallot2-55/+55
Some Basic functions, like chr(), have the same name as in VBA but VBA chr() function does not accept arguments above 255. Change-Id: If66fec8216b824281287dfd34413584d6c2468a3 Reviewed-on: https://gerrit.libreoffice.org/69388 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-19remove empty paragraph, fixes a helpex warningAndras Timar1-1/+0
Helpex warning: invalid po attributes extracted from /home/timar/libreoffice-master/helpcontent2/source/text/sbasic/python/python_shell.xhp No string specified! GroupID: N0120 Change-Id: Ia3fa7d88f4756fd700eebcceb4480e0a553a5482
2019-03-16VLOOKUP's Array parameter may take 1-column arraysMike Kaganski1-1/+1
It only depends on Index value; so for Index=1, 1-column array input is OK. Change-Id: I80d5655ffcb9374fcdce570f56606d5ff594002c Reviewed-on: https://gerrit.libreoffice.org/67716 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-16tdf#117890 - Math Online Help: Remove unhelpful screenshots (2/2)Mark118-8/+0
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>
2019-03-15Header and donation CSS tweaksIlmari Lauhakangas1-2/+6
Change-Id: I20e5610c08db700e12baffa9b62dcf8dfd0c4328 Reviewed-on: https://gerrit.libreoffice.org/69278 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Jenkins
2019-03-14tdf#124066, tdf#114263 BASIC Replace function HelpOlivier Hallot4-0/+55
with kind help of Gerhard Weydt (tdf#124066) Change-Id: I856c8ff600774bec82daafdef63ea8cca15b5097 Reviewed-on: https://gerrit.libreoffice.org/69255 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-14i#119731 Fix icon nameShubham Goyal1-1/+1
Was wrongly named in 496aaf8cbcd030c1ddfbc3776c23edd08307b96e Change-Id: I42730caa995ed7e04b6a632ee0fa73091beeea84 Reviewed-on: https://gerrit.libreoffice.org/69080 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-03-13New approach to switch casesIlmari Lauhakangas2-79/+82
My previous JS patch broke the sys and appl switch behaviour. This patch removes the inline function calls from online_transform.xsl. Instead, help2.js now finds the relevant spans and calls the functions for them. Change-Id: I45d5b75bdb70a7c18eaa0b215beb57e3e1b6719a Reviewed-on: https://gerrit.libreoffice.org/69137 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-11Compiler error due to incorrect indentation LibreOfficiant1-18/+18
Change-Id: I041f9ac5d160ef2ebb23e77ce3d35f02e3b703e4 Reviewed-on: https://gerrit.libreoffice.org/69053 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-10i#119731 help-page: Hyperlink control on Dialog editorShubham Goyal1-0/+13
The image used for Insert Hyperlink control is cmd/sc_inserthyperlink.png as proposed in description. Change-Id: Ife79e16ea04498b1496629f398e42da67ec72448 Reviewed-on: https://gerrit.libreoffice.org/68952 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-10Show module & lang navigation on mobileIlmari Lauhakangas3-55/+60
Module & languages menus were not shown on screen widths < 960. Changed module & languages menu background to span the whole width, when on mobile. An arrow function was used in help2.js, which means it was broken on IE. Moved all src .js files to head and used defer for all. Moved inline Piwik & system info JS into help2.js and added a test for onlineness targeting the first meta element in the body. Change-Id: Ic1a928b53ce9029f9f655117977cd511b7e3246d Reviewed-on: https://gerrit.libreoffice.org/69005 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-08tdf#53524 (compl) Minor tweaks in Help page.Olivier Hallot2-7/+10
Added ref to icons minor updates on tags Change-Id: Ia9812a5928554284a5a2fb5416983888e2437439 Reviewed-on: https://gerrit.libreoffice.org/68915 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-08tdf#53524 help-submodule - grid control Dialog editorShubham Goyal1-0/+13
Change-Id: Ie6918fdc9eb0cfed7042362cb1ad223e908d6d8a Reviewed-on: https://gerrit.libreoffice.org/68895 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-08Donation button and sticky header for HelpIlmari Lauhakangas3-65/+115
Task: https://redmine.documentfoundation.org/issues/2815 Header was made sticky on non-mobile by using position: sticky. This was the only way to make it work with the grid without carving magic numbers into stone. IE11 ignores it, but so what? Donation text was made shorter. The Google search and the donation button were wrapped in a container to make it easy to haul them all over the place. Lots of tweaks were made to the grid areas and the styles of the bottom elements to make everything fit nicely in the new markup order. The result was tested on IE11 to make sure it degrades gracefully. The Displayarea element had a fixed width (my old mistake), which made the min-width: 960px layout look very uncool. Change-Id: I131a1e82290bc3381c938acb4dc9dbc408fb2ba7 Reviewed-on: https://gerrit.libreoffice.org/68890 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-07tdf105445 Change helpRoman Kuznetsov1-2/+2
Change-Id: Icfaee7ace4c03b6c647f7256561201cefc867f33 Reviewed-on: https://gerrit.libreoffice.org/68847 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-07tdf#102265 update Impress Help as Format - Page was movedIlmari Lauhakangas8-269/+232
This is a complex task and the intertwined nature of Draw and Impress does not help. In the patches for tdf#84258 .uno:SlideSetup was created as an alias for .uno:PageSetup. The corresponding menu items are Slide - Properties in Impress and Page - Properties in Draw. Currently some Draw help pages refer to the simpress/01/01180000.xhp file. This file needs to be cloned under sdraw and the contents of both files along with all references to them have to be brought up to date. The Impress Slide menu documentation needs to be fleshed out in simpress/main0117.xhp and new files have to be created for the individual menu item references. The Impress Format menu documentation simpress/main0105.xhp needs a big overhaul. The same is true for sdraw/main0105.xhp. The Help for Draw's Page menu has to be created. To find the interrelations, I use find /path -name '*.xhp' -exec grep --color=always -Hi 'string' {} + or with -type f instead of -name to get maximum coverage. Change-Id: I5d130846da6640aeebab758c0f6dae2c78f9e355 Reviewed-on: https://gerrit.libreoffice.org/68830 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-04Revert "Improve donation link in Help online"Adolfo Jayme Barrientos1-66/+12
This reverts commit bd26e706b30dccecdeba24ba8b697ddf2fc7a615. Change-Id: Id45b4ef2bacae444be070a03fbc0e10a4992f85c Reviewed-on: https://gerrit.libreoffice.org/68699 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-03-04tdf#123803 Add relelase info in Calc functionsOlivier Hallot3-0/+78
Patch is for REGEX function available since release 6.2 To add release information to other functions look at the diff in func_regex.xhp and adjust the release. It should be straightforward: <embed href="text/scalc/00/avail_release.xhp#M.N"/> where M is version and N is release. Patch tweaked to minimize translation effort (only one string) Change-Id: I4f5f826c936e65c1050a4d3b71379b53d50e0984 Reviewed-on: https://gerrit.libreoffice.org/68688 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-04Some optimizing bits in XSLTOlivier Hallot1-37/+20
Change-Id: I27c29677cbf9c704d64b5ed49acc56b7a22432bd Reviewed-on: https://gerrit.libreoffice.org/68646 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-04Improve donation link in Help onlineOlivier Hallot1-12/+66
redmine#2815 Addressed responsiveness: for screen width < 960px the button goes to the bottom of the screen and the header is not fixed anymore. Artists are invited to improve button rendering. Button max width is 300px, the en-US text and the translated text should fit in 2 lines of 300px each. Text is centered. Change-Id: I51860be2ad998e85f247118e44b21af3e2efa060 Reviewed-on: https://gerrit.libreoffice.org/68644 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-02minor correctionLibreOfficiant2-5/+12
Change-Id: I900e7175a028599f320d80ff30822fcad55d9046 Reviewed-on: https://gerrit.libreoffice.org/68620 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-28This paragraph just repeats what the paragraph immediately above saysAdolfo Jayme Barrientos1-1/+0
Change-Id: Iccc9fb41811a4914fdda0f346f9bd32049932448
2019-02-27Update list of missin icon replacementsOlivier Hallot1-0/+6
Change-Id: I193c10fa8c75f61fbcd749284f81e69f5f4ad603 Reviewed-on: https://gerrit.libreoffice.org/68464 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-27tdf#117890 Remove unhelpful screenshots (1/2)Olivier Hallot118-8/+0
Change-Id: I8a96220ae688f78fe43d66ab205323f3d4605140 Reviewed-on: https://gerrit.libreoffice.org/68392 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-27Relate Python & Basic examples togetherLibreOfficiant1-3/+4
Change-Id: Ib6abffdfb2f83688eb84f94553f44b3f10dc33c2 Reviewed-on: https://gerrit.libreoffice.org/68388 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-26Mute Pootle complain on reserved wordsOlivier Hallot1-2/+2
Change-Id: I8e0832a8be6a5118aa1d8b306a250a87434088ca Reviewed-on: https://gerrit.libreoffice.org/68252 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-26Name tag updates in linksLibreOfficiant1-6/+3
Change-Id: I88cdf6ea514ba98d45d90d59bc170f4c59938df6 Reviewed-on: https://gerrit.libreoffice.org/68382 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-26Removed executable permission on SVG fileAndrea Gelmini1-0/+0
Change-Id: I6ff78e12c6d547f18e1808c79d32ef2d6ffa0037 Reviewed-on: https://gerrit.libreoffice.org/68380 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-02-25Mutual references (links) in Session & Locations help pages for PythonLibreOfficiant2-1/+4
Change-Id: I96c55ca44c1b04598fcdd663a394c68211f4a29d Reviewed-on: https://gerrit.libreoffice.org/68310 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-25tdf#123192 - Improve help for function ATAN2Mark3-7/+97
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>
2019-02-25APSO incorporates Python debugging facilities.LibreOfficiant1-1/+1
Change-Id: Ia01579acd089d99a99630737aa1d77bcc842af52 Reviewed-on: https://gerrit.libreoffice.org/68308 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-25Propagate xsltproc failure, part 2Stephan Bergmann1-1/+3
...following up on c3509fb7e6675a38560c7e2764b21861d1e23362 "Propagate xsltproc failure". The while loops would only have a non-zero exit code if the xsltproc invocation in the last iteration of the loop fails. (Oddly, adding `set -e` instead seems to have no effect.) Change-Id: I9296a59147697595ebe7b0d2b742044f8a8a3f02 Reviewed-on: https://gerrit.libreoffice.org/68309 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-02-23Housekeeping of Help fileOlivier Hallot1-3/+9
Some cleanup and drop of <br/> Change-Id: I2501e25bf53e017ad1e7393887c2a8da35aa3e30 Reviewed-on: https://gerrit.libreoffice.org/68248 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-23Update Colibre icon replacement table in HelpOlivier Hallot1-4/+6
Change-Id: Ie3e2fbca2f74d47a90e43c1707c28df46b7cf1ec Reviewed-on: https://gerrit.libreoffice.org/68208 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-02-22Default Add value for Optimal Column Width is 2 mm, not 0.1 inMike Kaganski1-1/+1
See ScCellShell::Execute implementation [1] which passes STD_EXTRA_WIDTH (defined as 113 twips = 2 mm) to the dialog as the default value. The text here (that was 0.1 in) is translated to other languages (incl. those using metric units) verbatim (e.g. Russian translation); or if a translation team would want to convert to metric, there is no indication that the 0.1 in is just an approximation of an exact metric value. [1] sc/source/ui/view/cellsh3.cxx:693 Change-Id: I1710588ee40840d85eeb89aaeee135a8aa0a942f Reviewed-on: https://gerrit.libreoffice.org/67936 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-02-22Propagate xsltproc failureStephan Bergmann1-3/+12
Change-Id: I26516bb718b678718822ef8621bbfb868016d626 Reviewed-on: https://gerrit.libreoffice.org/68192 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>