Commit graph

450789 commits

Author SHA1 Message Date
Caolán McNamara
f170faf8d0 don't highlight the row under the searched for point
Change-Id: I6f3bfdb25c335735a70bc78c5167e88d5dbb4ddb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96550
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17 22:14:36 +02:00
Shiko
7570406803 uitest: Add support for Writer comments
Change-Id: I88ed2894c3665fb421c5d8ea0f278c54ccd0d0e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96230
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2020-06-17 21:35:01 +02:00
Mike Kaganski
2ef9f5c15b It may also be OBJECTTYPE_DATA_CURVE for a trend line
Change-Id: I31760489e267855045e0b3e977240fb2373d8271
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96572
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2020-06-17 21:09:09 +02:00
Stephan Bergmann
5558256e77 external/clucene: Adapt to C++20 CWG2237
...<http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2237> "Can a
template-id name a constructor?", as implemented by GCC 11 trunk since
<https://gcc.gnu.org/git/?p=gcc.git;a=commit;
h=4b38d56dbac6742b038551a36ec80200313123a1> "c++: C++20 DR 2237, disallow
simple-template-id in cdtor."

Change-Id: I507fc5bde20fdf09b4e31a3db8a7554a473f1a9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96549
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-17 19:51:38 +02:00
Stephan Bergmann
1dbb338842 Adapt to C++20 CWG2237
...<http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#2237> "Can a
template-id name a constructor?", as implemented by GCC 11 trunk since
<https://gcc.gnu.org/git/?p=gcc.git;a=commit;
h=4b38d56dbac6742b038551a36ec80200313123a1> "c++: C++20 DR 2237, disallow
simple-template-id in cdtor."

Change-Id: I2113a3968549103e1b35fb17d7f12770ba0086d0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96547
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-17 19:51:04 +02:00
Miklos Vajna
59482c5323 sd signature line: separate alloc and write of xref entry
The problem is that we need an object ID for the appearance object
early, but by the time we ask for that we don't yet know the offset of
the object, as we typically have object dependencies we have to copy
over first.

Solve that by separating the ID allocation and the final object update
(remembering its offset).

Change-Id: I99a242028f6ef2fb907628b96121b6804b8395e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96548
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-06-17 18:39:50 +02:00
Michael Stahl
0c07d849a4 connectivity: fix mysql test
* rename the gbuild target according to conventions
* fix -Werror=unused-but-set-variable
* disable assert in testMultipleResultsets() that fails presumably since
  commit 86c8671978
* document how to set up mariadb for dummies like me in README

Change-Id: I7f92b80fef90b47e69e4e9a7a02187882a4cab06
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96537
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-17 17:54:17 +02:00
Caolán McNamara
e19b67dcf5 allow building as root inside a container without complaint
add a check for $container

Change-Id: Ib6921c6d771622fb5f4acb82d10aa6fb34e1bbac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96538
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17 17:38:10 +02:00
Miklos Vajna
4db25ccc73 sd signature line: implement non-empty geometry during pdf sign
Parse the pdf output which contains just the signature line shape on a
page, take the same from it and use it at both places where previously
the position / size was just a stub.

Change-Id: Ifb2e0ebf7b3514ee027701b9bf360a0c996cdc82
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96540
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2020-06-17 17:34:51 +02:00
Vasily Melenchuk
02c0e015f8 tdf#134063: sw: redesigned support for tab at zero position
Initial support for tab position at zero (d2e428d1) was not
taking into account hack for tab positions below zero. So
previous behavior is restored (search is started from 0) but
we also taking into account potential tabs at zero position
in SwLineInfo::GetTabStop()

Change-Id: I8b315ab69f9a53ac15002a41a81e069ff832f692
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96526
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-06-17 17:01:08 +02:00
Serge Krot
33ad3ee258 tdf#134043 DOCX import: DropDown text field instead of ComboBox form control
Change-Id: Ide9cedefde3b00fa0eeb37a6540e8d4a420b70c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96471
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-06-17 17:00:46 +02:00
László Németh
5568d92c5c tdf#76817 DOCX: fix round-tripped outline numbering
Fix automatic chapter numbering in DOCX documents
created by Writer.

Follow-up of commit de1b634a15
(tdf#76817: DOCX import: fix custom chapter numbering).

Change-Id: I331b7dcf67efdf63b376122ec4da0a2e85bea761
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96529
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-06-17 16:58:40 +02:00
Michael Stahl
82a1650683 mariadb: the "pvio_socket" plugin turns out to be important
... otherwise can't connect to a TCP socket.

(regression from fe041bbc34)

Change-Id: I2a1f2968321aae108bfef67f602f06efcf3affd8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96536
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-17 16:56:50 +02:00
Caolán McNamara
a81d7c4e03 tdf#43452 indicate when maximum password length has been reached
Change-Id: I58ba5887d41a80aa0ef2be547351f2faeccfa3cb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96533
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17 16:37:17 +02:00
Caolán McNamara
9da14cf546 tdf#133807 re-present search dialog after a short timeout
Change-Id: Icc6016b3a9e3f25fd4c9e065e9f2d9570ad040c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96524
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17 15:55:53 +02:00
Aditya
f9383f75af svx: Refactor GalleryTheme class
Change-Id: I60ce3b5a9ca5a28e499015c3ac118d2f6a091f16
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96527
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2020-06-17 15:36:06 +02:00
Szymon Kłos
27381dc1b7 notebookbar: send uno items state update
Change-Id: I56b9c64f11631bd28520b9294aef7d6db8da5733
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93700
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96525
Tested-by: Jenkins
2020-06-17 14:13:43 +02:00
Olivier Hallot
987c0f4926 Update git submodules
* Update helpcontent2 from branch 'master'
  to 7af288d0fa90e5e31c29014501f06f776a00366a
  - tdf#134032 Calling Calc function from basic
    
    Change-Id: I7c3c64e0df4d89b46e49afb869f3e2de0825a6e2
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96485
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:38:36 +02:00
Johnny_M
4c0ff2829a Update git submodules
* Update helpcontent2 from branch 'master'
  to 8eb924f68ccbee88e782c135a79c675b8927f73a
  - tdf#132643 Translate German section IDs
    
    Change-Id: I4c2908ad3af91c0196c33a7f454fcfea45ab6cf8
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96463
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:13:49 +02:00
Johnny_M
b670fa8024 Update git submodules
* Update helpcontent2 from branch 'master'
  to be0cdbd01369daeef3e41c0870f9637bf84343a5
  - tdf#132643 Translate German section IDs
    
    Change-Id: Iec1083a1da7f83f3d6eef38d1cc3bf055d373ce7
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96461
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:13:16 +02:00
Johnny_M
3a9737e82f Update git submodules
* Update helpcontent2 from branch 'master'
  to 424385e099927a3b91b9499bf4910af317699dd1
  - tdf#132643 Translate German section IDs
    
    Change-Id: Ifecc65a0c98d1146cd9b60bffd570034ca40c5df
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96462
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:12:41 +02:00
Johnny_M
9dbd2c88e4 Update git submodules
* Update helpcontent2 from branch 'master'
  to de054848fdd963bad31e2d6d065cb570b365925b
  - tdf#132643 Translate German section IDs
    
    Change-Id: I803e4af4b49e4829af10b9da5612a873ecb0898b
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96459
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:11:00 +02:00
Johnny_M
a5bc51d870 Update git submodules
* Update helpcontent2 from branch 'master'
  to 0213f0c63b7ce0b8ed055bf81549b11ca7da54d1
  - tdf#132643 Translate German section IDs
    
    Change-Id: Icb4bb1a3a41e6c851f356f8ebcaa42b83b33de90
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96460
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:10:33 +02:00
Johnny_M
34da8aaa31 Update git submodules
* Update helpcontent2 from branch 'master'
  to f0c1fbca3e7262493d3384a93adebf9b3bb68a8f
  - tdf#132643 Translate German section IDs
    
    Change-Id: I588354f51792cb7d3c138f72e5255d3379dc490d
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96458
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:09:56 +02:00
Johnny_M
0c38d85e56 Update git submodules
* Update helpcontent2 from branch 'master'
  to 86accd858a3597ce0eb69040299af4dee1c74038
  - tdf#132643 Translate German section IDs
    
    Change-Id: I39c98a63e54f5520f7408aa22c48d523f360aa73
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96457
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:08:49 +02:00
Johnny_M
dc9ed124f2 Update git submodules
* Update helpcontent2 from branch 'master'
  to 97ba99e57552181ef93b1041ecbabd5b43bdd409
  - tdf#132643 Translate German section IDs
    
    Change-Id: Ie72155adcb8d67736312ae6e27455dc159483ed0
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96464
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:08:01 +02:00
Johnny_M
fb1d77cab3 Update git submodules
* Update helpcontent2 from branch 'master'
  to 38e1dd4f293343ebdb3104405a7b96041d4f2e84
  - tdf#132643 Translate German section IDs
    
    Change-Id: Ib3e3203f59d9d967e2c6d12c2793b2e7e9cd252f
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96465
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:07:20 +02:00
Johnny_M
4b38cbf11f Update git submodules
* Update helpcontent2 from branch 'master'
  to 666ef2f8304a6a2f37d8bb0afd8630baea0cc3ec
  - tdf#132643 Translate German section IDs
    
    Change-Id: I8329ac4ed7026bf8bedf7bdfa2b724993b78a750
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96456
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 13:06:13 +02:00
Luboš Luňák
52a8892413 remove outdated Skia todo comments
Change-Id: Ib2a9e4c25421c20e52ee65b2ec8fb3a190bcb75b
2020-06-17 13:03:19 +02:00
Thorsten Wagner
f24e64e8b5 tdf#133692: Spacing within Calc formulabar reworked
Change-Id: I4f590589fdc390bfa11f7db86e65ccab3dd084fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96403
Tested-by: Jenkins
Tested-by: Andreas Kainz <kainz.a@gmail.com>
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2020-06-17 12:57:50 +02:00
Andras Timar
60ea3aeba3 license: add Belarusian hyphenation dictionary
Change-Id: I3dfbefcb8554bacf0a1b1747fc24e8d96ee09037
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96440
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-17 12:50:34 +02:00
Heiko Tietze
86b1b062cf Resolves tdf#132904 and tdf#133788 - Gallery clean-up
Rename
* sg1  -> bullets
* sg24 -> symbolshapes
* sg36 -> fontwork

Delete
* sg3 (backgrounds) -> 7273bb3534
* sg4 (www-graf)    -> 82ab7a1559

Translation
* ulf completed

Visibility
* New gallery content moved to share/

Change-Id: I718c627a71d4ed0d9eef61ff53814da7ec3922be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96382
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-17 12:35:56 +02:00
Szymon Kłos
b982be1228 Styles preview widget
Change-Id: Ib9723c9793244069407ceaa4935a11da08db3795
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95998
Tested-by: Jenkins
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2020-06-17 12:08:55 +02:00
Michael Stahl
01b47d4e73 mariadb: forgot to adapt flatpak-manifest.in
Change-Id: I60e61b7444d90a8fe7e99154a3cf3a526fb87f09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96518
Tested-by: Michael Stahl <michael.stahl@cib.de>
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-17 12:01:12 +02:00
Vasily Melenchuk
7e605bc3ff tdf#120394: doc import: use list format string
Since introducion of list level format string there is
no need in complex parsing of doc level string and convering
it to prefix-number-suffix format. We can just replace there
special chars by %n placeholders (used in docx and now in LO)
and this should be enough.

Change-Id: I4e947939c4d4f393ee7e16c851cf22567d352ac3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94475
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-06-17 11:19:35 +02:00
yakovru
e52263a8d3 Update git submodules
* Update dictionaries from branch 'master'
  to d4a80b15edc905f6e1213fa8d95300b8299fffec
  - Add be-BY hyphenation
    
    Change-Id: Iaf6d42b393b1a35c3f7d48fbe3a0b0508fcb2981
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/96431
    Tested-by: Andras Timar <andras.timar@collabora.com>
    Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-17 11:01:58 +02:00
yakovru
554975e3d2 Update git submodules
* Update dictionaries from branch 'master'
  to 887cac8ec1a143d299347e034814c0f9c2595412
  - fix dict name
    
    Change-Id: Ie30c442fe704504502c11418c491af2c938d261e
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/96430
    Tested-by: Andras Timar <andras.timar@collabora.com>
    Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-17 11:01:42 +02:00
yakovru
3291e5c483 Update git submodules
* Update dictionaries from branch 'master'
  to bf3ada34b722c1ade8b1f08aba79b04dda0791a8
  - Update be_BY dictionary to 0.58
    
    Change-Id: I6541c93b6b23cfdc85bf887905c0c9f07d43a32b
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/96409
    Tested-by: Andras Timar <andras.timar@collabora.com>
    Reviewed-by: Andras Timar <andras.timar@collabora.com>
2020-06-17 11:01:19 +02:00
Michael Stahl
ad0351b849 tdf#132944 sw_redlinehide: delete of insert redline
Because of an existing insert redline with SwComparePosition::Equal
this hits the DeleteAndJoin() call in AppendRedline() and so what
happens on Undo is that the SwUndoDelete first creates all the layout
frames and then the SwUndoRedlineDelete creates the frames a 2nd time.

Because this can happen not only for Equal but also Inside case, it
appears best to prevent the "inner" Undo from recreating the frames;
it's always SwUndoDelete.

This is quite hacky...

Change-Id: I4438dd09bb6c2edf8154d333de403483768755fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96233
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2020-06-17 10:30:00 +02:00
Noel Grandin
188632be71 inline typedef
Change-Id: Ib3c11a59d155e308caa3f11f43bb2c6552569889
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96515
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-06-17 10:20:37 +02:00
Caolán McNamara
76fab297b1 tdf#130449 allow gdk_window_move_to_rect to try GDK_ANCHOR_SLIDE
as well as GDK_ANCHOR_FLIP if the window placement will put part of the
floating window off screen

Change-Id: I6b76df371048865cb4b1befea5ba34b38336944e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96482
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17 10:15:27 +02:00
Caolán McNamara
c2d7c9d275 we already have a NoHorzPlacement flag so use that
to indicate we don't want left/right placement

Change-Id: Ibda0d4729b7adc997fd45308ea1cd32674ace92d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96480
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2020-06-17 10:00:27 +02:00
Miklos Vajna
3942ee4399 svx: SVX_ENABLE_FLASH is now unused
It was read by the Writer character blinking UI, which is gone.

Change-Id: I97114f0fcfca02e1b2ff53f613d2d78619262f9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96478
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2020-06-17 09:04:33 +02:00
Justin Luth
c3cf3e908a tdf#134023 sw ui: stay at footer ONLY when showing control
This adds a missing piece to LO 6.4's
commit 342a5890db

That tdf#84929 commit message suggested:
  One additional limitation could be added to only apply this
  if it is dealing with the footer, since in the case of a
  header there would be no screen-jump.

and this bug report shows why that is necessary.
I'm not sure why I didn't apply that immediately.
Perhaps to help identify situations where the entire
concept might be bad?

Change-Id: Icea861bec45262eed88c38bb7eea910289c06870
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96487
Tested-by: Justin Luth <justin_luth@sil.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
2020-06-17 09:00:11 +02:00
László Németh
d195f11fc0 fix typo
Manual line break and not page break in
commit cec1d2cb8e
and its description:

"tdf#106234 sw: don't justify after centered tabs

(also after right-aligned and decimal-aligned tabs)
before *manual line break* in a justified paragraph.
Justify only after left-aligned tabs, like MSO does."

Change-Id: I261c39c102742017bf246e737486c4700889548c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96476
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth@numbertext.org>
2020-06-17 08:57:29 +02:00
Olivier Hallot
a3c8ea5e64 Update git submodules
* Update helpcontent2 from branch 'master'
  to 456d9b054d29362667b0f3acc391c46293312751
  - Add better 404 error
    
    Missing help pages or links with bad HID were redirected
    to module entry page, masking the real issue in Help.
    
    This patch activated the 404 page and add HID information
    for debug and fix.
    
    Change-Id: I0d55f1c36d9a6c3fab0096d5e3cd171087729691
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96401
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2020-06-17 01:32:48 +02:00
Rizal Muttaqin
a774d19091 tdf#133268: Update message box, remove unnecessary, update some other etc
Change-Id: I44042fbfd51923f42114b55d9f69bad2887bd92e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96483
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
2020-06-17 00:00:52 +02:00
Christian Lohmaier
b31dc2e305 Update git submodules
* Update translations from branch 'master'
  to b3af6d45ec04aa0bb3861e7fb1eab95a66c822f2
  - update translations for 7.0 beta2
    
    and force-fix errors using pocheck
    
    Change-Id: I41df06b7c762dcaf88812f2667f02a6fae639e62
2020-06-16 23:55:04 +02:00
Stephan Bergmann
5e3ac49719 tdf#132093: Take aUIScale into account again
...which had inadvertently gone missing with
bbab991c70 "Avoid
-fsanitize=implicit-signed-integer-truncation in weld::MetricSpinButton"

Change-Id: Idaccb7d1d088f1a3183f19deb3d8ca413d8b1440
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96470
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-16 23:49:41 +02:00
Michael Stahl
fe041bbc34 mariadb: upgrade to release 3.1.8
Fixes CVE-2018-3081 CVE-2020-2574 CVE-2020-2752 CVE-2020-2922 CVE-2020-13249

Remove obsolete patches:
* mariadb-msvc.patch.1
* mariadb-swap.patch
* mariadb-inline.patch.1
* mariadb-CONC-104.patch.1

Don't build anything from plugins/ in the hope that it's not needed.

Change-Id: I1c8633866b7108a8bb22dae0e0dd5f4a44bf5150
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96466
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-06-16 23:48:39 +02:00