[Libreoffice-commits] core.git: 41 commits - fpicker/source fpicker/uiconfig framework/inc framework/source include/svtools include/vcl officecfg/registry sc/source sc/uiconfig sd/source sd/uiconfig s

2015-08-13 Thread Szymon Kłos
fpicker/source/office/RemoteFilesDialog.cxx | 298 +++-- fpicker/source/office/RemoteFilesDialog.hxx | 26 fpicker/source/office/fpsofficeResMgr.hxx|2 fpicker/source/office/iodlg.cxx

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/source

2015-08-13 Thread Jan Holesovsky
sd/source/ui/view/DocumentRenderer.src |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c59fba2682f01306f3398afeb86f2e3027e011ec Author: Jan Holesovsky Date: Wed Aug 12 16:58:07 2015 +0200 tdf#80866, bnc#835985: Better solution to the original bnc# bug.

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

2015-08-13 Thread Eike Rathke
sc/inc/math.hxx | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) New commits: commit 6eede78d4e75fdbec7e565ebb15f1ce9956734f0 Author: Eike Rathke Date: Fri Aug 14 00:53:33 2015 +0200 forget about the C++ Standard, use our own known goods Android-ARM doesn

Re: Debug build breaks in unit test

2015-08-13 Thread Regina Henschel
Hi Oliver, Oliver Brinzing schrieb: Hi Regina, [..] do you have a problem with OpenGL ? > warn:vcl.opengl:1112:364:vcl/source/opengl/OpenGLContext.cxx:1279: OpenGLContext::makeCurrent(): > wglMakeCurrent failed: 0 I think so. I have opened the test file "media_embedding.odp", which is

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

2015-08-13 Thread Eike Rathke
sc/source/ui/view/tabview5.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 1e7f551b92bca8f3d2f73b39dd428ac55f2a5567 Author: Eike Rathke Date: Thu Aug 13 23:56:39 2015 +0200 second attempt to blind fix MSVC werror C4701,C4703 Change-Id: Ic9d

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

2015-08-13 Thread Eike Rathke
sc/inc/math.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit e2d31d96f645619b534465c548962b07848a55e4 Author: Eike Rathke Date: Thu Aug 13 23:30:55 2015 +0200 do not use INFINITY (or NAN while at it..) macro With MSVC werror bails out, that gen

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

2015-08-13 Thread Eike Rathke
sc/source/ui/view/tabview5.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f04257d88f3cc4e884e8da2a0b5395b079a49cce Author: Eike Rathke Date: Thu Aug 13 23:06:59 2015 +0200 blind fix MSVC werror C4701,C4703 potentially uninitialized local variable

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

2015-08-13 Thread Eike Rathke
sc/inc/math.hxx | 29 + sc/source/core/tool/interpr3.cxx |2 +- 2 files changed, 30 insertions(+), 1 deletion(-) New commits: commit 8747442d179367a9cea652643a516021fa7c5510 Author: Eike Rathke Date: Thu Aug 13 22:36:20 2015 +0200 use sc:

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

2015-08-13 Thread Henry Castro
sc/source/ui/unoobj/docuno.cxx | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) New commits: commit 6609b05765e674f2f4694854097a5318b617fd54 Author: Henry Castro Date: Thu Aug 13 16:08:46 2015 -0400 sc: fix LOKit invalidate setPart The bindings invalidate

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

2015-08-13 Thread Henry Castro
sc/source/ui/view/tabview5.cxx | 19 +++ 1 file changed, 19 insertions(+) New commits: commit 8f6c7f3ca1baa6c29161cbbe41494c03b0a9d000 Author: Henry Castro Date: Thu Aug 13 14:00:47 2015 -0400 sc: LOK_CALLBACK_DOCUMENT_SIZE_CHANGED callback Handle the LOK_CALLBA

linux command line impress --show --invisible I still see the UI on 5.0

2015-08-13 Thread Jerry Geis
I am using libreoffice 5.0 my command is ./soffice --show --invisible File.ptt but I still see the UI right before the show starts. Is there anyway to not see that ? Thanks, Jerry ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://l

Minutes of ESC call: 2015-08-13

2015-08-13 Thread Jan Holesovsky
* Present: + Sophie, Norbert, Christian, Stephan, Eike, Kendy, Jacobo, Robinson, Miklos, Thorsten, Caolan, Muthu * Completed Action Items: + register at the conference: http://conference.libreoffice.org/2015/registration/ (all) [ mandatory from security reasons (Sophie) ]

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - bridges/source

2015-08-13 Thread Damjan Jovanovic
bridges/source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit d4fef0af14f41826a7ed4e09472ebac205c016a5 Author: Damjan Jovanovic Date: Thu Aug 13 16:23:54 2015 + Fix a compilation failure caused by missing include when debugging is

Re: Debug build breaks in unit test

2015-08-13 Thread Oliver Brinzing
Hi Regina, warn:editeng.uno:1112:364:editeng/source/uno/unofield.cxx:369: Id service unknown: 12 warn:editeng.uno:1112:364:editeng/source/uno/unofield.cxx:369: Id service unknown: 2 warn:xmloff:1112:364:xmloff/source/style/impastpl.cxx:432: Adding duplicate family graphic with mismatching map

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

2015-08-13 Thread Eike Rathke
sc/source/core/data/table3.cxx | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) New commits: commit ea29d320754fdb21b336cb78f816b8081371def9 Author: Eike Rathke Date: Thu Aug 13 18:34:27 2015 +0200 Resolves: tdf#93098 replace remembered listener when replacing cel

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source

2015-08-13 Thread Maxim Monastirsky
sc/source/ui/sidebar/CellLineStyleControl.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit c22d7f440885d4370c583eba3778851194013f2f Author: Maxim Monastirsky Date: Thu Aug 13 15:39:54 2015 +0300 Another GrabFocus during dispose Change-Id: I

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - svx/source

2015-08-13 Thread Maxim Monastirsky
svx/source/sidebar/line/LineWidthControl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 6a223ad5ac390881b54eeed7b39ea181962b1274 Author: Maxim Monastirsky Date: Thu Aug 13 14:55:34 2015 +0300 tdf#93407 GrabFocus during dispose Reproduced with

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

2015-08-13 Thread Stephan Bergmann
framework/source/helper/statusindicatorfactory.cxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit bb7800ca04a81093ebeb37fd2ec4982268c1ea6c Author: Stephan Bergmann Date: Thu Aug 13 15:16:38 2015 +0200 Related tdf#93404: Fix deadlock when joining Wak

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

2015-08-13 Thread Thorsten Behrens
vcl/source/gdi/pdfwriter_impl.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit 86b47f5138c0c5b882359a48052a796bc91a5afb Author: Thorsten Behrens Date: Thu Aug 13 17:17:22 2015 +0200 tdf#44388: handle the NULL clip correctly for pdf output

Re: [libreoffice-documentation] Re: Ease maintenance of build-in help

2015-08-13 Thread Jan Holesovsky
Hi Regina, Jan Holesovsky píše v St 12. 08. 2015 v 07:44 +0200: > > Authors of help texts are allowed to start in ODF to discuss and > > finalize the content and appearance of the intended help texts. There > > should be a place in the repository to store such files. This way > > authors did n

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-4' - loolwsd/loolwsd-systemplate-setup

2015-08-13 Thread Jan Holesovsky
loolwsd/loolwsd-systemplate-setup |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit ef48704793dc753cc5930c0a08333bfbdfe5247c Author: Jan Holesovsky Date: Thu Aug 13 17:35:20 2015 +0200 system-template: We need also the content of the symlinks from /etc/f

[Libreoffice-commits] online.git: loolwsd/loolwsd-systemplate-setup

2015-08-13 Thread Jan Holesovsky
loolwsd/loolwsd-systemplate-setup |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit a3cb6fe960a93947d4712a61f9d6d46c5d2e5fd0 Author: Jan Holesovsky Date: Thu Aug 13 17:35:20 2015 +0200 system-template: We need also the content of the symlinks from /etc/f

Build WebDAV neon/serf: differences among the two

2015-08-13 Thread Giuseppe Castagno
Hi all, In ESC conference call on Jul 30th [1] a question I was asked was if there is anything that works with --with-webdav=neon, but not with --with-webdav. Topic: WebDAV: switch to Serf? (Michael S./Giuseppe C.) ... + is there anything that works with --with-webdav=neon, but not with -

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

2015-08-13 Thread Stephan Bergmann
vcl/unx/gtk/a11y/atkaction.cxx | 30 +++--- vcl/unx/gtk/a11y/atkcomponent.cxx | 37 --- vcl/unx/gtk/a11y/atkeditabletext.cxx | 45 + vcl/unx/gtk/a11y/atkhypertext.cxx | 25 ++--- vcl/unx/gtk/a11y/atkimage.cxx | 20 ++-- vcl/unx/gtk/a11y/atklistene

Re: Debug build breaks in unit test

2015-08-13 Thread Regina Henschel
Hi all, Christian Lohmaier schrieb: Hi *, On Sun, Aug 9, 2015 at 4:33 PM, Oliver Brinzing wrote: Hi Regina, -> https://wiki.documentfoundation.org/Development/BuildingOnWindows#System_PATH_causing_weird_build_breakage -> BitDefender / other Anti-Virus / security tools breaking the build

Advice: Don't use MessageBox() for temporary debugging output or pausing

2015-08-13 Thread Tor Lillqvist
This might be obvious to some, but it wasn't to me. If you are hacking on vcl, for Windows, do not add MessageBox() calls. (You might want to do it either to get debugging output more visible than a SAL_DEBUG(), or to make the execution pause until you press the OK button so that you have time to

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

2015-08-13 Thread Maxim Monastirsky
svx/source/sidebar/line/LinePropertyPanelBase.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dd8fbd4c8ae18421975f45c7aa7befbf74f0b0d7 Author: Maxim Monastirsky Date: Thu Aug 13 16:42:29 2015 +0300 Fix widget name warn:vcl.layout:22464:1:vcl/sourc

[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - 4 commits - officecfg/registry sc/source sc/uiconfig sd/source sd/uiconfig sw/source sw/uiconfig uui/uiconfig

2015-08-13 Thread Szymon Kłos
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |2 +- sc/source/ui/app/scdll.cxx |2 +- sc/uiconfig/scalc/menubar/menubar.xml|2 +- sc/uiconfig/scalc/toolbar/standardbar.xml

[Libreoffice-commits] core.git: vcl/osx vcl/unx

2015-08-13 Thread Stephan Bergmann
vcl/osx/a11yfocustracker.cxx |4 - vcl/unx/gtk/a11y/atkcomponent.cxx | 34 -- vcl/unx/gtk/a11y/atktable.cxx | 128 -- vcl/unx/gtk/a11y/atktext.cxx | 32 - vcl/unx/gtk/a11y/atkutil.cxx | 13 --- vcl/unx/gtk/a11y/atkwr

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

2015-08-13 Thread Stephan Bergmann
framework/source/helper/statusindicatorfactory.cxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit ded58e062c9e9b8b5f9dc9a18777a1be68359a91 Author: Stephan Bergmann Date: Thu Aug 13 15:16:38 2015 +0200 Related tdf#93404: Fix deadlock when joining Wak

Re: Jack license statement

2015-08-13 Thread Eike Rathke
Hi Jack, On Wednesday, 2015-08-12 02:06:30 -0400, Jack wrote: > All of my past and future contributions to LibreOffice may be licensed under > any license, but not under the GPL or any similar copyleft license. The right > to license my contributions under the LGPLv3+ is hereby also granted. A

Re: [Libreoffice-commits] core.git: sc/qa

2015-08-13 Thread Eike Rathke
Hi, On Thursday, 2015-08-13 11:36:11 +0200, Stephan Bergmann wrote: > ...or, developers be taught about the C++ Standard? ;) It is quite clear on > this: "If the second operand of / or % is zero the behavior is undefined." > ([expr.mul]/4) Lame excuses of a standards committee not being able t

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

2015-08-13 Thread Maxim Monastirsky
sc/source/ui/sidebar/CellLineStyleControl.cxx |8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) New commits: commit 4622823a800804acf15c0f4a5adecce03ae65189 Author: Maxim Monastirsky Date: Thu Aug 13 15:39:54 2015 +0300 Another GrabFocus during dispose Change-Id: I

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sw/source

2015-08-13 Thread Caolán McNamara
sw/source/ui/vba/vbatablehelper.cxx |9 - 1 file changed, 4 insertions(+), 5 deletions(-) New commits: commit 1be1d904188f83f1a996f4a741c39f0e6c14522e Author: Caolán McNamara Date: Thu Aug 13 08:33:37 2015 +0100 wrong row/col count limits thanks to ccsheller for noti

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

2015-08-13 Thread Ian
scaddins/source/analysis/analysis.cxx | 57 +++- scaddins/source/analysis/analysis.hxx |1 scaddins/source/analysis/analysishelper.cxx | 35 - scaddins/source/analysis/analysishelper.hxx | 34 +++- 4 files changed, 41 inser

Re: Libreoffice 5 macro never finishes loading impress

2015-08-13 Thread Jerry Geis
On Thu, Aug 13, 2015 at 3:46 AM, Caolán McNamara wrote: > On Wed, 2015-08-12 at 07:53 -0400, Jerry Geis wrote: > > Is there by chance a new "command line" argument that will just load > > and immediately start showing the presentation > > soffice --show presentation.odp > > will load it and go im

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

2015-08-13 Thread Maxim Monastirsky
svx/source/sidebar/line/LineWidthControl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b556f14fab25ddccbe9a54fe53450a641dbc5a49 Author: Maxim Monastirsky Date: Thu Aug 13 14:55:34 2015 +0300 tdf#93407 GrabFocus during dispose Reproduced with

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

2015-08-13 Thread Ian
scaddins/source/datefunc/datefunc.cxx | 29 - scaddins/source/datefunc/datefunc.hxx | 11 ++- 2 files changed, 14 insertions(+), 26 deletions(-) New commits: commit 12761ab70553bb0d2746d7d95958dc6fbc7082e0 Author: Ian Date: Wed Aug 12 15:39:21 2015 +0100

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sc/source sd/source sw/source

2015-08-13 Thread Mihai Varga
sc/source/ui/unoobj/docuno.cxx|4 sd/source/ui/unoidl/unomodel.cxx |4 sw/source/uibase/uno/unotxdoc.cxx |4 3 files changed, 12 insertions(+) New commits: commit 3f55e14c3660a687b0b805c36e6d3e85458a1014 Author: Mihai Varga Date: Wed Aug 12 10:32:07 2015 +0300

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

2015-08-13 Thread Mihai Varga
sc/source/ui/unoobj/docuno.cxx|4 sd/source/ui/unoidl/unomodel.cxx |4 sw/source/uibase/uno/unotxdoc.cxx |4 3 files changed, 12 insertions(+) New commits: commit e5ba9090f4809906ffa1c1dea352161cb988b97f Author: Mihai Varga Date: Wed Aug 12 10:32:07 2015 +0300

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sw/source

2015-08-13 Thread Caolán McNamara
sw/source/filter/ww8/ww8scan.cxx | 18 +- sw/source/filter/ww8/ww8scan.hxx |4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) New commits: commit 92c3a5b80ac575e1c538894b7c1a4170093785b5 Author: Caolán McNamara Date: Thu Aug 13 10:58:06 2015 +0100 convert p

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sw/source

2015-08-13 Thread Caolán McNamara
sw/source/filter/ww8/ww8scan.cxx | 18 +- sw/source/filter/ww8/ww8scan.hxx |4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) New commits: commit c23e12ebbf49a1e290440b3a044c2ac54d569aa9 Author: Caolán McNamara Date: Thu Aug 13 10:58:06 2015 +0100 convert p

[Libreoffice-commits] core.git: Branch 'feature/gsoc-tiled-rendering' - configure.ac m4/introspection.m4 sysui/desktop

2015-08-13 Thread Pranav Kant
Rebased ref, commits from common ancestor: commit b8924af619c8d117b2d62637f78b3198ec0c8a99 Author: Pranav Kant Date: Thu Aug 13 02:08:21 2015 +0530 widget registration Change-Id: I7455f6b9e3a6145b25bd081dc3a28ac011d02dcd diff --git a/configure.ac b/configure.ac index 7b0f031..fe9e

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

2015-08-13 Thread Varun
sw/qa/extras/uiwriter/uiwriter.cxx | 17 + 1 file changed, 17 insertions(+) New commits: commit 7e32ce6b4f910c0d43ce6c6ee28dac1e5aad0e52 Author: Varun Date: Tue Aug 11 22:50:08 2015 +0530 Added Test for tdf#74363 auto correct of initial captials on start Change-

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - svx/source

2015-08-13 Thread Maxim Monastirsky
svx/source/sidebar/graphic/GraphicPropertyPanel.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 4c537dd82b24926bf7b4ed75763af5befcce6702 Author: Maxim Monastirsky Date: Thu Aug 13 12:55:04 2015 +0300 tdf#78111 Sane preferred width for the color mode combobox Don'

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

2015-08-13 Thread Stephan Bergmann
framework/source/helper/statusindicatorfactory.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit f87e86d0d04537df28a127fdabb14b68c52f626c Author: Stephan Bergmann Date: Thu Aug 13 12:04:55 2015 +0200 tdf#93404: Forgot to launch WakeUpThread ...in 017f250764ec7b4ecb

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

2015-08-13 Thread Mihai Varga
loleaflet/src/layer/tile/GridLayer.js |8 1 file changed, 8 insertions(+) New commits: commit 7a6764098758651ab8d7f29497b16a99a7ed2bf5 Author: Mihai Varga Date: Thu Aug 13 14:05:48 2015 +0300 loleaflet: remove cursor and markers when removing the layer diff --git a/loleaflet

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-4' - 2 commits - loleaflet/Makefile

2015-08-13 Thread Mihai Varga
loleaflet/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6532c1155537c6fea4b287081a81e1ea56c3ce73 Author: Mihai Varga Date: Thu Aug 13 14:13:28 2015 +0300 loleaflet: bump version after tarball diff --git a/loleaflet/Makefile b/loleaflet/Makefile ind

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-4' - loleaflet/src

2015-08-13 Thread Mihai Varga
loleaflet/src/layer/tile/GridLayer.js |8 1 file changed, 8 insertions(+) New commits: commit a9510d8e5944a9cdf940ee121ae57232c10f3f65 Author: Mihai Varga Date: Thu Aug 13 14:05:48 2015 +0300 loleaflet: remove cursor and markers when removing the layer diff --git a/loleaflet

[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-4' - 12 commits - loleaflet/README loleaflet/src

2015-08-13 Thread Mihai Varga
loleaflet/README| 29 + loleaflet/src/control/Control.Permission.js |1 loleaflet/src/control/Control.Search.js |8 ++-- loleaflet/src/control/Control.Selection.js |1 loleaflet/src/control/Control.js| 17 ++ lo

[Libreoffice-commits] online.git: 13 commits - loleaflet/README loleaflet/spec loleaflet/src

2015-08-13 Thread Mihai Varga
loleaflet/README| 29 + loleaflet/spec/loadtest/LoadTestSpec.js |9 - loleaflet/src/control/Control.Permission.js |1 loleaflet/src/control/Control.Search.js |8 ++-- loleaflet/src/control/Control.Selection.js |1 loleafl

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

2015-08-13 Thread Tor Lillqvist
include/comphelper/windowserrorstring.hxx | 46 +++ vcl/source/gdi/pdfwriter_impl.cxx | 58 -- 2 files changed, 62 insertions(+), 42 deletions(-) New commits: commit 94cdcaa4d8db8f03ac9a84dac54357efff3eb123 Author: Tor Lillqvist Date:

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sc/source

2015-08-13 Thread Eike Rathke
sc/source/core/data/bcaslot.cxx | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) New commits: commit 61fb1d4de37f88f6408a483c3713a373340d6fb3 Author: Eike Rathke Date: Wed Aug 12 20:15:08 2015 +0200 Resolves: tdf#93388 broadcasting to removed listeners isn't a

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

2015-08-13 Thread Stephan Bergmann
framework/source/helper/statusindicatorfactory.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 54f10a9654b617c4c993044e52e7bd40d0151c53 Author: Stephan Bergmann Date: Thu Aug 13 12:04:55 2015 +0200 tdf#93404: Forgot to launch WakeUpThread ...in 017f250764ec7b4ecb

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source

2015-08-13 Thread Eike Rathke
sc/source/core/data/bcaslot.cxx | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) New commits: commit 860093671accbdfb6fb6de9017ad0b6a7a57703a Author: Eike Rathke Date: Wed Aug 12 20:15:08 2015 +0200 Resolves: tdf#93388 broadcasting to removed listeners isn't a

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/source

2015-08-13 Thread Jan Holesovsky
sd/source/ui/view/DocumentRenderer.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 6e87f5ca825599c496918c6a890b7a3bac0fbbc2 Author: Jan Holesovsky Date: Wed Aug 12 14:36:10 2015 +0200 tdf#80866: Revert "bnc#835985: When printing ... 'Order' did not c

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - editeng/source sw/source

2015-08-13 Thread Miklos Vajna
editeng/source/editeng/impedit4.cxx |3 +-- sw/source/core/view/viewsh.cxx |4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) New commits: commit bc4904aba89bcbe267ca705ff76fc9d8629f73a3 Author: Miklos Vajna Date: Wed Aug 12 14:16:11 2015 +0200 tdf#93384 editeng render

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sd/source sw/source

2015-08-13 Thread Noel Grandin
sd/source/ui/table/TableDesignPane.cxx |2 +- sw/source/filter/ww8/wrtww8gr.cxx | 16 ++-- sw/source/filter/ww8/ww8atr.cxx|8 ++-- 3 files changed, 17 insertions(+), 9 deletions(-) New commits: commit 8f1d6909f519526312d9c9384b715a4db730eafc Author: Noel Gra

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

2015-08-13 Thread Maxim Monastirsky
svx/source/sidebar/graphic/GraphicPropertyPanel.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit d2f218f54369c6d7fb38d0b701aa86fdf5aae843 Author: Maxim Monastirsky Date: Thu Aug 13 12:55:04 2015 +0300 tdf#78111 Sane preferred width for the color mode combobox Don'

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

2015-08-13 Thread Caolán McNamara
sw/source/filter/ww8/ww8scan.cxx | 18 +- sw/source/filter/ww8/ww8scan.hxx |4 ++-- sw/source/ui/app/error.src |4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) New commits: commit ea70088895ed45dc60abf18319acc1b4fa3018dd Author: Caolán McNamara Date:

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

2015-08-13 Thread Tomaž Vajngerl
chart2/qa/extras/xshape/chart2xshape.cxx | 39 +++-- chart2/qa/extras/xshape/data/ods/tdf76649_TrendLineBug.ods |binary 2 files changed, 35 insertions(+), 4 deletions(-) New commits: commit 2b129825f90bf7aee51e57fd11a5b81fbd5f16d1 Author: Tomaž Vajngerl Date: Sat

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

2015-08-13 Thread Laurent Balland-Poirier
chart2/source/view/main/VDataSeries.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit b3abc191e24bd2e812836257024d14557a6238ce Author: Laurent Balland-Poirier Date: Wed Jun 17 15:15:07 2015 +0200 tdf#76649 Skip NaN initial values for min and max

[Libreoffice-commits] core.git: 4 commits - cui/source include/sfx2 sc/source sfx2/source sw/source

2015-08-13 Thread Noel Grandin
cui/source/inc/numfmt.hxx|4 ++-- cui/source/tabpages/numfmt.cxx |2 +- include/sfx2/app.hxx | 10 ++ include/sfx2/templateabstractview.hxx|6 +++--- include/sfx2/templatedlg.hxx |4 ++-- in

Re: [Libreoffice-commits] core.git: sc/qa

2015-08-13 Thread Stephan Bergmann
On 08/12/2015 05:53 PM, Eike Rathke wrote: On Wednesday, 2015-08-12 17:48:57 +0200, Eike Rathke wrote: The new test code triggers a division by zero now (as seen with -fsanitize=undefined): First, that shouldn't matter as it produces a double INF value. I wonder though why that didn't propag

Re: another life-cycle/timing bug

2015-08-13 Thread Stephan Bergmann
On 08/13/2015 11:06 AM, Tor Lillqvist wrote: Trying to "exit cleanly" is so last century. Apps should just _exit(). In a multithreaded app, in general there needs to be communication among the threads about process termination, no matter whether termination is done via exit() or _exit(). ___

Re: another life-cycle/timing bug

2015-08-13 Thread Tor Lillqvist
Trying to "exit cleanly" is so last century. Apps should just _exit(). (Yes, I know what you are going to say about valgrind and its cousins.) --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/list

[Libreoffice-commits] core.git: Branch 'feature/gsoc-tiled-rendering' - 315 commits - accessibility/inc accessibility/source avmedia/source basctl/source basic/source bin/find-duplicated-sids.py bin/f

2015-08-13 Thread Pranav Kant
Rebased ref, commits from common ancestor: commit 86b5c11ffa17c3ac80b1be3b40a12b46f1fc4751 Author: Pranav Kant Date: Thu Aug 13 02:08:21 2015 +0530 widget registration Change-Id: I7455f6b9e3a6145b25bd081dc3a28ac011d02dcd diff --git a/configure.ac b/configure.ac index 7b0f031..6742

Re: another life-cycle/timing bug

2015-08-13 Thread Stephan Bergmann
On 08/12/2015 11:52 PM, Norbert Thiebaud wrote: Thread 4 Crashed: 0 libupdchklo.dylib 0x000122446611 rtl::OUString::equalsAscii(char const*) const + 33 1 libupdchklo.dylib 0x0001224401cf NamedValueByNameAccess::getValue(char const*) + 95 2 libupdchklo

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

2015-08-13 Thread Stephan Bergmann
sw/qa/extras/uiwriter/uiwriter.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 63e1890675ecaaf50d855a1daf85fc41798bb898 Author: Stephan Bergmann Date: Thu Aug 13 10:46:22 2015 +0200 loplugin:stringconstant Change-Id: I2444c480d5bd1aca814bdf1159f88

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

2015-08-13 Thread Caolán McNamara
sw/source/ui/vba/vbatablehelper.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit f3bf85b8cacb0bf43e646f3c67f704cc89b72323 Author: Caolán McNamara Date: Thu Aug 13 09:00:25 2015 +0100 check for negative numbers too Change-Id: I4a798a4f60d0064ab

Re: Libreoffice 5 macro never finishes loading impress

2015-08-13 Thread Caolán McNamara
On Wed, 2015-08-12 at 07:53 -0400, Jerry Geis wrote: > Is there by chance a new "command line" argument that will just load > and immediately start showing the presentation soffice --show presentation.odp will load it and go immediately to presentation mode. C. _

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

2015-08-13 Thread Caolán McNamara
sw/source/ui/vba/vbatablehelper.cxx |9 - 1 file changed, 4 insertions(+), 5 deletions(-) New commits: commit 348cc2ce1e932f0fcaf90f9cf4d6dc9594f3f8a2 Author: Caolán McNamara Date: Thu Aug 13 08:33:37 2015 +0100 wrong row/col count limits thanks to ccsheller for noti

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

2015-08-13 Thread Miklos Vajna
sw/source/core/access/accpara.cxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 05d355ca19487dd3d1a86980f51a56db695e4bcc Author: Miklos Vajna Date: Thu Aug 13 09:06:55 2015 +0200 sw: use std::unique_ptr in accpara Change-Id: I0fcc22f9872

[Bug 88206] Change uses of cppu::WeakImplHelper* and cppu::ImplInheritanceHelper* to use variadic variants instead

2015-08-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88206 --- Comment #25 from Commit Notification --- Takeshi Abe committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b73d8b16d5509d54460189547746352d5454448c fpicker:

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

2015-08-13 Thread Tobias Lippert
sw/inc/ToxLinkProcessor.hxx |5 - sw/qa/core/test_ToxLinkProcessor.cxx | 22 +++--- 2 files changed, 23 insertions(+), 4 deletions(-) New commits: commit 5d81c9f24fbe48a0717640c1ba6bcf882b9358e2 Author: Tobias Lippert Date: Thu Aug 6 20:30:28 2015 +0200

[Libreoffice-commits] core.git: fpicker/source fpicker/test

2015-08-13 Thread Takeshi Abe
fpicker/source/aqua/SalAquaFilePicker.hxx |4 ++-- fpicker/source/aqua/SalAquaFolderPicker.hxx |4 ++-- fpicker/source/office/OfficeFolderPicker.hxx |4 ++-- fpicker/source/office/commonpicker.hxx|4 ++-- fpicker/source

[Libreoffice-commits] core.git: vcl/inc vcl/osx

2015-08-13 Thread Norbert Thiebaud
vcl/inc/osx/salinst.h| 47 +++--- vcl/inc/saldatabasic.hxx |6 ++-- vcl/osx/salframeview.mm | 58 --- vcl/osx/salmenu.cxx | 22 - vcl/osx/salnsmenu.mm | 21 - vcl/o