df-libreoffice:distro/cib/libreoffice-5-1

Last commit made on 2018-08-14
Get this branch:
git clone -b distro/cib/libreoffice-5-1 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/cib/libreoffice-5-1
Repository:
lp:df-libreoffice

Recent commits

cfdbc96... by Thorsten Behrens <email address hidden>

Default OpenGL to off on all platforms

Change-Id: Ide04d3b37b9fabb64d514fd87acbdfe9e49e6727

226439c... by Thorsten Behrens <email address hidden>

./g: don't exit early on ./g checkout -f

Reviewed-on: https://gerrit.libreoffice.org/56822
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>
(cherry picked from commit 5fce97a58b8f764e35bf98128591c9a89537da05)

Change-Id: I33f54c365bce64ccccfeb1c58fc8e4faddb7ad77
Reviewed-on: https://gerrit.libreoffice.org/56916
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>
(cherry picked from commit dca20728ebe798ada1045ea3dabcb981166e2b9d)

44293c4... by Luke-2

tdf#109080 First page header/footer ODF (1/2)

The proposal to add <style:header-first> / <style:footer-first>
to the ODF standard has not yet been accepted, so meanwhile we
should be using an extension namespace for these elements.

This first commit (intended for backport) adds support for reading
<loext:header-first> / <loext:footer-first>

(cherry picked from commit bff8cd3d52223002263dcb8c09758c4fc753b6e3)
Reviewed-on: https://gerrit.libreoffice.org/40227
Reviewed-by: Michael Stahl <email address hidden>
Tested-by: Jenkins <email address hidden>
(cherry picked from commit c027764f94a1fc0a367e03b412d3c11d6c10769c)

Conflicts:
 sw/qa/extras/odfimport/odfimport.cxx

Change-Id: I616b6a0acaead9d767ae7d119e539b865f3a6774

e1bfdd4... by Thorsten Behrens <email address hidden>

download tarballs via HTTPS

Change-Id: I5ba41e5d41765442067ed0c4bfa16bbf90a5fb6f

918078f... by Samuel Mehrbrodt <email address hidden>

Symstore: Also add .exe and .dlls to symstore

These are needed when analyzing the minidump.

Reviewed-on: https://gerrit.libreoffice.org/33631
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>
(cherry picked from commit 8a0416be440180d0a6cedd449307f6a9bde22eaa)

Change-Id: Ife296c298e3b2f1ca8a47dcbaaf1947e6aefdc81
(cherry picked from commit cee7cb1b026cc7609f0a11c05b447f8d686a2d54)

781ca02... by Thorsten Behrens <email address hidden>

gbuild: populate local symstore on Windows

Script based on Lubos' tb master script from
http://nabble.documentfoundation.org/Daily-Win32-debug-builds-td4067279.html

Change-Id: I7f3247367a63078881f3cf51cf3e2cad59ad67b5
Reviewed-on: https://gerrit.libreoffice.org/33088
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>
(cherry picked from commit 17e9a5bf94eb08f88f8c78c9982dd0ce48a5e2d9)

f15d51b... by Samuel Mehrbrodt <email address hidden>

Build fixes

Change-Id: I65276eabdf61f766f31c84cbe2c294e391e56c70

1e0d1aa... by Samuel Mehrbrodt <email address hidden>

Fix mismerge

Change-Id: If098e716d33cefc3e0f174c89f749a07b38f3658

6fc763c... by Samuel Mehrbrodt <email address hidden>

tdf#96011 Document is not focused when opening a second window

This reverts commit fa52e16b3fb1b8b051f8f64a52c126ba3cbf4d54.

3bdf162... by Mark Hung <email address hidden>

tdf#48300 bring window to top and restore window when minimized.

While XWindow->ToTop() in Linux do the both for default ( None ),
ToTopFlags::RestoreWhenMin has to be specified in Windows in order
to restore the window, and ToTopFlags::ForegroundTask is necessary
when ToTopFlags::RestoreWhenMin is specified in order to bring
non-minimized window to the front.

Change-Id: Ief4a825a18d874a0c35211c9022a4261da6bcf8f
Reviewed-on: https://gerrit.libreoffice.org/23938
Tested-by: Jenkins <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>