summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2022-06-24autocorr for da: fx can appear at end of sentenceChristian Lohmaier
as in e.g. "Vi kunne jo tage bussen, fx." so remove the "fx." entry from the autocorrect list Change-Id: I5c03f46bd1e35fcf8fa731983c7459f2ba99b174 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134107 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 3a688ca467cebd65ef30ab80d4211715b1665348) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135706 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-05-02tdf#143956 Remove page size of Writer templates 3Laurent BP
This patch concerns "offmisc" templates: - Businesscard-with-logo: - use predefined style names to have them automatically translated - use automatic date format according to locale settings - update preview - remove useless duplicate code and unused styles - contributor's name to top to fit in A4 and Letter formats - remove 1 empty line in table to fit in Letter format also - remove useless stuff in settings.xml file. Keep these fields, because if certain settings are MISSING, xmlimp will consider the file in old format (thanks to Justin Luth) - reindent xml files Change-Id: Ie1b35fe420dbb445cb5070b8a3726c40184973ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121267 Tested-by: Jenkins Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> (cherry picked from commit fd9d71d7706adcbe1191b09c8ba252d2b4dfb50e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133607 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2022-05-02tdf#143956 Remove page size from Draw templatesLaurent BP
Update BPMN template: - content.xml: remove lang and country tags remove asian and complex tags - meta.xml: indent and add title to enable translation - styles.xml: change style name to English to get automatic translation remove lang and country tags remove page size Change-Id: I23058c63dbc13fa66a1138c20e9840a360b72ea2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132647 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> (cherry picked from commit ace2e40a5b89967e247db1ebe9da65d41706d446) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133408 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-11-22Removed duplicated entry in Korean autocorrectAndrea Gelmini
Change-Id: Ibc640574517da486af8b35e736a45c1adcf78434 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125639 Tested-by: Jenkins Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-11-20tdf#135727 add autocorrect lists for Korean LanguageDaeHyun Sung
Add autocorrect lists for Korean Language. Submit the Korean autocorrect lists as the result of Hacktoberfest 2021. Link: https://github.com/libreoffice-kr/autocorr_kr/blob/master/DocumentList.xml Change-Id: I6d0ca38581a21c59b98e96045bb6d091c8c89bf6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125548 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-10-02[pt-PT] Added ~94 words to autocorrectMarco Pinto
Change-Id: I6e0c5fe765f5a067d1cb0eaef88af064de8b258a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122290 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-09-17Sorted the list except emojis.Marco Pinto
This will make it easier to update without inserting each word manually. Also added the two blank spaces on the start of each line. Change-Id: Ida85d28404aca759331d6089946be8dd970c79db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121414 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2021-09-08remove unnecessary meta.xml from autotextJustin Luth
I kept this separate to simplify spotting errors. There were about 130 unique md5sum hashes, and all were roughly the same size. I spot checked a few with "meld" and didn't see anything that seemed valuable. find . -name meta.xml -exec rm {} \; git grep -l \/meta.xml *.xml | xargs sed -i /\/meta.xml/d git grep -l \/meta.xml ../CustomTarget_autotextshare.mk \ | xargs sed -i "/\/meta.xml/d" Change-Id: Id11ec9973a8764ffbc809f9161868d6cacb80a85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121606 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org> Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
2021-09-06remove unnecessary settings.xml from autotextJustin Luth
I don't think that anyone wants their document settings adjusted just by entering some autotext. [Now, it didn't seem to be doing that because I suppose that since the value already exists, the import won't overwrite it.] find extras/source -name settings.xml | md5sum | sort //shows only a few unique entries. Visual comparing with "Meld" //didn't reveal any reason why the files are useful. I also removed ./autotext/lang/bg/standard/FN/Obj0012D655/settings.xml based on Laurent's advice, even though it contains <config:config-item config:name="Formula" E=mc^2 Otherwise, the other 7 versions were almost identical, differening only in OOo version .9, or 1.1 and show redline changes on/off. cd exttras/source find . -name settings.xml -exec rm {} \; git grep -l \/settings.xml *.xml | xargs sed -i /\/settings.xml/d git grep -l \/settings.xml ../CustomTarget_autotextshare.mk \ | xargs sed -i "/\/settings.xml/d" Change-Id: I9c148bdff55e6757e6fa98401486bc7c41ebf25d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121605 Tested-by: Jenkins Reviewed-by: Justin Luth <justin_luth@sil.org>
2021-07-27Towards tdf#103740dante
U+E... does not have the same spacing as U+0... So can't copy them. Plus and less signs are now less wide. Change-Id: I761a6a37e3130e5425148a5a102b7e6343217985 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108526 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-27Removing script we don't need for our purposedante
Change-Id: Ic5900e697f90f703431968b98addf768faac9736 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108363 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-27Correct wrong direction for section symboldante
For our use python embed scripts are useless and can have unexpected behavior. Here is some useful documentation: https://fontforge.org/docs/techref/sfdformat.html#font-header Change-Id: Ieb2eb26bbc19cd59c37da986ea001915ad970201 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108314 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-27Copyright notice updated:dante
- Font name: OpenSymbol Math - Font version restarts on 0.1 - Copyright notice added - Licensed under OLF I can't correct the merge error because the file is too big. I need the previous patch merged first. Change-Id: Ia97d8c8ef99c9fbb49e2f268fd6cb52d5db257e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106289 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-26sw bibliography, local copy: extend biblio.odb with a new column to store thisMiklos Vajna
A new LocalURL column at the end, similar to how the BibliographyDataField constant group was extended previously. Change-Id: I947ddcdc97fe0cef7f402ce03119c7f09435ba95 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119509 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-07-24Addition of OpenSymbol2dante
Remaining lines have been uploaded via amend. The other day was discussed in the IRC chat if OpenSymbol was actually removable. The actual problem with open symbol is that there are too many characters missing characters and it supposes a ballast for starmath. This responds to: Bug tdf#134214 Some of the problems caused by this are WON'T FIX: mathhbb, fractur, setp tdf#49990 and much more. However replacing the font was actually impossible. If changed the layouts old documents may break. For that reason the new font had to support what already was implemented in a way it won't change the layout: the old symbols had to be conservated. Result: we are creating a new font, containing opensymbol just for personal use of starmath module. For now the changes with opensymbol are: - Reencoded as ISO 10466-1 ( unicode32 full ) with fontforge. - Added quadruple integral with fontforge. - Do not use it outside starmath. Changes will be made in private chars area. IT MAY BREAK. In order to complete it, characters from anothers fonts will be added. For now the best option is libertinus math. This font final name might end beeing something like LO Libertinus math. I have already contacted the maintainer in order to get permission and waiting for answer. In case of no will look for other fonts. The other option would be to make opensymbol2 a subproduct of libertinus because: 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. Change-Id: Ia33a0181b0d28b65680d8df9ffa3d0c37078df18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105769 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-07-05Resolves tdf#142938 - Clarify option to replace dashesHeiko Tietze
Change-Id: I0ebc183e27a48d3c0d73a4b7954d35bae62eba61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117585 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-06-07tdf#127028 "bpmn" template should have ext. otg instead of ottTomaž Vajngerl
"bpmn" is an template for draw documents and not text documents (writer) so it should have the extension otg and not ott. This is also important for the template manager as it categorises the templates based on the extension, so the bpmn was not categorised correctly. Change-Id: I503b972711830dc3c5ab98d9c24f974862ffc540 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116775 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-05-31add & mod words in Korean AutocorrlistDaeHyun Sung
1. modified wrong Korean autocorr word in DocumentList.xml 2. add some autocorr words(Korean word `ㅎ` order. It origin from Open-source Korean text processor `open-korean-text`. Link: https://github.com/open-korean-text/open-korean-text/blob/master/src/main/resources/org/openkoreantext/processor/util/typos/typos.txt Change-Id: I3df6e60f756a8b74192192cef3ab8847301ad15e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116371 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2021-05-25Removed 1/2, 1/4, 3/4, and 0.5 from autocorr/lang/ja/DocumentList.xmlJun NOGATA
Reason * The character such as a ½ are not used in Japan * Many people complained that the date is converted by itself http://www.fujisekkei.sakura.ne.jp/ooo/?p=435 * In a survey, many people said they wanted it removed https://twitter.com/LibreOffice_Ja/status/1345602562678931457 * Can be substituted by typing :1/2: Change-Id: Ifab7fcc9f164f1db2c3546eaf8e9ae40271c0455 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116011 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-05-19Delete duplicated item in Korean autocorr listU-DESKTOP-042UROI\dhsung
Delete duplicated item in Korean autocurr list (DocumentList.xml) Change-Id: I3cfaf27abb859dbcfc849082932006d20d0b22ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115799 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-05-05tdf#141933 add preset dash styles with round capLászló Németh
New OOXML-compatible preset styles weren't recognized on the UI, including the Drawing Object Properties toolbar and Line Style settings, if the preset styles use round cap, e.g. line styles with dot-like dots (i.e. not tiny squares as dots). As a workaround for interoperability and access to the line styles with dot-like dots, add "Rounded" version for every OOXML-compatible preset styles with round cap. This allows to apply dot-like dotted lines to new shapes, too. Background: round cap modifies the DotLen and DashLen values of the LineDash struct during the OOXML import, using ~zero values to get dot-like dots. For the details, see commit 3f3b50015e4fd9efc3459612a70409fca49cf390 "tdf#134053 tweak dash and space length for ooxml" and commit 24d770799660d3ec94ee7add435645794426042b "tdf#134128 Use Gdiplus::DashCapRound for round dash or dot". Follow of commit 183c06fc02a50fb117bb6162e4d6e56cdd34fad1 "tdf#139301 fix OOXML-compatible preset dash styles". Change-Id: I4f3173579964b2c00618ada475b012c85320f758 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114459 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
2021-04-27tdf#140681 Translate Bullets default gallery nameGabor Kelemen
Change-Id: I245b36edb16440391a8b68ce036faf85f28eb140 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114316 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-04-27CommandType is "long" type not "short" typeJulien Nabet
See https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdb_1_1CommandType.html + discussion here: http://document-foundation-mail-archive.969070.n3.nabble.com/Type-of-CommandType-short-or-long-tt4299416.html Important remark from Stephan: "...the data type corresponding to UNOIDL LONG (i.e., 32 bit) is xs:int, not xs:long" Change-Id: Ic8f027e8a5be96bdb2e5629b0ff1ef4830ef6c88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114659 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
Previously, all of the README files have been renamed to README.md and now, the contents of these files were changed to use Markdown format. Other than format inconsistency, some README.md files lacked information about modules, or were out of date. By using LibreOffice / OpenOffice wiki and other documentation websites, these files were updated. Now every README.md file has a title, and some description. The top-level README.md file is changed to add links to the modules. The result of processing the Markdown format README.md files can be seen at: https://docs.libreoffice.org/ Change-Id: Ic3b0c3c064a2498d6a435253b041df010cd7797a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113424 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-04-05tdf#140839 all ToTD images use 150x150px sizeRizal Muttaqin
Change-Id: Ieaf2e95414e283a0fc86b827f8ddb6588c809f3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113594 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2021-03-25tdf#140839 all ToTD images use 150x150px sizeandreas kainz
Change-Id: Ic0baa1871afb125423454f54931a3bd64bb94909 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113015 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
Renaming all README files for all top level modules to README.md, applying no content change at this stage to be able to track history of the files. These files should be edited to use correct Markdown syntax later. Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2021-03-07tdf#140850 update light bulb image of ToTDRizal Muttaqin
Change-Id: I5c653c7596dfdf0f0ca092a1d88ce16d543573ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112119 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-28[en-GB] Added the 500 or so missing emojis from the US autocorrect and ↵Marco Pinto
replaced "airplane" with "aeroplane". Change-Id: Iaffe6d6fe33f0b038002ee1ed173cbe1c51a9e13 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111326 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2021-02-27ToD previews addedandreas kainz
Change-Id: I3b518478de4369b9bb65c21d4a631a233c3c8bde Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111672 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-02-27tdf#138097 - Update templates / FreshesHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories Change-Id: Ic205c08b7734f92b4b1ef7f12eb1e74a39dabd07 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111060 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / Growing LibertyHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories Change-Id: Ib3ac2806e96d711cf9ed98f074b63f071cebff0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111106 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / Yellow IdeaHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories Change-Id: Ibfec0bfefe83fab3ce26f692b923a530c525a848 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111107 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / Grey ElegantHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories * all styles reworked Change-Id: Ib3461bd22885d69e6abbb9747ded0f18f5bf23dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111058 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / CandyHeiko Tietze
Taken from https://lumbung.libreoffice.id/ * Some content removed from templates * Special fonts replaced by Noto Sans * *language* and *country* removed from styles.xml * <dc:title> added to meta.xml * README added to directories * all styles reworked Change-Id: I4e1d2935aba55550b4fbc91da6a785edf20ad190 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110992 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-26tdf#138097 - Update templates / SunsetHeiko Tietze
This patch partially reverts 849c1e9c74c388df549098a8a4f60131c9b8c6a0 and brings back one of the deleted templates Change-Id: If2a4a1294a887c55fcc490263f84880edfaa2ab0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110996 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-02-19Add Japanese label makers dataJun NOGATA
* Original Data: Default Settings for Japanese https://ja.osdn.net/projects/openoffice-docj/ * Data cleaning: Tomonori Iwahashi(JO3EMC) Change-Id: Iebe4dcd85bc035d9c64a1fef2d0fd810acc6d3f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108536 Tested-by: Jenkins Reviewed-by: Kohei Yoshida <kohei@libreoffice.org>
2021-02-18Clearer text to add new Impress templateLaurent BP
Change-Id: I291d90795b1b2a6c160bdf20544df73dbb8054c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110209 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2021-02-13[en-GB] Added 13 words to autocorrectMarco Pinto
Change-Id: Ie24ca3f3340fc0ed7b94a3517ec2aae3c4632162 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110672 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.budea@collabora.com>
2021-02-13[en-US] Added 13 words to autocorrectMarco Pinto
Change-Id: If4c7495bc292cbc1247914f3eb42e15a9725d300 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110673 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.budea@collabora.com>
2021-02-03tdf#139301 fix OOXML-compatible preset dash stylesLászló Németh
Despite the purpose of the new interoperability styles added in commit b2d8093b19642038631dfb8f1ab6745a380a652c (tdf#127499 added 9 new line styles all are (var) and in line with MSO), collision with commit 57c9bdab377a00649299d1a4c9ed2f9e5e03b84e (tdf#127166, tdf#123903 improve import/export of line styles) resulted still missing interoperability on the user interface: 1) opening an OOXML document, preset styles weren't recognized on the UI, also the preview was a solid line on the Drawing Object Properties toolbar. 2) using the new compatibility preset styles, OOXML export resulted custom styles instead of the intended preset styles. On the UI, now the layout of the first 10 preset dash styles follows the OOXML standard, see 20.1.10.49 ST_PresetLineDashVal (Preset Line Dash Value) in ISO/IEC 29500-1, 2016: dash pattern name (OOXML name) 10 "Dot" (sysDot) 1000 "Long Dot" (dot) 1110 "Dash" (sysDash) 1111000 "Long Dash" (dash) 11111111000 "Double Dash" (lgDash) 111010 "Dash Dot" (sysDashDot) 11110001000 "Long Dash Dot (dashDot) 111111110001000 "Double Dash Dot" (lgDashDot) 11101010 "Dash Dot Dot" (sysDashDotDot) 1111111100010001000 "Double Dash Dot Dot" (lgDashDotDot) Note: add missing "Dash Dot Dot" (sysDashDotDot). Remove "Double Dot": it really wasn't an OOXML-compatible preset style, and it has a good replacement among the older styles, the similarly loosely dotted "Fine dotted", which is still supported for back-compatibility. Note: to start the new UI test, use $ (cd sw; make -srj8 UITest_writer_tests7 UITEST_TEST_NAME="tdf139301.tdf139301.test_tdf139301" SAL_USE_VCLPLUGIN=gen) Change-Id: Ifc3fa634f2170aada61632e0a419d35dcaaf5ef6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110386 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2021-02-01Related tdf#138097 - Update templatesHeiko Tietze
Removal of Impress, Sunset, Lush Green, Alizarin, Bright Blue, Classy Red to add some new templates Change-Id: I4095e549a2e095cbb76174e8ec42ed99709598cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110026 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-01-31[pt-PT] Added 20 words to autocorrectMarco Pinto
Change-Id: I5c6ca3de61fb02787f19cd922f64ed2d059e20b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109395 Tested-by: Jenkins Tested-by: Aron Budea <aron.budea@collabora.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
2021-01-20Revert "tdf#139076 update Bullet icons with sexy .svg icons"Andreas Kainz
This reverts commit 4e1294b7d6f8de981147f15d4ca1b4e4853249eb. Reason for revert: didn't work Change-Id: Ia659a2a6d7fbbe1ad8a58e58b2d2586d1c208b99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109673 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-01-19tdf#139076 update Bullet icons with sexy .svg iconsandreas kainz
Change-Id: Iae8708b139a8215684486e3573cae1b3d8a02ba2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109532 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-01-19tdf#132846 Lines connector better layout for writerandreas kainz
Change-Id: I063eacf3f0d8b5322036eeaf845ce62b6d9d1645 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109592 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2021-01-19Resolves tdf#138051 - UI picker text blocks buttonsHeiko Tietze
All images have a height of 125px now Change-Id: I64bb9d51c7a5edb4f0cfd38ac48473f11755061d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109545 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-01-05Fix duplicates in French autocorrectJulien Nabet
"oeil" was a duplicate for key and value, so one entry has been removed The other were key dups. For these I checked value appeared to know what key to keep and what key to change so there's no regression. Change-Id: Ic88d0034718bb21e4cab1cddf6cd07d26aca99e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108801 Reviewed-by: Sophie Gautier <sophi@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2020-12-11update ToD statusbar previewandreas kainz
Change-Id: Ic36861e388b62179e1ef6b5c5f74eb27429de159 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107517 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
2020-12-03tdf#135727 add & sorting Korean Autocorrect listDaeHyun Sung
add new Korean Autocorrect assembled Korean autocorrect in descending order Origin from LibreOffice Korean github repo https://github.com/libreoffice-kr/autocorr_kr Change-Id: I1460204cdb594c443598e67d1d9372d73f29e002 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106841 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>