df-libreoffice:libreoffice-5-4-7

Last commit made on 2018-05-09
Get this branch:
git clone -b libreoffice-5-4-7 https://git.launchpad.net/df-libreoffice
Members of The Document Foundation can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
libreoffice-5-4-7
Repository:
lp:df-libreoffice

Recent commits

e52e5f3... by Christian Lohmaier <email address hidden>

bump product version to 5.4.7.2.0+

Change-Id: I7a1f9aa57baef2a7a4442762b61cc16e54bdac6a

269cf13... by Michael Stahl <email address hidden>

OFFICE-3776 xmloff: adapt ODF import to renamed text:sender-initials

ODF TC decided to rename the element to meta:creator-initials, so adapt
the import so it can read this in addition to the 2 element names
produced by current and past LO versions.

Also add a test.

Unfortunately it turned out that the ODF validator had a bug in checking
character data in foreign elements, which is triggered by the test
document, see https://issues.apache.org/jira/browse/ODFTOOLKIT-475
... so update the validator jar as well.

Change-Id: I1de1e8772b41f8937f043d9a0d150e169f25ffd4
Reviewed-on: https://gerrit.libreoffice.org/53979
Tested-by: Jenkins <email address hidden>
Reviewed-by: Michael Stahl <email address hidden>
(cherry picked from commit b09889a158cbc839ebc8a6061b0b261fa74930e6)
Reviewed-on: https://gerrit.libreoffice.org/54007
Reviewed-by: Thorsten Behrens <email address hidden>
(cherry picked from commit cc68977f1be22ac0f4a15eb37e05ccba13a7a554)
Reviewed-on: https://gerrit.libreoffice.org/54019
Reviewed-by: Eike Rathke <email address hidden>
Reviewed-by: Noel Grandin <email address hidden>
Reviewed-by: Mike Kaganski <email address hidden>
Tested-by: Mike Kaganski <email address hidden>

4bf656b... by Michael Stahl <email address hidden>

Makefile: re-run configure when download.lst changes

This can only break currently when the ODFVALIDATOR_JAR (or officeotron)
changes, but then it does break and you get an outdated odfvalidator.sh.

Change-Id: Idcdea3abe6516b71943f32c2bd412f79dc44d790
Reviewed-on: https://gerrit.libreoffice.org/53993
Tested-by: Jenkins <email address hidden>
Reviewed-by: Michael Stahl <email address hidden>
(cherry picked from commit 745cf84060184ae707c047db17ef458aa7e384a1)
Reviewed-on: https://gerrit.libreoffice.org/54006
Reviewed-by: Thorsten Behrens <email address hidden>
(cherry picked from commit b511cf5bae10689f85048c01b18f85c436742690)
Reviewed-on: https://gerrit.libreoffice.org/54018
Reviewed-by: Eike Rathke <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>

6f1781c... by Mike Kaganski <email address hidden>

tdf#117268: treat erroneous \itap0 the same way as Word does

... so that if we are inside a table, it would not convert table
paragraphs into top-level paragraphs. (The in-the-wild documents
with this invalid input are, e.g., generated by Consultant+ legal
reference database).

Reviewed-on: https://gerrit.libreoffice.org/53790
Tested-by: Jenkins <email address hidden>
Reviewed-by: Mike Kaganski <email address hidden>
(cherry picked from commit 247dabcb0b92a62b233ec0237deac84e6675325c)

Change-Id: I45eb9073a0651bc963badb84229ce5ae437f1a8c
Reviewed-on: https://gerrit.libreoffice.org/53840
Reviewed-by: Miklos Vajna <email address hidden>
Reviewed-by: Christian Lohmaier <email address hidden>
Reviewed-by: Michael Stahl <email address hidden>
Tested-by: Michael Stahl <email address hidden>

97469dc... by Christian Lohmaier <email address hidden>

update credits

…and remove blocked wiki accounts – rdm#2585

Change-Id: I4e16f0efadb27b06eb2962aa28667c91cf15adc3
(cherry picked from commit cd1a3eb429c58e79bf427d3cbc0f74b44020d4ca)
(cherry picked from commit b41e7e41b8938e14e58f16f6ecdbf0f4cc378556)

f99fc4a... by Miklos Vajna <email address hidden>

tdf#117028 sw: conditionally consider fill of shape for in-textbox auto color

Commit f966767e1ccfa432da33e1a0fd6de69e17a36bc3 (tdf#116925 sw: consider
fill styles of shape for in-textbox auto color, 2018-04-10) did this
unconditionally, but there are two cases:

1) Shape (with textbox) has a fill, in that case auto text color of
textbox should consider the shape fill.

2) Shape has no fill, in that case the shape fill should not be
considered when counting the background of a transparent fly frame.

Fix 2) without breaking 1) by making the change to
SwFrame::GetBackgroundBrush() opt-in, and only use it for auto font
color, not in other cases.

Change-Id: I761a1b7d6ecf47586edbe5641ec012f22f6a53d7
Reviewed-on: https://gerrit.libreoffice.org/52941
Reviewed-by: Miklos Vajna <email address hidden>
Tested-by: Jenkins <email address hidden>
(cherry picked from commit d9420a64fbb288020d33b681f40a858db49afca7)
Reviewed-on: https://gerrit.libreoffice.org/52986
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>
(cherry picked from commit b981c148ef82d0a519e270974db01c9c5879a52c)
Reviewed-on: https://gerrit.libreoffice.org/53742
Reviewed-by: Mike Kaganski <email address hidden>
Reviewed-by: Christian Lohmaier <email address hidden>
Tested-by: Christian Lohmaier <email address hidden>

75967a8... by Miklos Vajna <email address hidden>

tdf#116925 sw: consider fill styles of shape for in-textbox auto color

Automatic color is determined in SwDrawTextInfo::ApplyAutoColor(), but
it uses this function to determine the background color.

Be consistent and consider the same background in both the
shape-with-editeng-text and shape-with-sw-text cases.

(cherry picked from commit f966767e1ccfa432da33e1a0fd6de69e17a36bc3)

Change-Id: I52249a908193765bc128789d96187af334c1017c
Reviewed-on: https://gerrit.libreoffice.org/52983
Tested-by: Jenkins <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>
(cherry picked from commit 9e0b21e416470d826f6f27d463ba2e42bee5222d)
Reviewed-on: https://gerrit.libreoffice.org/53737
Reviewed-by: Mike Kaganski <email address hidden>
Reviewed-by: Christian Lohmaier <email address hidden>
Tested-by: Christian Lohmaier <email address hidden>

fcb1928... by Christian Lohmaier <email address hidden>

update emoji autocorrect files from po-files

Change-Id: I2898470ea4fe8024d0477e7ce13550ac69d428a4
(cherry picked from commit c3eb9e1fdfd6a492ea8d20979f210f6253e1a07f)

6e22128... by Christian Lohmaier <email address hidden>

Updated core
Project: translations 2c61e494784278a09ffeee9f56e41a062db5f3c2

update translations for 5.4.7 rc2

and force-fix errors using pocheck

Change-Id: I914c0e64572dc314a63bb79be73cc86a5d0d29d6
(cherry picked from commit 90099e80a00e6780196777110a5614e0619db2cf)

caf1019... by Katarina Behrens <email address hidden>

tdf#117039: update infobar instead of removing and re-adding it

Apparently AppendInfoBar ends up calling back into SID_SIGNATURE
status function at some point, creating an endless recursion. I'm
too lazy to debug why so I'm cowardly avoiding it

Reviewed-on: https://gerrit.libreoffice.org/53519
Tested-by: Jenkins <email address hidden>
Reviewed-by: Katarina Behrens <email address hidden>
(cherry picked from commit 43459bac67363f49aadd851e686d4a74b8ddc256)
Reviewed-on: https://gerrit.libreoffice.org/53648
Reviewed-by: Noel Grandin <email address hidden>
(cherry picked from commit 8853067a29e091a230a6397bd7c100494ae9f5bf)
Reviewed-on: https://gerrit.libreoffice.org/53672
(cherry picked from commit 65936059966f92e983ac0d3553ade9ff37884a4e)

Change-Id: Ib1e4b7f12fea197887b099e9a9f03b4e58884ec1
Reviewed-on: https://gerrit.libreoffice.org/53741
Reviewed-by: Mike Kaganski <email address hidden>
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>