libreoffice-online:distro/collabora/collabora-online-cd-3-4

Last commit made on 2018-12-04
Get this branch:
git clone -b distro/collabora/collabora-online-cd-3-4 https://git.launchpad.net/libreoffice-online

Branch merges

Branch information

Name:
distro/collabora/collabora-online-cd-3-4
Repository:
lp:libreoffice-online

Recent commits

49ae58e... by Andras Timar <email address hidden>

loleaflet: updated translations

Change-Id: I987c2056b08174d7e0b2e3665602a97169c28809

16e6a04... by Andras Timar <email address hidden>

Bump package version to 3.4.2-1

Change-Id: I6287e625e8049a9962ef64bb01d6ba0a783f24e7
(cherry picked from commit e503dc1c82fd33f3191824f694b55fccc217e8da)

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

add the /hosting/capabilities endpoint to the example reverse proxy configs

Change-Id: Ia4c2e4a54549af89071752c631a9ae5fed678c63
Reviewed-on: https://gerrit.libreoffice.org/64289
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>
(cherry picked from commit d02d1983e164b322dc3f46753433bcb23c871ce6)

077e828... by Jan Holesovsky <email address hidden>

capabilities: Don't rely on existence of the file, compose it completely.

Change-Id: I41588afa9f26b4a2575ee8cf7d9837cc79b31b3e
Reviewed-on: https://gerrit.libreoffice.org/64302
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>
(cherry picked from commit 0c0f71ae3842e2debfafa5d14f11569182746916)

9ee2465... by Tor Lillqvist <email address hidden>

Do pass Alt + non-printing keys through with the Alt modifier intact

Such commands are used for formatting functionality. (For instance,
Alt+Left or Alt+Right to shrink or grow a column in a spreadsheet, or
Alt+Enter to insert a paragraph just before a table in a text
document.)

All the uses of Alt in the meaning "alternate character input" on an
Apple keyboard are with keys for printing characters, like Alt+2 = @
on a Swedish/Finnish keyboard.

Change-Id: I6cfde57f540ac92c63420c8d7344102645050dd0
Reviewed-on: https://gerrit.libreoffice.org/64248
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>
(cherry picked from commit addf7210a741e726a1ac3621e56e3067247dd852)

0094bf9... by Andras Timar <email address hidden>

ask for username (default to 'admin' if nothing set) with 'loolconfig set-admin-password'

Change-Id: I04bf3d225e4149ed69bc55e14d1ced1dd3f8f7ea
(cherry picked from commit 96760c5e4312e924cbce550bced14384dfce940b)
Reviewed-on: https://gerrit.libreoffice.org/63330
Reviewed-by: Michael Meeks <email address hidden>
Tested-by: Michael Meeks <email address hidden>
(cherry picked from commit 40cf25a8a33c55e089b53794efc170c831c18fe2)

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

Show cursor, even with a selected graphic / shape.

Change-Id: I18f63a5cd4bb2673827b1bc8d64e53df1a09b4f9
Reviewed-on: https://gerrit.libreoffice.org/63960
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>
(cherry picked from commit 6b11b66625e0a4a27539b19ccadf1d0295689b4e)

39bee53... by Tor Lillqvist <email address hidden>

tdf#120438: Don't handle a lone "alt" modifier in any special way

It is likely a Mac browser client simply accessing a "special
character" on their keyboard. (Or an iOS browser client using a
physical keyboard.) Like alt+8 to get '[' on a Swedish/Finnish Apple
keyboard, or alt+shift+2 to get '€' on a US English Apple keyboard.

Change-Id: I94b49d64db87324ff2a5cd5f50226d3c537b68e6
Reviewed-on: https://gerrit.libreoffice.org/62315
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>
(cherry picked from commit 1e97cfc2d2a8ee3e296ddfb7a331466bede4a575)
Reviewed-on: https://gerrit.libreoffice.org/64166
Reviewed-by: Andras Timar <email address hidden>
Tested-by: Andras Timar <email address hidden>
(cherry picked from commit 80e91e5e3935b46bb8a9c084b04a863ff90436e4)

93237e7... by Michael Meeks <email address hidden>

Simplify cursor visibility.

Removes race conditions between kit messages and browser.
Avoid storing old state wherever possible.
Change-Id: I56aa57df22a4190881c8d197df8445ca542d4fc1

cursor simplify.
Don't show cursor when graphics are selected either.
Change-Id: I0a604d73bd1818317a2b04d8bdd392d1d6472627

Hide other view cursors on zoom.
Change-Id: I9e953f841b5c526b499f9170aef9b2682011947e

(cherry picked from commit 98fe14c28e94ef499f27d1b1b585a199961fcf7f)

586db53... by Michael Meeks <email address hidden>

Avoid scroll-wheel jittering, and shrink the scroll increment.

Hypothetically the underlying cause is that malihu's
scrollTo:function(val,options){ calculates data based on current state,
dispatches asynchronous changes to that state, and can thus while
that change is in-flight can mis-calculate subsequent changes - causing
significant jitter.

Change-Id: I3c8becead04582b05e30d7dfab233e898509cd75
(cherry picked from commit c81dca923e5a8bef50b9509a1f5d4994a1ac8acd)