How to "flush" Writer node changes into layouting?

2016-08-12 Thread Jan-Marek Glogowski
Hi Since the merge of the time / idle work, interactivity of the KDE backend is really slow, which also harms the mail merge performance at ~50% for larger documents. I just pushed a branch private/jmux/fast-mm-5-0. It's my not-so-initial work to get this fixed in our 5.0 branch and I want to por

[Libreoffice-commits] core.git: Branch 'private/jmux/fast-mm-5-0' - 44 commits - avmedia/source basctl/source chart2/source cui/source dbaccess/source desktop/source drawinglayer/source editeng/source

2016-08-12 Thread Jan-Marek Glogowski
Rebased ref, commits from common ancestor: commit 1ec6885c5473fdc6b244c51ec50d2d7bfab9f3a4 Author: Jan-Marek Glogowski Date: Fri Aug 12 20:23:20 2016 +0200 MM unit test for leading and tailing sections Change-Id: Ie0c51a9d7314895b5543d927fce3e1150f1e967e diff --git a/sw/qa/extras/

Re: Firebird - status update (not ready yet)

2016-08-12 Thread Bunth Tamás
> On MacOS X, when A is dynamically linked with B (that is at build > time), the "install path" of B is recorded into A (more precisely, > into the result of linking A with B), so that at runtime (link before > the executable is run, not dlopen()), B is searched for B's "install > path". > > So the

[Libreoffice-commits] core.git: configure.ac

2016-08-12 Thread Thorsten Behrens
configure.ac |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 5d7a9281270120a1f34dc0c11ecad2019362f0fd Author: Thorsten Behrens Date: Fri Aug 12 17:53:13 2016 +0200 format validation: work around missing exec permissions Change-Id: I2b4f0f31a2f70

[Libreoffice-commits] core.git: svx/uiconfig

2016-08-12 Thread Stanislav Horacek
svx/uiconfig/ui/findreplacedialog.ui | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) New commits: commit e6c3625add4a730fa36d4552be5e836153e3385b Author: Stanislav Horacek Date: Thu Aug 11 19:32:30 2016 +0200 related tdf#101343 improve accelerators in Find &

Re: Firebird - status update (not ready yet)

2016-08-12 Thread Lionel Elie Mamane
Hi, On MacOS X, "install path" is kindof the reverse of "rpath". On GNU/Linux, when A loads B with dlopen() (that is at runtime), then the rpath of A is used to search for B. On MacOS X, when A is dynamically linked with B (that is at build time), the "install path" of B is recorded into A (more

Firebird - status update (not ready yet)

2016-08-12 Thread Bunth Tamás
Hi, Still working on firebird 3.0 upgrade: https://gerrit.libreoffice.org/27642/ On MAC, I got an error during creating a fb database (isc_create_database) that Firebird cannot connect to localhost.[1] The reason is probably that fbclient library searches for Engine12 in a wrong path or with a w

[Libreoffice-commits] online.git: loleaflet/dist loleaflet/src

2016-08-12 Thread Henry Castro
loleaflet/dist/spreadsheet.css|2 ++ loleaflet/src/control/Control.ColumnHeader.js | 17 - loleaflet/src/control/Control.RowHeader.js| 16 3 files changed, 26 insertions(+), 9 deletions(-) New commits: commit 1de001e283a71667d2139e17b35

license statement

2016-08-12 Thread Henry Kao
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: sw/source

2016-08-12 Thread Bjoern Michaelsen
sw/source/uibase/shells/textsh.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 9d06ed4aff19bf16afb9ac448899187724766b88 Author: Bjoern Michaelsen Date: Fri Aug 12 13:10:44 2016 +0200 tdf#91832: ensure GETLINK reports proper contents for reverse selections too

Document options of an extension

2016-08-12 Thread Jan Rheinländer
Hi, what is the correct way to access document-specific options of an extension through the gui? The options are stored in an XNamedGraph. But where would the user expect to find them in the GUI? * File -> Properties? * Extras -> Options -> Writer -> * New menu entry (the extension has i

[Libreoffice-commits] core.git: ucb/source

2016-08-12 Thread Giuseppe Castagno
ucb/source/ucp/webdav-neon/NeonSession.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit f16c803e7f5186632adeffc2dad579cf2c720b15 Author: Giuseppe Castagno Date: Fri Aug 12 10:43:19 2016 +0200 Cppcheck: Variable is reassigned a value before the old one has

[Libreoffice-commits] core.git: sw/qa

2016-08-12 Thread Caolán McNamara
sw/qa/core/data/ww8/pass/CVE-2016-3133-1.doc |binary 1 file changed New commits: commit f2d09e621757fb5f394998afecba399b638f2428 Author: Caolán McNamara Date: Fri Aug 12 14:58:54 2016 +0100 add CVE-2016-3133 testcase Change-Id: Id147f208ff9db1cfdf3859df7090d0790a0e6400 diff --

[Libreoffice-commits] core.git: sw/source sw/uiconfig

2016-08-12 Thread Caolán McNamara
sw/source/ui/index/swuiidxmrk.cxx| 42 ++--- sw/source/uibase/inc/swuiidxmrk.hxx |2 + sw/uiconfig/swriter/ui/indexentry.ui | 44 ++- 3 files changed, 53 insertions(+), 35 deletions(-) New commits: commit b7060e96dfef8e672ae

[Libreoffice-commits] core.git: include/opencl

2016-08-12 Thread Tor Lillqvist
include/opencl/OpenCLZone.hxx |8 1 file changed, 8 deletions(-) New commits: commit b9898f03eb05411c508b1b02588812074d40417a Author: Tor Lillqvist Date: Fri Aug 12 15:56:52 2016 +0300 The enter() and leave() functions are not used anywhere Change-Id: I42d2d6a12d49fc

[Libreoffice-commits] core.git: include/svx svx/source

2016-08-12 Thread Katarina Behrens
include/svx/pagenumberlistbox.hxx |2 ++ svx/source/dialog/pagenumberlistbox.cxx |5 + 2 files changed, 7 insertions(+) New commits: commit c89b8ab187f23020873af00f2c20cc9407e5a755 Author: Katarina Behrens Date: Wed Aug 10 14:07:03 2016 +0200 Tweak numbering listbox opti

[Libreoffice-commits] dev-tools.git: 2 commits - test-bugzilla-files/test-bugzilla-files.py

2016-08-12 Thread Michael Stahl
test-bugzilla-files/test-bugzilla-files.py |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) New commits: commit da2dffc41ba3e1be7bce3e37c23a4861f09636d8 Author: Michael Stahl Date: Mon Jul 11 17:21:48 2016 +0200 there is no "FormularProperties", math is called "FormulaPrope

[Libreoffice-commits] core.git: external/libodfgen

2016-08-12 Thread David Tardon
external/libodfgen/0001-tdf-101077-make-double-string-conversion-locale-agno.patch.1 | 58 ++ external/libodfgen/UnpackedTarball_libodfgen.mk |3 2 files changed, 61 insertions(+) New commits: commit 8d26a169794083f047a57e5c8d3f5da0aaab2583 A

[Libreoffice-commits] core.git: sw/uiconfig

2016-08-12 Thread Yousuf Philips
sw/uiconfig/swriter/ui/pagefooterpanel.ui | 77 -- 1 file changed, 33 insertions(+), 44 deletions(-) New commits: commit 6020cded6bb815131482fb6d6aedb290e425839c Author: Yousuf Philips Date: Thu Aug 11 14:16:50 2016 +0400 Tweaks to page deck footer content pa

[Libreoffice-commits] core.git: sc/source

2016-08-12 Thread Eike Rathke
sc/source/ui/view/viewfun2.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit bbf671229cd06156e3d4eff5a2c7164ebd28e020 Author: Eike Rathke Date: Fri Aug 12 12:16:38 2016 +0200 check SelectionForbidsCellFill() on EnterBlock() ... to prevent Alt+Enter filling a

[Libreoffice-commits] core.git: officecfg/registry

2016-08-12 Thread Susobhan Ghosh
officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 18 +++ 1 file changed, 5 insertions(+), 13 deletions(-) New commits: commit b9592bbea315e04da36a1a26e687490ea93c4cc6 Author: Susobhan Ghosh Date: Fri Aug 12 00:01:08 2016 +0530 tdf#83830: Writer page deck and panels

[Libreoffice-commits] core.git: include/svx svx/source

2016-08-12 Thread Susobhan Ghosh
include/svx/papersizelistbox.hxx |2 ++ svx/source/dialog/papersizelistbox.cxx |5 + 2 files changed, 7 insertions(+) New commits: commit 66636aeb7d2a6da8f409d17610f62be875e9bb64 Author: Susobhan Ghosh Date: Fri Aug 12 02:02:00 2016 +0530 Tweak pagesize listbox Optimal s

[Libreoffice-commits] core.git: vcl/opengl

2016-08-12 Thread Noel Grandin
vcl/opengl/win/gdiimpl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 91f58f4782e1c97f4f88937512ea80966175f2c8 Author: Noel Grandin Date: Fri Aug 12 10:28:38 2016 +0200 fix windows build after commit 500a3be0 "loplugin:countusersofdefaultparams i

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2-1' - framework/qa framework/source

2016-08-12 Thread Tor Lillqvist
framework/qa/complex/XTitle/CheckXTitle.java | 13 ++--- framework/source/loadenv/loadenv.cxx | 18 +++--- 2 files changed, 9 insertions(+), 22 deletions(-) New commits: commit 2c01fd3e36ae74bc35b11197ffa6dc4c6638249d Author: Tor Lillqvist Date: Wed Aug 10 17:33