libreoffice-online:distro/collabora/collabora-online-4-0-4

Last commit made on 2019-05-09
Get this branch:
git clone -b distro/collabora/collabora-online-4-0-4 https://git.launchpad.net/libreoffice-online

Branch merges

Branch information

Name:
distro/collabora/collabora-online-4-0-4
Repository:
lp:libreoffice-online

Recent commits

305832f... by Andras Timar <email address hidden>

Bump package version to 4.0.4-3

Change-Id: I5ced8a363ef6d2e83e450cc54e714778b454c42b

d6ce513... by Henry Castro <email address hidden>

loleaflet: fix "select text with mouse after clicking into text box moves ...

text box instead"

Change-Id: Id867af5ebf7c93cc494be7fad93aae235ffa36d1
Reviewed-on: https://gerrit.libreoffice.org/70262
Reviewed-by: Henry Castro <email address hidden>
Tested-by: Henry Castro <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/70670
Reviewed-by: Jan Holesovsky <email address hidden>
Tested-by: Jan Holesovsky <email address hidden>

d59ba62... by Andras Timar <email address hidden>

Bump package version to 4.0.4-2

Change-Id: I3322c83e93ed33aeb2cbdfa1429ad18da3f8a66a

a1dabe7... by Andras Timar <email address hidden>

Fix dependency

Change-Id: I630ac7c1937ae74d395cff9070e5ead7cdd5de41

a213226... by Andras Timar <email address hidden>

Bump package version to 4.0.4-1

Change-Id: I369a536f2a6ed2ae86a511e00796b82f3613712e

3fac57b... by merttumer <email address hidden>

Added RenameFile Support for WOPI

This patch concerns rename file operation when the integration
supports it
Signed-off-by: merttumer <email address hidden>

Change-Id: Ibb4f615b91dda2491bfcd4d4738198d69eca4e6f
Reviewed-on: https://gerrit.libreoffice.org/71587
Reviewed-by: Jan Holesovsky <email address hidden>
Tested-by: Jan Holesovsky <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/71918
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>

fcafa15... by Michael Meeks <email address hidden>

Fix strange wire-id hash issues.

Remove un-used hash; and ensure that the hash <-> wid mapping is
suitably unique and helpful, even for duplicate identical tiles in
a single tilecombine.

Change-Id: I9c752032231e164765615a7c0d6338d6ff7e3fd5
Reviewed-on: https://gerrit.libreoffice.org/71740
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>

ebcbdee... by Henry Castro <email address hidden>

loleaflet: fix sending 'compositionupdate' event data

Change-Id: I42142f005d0659b64e5332b5acec52f9ac18a89b
Reviewed-on: https://gerrit.libreoffice.org/70793
Reviewed-by: Henry Castro <email address hidden>
Tested-by: Henry Castro <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/71738
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>

98f5674... by Henry Castro <email address hidden>

loleaflet: fix the input method when receives 'compositionend' event

Change-Id: I296a714f41afb8a497e21661db0edf23d270b821
Reviewed-on: https://gerrit.libreoffice.org/70607
Reviewed-by: Henry Castro <email address hidden>
Tested-by: Henry Castro <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/71737
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>

857a018... by =?utf-8?b?SXbDoW4gU8OhbmNoZXogT3J0ZWdh?= <email address hidden>

tdf#124749:loleaflet: use "KeyboardEvent.key" to detect ignored key events

Replace KeyboardEvent.keyCode with KeyboardEvent.key for detection of "Delete" and
"Insert" keys. keyCode misbehaves when using an AZERTY/DVORAK keyboard layout, e.g.
the keyCode for "Delete" in QWERTY is the same as "." in AZERTY.

This works on all major browsers, the only outlier being MSIE8:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key#Browser_compatibility

Change-Id: I5cbfa18ef59ab4989a866fdf4b5708610beccaad
Reviewed-on: https://gerrit.libreoffice.org/71736
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>