df-libreoffice:feature/resolve-comments

Last commit made on 2019-05-10
Get this branch:
git clone -b feature/resolve-comments 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:
feature/resolve-comments
Repository:
lp:df-libreoffice

Recent commits

bd7c445... by Jim MacArthur <email address hidden>

Add 'Resolved comments' option on View menu

Change-Id: Ie13f5abf94e10780116359b77feb7d2db614ea19

3a8db5b... by Jim MacArthur <email address hidden>

Make GetTopReplyNote safe when this is the top reply

Change-Id: Ibabd845f8836611649f598a75e2a63ce8a94b6c7

6fa278e... by Jim MacArthur <email address hidden>

Add the 'Toggle Resolved' button to the comment context menu

Change-Id: Ifdc869caa77bbf07129207f7f354290c61b0ba6d

5593df2... by Jim MacArthur <email address hidden>

Add resolved flag to SwPostItField with serialisation

Change-Id: Ic44ea022dcbe902595e5a32b464f5fd86af1d4a4

83e6a2c... by Muhammet Kara <email address hidden>

Respect page margins of the source doc during redaction

Change-Id: Ieaa50a2eba17145180ddd5d2bfc77add4801c43a
Reviewed-on: https://gerrit.libreoffice.org/71929
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <email address hidden>
(cherry picked from commit 141e33bc1d56f7b7af5037988eeb5ca36864a511)
Reviewed-on: https://gerrit.libreoffice.org/71960
Tested-by: Muhammet Kara <email address hidden>

dd3f2fe... by Muhammet Kara <email address hidden>

tdf#125135: Standardize content placement for redaction

Correct the position & size by roundtrip conversion
from/to wmf as a temporary solution.

Simplify a bit.

Change-Id: I6515571bb85134a4c48f00397c7554d190633575
Reviewed-on: https://gerrit.libreoffice.org/71860
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/71932
Tested-by: Muhammet Kara <email address hidden>

bed1a38... by Miklos Vajna <email address hidden>

tdf#120515 ODT filter: relax layout requirement before export

This reverts commit 343af46fc301a984929e071d477b8fb9f211e289 (ODT
filter: make sure we have a layout before export, 2017-11-29) as it
causes a performance problem with large documents (see bugreport).

I added it initially for the EPUB export, but there this is no longer
needed as commit 3ed8466b55ace15a28761e06b6bb76ebd8758106 (EPUB export,
fixed layout: switch to a metafile-based approach, 2017-12-01) switched
to the better metafile-based approach.

(cherry picked from commit e83c1f0ef999bdedaf9a5d5903aa5423c40f6d95)

Change-Id: Ie404e23db77b8ded1d29f42b6279a3cd06a574b5
Reviewed-on: https://gerrit.libreoffice.org/71943
Reviewed-by: Michael Meeks <email address hidden>
Tested-by: Michael Meeks <email address hidden>

3ef1164... by =?utf-8?q?Szymon_K=C5=82os?= <email address hidden>

libreofficekit: send show/hide messages for dialogs

Change-Id: I2b3ff5e5122b2be099be500ac544bf81f8d1b2ae
Reviewed-on: https://gerrit.libreoffice.org/71544
Tested-by: Jenkins
Reviewed-by: Jan Holesovsky <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/71545
Tested-by: Jan Holesovsky <email address hidden>

4a226f9... by Jan Holesovsky <email address hidden>

lok sc: Fix the formula input bar and address bar notifications.

Apparently we did not have the pInputWin living in the background; but
now we have. There is no reason to treat it in an 'else' branch, these
checks should be separate either way.

Change-Id: Ibb8d92fb1e2803942460d2063847917d082fcb2e
Reviewed-on: https://gerrit.libreoffice.org/71863
Reviewed-by: Aron Budea <email address hidden>
Tested-by: Aron Budea <email address hidden>

8e9c36d... by Ashod Nakashian <email address hidden>

LOK: remove duplicate cursor invalidations for same view only

This limits duplicate cursor invalidation removal to same
view only, which seems to have been left in error.

We should now remove any old cursor invalidations (for
the same view) and only keep the latest (current) one.

Change-Id: Ie2323d0c5fcf3977576a1bdc098c95351a5753e0
Reviewed-on: https://gerrit.libreoffice.org/71846
Reviewed-by: Jan Holesovsky <email address hidden>
Tested-by: Jan Holesovsky <email address hidden>