summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-11Version 6.3.3.1, tag libreoffice-6.3.3.1libreoffice-6.3.3.1Christian Lohmaier0-0/+0
Change-Id: I255b50dc1506099726a2e79061fdb0f8ecaa44cd
2019-10-11Branch libreoffice-6-3-3libreoffice-6-3-3Christian Lohmaier0-0/+0
This is 'libreoffice-6-3-3' - the stable branch for the 6.3.3 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 6.3.x release, please use the 'libreoffice-6-3' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: Ic312918c98b060a8b25197fec1dd38ebe35a03ab
2019-09-05Clarify Example for SWITCHOlivier Hallot1-1/+1
But the function need a date in A3 instead of a number. So in my opinion the string should be: <input>=SWITCH(MONTH(A3),1,"January",2,"February",3,"March","No match")</input> returns "January" when A3 contains a date in January, "February" when A3 contains a date in February , etc... Change-Id: I2702d569f1c43080cd4c137a4d100111edc55863 Reviewed-on: https://gerrit.libreoffice.org/75500 Tested-by: Jenkins Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2019-08-29add icon size for svg imagesOlivier Hallot1-3/+3
Change-Id: I96e309e9030e3587dc3d75511aa3ff9c894efab3 Reviewed-on: https://gerrit.libreoffice.org/77634 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-08-15tdf#126889 Fix icon size in branch 6.3Olivier Hallot1-17/+15
fix dtd mistake Change-Id: Ic8b0fe43788d6743e3d7f7c11b05d96235a0b967 Reviewed-on: https://gerrit.libreoffice.org/77473 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-08-05Update page with video on 6.3 New FeaturesOlivier Hallot1-1/+1
Change-Id: If9819fc8a3c324f3c4a5d6acff9f5edab3a69833 Reviewed-on: https://gerrit.libreoffice.org/76795 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit eb71be0f9684772b12eefb8c1ab59659dbf39328) Reviewed-on: https://gerrit.libreoffice.org/76952 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-08-05Update missing icons in HelpOlivier Hallot1-159/+151
Change-Id: I3f767c2616205995ba4eefed0eb1f95fbcb1d15b Reviewed-on: https://gerrit.libreoffice.org/76909 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-06-17tdf#124582 Change Outline to Chapter in Help pageOlivier Hallot1-5/+9
Change-Id: Ica5e33aa11da21b1194710a46b60663421222bf8 Reviewed-on: https://gerrit.libreoffice.org/73445 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-06-14Remove superfluous string in impress/Draw contentsOlivier Hallot2-5/+1
Keep same Contents structure as other apps Change-Id: I1afc21e3581c3200ce6821ee3594686a1f8a70dc Reviewed-on: https://gerrit.libreoffice.org/73572 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-06-06Prevent L10n issue when building HelpOlivier Hallot1-1/+1
Pootle does not convert back &lt; and &gt; into the same entities, thus disturbing XML parsing of string. Changed to (). Change-Id: I4e754313a2c51c6b5b190a7e236768fe84ec8672 Reviewed-on: https://gerrit.libreoffice.org/73446 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-06-03tdf#125645 Fix reference in SWITCH function help pageOlivier Hallot1-1/+1
Change-Id: I34cd365829187ea29fd45c43aa08d0b6a3cfdd4d Reviewed-on: https://gerrit.libreoffice.org/73352 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 3e4a49f5e61c535044538a23eaf7a6b222a7c57a) Reviewed-on: https://gerrit.libreoffice.org/73361 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2019-05-31Branch libreoffice-6-3Christian Lohmaier0-0/+0
This is 'libreoffice-6-3' - the stable branch for the 6.3.x releases. The commit rules are different according to the development phase: A. 6.3.0 beta phase: A. any bug fixes are allowed without review B. late features need approval by 3 people with different affiliation B. 6.3.0 rc phase and later: A. fixes need approval by one reviewer B. late features need approval by 3 more people with different affiliation IMPORTANT: Every developer is responsible for pushing the fixes into all appropriate branches. Note that we do not plan any merge from this branch to master or vice versa. Please, help use to make stable and usable release. If you want to build something cool, unstable, and risky, use master. Change-Id: I76a499e4b609b28ed0742f8233227ed3c2f640ed
2019-05-31faulty xml comment in bookmarklibreoffice-6-3-branch-pointLibreOfficiant1-1/+0
bis repetita mea culpa Change-Id: I7dec8f40d5a39f20b0a214a4cacdb7ebc4ce2c02 Reviewed-on: https://gerrit.libreoffice.org/73260 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-30WIP: refactor some Python/Basic pagesOlivier Hallot3-1/+33
Change-Id: I3590e7a6e0cf62d9f9e33e8081be50ab4d0ae769 Reviewed-on: https://gerrit.libreoffice.org/73175 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-28Remove xml comments from fileOlivier Hallot1-2/+0
xml comments inside <bookmark> index are moved as is to Pootle and are not handled as comment when brought back to translated file. Change-Id: I040cf84851dea3feea26054cb9a0a20e1241c53b Reviewed-on: https://gerrit.libreoffice.org/73112 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-27Explain formatted display in search for CalcOlivier Hallot1-0/+15
Was missing in the find&replace help page Change-Id: I6b997fa34d7784be1f143e6403cd645327415cde Reviewed-on: https://gerrit.libreoffice.org/73017 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-27Drop Personalization pageGabor Kelemen5-83/+0
After core commit e1e9e2aa16f08a8fd9e38db706d63e8eceeda8d1 Change-Id: Ie035df76473890f634d4457ccbf1201b9998c5ff Reviewed-on: https://gerrit.libreoffice.org/72977 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-27- Pages mutual x-RefsLibreOfficiant3-14/+15
- Relate Tools help page to Basic Dialog page - Basic page title change - extra bookmark(s) - Basic code change - loadLibrary code change - loadDialog with full path (as best practice) Change-Id: Ia9a449b1dc8cb3a5acc7a921feeedebe7ce9cefb Reviewed-on: https://gerrit.libreoffice.org/72946 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-26Update list of replacement icons in masterOlivier Hallot1-31/+51
Change-Id: I3da2cac812591bf1a0eed69c4a8746592e9042e3 Reviewed-on: https://gerrit.libreoffice.org/72969 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-26add back image dimensionsOlivier Hallot1-5/+5
Change-Id: I8e7eaf2010ee31b2191de1bed256ca30c70ac216 Reviewed-on: https://gerrit.libreoffice.org/72915 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-23Untangle Help Contents for Impress and DrawOlivier Hallot4-39/+108
Create a separated sdraw.tree for Contents and move entries from Impress tree to Draw tree. Common contents are maintained in both trees. This is work in progress. Draw and Impress Help pages need update especially for menus. Change-Id: I179a5ee7407c4a8357a87b2e7a0d8782b7bb0520 Reviewed-on: https://gerrit.libreoffice.org/72693 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-20De-dup paragraph idOlivier Hallot1-1/+1
Change-Id: Ibbd54040bd439e08c5496383575aa15aae5f4f05 Reviewed-on: https://gerrit.libreoffice.org/72606 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-20Platform regognition for Basic languageLibreOfficiant1-5/+4
localisation adjustments Change-Id: Iced427fc30c0bb8fe3873f9d42e64786c863c619 Reviewed-on: https://gerrit.libreoffice.org/72603 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-20- Partial refactoring using API callsLibreOfficiant3-11/+29
- New bookmarks - Link from Basic Adv libraries to Platform page Caution: Please fix GlobalScope miss in </bascode> parser in the first place! Change-Id: Ifeaa98d5491b659a1dddbdbe3dddc417779374cf Reviewed-on: https://gerrit.libreoffice.org/72583 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-20Fix correct reference for ContentsOlivier Hallot1-1/+1
After I3a8a59ac57ca3b29219962fc503f1d7ba5230a6d some file names were modified and contents needs adjustment Change-Id: I21cdfd3956886034408f0cd52e8e4c0a698ae7b7 Reviewed-on: https://gerrit.libreoffice.org/72542 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-18Hide our nav checkbox inputs only visuallyIlmari Lauhakangas1-1/+9
Some screenreaders do not read elements with opacity: 0 Change-Id: Ifc4c97a58c87e7d6b9533e15dc0db60aa70bfb97 Reviewed-on: https://gerrit.libreoffice.org/72519 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-18Improve accessibility for modules and lang menusIlmari Lauhakangas5-26/+142
Ever since the contents of the modules and lang menus started being populated upon click, the flow for screenreader users has been potentially confusing. This patch introduces a11y-toggle into the mix: https://github.com/edenspiekermann/a11y-toggle Checkboxes were changed into buttons. This hopefully makes it clear we want the user to click them. The contents tree still uses the checkbox hack, because its items are populated upon page load. Change-Id: I3482bea0c8669f96794498fc37d9d18fe3f829d5 Reviewed-on: https://gerrit.libreoffice.org/72467 Tested-by: Jenkins Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-16Remove now useless <switchinline>Olivier Hallot1-3/+2
Change-Id: If7c9ddda50735d349f59c3d8f138177c8fbd6de0 Reviewed-on: https://gerrit.libreoffice.org/72384 Tested-by: Jenkins Reviewed-by: Sophia Schröder <sophia.schroeder@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-15MIME types are not localizableAndras Timar1-168/+168
Change-Id: I9bd17e2514cada5dc12b6957ba1d74b30334a13a Reviewed-on: https://gerrit.libreoffice.org/72345 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2019-05-14Fix typosAndrea Gelmini2-2/+2
Change-Id: I79db4363c15786f3829faf24621f073cf481191a Reviewed-on: https://gerrit.libreoffice.org/72257 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-05-14Fix typoOlivier Hallot1-2/+2
Courtesy of Cathy Crumbley Change-Id: Ie2796bebed2007545d2214d8af8e52f3b69cb759 Reviewed-on: https://gerrit.libreoffice.org/72263 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-13More detailed help of Calc's Sheet > Link to external dataKatarina Behrens1-3/+3
Make it more clear there has to be at least 1 named range in Excel of Calc documents Change-Id: I782c4d2c10ee52320bfdf147652883f5e7b4751a Reviewed-on: https://gerrit.libreoffice.org/72076 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-11TyposAdolfo Jayme Barrientos2-3/+3
Change-Id: Id5040a184e0dbc5456ceb8010a35dc0380b7e01f
2019-05-02Mute unnecessary translations in fiter namesOlivier Hallot2-647/+650
Changed to allow translation of filter names and media types Removed randomness for paragraph ids to spare retranslation Change-Id: If73d4799537b2d91ec9fe58584033b46eeeb9e04 Reviewed-on: https://gerrit.libreoffice.org/70671 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-02tdf#102265 Decouple some Impress/Draw Slide/Page materialIlmari Lauhakangas16-46/+180
Convenient way to do renames: find . \( -name '*.xhp' -or -name '*.mk' \) -exec \ sed -i 's/sdraw\/main0104/sdraw\/main_insert/g' {} + Change-Id: I3a8a59ac57ca3b29219962fc503f1d7ba5230a6d Reviewed-on: https://gerrit.libreoffice.org/71703 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-02tdf#122366 Store search filter value in sessionStorageIlmari Lauhakangas1-0/+11
sessionStorage seems to be reset, when we change the module context. If this is not acceptable, we can try localStorage. Change-Id: I5ec2ff526e48dd2c7d1889578e991833e43f76c6 Reviewed-on: https://gerrit.libreoffice.org/71688 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-05-02tdf#101760 Rename "Follow text flow" as "Keep inside text boundaries"Ilmari Lauhakangas1-2/+2
Change-Id: Ia89450bc4e01d37c8f04d9dc213dbe947daabb94 Reviewed-on: https://gerrit.libreoffice.org/71682 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-29Dropped parenthesis throws compiler errorLibreOfficiant1-1/+1
Change-Id: Ib3179cd0d853e92e4b9ced7f3e504f27e88e6de3 Reviewed-on: https://gerrit.libreoffice.org/71536 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-29Limit the scope of getting class names for index titlesIlmari Lauhakangas1-6/+7
Change-Id: I2d586605118032aaf38ff70d420bc7c2bf4979ae Reviewed-on: https://gerrit.libreoffice.org/71529 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-29Rename some menu-related help files for Impress and DrawIlmari Lauhakangas13-43/+43
The renamed files are in the process of heavy editing, so might as well move from obfuscated names to human-readable ones. Change-Id: I2df6470eefc3b8bb381de77471c688d9498854cf Reviewed-on: https://gerrit.libreoffice.org/71436 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-27Monitoring document events with Python & BasicLibreOfficiant6-9/+299
-Mutual help pages x-refs -tree addition -new bookmarks for --Advanced Basic Libraries --Appl. Progr. Interface NB: I wish I could create new </img> in gerrit OH: moved new xhp to right position New image Update makefiles several x-ref fixes libO: Added language-driven <switch/> and <case/> tags for 3 different img captures that XHP Editor doesn't propose but that are documented Couldn't validate such switches.. crossing fingers.. OH: Languages are not switchable, as explained in comments. Removed reference to image for good (not l10n full support). fix missing apostrophe. Change-Id: I97c92fc879df19f9e8de73e828cd3324ba2163fa Reviewed-on: https://gerrit.libreoffice.org/70896 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-27tdf#99517 help for CONCAT, TEXTJOIN, IFS, SWITCHOlivier Hallot7-4/+182
CONCAT, TEXTJOIN, IFS, SWITCH Change-Id: Ic1d74ac8b810bd0c0d4b4f570baab1d1e270f912 Reviewed-on: https://gerrit.libreoffice.org/71339 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-27tdf#123803 Add release info in Calc functionsOlivier Hallot43-37/+108
Change-Id: I0476c79fe5407c3e7252ef16da4110a026b29fa8 Note: some Calc functions still lack help pages. Reviewed-on: https://gerrit.libreoffice.org/71331 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-27tdf#124198 Impress & Draw ImageMap menu entry was moved to ToolsIlmari Lauhakangas41-60/+59
Also renamed the file describing Edit Menu to edit_menu.xhp. Most of the files are touched to update the links due to rename. There is no context menu entry for ImageMap, so removed mention of it. Note that in Writer and Calc, ImageMap remains under Edit, because it is only enabled when an image is selected. Change-Id: Ic57ee11dd2ab9c637f00e5328f1575c323fb8c43 Reviewed-on: https://gerrit.libreoffice.org/71397 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-26tdf#122548 copy bascode and pycode to clipboardOlivier Hallot3-5/+54
This will allow easy testing of coding examples. Change-Id: I30fc53642b1579744591f2de0c84a615d1755352 Reviewed-on: https://gerrit.libreoffice.org/71385 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-26topic tag correctionLibreOfficiant1-2/+2
mispelled link Change-Id: I34ecbbfca31285efe9af3eaa9ab0d2c1ee7b7b64 Reviewed-on: https://gerrit.libreoffice.org/71377 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-26added hasUnoInterfaces()LibreOfficiant1-0/+6
Change-Id: I41e521c34c4dbf161b0bd4316da75d6db7ec4314 Reviewed-on: https://gerrit.libreoffice.org/71214 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-23tdf#105848 Change EFFECTIVE function name to EFFECTRoman Kuznetsov1-4/+4
Change-Id: Id2bd603a0330f1d85e665c0524635e0369061a18 Reviewed-on: https://gerrit.libreoffice.org/71079 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-04-23fix forgotten LANG->LANGUAGEhimajin1000001-1/+1
Change-Id: Idcfd73213452510f769854062d0916a3c871b548 Reviewed-on: https://gerrit.libreoffice.org/70982 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-04-18Don't set LANG env var by accidentStephan Bergmann1-1/+1
...as setting a GNU Make LANG var exports it to recipes as an env var, and see e.g. 56bc0b1a376f62570a7287e9bb4193e00360c978 "Don't set locale env vars on macOS" for potential problems caused by that. This is the help half of a change spanning the core and help repos. Change-Id: Ib5faf612e9030db384f7408ecd4fd03e65120f17 Reviewed-on: https://gerrit.libreoffice.org/70930 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>