libreoffice-online:distro/collabora/co-4-2-1

Last commit made on 2020-04-02
Get this branch:
git clone -b distro/collabora/co-4-2-1 https://git.launchpad.net/libreoffice-online

Branch merges

Branch information

Name:
distro/collabora/co-4-2-1
Repository:
lp:libreoffice-online

Recent commits

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

Bump package version to 4.2.1-3

Change-Id: I81e2d889362012f0827951a589cbe185af1075e2

151a2ac... by Ashod Nakashian <email address hidden>

leaflet: maintain focus when searching

When the focus is in the search box, we shouldn't
lose it, or hide the keyboard.

Change-Id: I05c4c3e384d840b2919106af1063978b6fe7fbfe
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91580
Tested-by: Jenkins CollaboraOffice <email address hidden>
Reviewed-by: Ashod Nakashian <email address hidden>
(cherry picked from commit 04b0a7b651bc2d7f98b843b08c402411641513a3)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91515
Tested-by: Andras Timar <email address hidden>
Reviewed-by: Andras Timar <email address hidden>

69e8ff8... by Ashod Nakashian <email address hidden>

leaflet: support pasting in the search box

When pasting into the document a special handler
is used to manage the transfer of data. For the search
box we need to let the default handler do the right thing
and so we check that we aren't searching before we override
the paste handler logic, which explicitly pastes into the doc.

Change-Id: I570168d1aaf70c2a78403644e006ba9625ec68db
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91581
Tested-by: Jenkins CollaboraOffice <email address hidden>
Reviewed-by: Ashod Nakashian <email address hidden>
(cherry picked from commit f96126fb69ff8feb3b5de6c55310f9926b89bf44)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91514
Tested-by: Andras Timar <email address hidden>
Reviewed-by: Andras Timar <email address hidden>

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

loleaflet: check if "parts" variable is a number of the preview thumbnail

While I was debugging Impress, I received unexpected "undefined"
value of the variable "parts"

Change-Id: Id8b6737155516fd0d8cfaa350170e9c631c55dcf
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90756
Tested-by: Henry Castro <email address hidden>
Reviewed-by: Henry Castro <email address hidden>
(cherry picked from commit af338541a88d4f90d1859ba60d8de6e3e90f1423)

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

Avoid de-referencing non-existing marker.

This screws up cursors across views in some circumstances,
when there is no marker in one of the views.

Regression from 3b0478baab1e58a45fc723e9265942bf5d4c10fa

Change-Id: Ia1294d83801d656a919f97206b7b573a1b74b77f
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91508
Tested-by: Jenkins CollaboraOffice <email address hidden>
Reviewed-by: Andras Timar <email address hidden>

8228a56... by mert <email address hidden>

Fix url popups can't be clicked on browsers

Change-Id: I3c2008e06370b4b48a93b68e58ad1e45a4f75d27
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91230
Tested-by: Jenkins CollaboraOffice <email address hidden>
Reviewed-by: Andras Timar <email address hidden>
(cherry picked from commit 272715a96d5f9b040a9f2e87414dfcef2c4972d6)
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91180
Tested-by: Andras Timar <email address hidden>

1704c7c... by Andras Timar <email address hidden>

Bump package version to 4.2.1-2

Change-Id: Id860616dc28f5d40860ae948186acfb08053f65d

0c84676... by Ashod Nakashian <email address hidden>

leaflet: don't steal focus from the Formula-Bar

This fixes an odd focus-stealing bug that resulted
in the text being typed backward (characters were
added towards the left).

To reproduce, select a cell with text, click into
the Formula-Bar. Immediately the focus is stolen
by the document (the cell), which is annoying.
Next, if the cursor is actually inserted in the
middle of the text, new characters are added to
the left of the cursor!

After fixing the above issues, it turned out
that simply moving the mouse into the document
stole the focus from the Formula-Bar (actually,
the Formula-Bar lost the focus but the document
doesn't get it).

A related change is that the mouse-leave logic
for the sidebar should not be applied to other
dialogs, so now we only handle that event for
the sidebar.

Change-Id: I8ed3f6b08e99e9379e1bfe51f34f5d2f6ed22483
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91085
Tested-by: Jenkins CollaboraOffice <email address hidden>
Reviewed-by: Andras Timar <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91138
Tested-by: Andras Timar <email address hidden>

a2635cf... by Ashod Nakashian <email address hidden>

leaflet: _isCalcInputBar -> isCalcInputBar

Prepare for accessing isCalcInputBar from outside.

Change-Id: I2cbeb1791ff263d830dd6a273d63108063bc2a57
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91084
Tested-by: Jenkins CollaboraOffice <email address hidden>
Reviewed-by: Andras Timar <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91137
Tested-by: Andras Timar <email address hidden>

f70b916... by Ashod Nakashian <email address hidden>

leaflet: add margin between sidebar and formula-bar

And remove extra lastActiveTime reset.

Change-Id: If7821e07fc61a54dc8caee5983198b475f43098c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91083
Tested-by: Jenkins CollaboraOffice <email address hidden>
Reviewed-by: Andras Timar <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91136
Tested-by: Andras Timar <email address hidden>