Re: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used

2015-08-25 Thread Khaled Hosny
On Tue, Aug 25, 2015 at 05:54:32PM +0200, Stephan Bergmann wrote: On 08/25/2015 05:30 PM, Khaled Hosny wrote: In may build I see this warning a lot: In file included from cui/source/tabpages/textattr.cxx:37:0: include/svx/dlgutil.hxx:37:28: warning: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not

Re: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used

2015-08-25 Thread Maxim Monastirsky
Hi Khaled, On Tue, Aug 25, 2015 at 6:30 PM, Khaled Hosny khaledho...@eglug.org wrote: In may build I see this warning a lot: In file included from cui/source/tabpages/textattr.cxx:37:0: include/svx/dlgutil.hxx:37:28: warning: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used

Re: What autogen.sh for an alternative ContentProvider for dav:// scheme?

2015-08-25 Thread Giuseppe Castagno
On 08/25/2015 03:24 PM, Stephan Bergmann wrote: On 08/25/2015 02:51 PM, Giuseppe Castagno wrote: On 08/25/2015 01:14 PM, Stephan Bergmann wrote: On 08/25/2015 12:07 PM, Giuseppe Castagno wrote: ... In order to use pure WebDAV and not the file system mapped one. So in the the users will

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

2015-08-25 Thread Dennis Francis
vcl/generic/glyphs/glyphcache.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 20618ddc2793064c7c55d9c765a8113abb45b153 Author: Dennis Francis dennisfrancis...@gmail.com Date: Thu Aug 20 22:53:19 2015 +0530 fixes a memory leak that appeared in tdf#93392 valgrind trace

[Bug 76291] FILESAVE: Chinese hyperlinks modified upon Saving

2015-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76291 Vasily Melenchuk vasily.melenc...@cib.de changed: What|Removed |Added See Also|

Re: Deletion of vcl::Window's inside ToolBar

2015-08-25 Thread Maxim Monastirsky
Hi, On Tue, Aug 25, 2015 at 5:08 PM, Caolán McNamara caol...@redhat.com wrote: i.e. what entity put the item into the toolbar is the same entity that has to remove it and dispose it. Just to add some specific code pointers: The window items are added to the toolbar in

‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used

2015-08-25 Thread Khaled Hosny
In may build I see this warning a lot: In file included from cui/source/tabpages/textattr.cxx:37:0: include/svx/dlgutil.hxx:37:28: warning: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used [-Wunused-variable] static const DrawModeFlags OUTPUT_DRAWMODE_CONTRAST = DrawModeFlags::SettingsLine |

Re: Deletion of vcl::Window's inside ToolBar

2015-08-25 Thread Caolán McNamara
On Fri, 2015-08-21 at 23:51 +0530, Dennis Francis wrote: Hi all, I am trying to understand where the SvxFontNameBox_Impl objects are deallocated. With help from gdb and opengrok, I found that it is held in ImplToolItem::mpWindow. But in ImplToolItem destructor it says clearly not to

[Libreoffice-commits] help.git: AllLangHelp_sbasic.mk AllLangHelp_shared.mk source/text

2015-08-25 Thread Olivier Hallot
AllLangHelp_sbasic.mk|1 AllLangHelp_shared.mk|1 source/text/sbasic/shared/0103.xhp |3 - source/text/sbasic/shared/code-stubs.xhp | 46 + source/text/shared/00/0406.xhp |2

[Bug 92018] Implement caching for native widget rendering for Mac / OpenGL rendering

2015-08-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92018 Michael Meeks michael.me...@collabora.com changed: What|Removed |Added Blocks|93529 | ---

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

2015-08-25 Thread Stephan Bergmann
sw/source/filter/ww8/ww8scan.cxx | 147 --- 1 file changed, 123 insertions(+), 24 deletions(-) New commits: commit db39370e91c68910daf1f5959f6494b4891e7ba2 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Aug 24 17:31:24 2015 +0200 Handle

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

2015-08-25 Thread Eike Rathke
chart2/source/controller/dialogs/DataBrowser.cxx | 34 --- chart2/source/controller/dialogs/DataBrowser.hxx |2 chart2/source/inc/DiagramHelper.hxx |1 chart2/source/tools/DiagramHelper.cxx| 49 +++ 4 files changed, 70

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

2015-08-25 Thread Eike Rathke
sc/inc/dbdata.hxx |5 + sc/source/core/tool/dbdata.cxx | 21 + sc/source/ui/docshell/dbdocfun.cxx |3 +++ 3 files changed, 29 insertions(+) New commits: commit 5aecce00ee5e9c60cdd8a5af47600a06eddf911d Author: Eike Rathke er...@redhat.com

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

2015-08-25 Thread Tor Lillqvist
sc/source/core/opencl/op_spreadsheet.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 32b35d9d8a21091b987d94fc2ad24d69e9d8a6f3 Author: Tor Lillqvist t...@collabora.com Date: Tue Aug 25 18:25:47 2015 +0300 Return correct value from the OpenCL VLOOKUP

[Libreoffice-commits] core.git: helpcontent2

2015-08-25 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 567471e0b6b3d4fd5d4ed51445d091c0763fb845 Author: Olivier Hallot olivier.hal...@edx.srv.br Date: Sun Jul 26 17:39:23 2015 -0300 Updated core Project: help fff841e50d4e1b36453820b66f150d708ebfff2b

[Libreoffice-commits] libvisio.git: 2 commits - src/lib

2015-08-25 Thread David Tardon
src/lib/VSDMetaData.cpp |5 + src/lib/VSDParser.cpp| 12 src/lib/libvisio_utils.h |3 +++ 3 files changed, 16 insertions(+), 4 deletions(-) New commits: commit 4b03893826bcc5f859b0ac3bea6a98269499d99f Author: David Tardon dtar...@redhat.com Date: Tue Aug 25

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

2015-08-25 Thread Stephan Bergmann
filter/source/graphicfilter/ipbm/ipbm.cxx | 24 1 file changed, 24 insertions(+) New commits: commit 0382dd6b26a77484cc2818ea1655da373fa92e5f Author: Stephan Bergmann sberg...@redhat.com Date: Tue Aug 25 11:58:42 2015 +0200 Avoid overflow in

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

2015-08-25 Thread Stephan Bergmann
sw/source/filter/ww8/ww8scan.cxx | 147 --- 1 file changed, 123 insertions(+), 24 deletions(-) New commits: commit e5a9e86a3f454cec9ff8ecc12ed93970ef555d0e Author: Stephan Bergmann sberg...@redhat.com Date: Mon Aug 24 17:31:24 2015 +0200 Handle

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

2015-08-25 Thread Stephan Bergmann
filter/source/graphicfilter/ipbm/ipbm.cxx | 24 1 file changed, 24 insertions(+) New commits: commit 4c8bba9a8e7488b268fc4f6c9e06195b42565375 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Aug 25 11:58:42 2015 +0200 Avoid overflow in

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

2015-08-25 Thread Eike Rathke
sc/source/core/tool/parclass.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit be28207b668d9f8752ea82ef669aa45876b9ed69 Author: Eike Rathke er...@redhat.com Date: Tue Jul 21 16:09:34 2015 +0200 MATCH, HLOOKUP and VLOOKUP have a ReferenceOrForceArray

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/crash-2.doc |binary sw/source/filter/ww8/ww8glsy.cxx | 10 -- sw/source/filter/ww8/ww8par.cxx | 27 --- sw/source/filter/ww8/ww8par.hxx |8 4 files changed, 24 insertions(+), 21 deletions(-) New commits:

Re: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used

2015-08-25 Thread Stephan Bergmann
On 08/25/2015 05:30 PM, Khaled Hosny wrote: In may build I see this warning a lot: In file included from cui/source/tabpages/textattr.cxx:37:0: include/svx/dlgutil.hxx:37:28: warning: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used [-Wunused-variable] static const DrawModeFlags

Re: ‘OUTPUT_DRAWMODE_CONTRAST’ defined but not used

2015-08-25 Thread Khaled Hosny
On Tue, Aug 25, 2015 at 07:28:26PM +0300, Maxim Monastirsky wrote: Hi Khaled, On Tue, Aug 25, 2015 at 6:30 PM, Khaled Hosny khaledho...@eglug.org wrote: In may build I see this warning a lot: In file included from cui/source/tabpages/textattr.cxx:37:0: include/svx/dlgutil.hxx:37:28:

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

2015-08-25 Thread Michael Meeks
vcl/inc/opengl/watchdog.hxx| 31 + vcl/inc/opengl/zone.hxx| 31 ++--- vcl/source/app/svmain.cxx |4 + vcl/source/opengl/OpenGLHelper.cxx | 127 - vcl/workben/vcldemo.cxx| 69 +++- 5

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

2015-08-25 Thread Tor Lillqvist
officecfg/registry/schema/org/openoffice/Office/Calc.xcs |2 +- sc/source/core/opencl/formulagroupcl.cxx |1 + sc/source/core/opencl/op_spreadsheet.cxx |2 +- sc/source/core/tool/calcconfig.cxx |1 + 4 files changed, 4

Nathan Wells license statement

2015-08-25 Thread Nathan Wells
I, Nathan Wells, declare that all of my past future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Thank you, Nathan Wells ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] core.git: Branch 'feature/fixes7' - 6 commits - officecfg/registry sc/source

2015-08-25 Thread Tor Lillqvist
officecfg/registry/schema/org/openoffice/Office/Calc.xcs |2 sc/source/core/opencl/formulagroupcl.cxx | 49 - sc/source/core/opencl/op_spreadsheet.cxx | 145 ++- sc/source/core/opencl/op_spreadsheet.hxx |1

Help with submitting patch

2015-08-25 Thread Nathan Wells
Hello, I wanted to submit a patch for https://bugs.documentfoundation.org/show_bug.cgi?id=52020 But I am wholly unfamiliar with gerrit. I am familiar with Github and incorrectly created a pull request before I realized that was not how it is done https://github.com/LibreOffice/core/pull/4 I am

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

2015-08-25 Thread Damjan Jovanovic
basic/source/runtime/methods.cxx | 18 ++ 1 file changed, 2 insertions(+), 16 deletions(-) New commits: commit a68493266e9212119f31e58c256f00fb9bcc8d20 Author: Damjan Jovanovic dam...@apache.org Date: Wed Aug 26 02:10:46 2015 + #i117989# Basic functions Day(),

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

2015-08-25 Thread Henry Castro
loleaflet/src/layer/tile/TileLayer.js | 35 +- 1 file changed, 34 insertions(+), 1 deletion(-) New commits: commit b7bd11f58af670861b4c28eafac96358487b47d7 Author: Henry Castro hcas...@collabora.com Date: Wed Aug 26 00:28:11 2015 -0400 loleaflet:

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

2015-08-25 Thread Henry Castro
loleaflet/src/layer/tile/GridLayer.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a2037f94f1c7eb7321e0e2001f35b8e33673dd10 Author: Henry Castro hcas...@collabora.com Date: Tue Aug 25 23:58:32 2015 -0400 loleaflet: prefetch tiles if socket is opened diff

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

2015-08-25 Thread Henry Castro
loleaflet/src/layer/tile/TileLayer.js |7 +++ 1 file changed, 7 insertions(+) New commits: commit d60360dac3330f35e60d9fcf335e0a23c292d978 Author: Henry Castro hcas...@collabora.com Date: Wed Aug 26 00:16:48 2015 -0400 loleaflet: clear cursor and selection when ... socket

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

2015-08-25 Thread Lubosz Sarnecki
vcl/inc/opengl/program.hxx |5 + vcl/opengl/program.cxx | 13 - 2 files changed, 17 insertions(+), 1 deletion(-) New commits: commit 97bf7c6cc7c756109e75dc11641300e28e8b3d1f Author: Lubosz Sarnecki lubosz.sarne...@collabora.co.uk Date: Thu Aug 20 16:22:43 2015 +0200

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

2015-08-25 Thread Caolán McNamara
filter/qa/cppunit/data/tiff/fail/hang-10.tiff |binary filter/source/graphicfilter/itiff/lzwdecom.cxx | 12 2 files changed, 12 insertions(+) New commits: commit 93b4ed17f499bef5a3005f3c870e47e5de1c847e Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 24 15:31:41 2015

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

2015-08-25 Thread Zolnai Tamás
sw/source/core/layout/paintfrm.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8f44345f1e3e604dae86fef438014d4941b1d298 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sun Aug 23 19:15:14 2015 +0200 tdf#91969: Parts of paragraph border is missing

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

2015-08-25 Thread Caolán McNamara
filter/qa/cppunit/data/tiff/fail/hang-10.tiff |binary filter/source/graphicfilter/itiff/lzwdecom.cxx | 12 2 files changed, 12 insertions(+) New commits: commit aed68b0c79b4edac79d18a7c273ab1bf21665614 Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 24 15:31:41 2015

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

2015-08-25 Thread Caolán McNamara
sw/source/filter/ww8/ww8graf.cxx |2 +- sw/source/filter/ww8/ww8par.cxx |3 ++- sw/source/filter/ww8/ww8par.hxx |3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) New commits: commit 436ccb0df15c1c654e5b3eebfd3ba94ddd2341c5 Author: Caolán McNamara caol...@redhat.com Date:

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/crash-2.doc |binary sw/source/filter/ww8/ww8par4.cxx |9 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) New commits: commit 666fb214e93d542dd80e48b9e008727129b5764f Author: Caolán McNamara caol...@redhat.com Date: Tue Aug 25 08:55:09 2015 +0100

[Libreoffice-commits] core.git: 6 commits - basctl/source include/tools sc/source svtools/source sw/source

2015-08-25 Thread Noel Grandin
basctl/source/dlged/dlgedview.cxx|4 - include/tools/gen.hxx| 98 +-- sc/source/ui/cctrl/cbuttonw.cxx |2 svtools/source/hatchwindow/ipwin.cxx | 38 ++--- sw/source/core/draw/dcontact.cxx |2

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/hang-1.doc |binary sw/source/filter/ww8/ww8scan.cxx| 19 ++- sw/source/filter/ww8/ww8scan.hxx|1 + 3 files changed, 19 insertions(+), 1 deletion(-) New commits: commit 76bd64a9d09e06a38747c25f9ad93dff5376aeaf Author: Caolán McNamara

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ae/c10dffbd66cc6b4a8fc7ca6bb75cf589c81509

2015-08-25 Thread Caolán McNamara
ae/c10dffbd66cc6b4a8fc7ca6bb75cf589c81509 |1 + 1 file changed, 1 insertion(+) New commits: commit a41d5500f211b5ba18605d54f91977c09ddd3046 Author: Caolán McNamara caol...@redhat.com Date: Tue Aug 25 08:58:14 2015 +0100 Notes added by 'git notes add' diff --git

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/hang-2.doc |binary sw/source/filter/ww8/ww8scan.cxx|9 - 2 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 35b895a710b9f43fbffc6ff7dcc461de4663bbba Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 24 14:05:00 2015 +0100

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

2015-08-25 Thread Stephan Bergmann
sw/source/filter/ww8/ww8scan.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e90c874f521a9fe9f2a0f21eaf8b01aec775c16c Author: Stephan Bergmann sberg...@redhat.com Date: Mon Aug 24 17:21:48 2015 +0200 Handle zero nPLCF ...as found by ASan in

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

2015-08-25 Thread Stephan Bergmann
sw/source/filter/ww8/ww8graf.cxx |6 ++- sw/source/filter/ww8/ww8scan.cxx | 73 +-- sw/source/filter/ww8/ww8scan.hxx |2 - 3 files changed, 52 insertions(+), 29 deletions(-) New commits: commit 1f3162c473c43a87b261fce83a69e44085394f45 Author: Stephan

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

2015-08-25 Thread Caolán McNamara
filter/qa/cppunit/data/pbm/fail/crash-1.pbm |6 ++ filter/source/graphicfilter/ipbm/ipbm.cxx | 11 ++- 2 files changed, 12 insertions(+), 5 deletions(-) New commits: commit 25418bf4997e3f1b31e0da87ee0947ad9c8da2ce Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 24

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7b/40f37a5a85526fb5651e8ab4fdff0b8e9e61d3

2015-08-25 Thread Caolán McNamara
7b/40f37a5a85526fb5651e8ab4fdff0b8e9e61d3 |1 + 1 file changed, 1 insertion(+) New commits: commit 18f0b292eed0c9568ac5584074eb56815dcf6294 Author: Caolán McNamara caol...@redhat.com Date: Tue Aug 25 08:59:09 2015 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c0/40a9c430a21c074b0d31ae91a9ff579537c40e

2015-08-25 Thread Caolán McNamara
c0/40a9c430a21c074b0d31ae91a9ff579537c40e |1 + 1 file changed, 1 insertion(+) New commits: commit d96beba1fd9fcb273806394376d2f713cb99a319 Author: Caolán McNamara caol...@redhat.com Date: Tue Aug 25 08:58:43 2015 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: 2 commits - configure.ac download.lst external/libmwaw filter/source writerperfect/qa writerperfect/source

2015-08-25 Thread David Tardon
configure.ac |2 download.lst |4 external/libmwaw/Library_mwaw.mk |6 filter/source/config/fragments/filters/Mac_RagTime.xcu |2

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

2015-08-25 Thread Stephan Bergmann
sw/source/filter/ww8/ww8graf.cxx |6 ++- sw/source/filter/ww8/ww8scan.cxx | 73 +-- sw/source/filter/ww8/ww8scan.hxx |2 - 3 files changed, 52 insertions(+), 29 deletions(-) New commits: commit b0b558e2ef87a102582ea7fd5df73c9cee460b3b Author: Stephan

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

2015-08-25 Thread Stephan Bergmann
sw/source/filter/ww8/ww8scan.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit bd409ff7c3ce8fa6fc890d91a30fc0996fe4651b Author: Stephan Bergmann sberg...@redhat.com Date: Mon Aug 24 17:21:48 2015 +0200 Handle zero nPLCF ...as found by ASan in

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/crash-1.doc |binary sw/source/filter/ww8/ww8scan.cxx |5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit fc8da14e6ec6db437bd2959efd63391c7632a23d Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 24 15:29:54 2015 +0100

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

2015-08-25 Thread Caolán McNamara
dev/null |binary 1 file changed New commits: commit af9751a760e9007d0450adf2753d8a65be5f536c Author: Caolán McNamara caol...@redhat.com Date: Tue Aug 25 09:23:06 2015 +0100 disable test case pending index assert fix Change-Id: Ic48e22169dff2ed06b75af519ca39addef7d07de diff

[Libreoffice-commits] core.git: Branch 'feature/fixes7' - vcl/win

2015-08-25 Thread Tor Lillqvist
vcl/win/source/gdi/winlayout.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 12450a5236d9c86390f5a706612bb7935aff332a Author: Tor Lillqvist t...@collabora.com Date: Tue Aug 25 11:52:20 2015 +0300 Turn on glyph caching by default when using OpenGL

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/hang-1.doc |binary sw/source/filter/ww8/ww8scan.cxx| 17 + sw/source/filter/ww8/ww8scan.hxx|1 + 3 files changed, 18 insertions(+) New commits: commit cce05bd5e655ae1db7165e086183371bf071dae3 Author: Caolán McNamara caol...@redhat.com

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/hang-2.doc |binary sw/source/filter/ww8/ww8scan.cxx|9 - 2 files changed, 4 insertions(+), 5 deletions(-) New commits: commit d8b8bb7bb6a4b50190efd9f1f6909f42e353546c Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 24 14:05:00 2015 +0100

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

2015-08-25 Thread Tor Lillqvist
vcl/inc/opengl/FixedTextureAtlas.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 4809c42c091e60a2b5fdfa6792c6130acf123466 Author: Tor Lillqvist t...@collabora.com Date: Tue Aug 25 10:22:26 2015 +0300 Nitpick: Follow our header guard naming convention

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/crash-1.doc |binary sw/source/filter/ww8/ww8scan.cxx |5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit ced9ee8e90a7ce8778cf07733ce05ab85d5f4bdb Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 24 15:29:54 2015 +0100

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sal/osl

2015-08-25 Thread Michael Meeks
sal/osl/unx/signal.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d5cc5bb38445c9b0acf33b463d722b504ac84df6 Author: Michael Meeks michael.me...@collabora.com Date: Fri Aug 21 10:00:47 2015 +0100 tdf#93569 - restore ACT_ABORT distinction. In order

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

2015-08-25 Thread Caolán McNamara
filter/qa/cppunit/data/pbm/fail/crash-1.pbm |6 ++ filter/source/graphicfilter/ipbm/ipbm.cxx | 11 ++- 2 files changed, 12 insertions(+), 5 deletions(-) New commits: commit 84df27c093b4a52df92bef570cde96dcebdf35c9 Author: Caolán McNamara caol...@redhat.com Date: Mon Aug 24

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - vcl/unx

2015-08-25 Thread Khaled Hosny
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx | 29 +++--- 1 file changed, 22 insertions(+), 7 deletions(-) New commits: commit 3a0ca27411f37b86a56737d89349ac629863af00 Author: Khaled Hosny khaledho...@eglug.org Date: Mon Aug 17 04:00:49 2015 +0200 Fix GTK3

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

2015-08-25 Thread Caolán McNamara
vcl/source/gdi/salgdilayout.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit f9410a54f8d01e8eafceb9e2239f339d9bb8f094 Author: Caolán McNamara caol...@redhat.com Date: Sun Aug 23 20:46:53 2015 +0100 don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangle

[Libreoffice-commits] core.git: vcl/README.vars vcl/win

2015-08-25 Thread Tor Lillqvist
vcl/README.vars |2 +- vcl/win/source/gdi/winlayout.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 9a68eb9c1f54d4c4e14a46c11ba9eafca35a2b82 Author: Tor Lillqvist t...@collabora.com Date: Tue Aug 25 11:52:20 2015 +0300 Turn on glyph

[Libreoffice-commits] core.git: 4 commits - avmedia/source include/sfx2 sc/source sd/source sfx2/source starmath/inc starmath/source svx/source sw/source

2015-08-25 Thread Noel Grandin
avmedia/source/framework/mediaplayer.cxx |5 - include/sfx2/childwin.hxx | 44 sc/source/ui/app/inputwin.cxx |6 +- sc/source/ui/dialogs/searchresults.cxx |2 sc/source/ui/formdlg/dwfunctr.cxx |4

use of xsltproc without '--nonet'

2015-08-25 Thread Richard PALO
I noticed (by chance) some uses of xsltproc without the '--nonet' option in the following files: extras/CustomTarget_autocorr.mk extras/CustomTarget_autotextshare.mk extras/CustomTarget_autotextuser.mk solenv/gbuild/UIConfig.mk solenv/gbuild/platform/macosx.mk Is there any particular reason

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

2015-08-25 Thread Tor Lillqvist
sc/source/core/opencl/op_spreadsheet.cxx | 45 --- sc/source/core/opencl/op_spreadsheet.hxx |1 2 files changed, 6 insertions(+), 40 deletions(-) New commits: commit 162264450cb62177ea133829d081fecdb02136b5 Author: Tor Lillqvist t...@collabora.com Date: Tue

LibreOffice 5.0.1 RC2 available

2015-08-25 Thread Robinson Tryon
Dear Community, The Document Foundation is pleased to announce the second release candidate of LibreOffice 5.0.1. The upcoming 5.0.0 will be the first bugfix release of our fresh 5.0 line. Please be aware that LibreOffice 5.0.1 RC2 has not been flagged as ready for production use yet, however

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

2015-08-25 Thread Maxim Monastirsky
sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx | 25 - sc/source/ui/sidebar/NumberFormatPropertyPanel.hxx |1 sc/uiconfig/scalc/ui/sidebarnumberformat.ui|3 -- 3 files changed, 29 deletions(-) New commits: commit 882604ad9546c7d267b1c0beed29448e072cf0a3

Change Default System Font?

2015-08-25 Thread Nathan Wells
Hello, I've been wanting to reverse a feature I requested for LibreOffice for two years now but haven't been able to get any traction (the feature request and then rescinded request is here: https://bugs.documentfoundation.org/show_bug.cgi?id=52020 ). So I am preparing to do a build of

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

2015-08-25 Thread Yousuf Philips
sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx |2 +- sc/uiconfig/scalc/ui/sidebarnumberformat.ui|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit c936d690a69d4d0332caade1a481ae1c3a6e06e7 Author: Yousuf Philips philip...@hotmail.com Date: Tue Aug

Re: [Libreoffice-qa] Interoperability Test File

2015-08-25 Thread Marina Latini
- Messaggio originale - Da: Joel Madero jmadero@gmail.com A: libreoffice-dev libreoffice@lists.freedesktop.org, Libreoffice-qa libreoffice...@lists.freedesktop.org Inviato: Martedì, 25 agosto 2015 6:04:59 Oggetto: [Libreoffice-qa] Interoperability Test File Hi All, Hi Joel,

[Libreoffice-commits] core.git: cui/source dbaccess/source include/svtools include/svx include/vcl sc/source sd/source svtools/source svx/source sw/source

2015-08-25 Thread Noel Grandin
cui/source/inc/cuigaldlg.hxx |2 +- cui/source/inc/cuigrfflt.hxx |2 +- cui/source/options/fontsubs.hxx |4 ++-- dbaccess/source/core/dataaccess/intercept.hxx |2 +- include/svtools/PlaceEditDialog.hxx |2 +-

[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - fpicker/source

2015-08-25 Thread Szymon Kłos
fpicker/source/office/RemoteFilesDialog.cxx | 24 1 file changed, 24 insertions(+) New commits: commit db7d1b4af5a309fe368d01cb9965ba632f2fbee2 Author: Szymon Kłos eszka...@gmail.com Date: Tue Aug 25 11:51:11 2015 +0200 Remove stored password if service is

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

2015-08-25 Thread Stephan Bergmann
filter/source/graphicfilter/ipbm/ipbm.cxx | 24 sw/source/filter/ww8/ww8scan.cxx | 145 +- 2 files changed, 146 insertions(+), 23 deletions(-) New commits: commit 662498ab80833a2b671c247fb859603632e52105 Author: Stephan Bergmann sberg...@redhat.com

What autogen.sh for an alternative ContentProvider for dav:// scheme?

2015-08-25 Thread Giuseppe Castagno
Hi all, while I was trying with a fairly current master to open a WebDAV file as: ./soffice dav://192.168.1.80:8080/alfresco/webdav/Sites/davtest/documentLibrary/Lorem_ipsum.odt I got the following warnings: warn:ucb.ucp.gio:17565:1:ucb/source/ucp/gio/gio_content.cxx:400: ignoring GError

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

2015-08-25 Thread Caolán McNamara
sw/qa/core/data/ww5/pass/crash-3.doc |binary sw/source/filter/ww8/ww8graf.cxx | 69 +-- sw/source/filter/ww8/ww8par.hxx |1 3 files changed, 59 insertions(+), 11 deletions(-) New commits: commit cc596d8d0f2f896d000833ffcba0035e3812c657 Author:

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

2015-08-25 Thread Thorsten Behrens
vcl/qa/cppunit/timer.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6bdd93e3562d0871b7b7179689f01601b5d10538 Author: Thorsten Behrens thorsten.behr...@cib.de Date: Tue Aug 25 11:04:38 2015 +0200 vcl: disable randomly failing timer unit tests

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

2015-08-25 Thread Caolán McNamara
sw/source/filter/ww8/ww8graf.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d68539562a7d1f0472376855d9f8a25bd8fe93cf Author: Caolán McNamara caol...@redhat.com Date: Tue Aug 25 10:08:38 2015 +0100 misplaced brace Change-Id:

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

2015-08-25 Thread Zolnai Tamás
sw/source/core/layout/paintfrm.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4ffdf7fa5c2f1fbe16c010c2fef639eb0a0725b6 Author: Zolnai Tamás zolnaitamas2...@gmail.com Date: Sun Aug 23 19:15:14 2015 +0200 tdf#91969: Parts of paragraph border is missing

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

2015-08-25 Thread Mark Hung
sw/source/core/text/itrpaint.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f0a149fe1c3224cef17f15e574b0a818923b57f6 Author: Mark Hung mark...@gmail.com Date: Sat Aug 1 22:48:39 2015 +0800 Fix tdf#77514 CJK ruby text in RTL( vertical ) base line issue.

Re: use of xsltproc without '--nonet'

2015-08-25 Thread Christian Lohmaier
Hi Richard, On Tue, Aug 25, 2015 at 8:53 AM, Richard PALO rich...@netbsd.org wrote: I noticed (by chance) some uses of xsltproc without the '--nonet' option in the following files: extras/CustomTarget_autocorr.mk extras/CustomTarget_autotextshare.mk extras/CustomTarget_autotextuser.mk

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

2015-08-25 Thread Eike Rathke
i18nlangtag/source/isolang/isolang.cxx |1 + include/i18nlangtag/lang.h |1 + svtools/source/misc/langtab.src|1 + 3 files changed, 3 insertions(+) New commits: commit 76bc0e061b7fb9d0da90e4099d9f429496fe6b4d Author: Eike Rathke er...@redhat.com Date: Tue Aug 25

[Libreoffice-commits] core.git: helpcontent2

2015-08-25 Thread Christian Lohmaier
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3ac03b3f2747e723efc93a5a4ca82d72445eecf0 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Aug 25 13:03:49 2015 +0200 Updated core Project: help

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

2015-08-25 Thread Mark Hung
sw/source/core/text/itrpaint.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b14861e1dfb9f83d26d6032ae96b664845528f2a Author: Mark Hung mark...@gmail.com Date: Sat Aug 1 22:48:39 2015 +0800 Fix tdf#77514 CJK ruby text in RTL( vertical ) base line issue.

[Libreoffice-commits] core.git: offapi/com offapi/UnoApi_offapi.mk

2015-08-25 Thread Laurent Godard
offapi/UnoApi_offapi.mk | 10 +- offapi/com/sun/star/frame/XController2.idl |1 + offapi/com/sun/star/ui/XDeck.idl|6 -- offapi/com/sun/star/ui/XDecks.idl |7 ++- offapi/com/sun/star/ui/XPanel.idl |4 +++-

[Libreoffice-commits] help.git: 2 commits - source/text

2015-08-25 Thread Christian Lohmaier
source/text/smath/01/0602.xhp |4 ++-- source/text/swriter/guide/navigator.xhp |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 67285d99b8c9373ba3fa992679353ee1a5bc4da9 Author: Christian Lohmaier lohmaier+libreoff...@googlemail.com Date: Tue Aug

Re: What autogen.sh for an alternative ContentProvider for dav:// scheme?

2015-08-25 Thread Stephan Bergmann
On 08/25/2015 12:07 PM, Giuseppe Castagno wrote: master was built with following autogen.sh input: --with-lang='en-US' \ --enable-debug \ --enable-selective-debuginfo=sal/ offapi/ tools/ unotools/ sfx2/ ucbhelper/ ucb/ OTOH, doing the same test on a LO 5.0 production build (5.0.0.5) I got no

Re: use of xsltproc without '--nonet'

2015-08-25 Thread Richard PALO
Le 25/08/15 12:55, Christian Lohmaier a écrit : Hi Richard, On Tue, Aug 25, 2015 at 8:53 AM, Richard PALO rich...@netbsd.org wrote: I noticed (by chance) some uses of xsltproc without the '--nonet' option in the following files: extras/CustomTarget_autocorr.mk

[Libreoffice-commits] core.git: include/oox oox/source sd/qa sd/source

2015-08-25 Thread Mark Hung
include/oox/export/drawingml.hxx |6 +++-- oox/source/export/drawingml.cxx | 33 +++ sd/qa/unit/data/odp/tdf80224.odp |binary sd/qa/unit/export-tests.cxx | 21 +++ sd/source/filter/eppt/epptbase.hxx |

Re: ahelp/ahelp - Extended tips in Helpcontent VCL + Glade

2015-08-25 Thread Caolán McNamara
On Sun, 2015-08-23 at 08:37 -0300, Olivier Hallot wrote: Hi all Just playing with a new linux master build today and I found that the property name=tooltip_markup translatable=yes bla bla bla/property of a widget in a UI dialog, edited by Glade, indeed acts like an extended tip

[Libreoffice-commits] core.git: oox/source sd/qa

2015-08-25 Thread Mark Hung
oox/source/export/drawingml.cxx |5 +++- sd/qa/unit/data/odp/bulletCharAndFont.odp |binary sd/qa/unit/export-tests.cxx | 34 ++ 3 files changed, 38 insertions(+), 1 deletion(-) New commits: commit 65a66d41fd0e13d0aad9df935091b731b4af650a

Re: Change Default System Font?

2015-08-25 Thread Nathan Wells
Actually, it looks like if I create a replacement table for Segoe UI then it works. I'm in Windows 10, maybe that was the reason for the change. Thanks, Nathan On Tue, Aug 25, 2015 at 4:55 PM, Nathan Wells sungk...@gmail.com wrote: Hello, I've been wanting to reverse a feature I requested

Lucas Satabin license statement

2015-08-25 Thread Lucas Satabin
Hi all, All of my past future contributions to LibreOffice may be licensed under the MLPv2/LGPLv3 license. Regards Lucas Satabin ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: use of xsltproc without '--nonet'

2015-08-25 Thread David Tardon
Hi, On Tue, Aug 25, 2015 at 08:53:41AM +0200, Richard PALO wrote: I noticed (by chance) some uses of xsltproc without the '--nonet' option in the following files: extras/CustomTarget_autocorr.mk extras/CustomTarget_autotextshare.mk extras/CustomTarget_autotextuser.mk

Re: What autogen.sh for an alternative ContentProvider for dav:// scheme?

2015-08-25 Thread Stephan Bergmann
On 08/25/2015 02:51 PM, Giuseppe Castagno wrote: On 08/25/2015 01:14 PM, Stephan Bergmann wrote: On 08/25/2015 12:07 PM, Giuseppe Castagno wrote: Punchline: use standard http/https URL schemes instead of non-standard dav/davs ones. I know, I know :-) But the main reason for asking is the way

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

2015-08-25 Thread Eike Rathke
sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog.cxx | 29 +++ sc/source/ui/StatisticsDialogs/SamplingDialog.cxx | 75 sc/source/ui/StatisticsDialogs/StatisticsInputOutputDialog.cxx | 71 +++ sc/source/ui/StatisticsDialogs/StatisticsTwoVariableDialog.cxx

[Libreoffice-commits] core.git: download.lst external/libwps

2015-08-25 Thread David Tardon
download.lst |4 - external/libwps/0001-QuattroPro-parser-correct-a-mistake-when-reading-neg.patch | 26 --- external/libwps/0001-error-C2065-M_PI-undeclared-identifier.patch | 35 --

[Libreoffice-commits] core.git: offapi/com

2015-08-25 Thread Stephan Bergmann
offapi/com/sun/star/ui/XSidebarProvider.idl |2 -- 1 file changed, 2 deletions(-) New commits: commit 6d39088c8f7b8f78d64fef208918dd46fc44 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Aug 25 14:14:02 2015 +0200 Remove redundant @since tag Change-Id:

[Libreoffice-commits] core.git: offapi/com

2015-08-25 Thread Stephan Bergmann
offapi/com/sun/star/ui/XDeck.idl |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit dea1d492db761cc0c0301d3a6d3aa9cd970a8ab9 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Aug 25 14:15:01 2015 +0200 typo Change-Id:

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

2015-08-25 Thread Tor Lillqvist
sc/source/core/opencl/formulagroupcl.cxx | 48 -- sc/source/core/opencl/op_spreadsheet.cxx | 102 --- 2 files changed, 96 insertions(+), 54 deletions(-) New commits: commit d4310b6cd8a367666cc702c3e47cf12a35407ef7 Author: Tor Lillqvist

Re: What autogen.sh for an alternative ContentProvider for dav:// scheme?

2015-08-25 Thread Giuseppe Castagno
Hi Stephan, On 08/25/2015 01:14 PM, Stephan Bergmann wrote: On 08/25/2015 12:07 PM, Giuseppe Castagno wrote: master was built with following autogen.sh input: ... Is this due to a different configuration on LO 5.0.0.5 production build or is there a difference in ucb code? The reason for

  1   2   3   4   >