summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-08Display extended help on the Comment icon of Track Changes toolbarGabor Kelemen
Change-Id: Iba16420bd5c9571a47158359510d8f2dc21ed539 Reviewed-on: https://gerrit.libreoffice.org/44439 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Display extended help on the Accept/Reject icons of Track Changes toolbarGabor Kelemen
Change-Id: Ibca18b76f3ff31e490298d4dc49e4f03d35a2c18 Reviewed-on: https://gerrit.libreoffice.org/44438 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Display extended help on the Manage icon of Track Changes toolbarGabor Kelemen
Change-Id: I9c7bfad34cb4898b549e134c53c73b2d87f00b20 Reviewed-on: https://gerrit.libreoffice.org/44437 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Display extended help on the Record icon of Track Changes toolbarGabor Kelemen
Change-Id: I64001b95c4db0e782b3456212ef5ebfd757bb2b6 Reviewed-on: https://gerrit.libreoffice.org/44436 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Display extended help on the Show icon of Track Changes toolbarGabor Kelemen
Change-Id: I4d6f02057bd127150718742b19a50635f6b9bd82 Reviewed-on: https://gerrit.libreoffice.org/44435 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-08Display extended help on the Spelling icon of Standard toolbarGabor Kelemen
Change-Id: I58cbd06ddf9ef81d5a1b82abc4c3dbbe55569e85 Reviewed-on: https://gerrit.libreoffice.org/44434 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-07Terminology change: Non-printing Characters -> Formatting MarksGabor Kelemen
This change happened in the toolbar/menu in commit 37ad8daabf596e039b4ca62e06e91d5a83128b7c Change-Id: Icde87814ecc559b461ec9233186137161eda3a30 Reviewed-on: https://gerrit.libreoffice.org/44383 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-06Update references to 'Edit - Track Changes' submenu commandsGabor Kelemen
Since commit 37ad8daa these submenu commands have shorter names Remaining instances of the command names refer to window names and functions, this is why not all of them are changed. Change-Id: Ieff7776ad7975c1cfd389d58e6b95f344bc1a25d Reviewed-on: https://gerrit.libreoffice.org/44340 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-06Drop some unnecessary ahelps related to Fontwork commandsGabor Kelemen
Change-Id: I641ec8b55b8d33d85824a133a2e61a1af20ea123 Reviewed-on: https://gerrit.libreoffice.org/44339 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-11-03Correct the explanation for STYLE spreadsheet functionMike Kaganski
Change-Id: Ia0fedd0bc673f3090cf065ac578ef193d1d3b6b7 Reviewed-on: https://gerrit.libreoffice.org/44196 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-11-01Refactor new help builder script into smaller piecesOlivier Hallot
Add 4 smaller bash scripts for building new help, for better management Scripts use the following parameters workDir: $(WORKDIR) lang: $(LANG) productVersion: 6.0 and put results in $(WORKDIR)/HelpTargetHTML ./get_hid2file.sh $productVersion $workDir Creates hid2file.js that maps HID into HTML page uses get_url.xsl transform ./get_bookmark.sh $lang $productVersion $workDir Creates the index file 'bookmarks.js' based on <bookmark_values> tag in all localized XHP files. Visible in Index tab of the HTML page Uses get_bookmark.xsl transform. ./get_html.sh $lang $productVersion $workDir $local $fileTree Creates the HTML pages from localized XHP files local: is local or website (yes/no) If local="yes", the filetree should be $(installDir) else (i.e. website), root file tree should be '/' fileTree: is root file tree for $local=yes If local = yes, then language selector, PIWIK probe and global search services are removed. Uses: online_transform.xsl transform ./get_tree.sh $lang $productVersion $workDir Creates the contents.js from localized TREE files Visible in Contents tab of the HTML page Uses get_tree.xsl transform ./get_media.sh $lang $productVersion $workDir Copy several auxiliary files for navigation Copy HC2 media files Copy galaxy icon theme for HTML pages * minor change in file name hid2file.js Added 2 more small scripts to show how to build local and online ./makelocal.sh ./makeonline.sh Languages depends on the languages available in $(WORKDIR)/HelpTranslatePartTarget/, and includes qtz. will handle special case of en-US later Change-Id: I0b7fdf5e1460070413eb2303f8d69b2b85a40c3e Reviewed-on: https://gerrit.libreoffice.org/44114 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-31Fixes on help page of chart 3D ViewGabor Kelemen
- Add missing bookmarks - Add missing ahelp - Fix a broken bookmark Change-Id: I6a1c90dc7fd5677907e25f50fe0b5e942902fc47 Reviewed-on: https://gerrit.libreoffice.org/44091 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-10-31Fix bookmarks in Fill Random Number pageGabor Kelemen
- Add missing ahelps and bookmarks - Fix menu path Change-Id: Ibf8b8775aa90922645fbc445ff5c987e5110c692 Reviewed-on: https://gerrit.libreoffice.org/44090 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-10-31Drop some duplicated ahelps without bookmarksGabor Kelemen
Change-Id: I04c5a607dd5196ec7daac2a66c382f99f950534e Reviewed-on: https://gerrit.libreoffice.org/44089 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-10-31tdf#113249 Update Fill Sheets pageGabor Kelemen
- Fix page title and command location with plurals in menu command name - Extend description with information about pasted content location as requested in the bug report - Highlight the information that this works only with two or more selected sheets - Fix text pointing to the page Paste Special - Remove redundant bookmark Change-Id: Iaf700d1ed096ffff6a829e7bb32abd29a75365b7 Reviewed-on: https://gerrit.libreoffice.org/44088 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-10-31Fix the Fax Wizard HID messGabor Kelemen
Some bookmarks were missing, most were misplaced Change-Id: I5663999f874fe554cd74bb9b76f0fb9dae83852a Reviewed-on: https://gerrit.libreoffice.org/44092 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2017-10-27Related: tdf#113455 update help to 'disable' the spinbuttons for special caseCaolán McNamara
now that there's a checkbox for the special 'clear' state rather than special empty spin button hackery to store this state Change-Id: I72756336a6c7fe68aec7efcf53e7b8dfb4c3d8d1
2017-10-24Better example of TRIM()Olivier Hallot
After translator suggestion (mbalabanov) Change-Id: I7d39b3ec1826c199e56cf31352782ab9295b31e8 Reviewed-on: https://gerrit.libreoffice.org/43762 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-24Tweak some references in bash coding.Olivier Hallot
Change-Id: I57aeab1b6a5abf733fa68835197f129aaf23fef0 Reviewed-on: https://gerrit.libreoffice.org/43761 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-23Fix typosEike Rathke
Change-Id: I2c2055d885e8beb224f6b786c62bf90588469291
2017-10-21tdf#112755 reorder modules icons in helponlineOlivier Hallot
Change-Id: Ib662f9e0b4dd84abfbddd0bbe91fbfebf6d8a98a Reviewed-on: https://gerrit.libreoffice.org/43676 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-18The seemingly automated mass replacement produced this ridiculous sentenceAdolfo Jayme Barrientos
Change-Id: Ib2898b93377af7ef8290c5d7740d150f0b5285f5
2017-10-14This phrasing is convoluted and hideous to readAdolfo Jayme Barrientos
Change-Id: I8eb42a23f992d642489d02b758e91cc2bbe86d50
2017-10-12Tweak the language menuIlmari Lauhakangas
Simplified the markup and tweaked the look a bit. Change-Id: Ifc296a82b17215e7bcfbfc17432aacddb922664b Reviewed-on: https://gerrit.libreoffice.org/43345 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-12Calc, Number format: Update date formatsLaurent BP
Change-Id: I2f6c05e1b9861288507c74f5d223d4d657272a38 Reviewed-on: https://gerrit.libreoffice.org/43266 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-11Update linkAdolfo Jayme Barrientos
Change-Id: I9ec5733c162507893fa4ca8d619d2c4730d8c535
2017-10-11Add ca and ca-valencia support on helponlineOlivier Hallot
Change-Id: I9fea48d63ff6b1781a324cccca40e6739023c5ca Reviewed-on: https://gerrit.libreoffice.org/43274 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-10-11BESSELJ: if you state result is the same as above, it should be the sameChristian Lohmaier
4.33 is treated as 4 since the decimals are ignored, but for some reason help referenced a different value... Change-Id: I9c0a97516ff7b9eb713fcb6eea994a737687945b
2017-10-11<emph>P</emph><emph>mt</emph> → <emph>Pmt</emph>Christian Lohmaier
Change-Id: I8f40f45576d510720987789cee78c5b3fb476b5c
2017-10-06tdf#112754 Enlarge H1, make its fonts thinner & increase margin-bottomAdolfo Jayme Barrientos
Change-Id: Ie683cdd429626bfcb1e2ebc0ad8ae88ec1fe50be
2017-10-06remove empty strings (helpex warned)Andras Timar
Change-Id: I96a78fe8bf7f98b9728ddeeb4fa8b2ec622ab276
2017-10-03Script to build HTML help files of released versionOlivier Hallot
This script is used to convert released help files into HTML pages Change-Id: Iae1d6c1a10360229221f8a47b5e7187bbb958d86 Reviewed-on: https://gerrit.libreoffice.org/43094 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-03tdf#112370 Add case-insensitive support to index searchgabrielchiquini
Change-Id: I460f853f4abd6bf8124f2b6d01d5b771fcc6569c Reviewed-on: https://gerrit.libreoffice.org/42984 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-02tdf#112804 Fix key combination for inserting paragraph before tableGabor Kelemen
Change-Id: Ibe077bd39c5e2a44520052ae0afa9cd69ca59991 Reviewed-on: https://gerrit.libreoffice.org/43054 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-09-29helpcontent2: fix build, use pack_images.pyMichael Stahl
Change-Id: Ie96d42c895daca558a716bd234143016318d3b5c
2017-09-24Placeholder for Calc 'data provider' help pageOlivier Hallot
Change-Id: I3238c9b6e02486289463990e17ed3c59ca856b06 Reviewed-on: https://gerrit.libreoffice.org/42717 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-24Placeholder for Calc 'data form' help pageOlivier Hallot
Change-Id: I134c0f9148854c23a1252bbcb2d85b43b3654dd2 Reviewed-on: https://gerrit.libreoffice.org/42711 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-24Placeholder for Calc 'XML source' help pageOlivier Hallot
Awaiting for more contents Change-Id: Ie43002a9abf255d81c7cd77fe5d453c490f7bdb5 Reviewed-on: https://gerrit.libreoffice.org/42710 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-24placeholder for Calc 'data stream' help pageOlivier Hallot
Awaiting for more contents Change-Id: Ia44adb3f25f26df5b2f0ec360ac9d0cc421d8fe3 Reviewed-on: https://gerrit.libreoffice.org/42709 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-24Add hungarian to helponline uiOlivier Hallot
Change-Id: Icc1abd566c32f6b873fd979cba2190a9ce959a69 Reviewed-on: https://gerrit.libreoffice.org/42685 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2017-09-21tdf#108090 Clarify array separators in help pagesOlivier Hallot
Change-Id: I60ddea24020d5775a373b1a06b1bdfa8f33d3c5d Reviewed-on: https://gerrit.libreoffice.org/42571 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-21Helponline: Override the “normalizer” rule messing with line heightAdolfo Jayme Barrientos
Otherwise, the body text looks cramped. Change-Id: I4bf6a8b714a243c5de333f46c4249e1c51060f50 Reviewed-on: https://gerrit.libreoffice.org/42222 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-20tdf#111083 Memory settings help page is gone tooOlivier Hallot
Delete help pages related to memory settings in Options Change-Id: Ifcb66ef4bf404b8e942bf44caa6072a01147ad22 Reviewed-on: https://gerrit.libreoffice.org/42563 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-09-20Some better coding practiceOlivier Hallot
use $() in bash script Change-Id: Ia46e529bf2059a378b0f311ec2b6d5fc03e86f66 Reviewed-on: https://gerrit.libreoffice.org/42566 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-19Helponline: more language supportOlivier Hallot
Change-Id: I138ff9551f7d8c99c92a32bdcf91d261168ba5bb Reviewed-on: https://gerrit.libreoffice.org/42482 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-19Add more lang in helponline custom searchOlivier Hallot
add zh-*, ru, tr, de, da, cs Change-Id: Ib1853d13de6321e300b24820dd01efddb1205ff2 Reviewed-on: https://gerrit.libreoffice.org/42340 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-18EPUB export: add initial help page for the EPUB export dialogMiklos Vajna
Change-Id: I255e7993f1ef7a7e1b156bdd72f91954ebc68b94
2017-09-14tdf#112391 Fix inStrRev in example of LO-HelpOlivier Hallot
Change-Id: I3fad8e9ba3d30d9bf7ae42e6c753ee8677b012fd Reviewed-on: https://gerrit.libreoffice.org/42286 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-13TDF#97745 Add support custom search in helponlineOlivier Hallot
Added some language support for the helponline global search Each custom search engine of google has a unique token, which configuration is handled by CSE owner. The CSE attempt to seach in helponline in the page language. If a page is already indexed, it shows what it has. If not, pages indexed from the *.libreoffice.org domain and wiki.tdf.org are shown. The CSE prevents display of indexed pages of other suites. Change-Id: I133e1a7af867c2380ccb1f20c483af63337a58b9 Reviewed-on: https://gerrit.libreoffice.org/42218 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-09-09Add better support for <bascode> in helponlineOlivier Hallot
Insert a div around a code snippet and categorize for schema.org Change-Id: I7d4c9e15fccbf7e48af3c2faca9ed61ae5279c79 Reviewed-on: https://gerrit.libreoffice.org/42105 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>