Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I5c653c7596dfdf0f0ca092a1d88ce16d543573ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112119
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
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>
|
|
Change-Id: I3b518478de4369b9bb65c21d4a631a233c3c8bde
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111672
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
* 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>
|
|
Change-Id: Ie24ca3f3340fc0ed7b94a3517ec2aae3c4632162
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110672
Tested-by: Jenkins
Reviewed-by: Aron Budea <aron.budea@collabora.com>
|
|
Change-Id: If4c7495bc292cbc1247914f3eb42e15a9725d300
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110673
Tested-by: Jenkins
Reviewed-by: Aron Budea <aron.budea@collabora.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: Iae8708b139a8215684486e3573cae1b3d8a02ba2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109532
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
Change-Id: I063eacf3f0d8b5322036eeaf845ce62b6d9d1645
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109592
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
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>
|
|
"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
|
|
Change-Id: Ic36861e388b62179e1ef6b5c5f74eb27429de159
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107517
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
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>
|
|
Change-Id: Ia0f4215d82348f96856364710fbfef87d54eb960
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107054
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
Change-Id: Icd049b0ae313e4c3095975a98f8765372fa22abf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106719
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
Do not add any notice on release notes. We are already 7 YEARS LATE.
Act as if it has always been here.
Change-Id: Ibb49f636a8618eb676e7361dd60671a42f60f7f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106218
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Add glyphs U+F030-U+F039 (in Private Use Area) as references to
U+0030-U+0039 (digits 0-9), because font Symbol.ttf has these glyphs and
they are necessary for compatibility with MS Office file formats.
Change-Id: If66ac3ee6fda9c161b36fd6eb459c99646e87541
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105997
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
|
|
Change-Id: I76f75d17064f16ade39fcfe31d862dfbe9cf97d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106132
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
Change-Id: I1ad1e73f562c77d9187888b5d44ab2d82b3d06d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106123
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I9f8ff0e4164dc2ed376d78963339bb716c556b76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105378
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
map sfxlo-SidebarToolBox to sfxlo-NotebookbarToolBox
in case it appears in any stale customized profiles
Change-Id: I6035b9042450630b23b48a895e4e9d0ff8d730a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105294
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ic326758b3c25a4acd22dd5a029619b1972f43267
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105245
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
Change-Id: I1beace482785c9f8f27c0e3ad5a1f86d2f316677
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104298
Tested-by: Jenkins
Reviewed-by: Aron Budea <aron.budea@collabora.com>
|
|
Change-Id: I3b36aaa7b641ca5747c446e6304036d7fdb86b7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104819
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
|
|
It passed "make check" on Linux
Change-Id: I52796ff1e64a125d84e83261d0193e9f37e76a15
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104738
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
marchingants.gif added as an example
Change-Id: I555aebc4a4e191b8afb4be06dfc1e5f3e6d1a911
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104718
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: I250e46d3f1d558567bddbd4f0330470222e8fd4b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104442
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I9ab53483cda2dee63311040727182fa97fd17835
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101332
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
|
|
Fix these:
/home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:2: namespace error : Namespace prefix manifest on manifest is not defined
<manifest:manifest>
^
/home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:3: namespace error : Namespace prefix manifest for full-path on file-entry is not defined
<manifest:file-entry manifest:full-path="/" manifest:media-type=""/>
^
/home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:3: namespace error : Namespace prefix manifest for media-type on file-entry is not defined
<manifest:file-entry manifest:full-path="/" manifest:media-type=""/>
^
/home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:3: namespace error : Namespace prefix manifest on file-entry is not defined
<manifest:file-entry manifest:full-path="/" manifest:media-type=""/>
^
/home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:4: namespace error : Namespace prefix manifest for full-path on file-entry is not defined
:file-entry manifest:full-path="DocumentList.xml" manifest:media-type="text/xml"
^
/home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:4: namespace error : Namespace prefix manifest for media-type on file-entry is not defined
:file-entry manifest:full-path="DocumentList.xml" manifest:media-type="text/xml"
^
/home/julien/lo/libo_perf/extras/source/autocorr/lang/vro/META-INF/manifest.xml:4: namespace error : Namespace prefix manifest on file-entry is not defined
:file-entry manifest:full-path="DocumentList.xml" manifest:media-type="text/xml"
^
Remark: I don't know why these errors don't appear for "pt-PT" which has the same way to declare manifest.xml
Perhaps because only "pt" and "pt-BR" are used and don't use this buggy way?
Change-Id: Ibe8e03ec3d2e307be5ba96eb07ad710801f43eaf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104260
Reviewed-by: Mihkel Tõnnov <mihhkel@gmail.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
|
|
* New dialog to pick and apply one of the UI variants
* Tip-of-the-Day enhanced to execute UNO commands in order
to advertise the UI chooser on first start
Change-Id: I5e5c4a8e0fb11d11bafc99cc37b7ec244a993781
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99957
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: Id5a5d71b7f457d18b9d0982f9b4df95566c09be9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103122
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Add Korean Auto Correst list
가운대 -> 가운데
Change-Id: Ibbb2c871b5c46cad094e51b49c99aa47a8d50b9b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100812
Tested-by: Jenkins
Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
add Korean auto correct word
새벽녁 -> 새벽녘
Change-Id: I9b1829c0dd09c420e3ba80ae4231ba2ca08b3e4b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100842
Tested-by: Jenkins
Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
add Korean autocorrect items(Bracket to enclose characters).
Insert -> Conversion
(주) -> ㈜ [U+321C]
(KS) -> ㉿ [U+327F]
In Korea, It usually used these marks.
Popular word processor in Korea, such as MS Word, Hancom HWP, support
these autocorrect items
Change-Id: If6248689cea06bfc4182dd0bbea5e9d26286517d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102331
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I91734d32719f1b68da1b1810dad5960c0bd807e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101195
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Add Korean Auto Correst list
성공율 -> 성공률
외형율 -> 외형률
Change-Id: I3eb667cae7ffe0e7466f3eae6f587ba21424b9ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100814
Tested-by: Jenkins
Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Add Korean Auto Correct list
명중율 -> 명중률
합격율 -> 합격률
Change-Id: I9f843bc8e0b08e8ba5118ad2a5703c8d8e4539c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100813
Tested-by: Jenkins
Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Add Korean Auto Correst list
예뿌 --> 예뻐
예뿌게 --> 예쁘게
Change-Id: I09075fb8b347b048ea26cb6ded0ef3bd774c3264
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100848
Tested-by: Jenkins
Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Hopefully this would prevent in the future the sequences like what has
happened in the past, when first 9fceed463ba6ab752ef49f40e628a98e21cf525e
removed page dimensions, then 2a33c69b16cce539951a796d7afa45c13b097cf6
added them back when trying to provide better font defaults, and then
5d9348b13674baf1d27f406767274e764c758bd5 changed the dimensions from one
standard to another...
Of course, this is just a simple solution, still not allowing one to use
custom templates when using ShellNew functionality.
Change-Id: I7b48fedad8ba7f85f8cfdd0f98ccb505c51d1e76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100899
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
|
|
Change-Id: I90214a2238745908ad2b5a5a14be0d3109d339f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100396
Tested-by: Andreas Kainz <kainz.a@gmail.com>
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
|
|
add new autocorrect words for Korean
Change-Id: I740a9476ad676591d4647d133027739ce9030781
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100682
Tested-by: Jenkins
Reviewed-by: DaeHyun Sung <sungdh86+git@gmail.com>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
|