summaryrefslogtreecommitdiffstats
path: root/extras
Commit message (Collapse)AuthorAgeFilesLines
* autocorr for da: fx can appear at end of sentenceChristian Lohmaier2022-06-101-1/+0
| | | | | | | | | | 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>
* tdf#143956 Remove page size of Writer templates 3Laurent BP2022-04-265-1995/+72
| | | | | | | | | | | | | | | | | | | | 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>
* tdf#143956 Remove page size from Draw templatesLaurent BP2022-04-253-68/+72
| | | | | | | | | | | | | | | | | | 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>
* tdf#87605 Added a few technical words.Isha_Desai2022-04-181-1/+15
| | | | | | | Change-Id: I591d984dba621f6845544fd36c03f9a0800dd4fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132640 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
* Fix typoAndrea Gelmini2022-02-151-2/+2
| | | | | | | Change-Id: If0c567307fe169eda90bd3db81eb538b0c1d03e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129795 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* simplify the template makefilesChristian Lohmaier2022-02-106-486/+121
| | | | | | | | | | can later be combined further, the process is the same/no real need for separate makefile rules Change-Id: Ic04acc4084605382147fa43a905fe559f9197d7f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129726 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* simplify autotextuser makefileChristian Lohmaier2022-02-102-49/+19
| | | | | | | | | | | | could be made static, but left as pattern based since the rules could be combined with the other makefiles/there's no real need to treat building the user using separate makefile rules, it's the same procedure for both shared and user variant. Change-Id: Ic1dbbcf4dfd8f533d215cc930cc455f95658db1b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129725 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* simplify autotextshare makefile/only build what's packagedChristian Lohmaier2022-02-10173-240/+26
| | | | | | | | | | | | | | | | | | | | | | | | | The multiple indirections/complex nested constructs don't really provide any benefit here, they certainly don't make the makefile easier to read. It was building the autotext .bau files for all languages, despite being packaged only for the requested UI langauges (via AllLagPackage) and the long list of autotext files was duplicated (even if all .bau files should be built, the list could be reused from the other makefile) Also remove the empty mimetype files and just touch them instead of copying them. The xml, mimetype and other files are now intermediates and are removed by make once the .bau is built. (if that's not desired, they can be flagged as .SECONDARY) The list of individual files (3.6k lines) could also be cut down if using e.g. make's wildcard function Change-Id: I223a49d26d1de1435d62a68a04b3713278a8320c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129696 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* simplify autocorrect makefileChristian Lohmaier2022-02-1050-47/+32
| | | | | | | | | | | | | | | | | | | | | The multiple indirections/complex nested constructs don't really provide any benefit here, they certainly don't make the makefile easier to read. Also remove the empty mimetype files and just touch them instead of copying them. The xml and mimetype files are now intermediates and are removed by make once the .dat is built. (if that's not desired, they can be flagged as .SECONDARY) Further simplification is possible when using the same language code for both the intermediate directory as well as the source directory layout and the .dat files Change-Id: I0e0c28abcad2b404a88d1f32b9b9cdb53b4125c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129628 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* [pt-PT] Added 43 words to autocorrectMarco Pinto2022-02-081-63/+106
| | | | | | | | Change-Id: Ie70e27786aedf7e8ec71b08a14b15f07dada060e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128149 Tested-by: Jenkins Tested-by: Aron Budea <aron.budea@collabora.com> Reviewed-by: Aron Budea <aron.budea@collabora.com>
* WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2022-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... resulting in a stripped-down, Writer-only build to decrease the resulting WASM bytecode size. It removes the following code from the build: * All other major modules: Base, Calc, Chart, Draw, Impress and Math and related writerperfect filters * The premultiply tables * The (auto-)recovery functionality * All accessibility (but not the accessibility document checker) * The LanguageGuess component * EPUB support * The start center / BackingWindow * The TipOfTheDay functionality * The splash screen communication Currently crashs with anything different then soffice --writer. Closing the document also still crashes. FYI: many of these features are now behind ENABLE_WASM_STRIP_* defines, but they normally don't work on their own, globally! That's because we started with stripping the main components. Change-Id: Ib9c0f9452815910c0a2aceaf142ba1ad4a9cb0d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126182 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
* tdf#143956 Remove page size of Writer templates 4Laurent BP2021-12-053-188/+16
| | | | | | | | | | | | | | | | This patch concerns "styles" templates: - Default: - remove some styles without specific behavior - Modern: - remove some styles without specific behavior - Simple: - remove lang tags Change-Id: I04690ef9d6db3c1296b3c870e03c8915c5c85260 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121610 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
* tdf#143956 Remove page size of Writer templates 2Laurent BP2021-12-055-558/+34
| | | | | | | | | | | | | | | | | | | | This patch concerns "offcorr" templates: - Modern business letter sans serif: - use predefined style names to have them automatically translated - use automatic date format according to locale settings - Modern business letter serif: - use predefined style names to have them automatically translated - use automatic date format according to locale settings - update preview - reduce green rectangle to fit Letter format - left align text to fit with A4 and Letter (instead of Tab) - remove unused styles Change-Id: Ieedeec05050509f5ec82ce97b9b9483c239e87d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121175 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
* tdf#143956 Remove page size of Writer templatesLaurent BP2021-12-054-354/+70
| | | | | | | | | | | | | | | Removing page size force LibO to automaticaly choose page size according to locale settings (instead of fixed size in template). Remove unused styles. They will be defined by LibO according to locale settings This patch concerns "personal" templates: - CV - Resume1page Change-Id: I107d914a5dedffacf6ec080eebf910fbd8333d21 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121130 Tested-by: Jenkins Reviewed-by: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net>
* Removed duplicated entry in Korean autocorrectAndrea Gelmini2021-11-221-1/+0
| | | | | | | | 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>
* tdf#135727 add autocorrect lists for Korean LanguageDaeHyun Sung2021-11-201-0/+59
| | | | | | | | | | | 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>
* [pt-PT] Added ~94 words to autocorrectMarco Pinto2021-10-021-63/+157
| | | | | | | Change-Id: I6e0c5fe765f5a067d1cb0eaef88af064de8b258a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122290 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
* Sorted the list except emojis.Marco Pinto2021-09-171-2555/+2556
| | | | | | | | | | | 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>
* remove unnecessary meta.xml from autotextJustin Luth2021-09-08305-5040/+0
| | | | | | | | | | | | | | | | | | | 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>
* remove unnecessary settings.xml from autotextJustin Luth2021-09-06522-10753/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Towards tdf#103740dante2021-07-271-102/+18
| | | | | | | | | | | 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>
* Removing script we don't need for our purposedante2021-07-271-719/+0
| | | | | | | Change-Id: Ic5900e697f90f703431968b98addf768faac9736 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108363 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Correct wrong direction for section symboldante2021-07-271-181/+33
| | | | | | | | | | | | 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>
* Copyright notice updated:dante2021-07-271-6/+6
| | | | | | | | | | | | | | | - 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>
* sw bibliography, local copy: extend biblio.odb with a new column to store thisMiklos Vajna2021-07-263-0/+0
| | | | | | | | | | 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
* Addition of OpenSymbol2dante2021-07-241-0/+108834
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Resolves tdf#142938 - Clarify option to replace dashesHeiko Tietze2021-07-0532-34/+0
| | | | | | | Change-Id: I0ebc183e27a48d3c0d73a4b7954d35bae62eba61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117585 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
* tdf#127028 "bpmn" template should have ext. otg instead of ottTomaž Vajngerl2021-06-072-7/+7
| | | | | | | | | | | | | "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>
* add & mod words in Korean AutocorrlistDaeHyun Sung2021-05-311-3/+19
| | | | | | | | | | | | 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>
* Removed 1/2, 1/4, 3/4, and 0.5 from autocorr/lang/ja/DocumentList.xmlJun NOGATA2021-05-251-7/+0
| | | | | | | | | | | | | | | 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>
* Delete duplicated item in Korean autocorr listU-DESKTOP-042UROI\dhsung2021-05-191-1/+0
| | | | | | | | | 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>
* tdf#141933 add preset dash styles with round capLászló Németh2021-05-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* tdf#140681 Translate Bullets default gallery nameGabor Kelemen2021-04-272-1/+4
| | | | | | | Change-Id: I245b36edb16440391a8b68ce036faf85f28eb140 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114316 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
* CommandType is "long" type not "short" typeJulien Nabet2021-04-275-10/+10
| | | | | | | | | | | | | | 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>
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-53/+55
| | | | | | | | | | | | | | | | | | 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>
* tdf#140839 all ToTD images use 150x150px sizeRizal Muttaqin2021-04-0510-5/+5
| | | | | | | Change-Id: Ieaf2e95414e283a0fc86b827f8ddb6588c809f3b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113594 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
* tdf#140839 all ToTD images use 150x150px sizeandreas kainz2021-03-256-0/+0
| | | | | | | Change-Id: Ic0baa1871afb125423454f54931a3bd64bb94909 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113015 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
| | | | | | | | | | | | 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>
* tdf#140850 update light bulb image of ToTDRizal Muttaqin2021-03-0710-0/+5
| | | | | | | Change-Id: I5c653c7596dfdf0f0ca092a1d88ce16d543573ad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112119 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
* [en-GB] Added the 500 or so missing emojis from the US autocorrect and ↵Marco Pinto2021-02-281-1139/+1638
| | | | | | | | | 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>
* ToD previews addedandreas kainz2021-02-276-0/+0
| | | | | | | Change-Id: I3b518478de4369b9bb65c21d4a631a233c3c8bde Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111672 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
* tdf#138097 - Update templates / FreshesHeiko Tietze2021-02-2723-0/+5624
| | | | | | | | | | | | | | 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>
* tdf#138097 - Update templates / Growing LibertyHeiko Tietze2021-02-2623-0/+6439
| | | | | | | | | | | | | | 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>
* tdf#138097 - Update templates / Yellow IdeaHeiko Tietze2021-02-2617-2/+5028
| | | | | | | | | | | | | | 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>
* tdf#138097 - Update templates / Grey ElegantHeiko Tietze2021-02-2625-0/+6602
| | | | | | | | | | | | | | | 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>
* tdf#138097 - Update templates / CandyHeiko Tietze2021-02-2615-0/+7492
| | | | | | | | | | | | | | | 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>
* tdf#138097 - Update templates / SunsetHeiko Tietze2021-02-268-0/+876
| | | | | | | | | | 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>
* Add Japanese label makers dataJun NOGATA2021-02-191-0/+1008
| | | | | | | | | | | * 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>
* Clearer text to add new Impress templateLaurent BP2021-02-181-3/+4
| | | | | | | Change-Id: I291d90795b1b2a6c160bdf20544df73dbb8054c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110209 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
* [en-GB] Added 13 words to autocorrectMarco Pinto2021-02-131-0/+13
| | | | | | | Change-Id: Ie24ca3f3340fc0ed7b94a3517ec2aae3c4632162 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110672 Tested-by: Jenkins Reviewed-by: Aron Budea <aron.budea@collabora.com>