df-libreoffice:private/tml/lov-6.1.5.2

Last commit made on 2019-02-11
Get this branch:
git clone -b private/tml/lov-6.1.5.2 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:
private/tml/lov-6.1.5.2
Repository:
lp:df-libreoffice

Recent commits

58e0e07... by tml

For some reason drawing the SVG logo takes several minutes so don't do it then

For some reason it does not happen in the TDF build of 6.1, but does
happen in the LibreOffice Vanilla build. Whatever. This fixes the
problem.

Change-Id: Ie7a3587ece5de8ca0561ad61811c7511f43cad01

a440b25... by tml

Don't create temp file in save destination folder when sandboxed

In a sandboxed environment we don't want to attempt to create
temporary files in the same directory where the user has selected an
output file to be stored. The sandboxed process has permission only to
create the specifically named output file that the user chose in the
system file dialog in that directory.

Change-Id: I65274b4c433bd66b436429bea4b287a0505b72c9

90f8dcf... by Christian Lohmaier <email address hidden>

Version 6.1.5.2, tag libreoffice-6.1.5.2

Change-Id: Ibf6f1d8e5782d54abe5be1df3efda0b6dc0e7ec0

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

bump product version to 6.1.5.2

Change-Id: Ib9c802ff9685f049340f55e1a2addbdc995b665b

5fcd038... by Christian Lohmaier <email address hidden>

Update git submodules

* Update translations from branch 'libreoffice-6-1-5'
  - update translations for 6.1.5 rc2

    and force-fix errors using pocheck

    Change-Id: I579894af9bf0a9db2c0962434503a141aa6077e8
    (cherry picked from commit 050fad0b5dcfc22da61ae2883ae10a4087abc3ea)

3640f39... by Jan-Marek Glogowski

tdf#122927 prevent SolarMutex deadlock on join()

The AsyncRequests thread can be blocked in a SolarMutexGuard, so
we have to release the mutex before calling join().

But there is also a static AsyncRequests object inside the
VistaFilePickerEventHandler::impl_sendEvent function, which will
just be cleaned up at DLL atexit.

"Luckily" it won't ever run, so it doesn't need to be joined and
we can use isRunning to detect it, prevent releasing a non-
existing SolarMutex at this point and so won't crash LO on exit.

Reviewed-on: https://gerrit.libreoffice.org/66901
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <email address hidden>
(cherry picked from commit 5b2f1243bd44b450da26c8344b3ee459f8e88f6c)
Reviewed-on: https://gerrit.libreoffice.org/66913
Reviewed-by: Xisco Faulí <email address hidden>
(cherry picked from commit 1ed8416703d1f1a33690cc47fd6cb6b2b3520cf1)

Change-Id: I0c56b89a11f96be54e82b756c5e18a058b04a41d
Reviewed-on: https://gerrit.libreoffice.org/67010
Reviewed-by: Michael Stahl <email address hidden>
Reviewed-by: Christian Lohmaier <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>

bc549a6... by Xisco Fauli <email address hidden>

tdf#122951: Fix insertion of graphics as bullets

Regression from 81260c448911069ce8cb051d3a973ec52b9b43a3

Change-Id: Iecf00ea8310a767ff7945e7c1a0efe9dca5edd20
Reviewed-on: https://gerrit.libreoffice.org/67007
Reviewed-by: Michael Stahl <email address hidden>
Reviewed-by: Christian Lohmaier <email address hidden>
Tested-by: Christian Lohmaier <email address hidden>

98daad7... by Fridrich

Fix build with recent jdk 11.0.2

Change-Id: I0ee68e087e3973b6a148f9bfefc16581606d6568
Reviewed-on: https://gerrit.libreoffice.org/66962
Reviewed-by: Rene Engelhard <email address hidden>
Tested-by: Rene Engelhard <email address hidden>
Reviewed-by: Adolfo Jayme Barrientos <email address hidden>
Reviewed-by: Michael Stahl <email address hidden>

a3ee343... by Serge Krot <email address hidden>

tdf#121561 sw DOCX: output toc-end inside last toc paragraph

During export of the TOC into DOCX all TOC field parts
should be placed inside one STD frame: field start-begin,
field-separate and field-end mark.

Updated unit test.

Change-Id: I10e37a48160e1dc4f0074c4e2e7621a59f79c2ee
Reviewed-on: https://gerrit.libreoffice.org/66587
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <email address hidden>
(cherry picked from commit fd5599b9d23a2d9b13af6dd88bd2d38f438f7e00)
Reviewed-on: https://gerrit.libreoffice.org/66810
(cherry picked from commit 05a5037f489971676737808c37ad1cfb9dcd53d9)
Reviewed-on: https://gerrit.libreoffice.org/66868
Reviewed-by: Adolfo Jayme Barrientos <email address hidden>
Reviewed-by: Michael Stahl <email address hidden>
Tested-by: Michael Stahl <email address hidden>

d801075... by himajin100000 <email address hidden>

Support AdoptOpenJDK

Change-Id: Idcfd542c6caede3d987e9b8219cf48114800daa5
Reviewed-on: https://gerrit.libreoffice.org/66634
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <email address hidden>
Reviewed-by: Samuel Mehrbrodt <email address hidden>
Reviewed-by: Stephan Bergmann <email address hidden>
(cherry picked from commit 61c4f96d6ae6a80370774e53287edb27cbce8067)
Reviewed-on: https://gerrit.libreoffice.org/66716
Reviewed-by: Michael Stahl <email address hidden>
(cherry picked from commit b9176c5bfa49e565bae4c7f129df59560110242d)
Reviewed-on: https://gerrit.libreoffice.org/66866
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Noel Grandin <email address hidden>
Reviewed-by: Noel Grandin <email address hidden>