df-libreoffice:distro/collabora/cp-6.0

Last commit made on 2019-11-18
Get this branch:
git clone -b distro/collabora/cp-6.0 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:
distro/collabora/cp-6.0
Repository:
lp:df-libreoffice

Recent commits

dec31de... by =?utf-8?q?Caol=C3=A1n_McNamara?= <email address hidden>

Resolves: tdf#120343 show pdf in async pdf export dialog callback

not after dialog async exec begins, but defer to during that response
callback

Change-Id: I316022c01a87cf251d57b1007ae93fefddada776
Reviewed-on: https://gerrit.libreoffice.org/73717
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <email address hidden>
(cherry picked from commit d3655c22aa393dd70459f42bee547c39306e4bf0)

7dba640... by Tor Lillqvist <email address hidden>

tdf#128466: Accept also JPEG

Change-Id: If8499cde875e03cb6c56259badd64ba6aee08a66
Reviewed-on: https://gerrit.libreoffice.org/82584
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>

6940a2c... by Tor Lillqvist <email address hidden>

tdf#128465: Enable pasting also JPEG images in presentation documents

Change-Id: I0f3254ad536c26c975452f800a464f5498e66a78
Reviewed-on: https://gerrit.libreoffice.org/82507
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>

f17a545... by Tor Lillqvist <email address hidden>

Fix copy/paste error that probably has had no ill effect

Change-Id: I062fef5f2316a3aa7560ecb42799496cd38362e9

a3ffaa4... by Mike Kaganski <email address hidden>

Partially revert commit 7f0ef81cec7e4f64c7fbfce04372d84871244b11

... specifically the bits that disabled installation of components
which must have crept into the patch by mistake from another change.

Change-Id: Ie67767699a61fd9bced5b7a0595e10e84731bc59
Reviewed-on: https://gerrit.libreoffice.org/82163
Reviewed-by: Mike Kaganski <email address hidden>
Tested-by: Mike Kaganski <email address hidden>

568e119... by Tor Lillqvist <email address hidden>

Don't bother with iOS earlier than 12.2

Change-Id: I63d5dfcbda4c33c58757693d628de1bef84ac245

ce729fb... by Tor Lillqvist <email address hidden>

Accept iOS SDK 13.2

Change-Id: I5d42a60a257661f39d1c9af6299ca3278f783d2b
Reviewed-on: https://gerrit.libreoffice.org/81870
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>

1a903a7... by Tor Lillqvist <email address hidden>

tdf#128454: Make it possible to delete a table's single row or column

It is already possible to delete all rows or all columns when there
are multiple ones. So why it should be impossible to delete the single
row or column when there is just one I can't understand.

(This change is just one way to provide a workaround for the bug; the
ideal would be if it was possible to specifically delete a whole table
also in Impress documents, not just Writer ones.)

Change-Id: If9221d248d59e515a110ff94cfb96fdd76aecafb
Reviewed-on: https://gerrit.libreoffice.org/81789
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>

8f78d6a... by Tor Lillqvist <email address hidden>

tdf#127939: Make slideshow touch input work properly again on iOS 13

For some reason, navigator.userAgent in WebKit on iOS 13 claims it to
be a Macintosh, so our old code to recognise iOS did not work any
longer. Also the Hammer.js included in this file looked at
navigator.userAgent and its decision what to do based on that did not
work properly either.

Simplify our code by handling swipe gestures all the time, even when
such won't be generated (on mouse-only devices).

Also, Hammer.JS was too eager to think it detected a pointer-only
device based on the presense of window.PointerEvent. That sems to be
present now in iOS 13. Let's not blindly think that means it is a
pointer-only device. If the device supports touch events, don't bother
with PointerEvents.

Change-Id: I57d972415798967e871c6e262f16043561ed6af5
Reviewed-on: https://gerrit.libreoffice.org/81404
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>

d5d9d4d... by Tor Lillqvist <email address hidden>

tdf#128302: Use separate REALSVX_DLLIMPLEMENTATION for SvxRuler

We need to know that it really is in the svx library. Using the
messed-up SVX_DLLIMPLEMENTATION means that code in the svxcore library
thinks it is in the same svxcore library.

Change-Id: I38baed3a26ecbd9d02037e60e44424e2235f9f20
Reviewed-on: https://gerrit.libreoffice.org/81281
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>