summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)AuthorFilesLines
5 daystdf#160712 Update Yellow Idea templateLaurent Balland14-2764/+1068
- use only Noto fonts - rename master slide "Cover" to "Yellow Idea" (see tdf#158496) - rename master slide "Contens" to "Contents" and Illustration3 to Illustration2 - change Thumbnail - use placeholder instead of dummy text - create groups of objects to ease manipulation - create styles Outlined Thick and Thin - use styles Outlined Yellow to keep same yellow everywhere - remove unused styles - remove pictures which were used only for shadow - replace drawing of figures with text on master Contents - master Infographics2: - replace drawings of figures with text - replace arcs with modifiable segments Change-Id: Ia04522d4e9196a14db8431d05922618648a68c56 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168027 Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org> Reviewed-by: Laurent Balland <laurent.balland@mailo.fr> Tested-by: Jenkins
12 daystdf#160712 Update Growing Liberty templateLaurent Balland9-2637/+1205
+ Use only Noto fonts + remove duplicate PNG pictures + update Thumbnail.png + add date/time, footer and slide # to master slides + replace dummy text with placeholders + remove object names as they are not translated and there are many duplicates + remove unused styles Change-Id: I9982885a87c6f5fa0e33be5eb483d5ce482eea70 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167032 Reviewed-by: Laurent Balland <laurent.balland@mailo.fr> Tested-by: Jenkins Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
12 daystdf#160712 Update Freshes templateLaurent Balland13-2540/+1013
+ change name of first master to Freshes (see tdf#158496) + remove Lato, Freestyle, Nimbus fonts and replace with only one defined in top styles: Noto Sans, Noto Sans CJK SC and Noto Sans Devanagari + remove ODF validator warning about table:first-row-end-column (and so on) attributes that were missing + remove unused styles + change Thumbnail + use placeholders instead of dummy text + remove styles.xml and meta.xml of embedded charts + table: - decrease values below 1000 as thousand separator is language specific - correct sums on colomns and rows - remove preview image + reorder master slides in same order as slides + use same blue everywhere with styles "Filled Blue" and "Outlined Blue" + update description for File > Properties: remove font topic and correct chart types + update last slide Change-Id: I53b668bc398b7c85d93e75dfbdbf1f23e42a5c82 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166932 Reviewed-by: Laurent Balland <laurent.balland@mailo.fr> Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org>
2024-05-22tdf#161209 - Reverts WhatsNew/Welcome dialogHeiko Tietze5-0/+0
dd889b290304b73f96a9a8e6e0f144d3aa2ba7e1 Change-Id: Idf0594c546e4d9ca263272ed1534b27948e8e930 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167956 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Jenkins
2024-05-07tdf#160712 tdf#160899 Update Candy templateLaurent Balland9-4637/+1568
+ Use only Noto family fonts + remove language and country tags + rename master pages -"Title of Content" to "Table of Content" -"Title content 3" to "Title Content 3" -correct first master page as "Candy" (tdf#158496) + remove error messages (tdf#159199 Comment 3) + replace dummy text with placeholders (tdf#160712) + use styles for Filled colors + move credits to meta.xml + replace gradient picture with gradients + remove credits picture + remove unused styles + remove area color for background objects (tdf#160899) Change-Id: I03f2d2c86c3adbc9c5b8bdff31279c0c4c51ed69 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165602 Reviewed-by: Laurent Balland <laurent.balland@mailo.fr> Tested-by: Jenkins Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org>
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier19-77/+77
…by a simple/static $(gb_CustomTarget_workdir)/foo The build system has a lot of overly complicated leftovers from when it was introduced and had not only deal with split repositories but also had to coexist with another buildsystem. Along with lots of copy'n'paste along the years the makefiles became hard to grasp for newcomers with all our calls and evals. As a first step to streamline that, the macros from TargetLocations that simply prefix a static path to the argument (and similar of the same kind) are a natural pick before simplifying the rules themselves/getting rid of a bunch of eval statements. Change-Id: Ia06dbbcd5d1994755a2ff05b84f72ccbc4e3cab5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167005 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-05-03tdf#160916: typo "Checbox"Julien Nabet1-1/+1
Change-Id: Ia06bc947cd1788850251b1386977ef0229dddd8a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167030 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
2024-04-26run zip via wsl in wsl-as-helper caseChristian Lohmaier6-22/+29
Change-Id: I0c5b75c39c211aba08ae6d56f02bcc93ca11e2bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166337 Tested-by: Jenkins Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-04-13tdf#160567 Replace duplicate style A4 with A0Laurent Balland18-36/+36
Style A4 was defined twice and A0 was missing. Rename second A4 with A0 and change size to 48pt Change-Id: I529b4fab5223269908867531873d36d3e878e7e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166045 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2024-03-27Resolves tdf#159573 and tdf#137931 - WhatsNew or Welcome dialogHeiko Tietze5-0/+0
To test the new dialog, change org.openoffice.Setup > Product > ooSetupLastVersion to some lesser value for the WhatsNew dialog or clear the entry for the Welcome version. Change-Id: Iec6de50edba0e5430e82f1db85e61d1e4501771d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163739 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de> Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2024-03-05Update Grey Elegant templateLaurent Balland6-1167/+205
- title page: use placeholders - remove LO logo - rename title page to follow resolution of tdf#150925 - enlarge space around vertical bar - remove dummy texts and use outline placeholders (slides 3 to 8) - set same order for slides and master slides (slides 4/5) - remove unused styles - remove objects outside slides (Jigsaw and Bullet 3) - Jigsaw: move up quote to not overlap bullet - update preview (larger title, smaller file size thanks to Jérôme Bouat) Change-Id: I318fa2bf4a16f2bd7d3242f5246bdb5fc88d5098 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161289 Tested-by: Jenkins Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org> Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2024-02-17tdf#158623 Remove thumbnail.png of Wizard templateLaurent Balland86-11/+7
The preview pictures of the templates used by the wizards cannot be seen by user. Change-Id: Idfa0a5b5593f2815582ff34e48330ad9d563992b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161513 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2024-01-07tdf#158863 Remove obsolete readme.txt file from Growing Liberty templateIlmari Lauhakangas1-13/+0
Change-Id: If74ac04d0401d7d40e436153bdb3be8dc1f350c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161735 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2024-01-02tdf#158863 Move README to meta.xmlLaurent Balland8-70/+123
Impress templates from Indonesian community contain some README files, containing authors name and licences information. They are only available in source code. This commit removes these README files and move information to meta.xml file, dc:decription element. This information is now available to user in dialog: File > Properties > Description It needs to delete also extras/source/templates/presnt/Growing_Liberty/readme.txt As this file is using CR/LF as end of line, I cannot remove it through normal git/gerrit process. Change-Id: Ic815b6da7a8c2e1975518aafd3965ebf2b08fc20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161501 Tested-by: Laurent Balland <laurent.balland@mailo.fr> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-12-23Add Thai AutoCorrect dataTheppitak Karoonboonyanan4-0/+863
As part of tdf#158454 Change-Id: Ia81eeb76e8d1fc09d7d19c3c979e30737e5c69d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160159 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2023-12-10tdf#158250 Blueprint Plans template: update imagesLaurent Balland3-0/+0
Contribution from Jérôme Bouat Replace pictures with grey level and indexed colours Change-Id: I5e253af65529d45b3c9ed2e30f6e2f018cbe03e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160532 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-10tdf#158250 Yellow Idea template: replace picturesLaurent Balland5-0/+0
Contribution from Jérôme Bouat Replace pictures with grey level Change-Id: I933b20ad7b06d60e8039caaf8ce777bb52ce4225 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160534 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-10tdf#158250 Grey Elegant template: replace picturesLaurent Balland6-0/+0
Contribution from Jérôme Bouat Replace pictures with grey level Change-Id: If56958228085a77a61e867622a7a1a48e127745c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160535 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-10tdf#158250 Vivid, Piano templates: replace picturesLaurent Balland2-0/+0
Contribution from Jérôme Bouat Replace pictures with grey level Change-Id: Ib8522871404261e81c25b50ac1ee073058e0dce5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160533 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-07tdf#158250 Candy Impress template: replace pictureLaurent Balland3-0/+0
Contribution from Jérôme Bouat Replace 24 bits color picture by 8 bits color picture Change-Id: If4f2f3a75f475a9dc0b43be4e0e8afdb98a0eaa8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160256 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-06tdf#158488 Impress templates: restore style hierarchyLaurent Balland20-60/+60
Some templates were defining Title/Header/Text A0 styles with A4 as parent. Reset it to A0 Change-Id: Ide7b0e5287d38991ad5149eacb80f600467039f1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160261 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-05Impress templates: restore font declarationsLaurent Balland11-123/+93
Some warnings appear when opening the template due to some missing font declarations Remove date declaration Fix some minor errors detected with ODFValidator Focus: remove DejaVu Sans2 font declaration (duplicate) Change-Id: I48a61d7df651d8113d5f15ba0c5877f6553e5003 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160064 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-12-05Vintage Impress template: remove unused stylesLaurent Balland1-54/+0
These old styles are used in the template and is no more in use in LO. So they remain untranslated when changing UI language. Change-Id: I130eb25df9b76783d498d6ab1e5191551b9a4d0f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160269 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-05tdf#158022 Grey Elegant template: restore placeholdersLaurent Balland3-430/+490
- Restore preview of slide in notes (master notes and notes, same size and position than other templates) - Enable header/date-time/footer/page number in master notes - Uniformisation of font Noto Sans - Bring to front header and outlines - Add date/time, footer and slide number on all master pages (except Title) - Improve Header and Outline positions - Use placeholders for example texts - Move credits on master slide "Table of content" and slide 9 to meta.xml - Change name of Title master page due to tdf#158496 Change-Id: I29eec8ad61fdf35a53be15678fd09aefc2b11a60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158956 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-04tdf#158017 Freshes Impress template: color fontLaurent Balland1-5/+2
Color font was forced to black with 70% of transparency to render a grey color. This trick fails with dark mode. A standard grey color is restored with this commit (and 0% transparency) Change-Id: I71a176ef3f6f020aba9fbeaca4e4e0549398dab1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160238 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-12-04Nature Illustration template: remove unused stylesLaurent Balland1-54/+0
These old styles are used in the template and is no more in use in LO. So they remain untranslated when changing UI language. Change-Id: I5a4b0c6914eb97eb2448a24909ded294c9c0ddf9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160264 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-12-04Metropolis Impress template: remove unused stylesLaurent Balland1-54/+0
These old styles are used in the template and is no more in use in LO. So they remain untranslated when changing UI language. Change-Id: If86e6573c03af481fcb43ffc2521bcdd3bd9e584 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160263 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-12-02tdf#158205 Blueprint Impress template backgroundLaurent Balland1-1/+6
On first master page, move picture from page background to an object at the background Change-Id: I0e01ee9cad4a282c98e3678a7a45cfe13698e0e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159807 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-12-02Beehive Impress template: restore indentationLaurent Balland1-33/+34
Indentation was broken in content.xml Change-Id: Ia9f05d5af286aa1e3b8ddd9bb205769550d25e42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160088 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-11-30Impress templates notes: correct preview sizeLaurent Balland34-346/+349
In Notes mode, these templates have a preview of 4/3 ratio. Change them in 16/9 like the slides Unification of preview and notes position and size Change-Id: Ie088b2226e438476cf421f6351c3bd617e7e6bbf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159876 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-11-30tdf#158230 Growing Liberty template: restore previewLaurent Balland2-86/+71
Move Title-Slide master page at first place to get it from Master page Side panel Move picture from background of master page to image at the back Other updates: - remove unused fonts - remove English text "number" Change-Id: I8e6567ec3661ebce8ccd08f97d3661b1994c3ee7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159691 Tested-by: Jenkins Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org> Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-11-30tdf158206 Nature Illustration template backgroundLaurent Balland1-1/+6
On first master page, move picture from page background to an object at the background Change-Id: I0f288396f63230fc0fe524b3e30f6d1fc4d7ef11 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159808 Tested-by: Jenkins Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org> Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-11-24tdf#158202 Candy Impress template backgroundLaurent Balland2-39/+25
On first master page, move picture from page background to an object at the background Other updates: - remove unused font declarations - remove page number value Change-Id: Ieded7b794e00213b7c47e0059bb7120ed133b125 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159794 Tested-by: Jenkins Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-11-24tdf#158203 Freshes Impress template backgroundLaurent Balland2-43/+28
On first master page, move picture from page background to an object at the background Other updates: - remove unused font declarations - remove english text in number page Change-Id: I19e2b1f3a6f137ef86e5b43862d4e91ca278f0d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159797 Tested-by: Jenkins Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org> Reviewed-by: Laurent Balland <laurent.balland@mailo.fr>
2023-11-21tdf#158204 Midnightblue template correct colorLaurent Balland1-33/+34
Color of the upper and lower strip of the first master slide was declared in "Accent 1" style. This style is overwritten when applying the master page from the side panel. Color is now defined as overloading of standard style All inheritances from Accent 1 and Accent 2 were removed for master page Midnightblue Other updates: - page number position, size and font was corrected - Liberation font declaration was missing - remove German name of a style - replace html code &apos; by ' Change-Id: I2e0ef69d7117719a9829535db24c94048603d9b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159519 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Stéphane Guillou <stephane.guillou@libreoffice.org>
2023-11-02tdf#157956 convert ellipses to quarter rounded circlekhushishikhu1-45/+45
The change is about corner rounding of a 'Flowchart Alternate Process' shape. The quarter circles remain circles even after stretching the shape. Change-Id: I4ecaba9a9f39cfb797e248eb4728ed7dea844f5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158580 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2023-10-05tdf#101970 Introduce config option for building with orBalazs Varga1-4/+9
without the not necessary template files. The default is building with all templates, otherwise we can use: --with-templates=no/yes --with-templates -->yes --without-templates -->no Change-Id: I13f5b411057254771ad4021aa9521c153702af16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157600 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2023-09-27tdf#155390 Impress template Growing Liberty updateLaurent Balland2-468/+1
Remove last page Remove styles only used by this page Update manifest.xml to get conformant ODF 1.3 extended Change-Id: I6a4227498909b8dc1fb546d2c9c82b30f55ca204 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153295 Tested-by: Jenkins Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-08-25Resolves tdf#155926 - Rename "Line Style 9"Heiko Tietze1-1/+1
Sparse dash Change-Id: Ia676358ea0de4437dd2e5f210b26a4e97f8d8758 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156090 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-08-24Template: tdf#86483: Add Japanese template to the Localization categoryJun Nogata10-0/+400
As Kevin Suo noted in tdf#86483, CJK and CTL use different formatting than the US and Europe. Japanese is no exception, and must be formatted according to Japanese typesetting rules[1][2] before the document is created. However, many Japanese language users use LibreOffice without knowing this, resulting in strange Japanese documents. This template sets up the necessary Japanese formatting to reduce this. Originally, the template was supposed to be provided by the language pack. However, since a localization category was created, we thought it would be a good idea to provide the template first, as we did with Chinese, so we added it. This template has the following settings And the template is inspired by the OpenOffice.org Japanese Environment Improvement Extension Template[3] and Kevin Suo's Chinese template, which we have previously attempted to do the same. * Western and Asian languages are in the same font. * Paragraphs have been set to be justified. * Japanese paragraphs are originally indented by one character. However, since some documents do not use it, it is not set. Instead, the original Japanese paragraphs are set to First line indent style. * Italics has been removed from the style. Japanese does not use italics. [1] Requirements for Japanese Text Layout: <https://www.w3.org/TR/jlreq/> [2] Japanese Industrial Standards - JIS X 4051:2004(Japanese): <https://kikakurui.com/x4/X4051-2004-02.html> [3] OpenOffice.org Japanese Environment Improvement Extension: <https://ja.osdn.net/projects/openoffice-docj/releases/40804#note> Change-Id: Ieaf57c8e018d479e7922fbd9d616b9a6c271b1ba Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155764 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-08-24tdf#114746 Fix CJK and CTL font style in Impress templatesJun Nogata18-48/+83
The Impress template has the font styles required for CJK and CTL languages removed. Therefore, when CJK and CTL language users use the templates, the wrong fonts are selected. To fix this, CJK and CTL language font styles have been added. The fixed themes are as follows. Beehive, Blue Curve, Blueprint, DNA, Focus, Forest bird, Inspiration, Lights, Metropolis, Midnight Blue, Nature Illustration, Pencil, Piano, Portfolio, Sunset, Vintage, Vivid Change-Id: I41253d6cd67694eab10d0638f289c0c0241aff2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155659 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-08-15Fix typo in default Impress template textGabor Kelemen1-1/+1
Change-Id: I7c8550e3b71e8efaa70d966f91fc3fbee2b93939 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155551 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2023-06-23MCGR: Some exemplary multi-color gradientsHeiko Tietze1-1/+3
* "Rainbow, Sunrise, Sunset" added * "Preset, Spotted Grey, Teal To Blue" removed to keep items inside scrolled window Change-Id: I3be6c8596accc769df92a8610260ed38a6c29602 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153166 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2023-06-10Improved Luxembourgish (lb-LU) autocorrect fileMichel Weimerskirch1-12/+63
Change-Id: I567f7bef0c9cc7ff332bf71f3d30a313cdb525cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152783 Reviewed-by: Michel Weimerskirch <michel@weimerskirch.net> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-06-02tdf#155087 Autocorrection in Romanian applies to existing wordsCip Cipricus1-555/+12
Change-Id: I04bc44a4a297f9d0fdccc89a279ff5e11976e561 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151770 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-04-22Remove namespace prefix in manifest.xml (extras/pt-PT)Julien Nabet1-6/+6
since other languages don't have it Change-Id: I02dead7abcae1409f756d4daebbd23d4a70efbc6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150762 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2023-03-21tdf#154242 and tdf#154143 Asset images for UI Chooser and ToTDRizal Muttaqin4-1/+2
Change-Id: I9397133c3a1fd939f2ef136dc4b914e9248234f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149186 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2023-03-18tdf#154242 Explanatory images of UI Chooser (.uno:ToolbarModeUI)Rizal Muttaqin18-0/+278
Change-Id: I4068522a866843ed19bdd0c44d5e018e7a51cf2c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149077 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-03-16Relates tdf#154143 Add source image assets of Tips of The DayRizal Muttaqin1-0/+1
Change-Id: I6e1d881705282c7f7c219a345f61990a20c05cbe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148951 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>
2023-03-12tdf#154143 Update image assets for Tips of The DayRizal Muttaqin14-1/+179
Change-Id: Id9b82404f7638eb2c70b6d3a079a91026b8cf484 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148721 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>