[Libreoffice-commits] website.git: Branch 'update' - check.php

2016-05-30 Thread Christian Lohmaier
check.php | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) New commits: commit f9ece5f48fad5c08402748dda829c6a9112b11c4 Author: Christian Lohmaier Date: Mon May 30 14:43:19 2016 +0200 enable update to 5.1.3 diff --git a/check.php b/check.php index e865a4e..4dab8fa 1006

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - include/vcl

2016-05-30 Thread Tor Lillqvist
include/vcl/salnativewidgets.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit d4374477255c1189ad193ae3f5fa1b80a28fc1ba Author: Tor Lillqvist Date: Fri May 27 14:54:34 2016 +0300 tdf#98666: Don't cache progress bars either Fixes the bug only partially, though.

[Libreoffice-commits] core.git: cppu/qa editeng/source extensions/source filter/source stoc/source svx/source sw/source unotools/source

2016-05-30 Thread Stephan Bergmann
cppu/qa/test_reference.cxx |8 +++- editeng/source/items/xmlcnitm.cxx|2 +- editeng/source/uno/unonrule.cxx |2 +- extensions/source/bibliography/bibload.cxx |4 ++-- extensions/source/bibliography/datman.cxx|7 +++ exten

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

2016-05-30 Thread Rodolfo Ribeiro Gomes
sw/source/uibase/shells/tabsh.cxx |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit ea7de7b2d3dc62b2ae73c2184398b227f8a85890 Author: Rodolfo Ribeiro Gomes Date: Sun May 8 12:05:58 2016 -0300 fdo#34362 Setting table border from toolbar resets "spacing to

[Libreoffice-commits] core.git: Branch 'feature/fixes22' - desktop/source desktop/unx desktop/win32 include/desktop vcl/source

2016-05-30 Thread Tor Lillqvist
desktop/source/app/app.cxx |2 desktop/source/app/sofficemain.cxx |2 desktop/source/inc/exithelper.h| 38 --- desktop/unx/source/start.c |2 desktop/win32/source/officeloader/officeloader.cxx

[GSoC] Zoner Draw import, Week 1 report

2016-05-30 Thread Alex P
During the first week I implemented parsing and output of lines, rectangles (except round corners) and Bezier curves. Only geometries, without colors. Result example: http://i.imgur.com/h3tXPy9.png Also submitted 2 patches to OLEToy revealing information about rectangles corner types/rounding and

[Libreoffice-commits] core.git: 4 commits - dbaccess/source fpicker/source include/vcl vcl/source

2016-05-30 Thread Caolán McNamara
dbaccess/source/ui/app/AppDetailPageHelper.cxx | 14 +++--- fpicker/source/office/iodlg.cxx|1 + include/vcl/toolbox.hxx| 11 --- vcl/source/window/toolbox.cxx |1 - vcl/source/window/toolbox2.cxx

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

2016-05-30 Thread Caolán McNamara
fpicker/source/office/iodlg.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 543822b6b661ebbffad9339b5395ea810ba75de2 Author: Caolán McNamara Date: Mon May 30 15:35:47 2016 +0100 valgrind: Invalid read of size 8 saw this in passing checking something else

[GSoC] Weekly Report #1 - Toolbars infrastructure via .ui files

2016-05-30 Thread Szymon Kłos
Hello! This week I've updated ui files and fixed not working controls. One of them was the number type listbox (Calc). I had to create toolbox controller for it and this field can be used outside sidebar now. I also started conversion of paragraph spacing fields. I was doing some improvements to

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/inc vcl/opengl

2016-05-30 Thread Tomaž Vajngerl
vcl/inc/opengl/program.hxx |1 vcl/inc/openglgdiimpl.hxx |1 vcl/opengl/gdiimpl.cxx | 81 - vcl/opengl/program.cxx | 23 ++-- 4 files changed, 78 insertions(+), 28 deletions(-) New commits: commit 16f87e808942a88c935754c2a

Re: [GSoC] Weekly Report #1 - Toolbars infrastructure via .ui files

2016-05-30 Thread Jan Holesovsky
Hi Szymon, Szymon Kłos píše v Po 30. 05. 2016 v 16:55 +0200: > I was doing some improvements to the libcmis also (which is not related > with my current GSoC project). I was hacking 2 Factor Authentication > for GDrive: > - fixed parser for the PIN request page (not merged yet) > - changed the PI

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

2016-05-30 Thread Eike Rathke
sc/source/core/data/table2.cxx |9 - 1 file changed, 4 insertions(+), 5 deletions(-) New commits: commit 0002249b15d0d3aa89b7eafe0791921c0427abea Author: Eike Rathke Date: Mon May 30 17:00:46 2016 +0200 remove unnecessary temporary ScRangeList copy Change-Id: I46b9992

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-30 Thread YuGiOhJCJ Mailing-List
On Sun, 29 May 2016 13:17:14 +0100 Wols Lists wrote: > On 29/05/16 09:21, YuGiOhJCJ Mailing-List wrote: > > On Sun, 29 May 2016 01:35:47 +0100 > > Wols Lists wrote: > > > >> On 24/05/16 11:26, Eike Rathke wrote: > >>> Hi YuGiOhJCJ, > >>> > >>> On Thursday, 2016-05-19 17:26:21 +0200, YuGiOhJCJ M

[GSoC] Review of Sidebar & It's functionality - Weekly Report #1

2016-05-30 Thread Susobhan Ghosh
​​ The first week of GSoC is up and I'll summarize what I've done so far, and what I'm planning to do next: 1. Slide Background Panel for Impress - Panel has been merged to master. - Added listener for events (slide ch ​​ ange event) - ​F​ i ​xed​ update

[Libreoffice-commits] core.git: configure.ac external/boost RepositoryExternal.mk

2016-05-30 Thread Michael Stahl
RepositoryExternal.mk |1 configure.ac |7 external/boost/UnpackedTarball_boost.mk| 46 external/boost/boost.3780.aliasing.patch

[Libreoffice-commits] core.git: 2 commits - bin/gen-boost-headers cui/source editeng/source include/editeng sc/source svx/source sw/source

2016-05-30 Thread Michael Stahl
bin/gen-boost-headers | 57 cui/source/tabpages/border.cxx |2 editeng/source/items/frmitems.cxx | 14 ++--- editeng/source/rtf/rtfitem.cxx |2 include/editeng/boxitem.hxx

[Libreoffice-commits] online.git: loolwsd/loolwsd.spec.in loolwsd/Makefile.am loolwsd/robots.txt

2016-05-30 Thread Andras Timar
loolwsd/Makefile.am |4 +++- loolwsd/loolwsd.spec.in |1 + loolwsd/robots.txt |2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) New commits: commit c542fedd0c30cb949cd8bcb13262cd47fd2e8271 Author: Andras Timar Date: Mon May 30 17:40:40 2016 +0200 loolwsd: add rob

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/loolwsd.spec.in loolwsd/Makefile.am loolwsd/robots.txt

2016-05-30 Thread Andras Timar
loolwsd/Makefile.am |4 +++- loolwsd/loolwsd.spec.in |1 + loolwsd/robots.txt |2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 6f7f7a99780168a821748c750ed2f6036874a16e Author: Andras Timar Date: Mon May 30 17:40:40 2016 +0200 loolwsd: add rob

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

2016-05-30 Thread Michael Stahl
external/boost/UnpackedTarball_boost.mk |3 + external/boost/boost.gcc47679.patch | 63 2 files changed, 66 insertions(+) New commits: commit ac5fd13937a6eb708c45064948219b0ade040641 Author: Michael Stahl Date: Mon May 30 17:49:20 2016 +0200 boos

Unification of Text Layout Week 1

2016-05-30 Thread Akash Jain
During the first week, I have added platform independent experimental support for building HarfBuzz using the --with-harfbuzz flag. I am also working on the new layout class. Most of the work has been in extending the platform specific faces to supply the new layout class with the required data. Th

[Libreoffice-commits] core.git: Branch 'feature/fixes22' - 2 commits - include/vcl vcl/source

2016-05-30 Thread Jan Holesovsky
include/vcl/scheduler.hxx|9 - vcl/source/app/idle.cxx | 27 ++- vcl/source/app/scheduler.cxx | 12 3 files changed, 46 insertions(+), 2 deletions(-) New commits: commit 7780f96c345c61fff767696a599b2ecd963209d7 Author: Jan Holesovsky

GSoC Report

2016-05-30 Thread Jakub Trzebiatowski
Dear Community, I'm working on a table styles as a GSoC project. My first goal is to make existing table styles export and import. I have started with a core part of table styles - adding them to Writer's UNO API. Summary of first week: - Modifified sw_python tests to cover table sty

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

2016-05-30 Thread Stephan Bergmann
forms/source/component/DatabaseForm.cxx |4 ++-- sd/source/ui/unoidl/unopage.cxx | 10 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) New commits: commit d8545e78e7d27bb704cef9befa3cc0ff65c68bb3 Author: Stephan Bergmann Date: Mon May 30 18:30:40 2016 +0200 Simpl

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

2016-05-30 Thread Stephan Bergmann
include/comphelper/extract.hxx | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit 00a45faf5ef929572c6f0df686716aec991503be Author: Stephan Bergmann Date: Mon May 30 18:31:43 2016 +0200 Fix int2enum * The data argument to the Any ctor call nee

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

2016-05-30 Thread Eike Rathke
sc/inc/document.hxx|2 +- sc/source/core/data/document.cxx |2 +- sc/source/core/data/document10.cxx |7 ++- 3 files changed, 8 insertions(+), 3 deletions(-) New commits: commit dc9eac5a5f4f247ba5efb67931ffde61f2c8d5b6 Author: Eike Rathke Date: Mon May 30 18:3

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

2016-05-30 Thread Caolán McNamara
filter/source/xsltfilter/LibXSLTTransformer.cxx | 26 ++--- filter/source/xsltfilter/LibXSLTTransformer.hxx | 69 +++- 2 files changed, 53 insertions(+), 42 deletions(-) New commits: commit 2805adb0d3cf68d7def01a93bf07fb2e8121ec10 Author: Caolán McNamara Date: Mon

Update to Firebird 3.0

2016-05-30 Thread Bunth Tamás
Hello, I submitted my first changes, you can find it here: https://gerrit.libreoffice.org/#/c/25673/ It's not ready yet, but it builds successfully for me on Linux. Regards: Tamás Bunth ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org ht

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

2016-05-30 Thread Eike Rathke
sc/inc/document.hxx|2 +- sc/source/core/data/document.cxx |2 +- sc/source/core/data/document10.cxx |7 ++- 3 files changed, 8 insertions(+), 3 deletions(-) New commits: commit 800920a7b0600b1677d231c514345fe9f6687d82 Author: Eike Rathke Date: Mon May 30 18:3

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

2016-05-30 Thread Miklos Vajna
sw/source/core/inc/txtfrm.hxx |4 ++-- sw/source/core/text/txtfrm.cxx | 10 +- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit aab59c3c17ce16882864fe41056ad6c1c850c953 Author: Miklos Vajna Date: Mon May 30 09:13:39 2016 +0200 sw: prefix members of SwLay

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - include/sfx2 sfx2/source

2016-05-30 Thread Akshay Deep
include/sfx2/templatedlg.hxx |1 include/sfx2/templatelocalview.hxx|2 + sfx2/source/control/templatelocalview.cxx | 13 +++ sfx2/source/doc/doc.hrc |1 sfx2/source/doc/doc.src |4 ++ sfx2/source/doc/templatedlg.cxx

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

2016-05-30 Thread Akshay Deep
sfx2/source/doc/saveastemplatedlg.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 8ef56a27a00b6af3e37f5c5be8e3b46f8d68fb97 Author: Akshay Deep Date: Sat May 28 20:52:34 2016 +0530 Resolves: Error when overwriting a template in Template Save As Dialog After overwr

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - include/sfx2 sfx2/source

2016-05-30 Thread Akshay Deep
include/sfx2/templatedefaultview.hxx|5 + sfx2/source/control/templatedefaultview.cxx | 36 ++ sfx2/source/dialog/backingwindow.cxx| 93 ++-- sfx2/source/dialog/backingwindow.hxx|8 -- 4 files changed, 91 insertions(+), 51 deletio

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

2016-05-30 Thread Eike Rathke
sc/inc/document.hxx|2 +- sc/source/core/data/document.cxx |2 +- sc/source/core/data/document10.cxx |7 +++ 3 files changed, 5 insertions(+), 6 deletions(-) New commits: commit 9d07f557572bdeaeda8e923525c8895d79fc0d22 Author: Eike Rathke Date: Mon May 30 20:0

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

2016-05-30 Thread Eike Rathke
sc/inc/document.hxx|2 +- sc/source/core/data/document.cxx |2 +- sc/source/core/data/document10.cxx |7 +++ 3 files changed, 5 insertions(+), 6 deletions(-) New commits: commit dd38581b787f357ee88da7dfabeb596a894b5afe Author: Eike Rathke Date: Mon May 30 20:0

Re: /usr/lib/libnss3.so: version `NSS_3.19.1' not found

2016-05-30 Thread Anthonys Lists
On 30/05/2016 11:37, Lionel Elie Mamane wrote: On Sun, May 29, 2016 at 10:21:56AM +0200, YuGiOhJCJ Mailing-List wrote: On Sun, 29 May 2016 01:35:47 +0100 Wols Lists wrote: Which means my fstab contains the following line tmp /tmptmpfs size=10G,mode=0777 0 0 and you'll notice the

[Libreoffice-commits] core.git: Branch 'feature/fixes22' - 5 commits - vcl/source

2016-05-30 Thread Jan Holesovsky
vcl/source/opengl/OpenGLContext.cxx | 188 +--- 1 file changed, 91 insertions(+), 97 deletions(-) New commits: commit 9d0e0ab8bd030b6560e97b245df4c0e94fb3ee7f Author: Jan Holesovsky Date: Mon May 30 17:57:10 2016 +0200 Switch deterministic scheduling on.

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

2016-05-30 Thread Eike Rathke
sc/source/core/data/document10.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f65b29ff13211449144455668014a80aa8b331a3 Author: Eike Rathke Date: Mon May 30 21:35:07 2016 +0200 we already have pClipDoc Change-Id: I0485f15b6771d10d4b077f5034db77e4c

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

2016-05-30 Thread Eike Rathke
sc/source/core/data/document10.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e19be2e175e146152a08982e411b01ba8f0c2bb1 Author: Eike Rathke Date: Mon May 30 21:35:07 2016 +0200 we already have pClipDoc Change-Id: I0485f15b6771d10d4b077f5034db77e4c

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

2016-05-30 Thread Caolán McNamara
filter/source/xsltfilter/LibXSLTTransformer.cxx | 26 ++--- filter/source/xsltfilter/LibXSLTTransformer.hxx | 69 +++- 2 files changed, 53 insertions(+), 42 deletions(-) New commits: commit bce5cdcc7f59da19c063205c6c79fc30874cb5ee Author: Caolán McNamara Date: Mon

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

2016-05-30 Thread Katarina Behrens
include/vcl/window.hxx | 10 ++ sc/source/ui/dbgui/scuiimoptdlg.cxx | 10 -- sc/source/ui/inc/scuiimoptdlg.hxx |3 +++ vcl/source/window/window2.cxx |5 + 4 files changed, 26 insertions(+), 2 deletions(-) New commits: commit 697eaa91bd008e992b3

[Libreoffice-commits] core.git: helpcontent2

2016-05-30 Thread Olivier Hallot
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ee8c883d8d65f77ec0dbd27948cbc49f30986cc6 Author: Olivier Hallot Date: Mon May 30 17:18:11 2016 -0300 Updated core Project: help b1d1171b0dd1eda694c801478f183a0a15ae92ee Fix help page wi

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

2016-05-30 Thread Olivier Hallot
source/text/swriter/guide/section_insert.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b1d1171b0dd1eda694c801478f183a0a15ae92ee Author: Olivier Hallot Date: Mon May 30 17:18:11 2016 -0300 Fix help page with new term Change-Id: I2b18f319e176a

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

2016-05-30 Thread Michael Stahl
sw/inc/doc.hxx |2 +- sw/inc/fesh.hxx |3 ++- sw/source/core/docnode/ndtbl.cxx |7 ++- sw/source/core/frmedt/fetab.cxx | 13 - sw/source/core/inc/UndoTable.hxx |1 + sw/source/core/undo/untbl.cxx| 13 ++--- 6 files

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

2016-05-30 Thread Muhammet Kara
cui/source/dialogs/zoom.cxx|5 -- cui/uiconfig/ui/zoomdialog.ui | 14 ++ sw/source/ui/misc/docfnote.cxx |2 sw/source/ui/misc/srtdlg.cxx | 17 sw/uiconfig/swriter/ui/footnotepage.ui | 68 ++--- sw/uiconf

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - include/xmloff xmloff/source

2016-05-30 Thread Miklos Vajna
include/xmloff/ProgressBarHelper.hxx |1 + xmloff/source/core/ProgressBarHelper.cxx | 11 --- 2 files changed, 9 insertions(+), 3 deletions(-) New commits: commit 0fac4acb32baf59558f46d42ce31751948f00da3 Author: Miklos Vajna Date: Mon May 30 09:29:22 2016 +0200 tdf#10013

[Libreoffice-commits] core.git: svl/source xmloff/source

2016-05-30 Thread Eike Rathke
svl/source/numbers/zformat.cxx | 22 -- xmloff/source/style/xmlnumfe.cxx |5 +++-- 2 files changed, 15 insertions(+), 12 deletions(-) New commits: commit c75ce37560c05271ba56c9dd0d98c5001e83cc2f Author: Eike Rathke Date: Tue May 31 00:02:38 2016 +0200 prevent o

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

2016-05-30 Thread Laurent Balland-Poirier
xmloff/source/style/xmlnumfe.cxx | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) New commits: commit b07e0a11766f2d2878a0dc2681feddb0c381c68d Author: Laurent Balland-Poirier Date: Sat May 28 21:56:14 2016 +0200 Choose ODF version for fill-character OASIS

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - svl/source xmloff/source

2016-05-30 Thread Eike Rathke
svl/source/numbers/zformat.cxx | 22 -- xmloff/source/style/xmlnumfe.cxx |5 +++-- 2 files changed, 15 insertions(+), 12 deletions(-) New commits: commit b20875755f9d5dd4e46acbb06b532d8522702651 Author: Eike Rathke Date: Tue May 31 00:02:38 2016 +0200 prevent o

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

2016-05-30 Thread Laurent Balland-Poirier
svl/source/numbers/zformat.cxx | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) New commits: commit a3471916370c53c6627ba4010489f539c174bdf9 Author: Laurent Balland-Poirier Date: Sun May 29 16:48:38 2016 +0200 tdf#100122 Correctly treat fraction without integer part

[Libreoffice-commits] core.git: Branch 'feature/fixes22' - 3 commits -

2016-05-30 Thread László Németh
0 files changed New commits: commit 1dca410695ab1b0db54da0605df4138b9382c331 Author: László Németh Date: Tue May 31 00:49:31 2016 +0200 empty commit (retest) Change-Id: I51cc82b153e978e9b1232cdf56f7d14936094bdb commit 78b62ce7febb56d15295aa7d0bd681cd23540640 Author: László N

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

2016-05-30 Thread Laurent Balland-Poirier
svl/qa/unit/svl.cxx | 26 ++ 1 file changed, 26 insertions(+) New commits: commit 93874236610dd50a46b6db229e022ae364af582a Author: Laurent Balland-Poirier Date: Sun May 29 08:07:41 2016 +0200 tdf#97835 tdf#61996 tdf#95339 Add qa unit test tdf#97835: supp

[Libreoffice-commits] online.git: loolwsd/LOKitHelper.hpp

2016-05-30 Thread Henry Castro
loolwsd/LOKitHelper.hpp | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) New commits: commit 19acaecfc75a737a9d8048ddd39746beb09310cc Author: Henry Castro Date: Mon May 30 20:17:08 2016 -0400 loolwsd: bccu#1748, status: message send both ... the partnames

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

2016-05-30 Thread Henry Castro
loleaflet/src/layer/tile/ImpressTileLayer.js |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 0fe4c89e5599bd5f1c2532bd687609df8b95ce17 Author: Henry Castro Date: Mon May 30 20:23:54 2016 -0400 loleaflet: adjust partName and partHash diff --git a/loleafl

[Libreoffice-commits] online.git: loolwsd/test

2016-05-30 Thread Henry Castro
loolwsd/test/TileCacheTests.cpp |6 +- loolwsd/test/httpwstest.cpp |6 +- 2 files changed, 10 insertions(+), 2 deletions(-) New commits: commit 58580a45ce03f7c0105d3316381b73c9f4f6b325 Author: Henry Castro Date: Mon May 30 20:26:40 2016 -0400 loolwsd: test: update unit

[Libreoffice-commits] online.git: loolwsd/ChildSession.cpp loolwsd/Util.cpp

2016-05-30 Thread Ashod Nakashian
loolwsd/ChildSession.cpp |2 +- loolwsd/Util.cpp | 30 +- 2 files changed, 22 insertions(+), 10 deletions(-) New commits: commit 8f3dcbcfb68393e3768f570c13598c3edf575dc3 Author: Ashod Nakashian Date: Mon May 30 20:42:44 2016 -0400 loolwsd: more se

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

2016-05-30 Thread Takeshi Abe
starmath/inc/document.hxx| 44 starmath/source/cursor.cxx |4 starmath/source/document.cxx | 224 +-- 3 files changed, 136 insertions(+), 136 deletions(-) New commits: commit 27ae0020d7609973eaeb2d95ab1e2897c40685a8 Author: Takeshi Ab

[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/ChildProcessSession.cpp loolwsd/LOOLWSD.cpp loolwsd/Util.cpp

2016-05-30 Thread Ashod Nakashian
loolwsd/ChildProcessSession.cpp |2 - loolwsd/LOOLWSD.cpp |7 + loolwsd/Util.cpp| 47 +++- 3 files changed, 44 insertions(+), 12 deletions(-) New commits: commit 2db2da3bb2f7f066631fb28eb15a61e2d1d51464 Author: Ashod Na

[Libreoffice-commits] online.git: loolwsd/LOOLWSD.cpp loolwsd/Util.cpp

2016-05-30 Thread Ashod Nakashian
loolwsd/LOOLWSD.cpp |7 ++- loolwsd/Util.cpp| 19 +-- 2 files changed, 23 insertions(+), 3 deletions(-) New commits: commit 886af28bc2f6d1d27bf78de09978f3858d2db705 Author: Ashod Nakashian Date: Mon May 30 21:43:18 2016 -0400 loolwsd: improved random director

[Libreoffice-commits] core.git: bin/find-german-comments

2016-05-30 Thread Phillip Sz
bin/find-german-comments | 74 --- 1 file changed, 38 insertions(+), 36 deletions(-) New commits: commit 88c03cd07a171e05c7fb4dcade8baa28e7c5a770 Author: Phillip Sz Date: Sun May 29 13:49:39 2016 +0200 find-german-comments: clean up M

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - svl/source xmloff/source

2016-05-30 Thread Eike Rathke
svl/source/numbers/zformat.cxx | 22 -- xmloff/source/style/xmlnumfe.cxx |5 +++-- 2 files changed, 15 insertions(+), 12 deletions(-) New commits: commit 7e8e2ef608c7fe2a1c6d6fa244534b85dc42362b Author: Eike Rathke Date: Tue May 31 00:02:38 2016 +0200 prevent o

[Libreoffice-commits] core.git: basic/source comphelper/source compilerplugins/clang cppu/qa cui/source dbaccess/source desktop/source drawinglayer/source editeng/qa editeng/source extensions/source f

2016-05-30 Thread Noel Grandin
UnoControls/source/inc/framecontrol.hxx |3 basic/source/inc/namecont.hxx |5 comphelper/source/misc/documentiologring.cxx |2 compilerplugins/clang/refcounting.cxx

[Libreoffice-commits] core.git: filter/source include/vcl oox/source svtools/source svx/source sw/source vcl/source

2016-05-30 Thread Noel Grandin
filter/source/graphicfilter/ieps/ieps.cxx|2 - filter/source/msfilter/escherex.cxx |8 +++--- include/vcl/gfxlink.hxx | 31 +-- oox/source/export/drawingml.cxx | 18 +++ svtools/source/graphic/descriptor

[Libreoffice-commits] core.git: cui/source include/vcl sfx2/source svtools/source sw/source vcl/source vcl/unx

2016-05-30 Thread Noel Grandin
cui/source/tabpages/page.cxx |2 +- include/vcl/print.hxx | 10 +- sfx2/source/doc/printhelper.cxx |6 +++--- svtools/source/dialogs/prnsetup.cxx |4 ++-- sw/source/ui/dbui/mmresultdialogs.cxx |2 +- vcl/source/gdi/print.cxx |

[Libreoffice-commits] core.git: compilerplugins/clang include/sfx2 include/svl include/svtools include/vcl rsc/inc sc/source sfx2/source svl/source svtools/Library_svt.mk svtools/source sw/source vcl/

2016-05-30 Thread Noel Grandin
compilerplugins/clang/unusedmethods.py |2 + include/sfx2/sfxsids.hrc |1 include/svl/undo.hxx |2 - include/svtools/xwindowitem.hxx| 53 include/vcl/accel.hxx |1 include/vcl/bitmapaccess.hxx

[Libreoffice-commits] core.git: include/tools rsc/inc rsc/source vcl/source

2016-05-30 Thread Noel Grandin
include/tools/rc.h | 26 ++ rsc/inc/rscdb.hxx |4 +--- rsc/source/parser/rscicpx.cxx | 34 ++ rsc/source/parser/rscinit.cxx |3 +-- vcl/source/window/toolbox2.cxx | 33 +++--

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

2016-05-30 Thread Noel Grandin
include/vcl/toolbox.hxx |6 +++--- sc/source/ui/app/inputwin.cxx |4 ++-- vcl/source/window/toolbox.cxx |8 3 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 5ca16c7b3153395d9107f84d366c796a22930756 Author: Noel Grandin Date: Mon May 30 17:00:28 20

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

2016-05-30 Thread Stephan Bergmann
include/comphelper/extract.hxx | 29 + sd/source/ui/unoidl/unoobj.cxx |2 +- 2 files changed, 10 insertions(+), 21 deletions(-) New commits: commit 6cf436799cb145c61f8324c074541950ee1a23e8 Author: Stephan Bergmann Date: Tue May 31 08:47:05 2016 +0200 More

[Libreoffice-commits] core.git: compilerplugins/clang include/vcl

2016-05-30 Thread Noel Grandin
compilerplugins/clang/unusedmethods.py |1 + include/vcl/salnativewidgets.hxx |1 + 2 files changed, 2 insertions(+) New commits: commit e48a13af9f48155cd35e3081a8afd53c1f5e6398 Author: Noel Grandin Date: Tue May 31 08:47:19 2016 +0200 fix KDE4 build after 3d7325898

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

2016-05-30 Thread krishna keshav
vcl/opengl/FixedTextureAtlas.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit a7e2d4923b220900f41d0b70904377c771939e6f Author: krishna keshav Date: Sun May 29 21:04:41 2016 +0530 tdf#94205 Use o3tl::make_unique instead of new + std::move rem

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

2016-05-30 Thread Akshay Deep
include/sfx2/templatedefaultview.hxx|5 + sfx2/source/control/templatedefaultview.cxx | 36 ++ sfx2/source/dialog/backingwindow.cxx| 93 ++-- sfx2/source/dialog/backingwindow.hxx|8 -- 4 files changed, 91 insertions(+), 51 deletio

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - include/vcl

2016-05-30 Thread Tor Lillqvist
include/vcl/salnativewidgets.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit 0e999353c53cf1aa357cc6769f4ece1a8d8a74db Author: Tor Lillqvist Date: Fri May 27 14:54:34 2016 +0300 tdf#98666: Don't cache progress bars either Fixes the bug only partially, though.

Re: [Apurva Priyadarshi] License statement

2016-05-30 Thread Stephan Bergmann
On 05/27/2016 08:36 PM, Apurva Priyadarshi wrote: All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. put on file as ___

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

2016-05-30 Thread Xisco Fauli
include/unotools/defaultoptions.hxx |3 ++- unotools/source/config/defaultoptions.cxx |4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) New commits: commit 7bc1c79c26e52d5196fb36eee5c2f12f12d49ba6 Author: Xisco Fauli Date: Sun May 29 20:46:29 2016 +0200 tdf#89329: us

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

2016-05-30 Thread apurvapriyadarshi
sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx |5 + 1 file changed, 1 insertion(+), 4 deletions(-) New commits: commit 04068eb6f9c153950e4fda75733728fc8922f668 Author: apurvapriyadarshi Date: Sun May 29 19:53:11 2016 +0530 tdf#94205 Use o3tl::make_unique instead of

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

2016-05-30 Thread Xisco Fauli
include/unotools/fltrcfg.hxx |3 - unotools/source/config/fltrcfg.cxx | 93 ++--- 2 files changed, 48 insertions(+), 48 deletions(-) New commits: commit 5251a7c39c7c2ee6bc16965484913002d662d44d Author: Xisco Fauli Date: Sun May 29 20:42:46 2016 +0200

[Libreoffice-commits] online.git: Branch 'private/pranavk/linting' - 0 commits -

2016-05-30 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-5.0-37'

2016-05-30 Thread Christian Lohmaier
Tag 'cp-5.0-37' created by Andras Timar at 2016-05-30 07:36 + cp-5.0-37 Changes since cp-5.0-18: Christian Lohmaier (1): should not be empty/self-closing element () --- source/text/shared/01/0222.xhp |2 +- source/text/swriter/01/04020100.xhp |2 +- 2 files changed, 2

[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.0-37'

2016-05-30 Thread Christian Lohmaier
Tag 'cp-5.0-37' created by Andras Timar at 2016-05-30 07:36 + cp-5.0-37 Changes since cp-5.0-30-2: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listin

[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-5.0-37'

2016-05-30 Thread Andras Timar
Tag 'cp-5.0-37' created by Andras Timar at 2016-05-30 07:36 + cp-5.0-37 Changes since cp-5.0-36-3: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listin

[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-5.0-37'

2016-05-30 Thread Christian Lohmaier
Tag 'cp-5.0-37' created by Andras Timar at 2016-05-30 07:36 + cp-5.0-37 Changes since cp-5.0-32: Christian Lohmaier (1): update translations for 5.0.6 rc2 --- source/es/helpcontent2/source/text/sbasic/shared.po |6 source/es/helpcontent2/source/text/scalc/01.po

[Libreoffice-commits] online.git: Branch 'private/pranavk/toolbar' - 0 commits -

2016-05-30 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] online.git: Branch 'private/pranavk/unittests' - 0 commits -

2016-05-30 Thread Unknown
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Re: Crash reporting for TDF builds

2016-05-30 Thread Riccardo Magliocchetti
Il 30/05/2016 02:50, Markus Mohrhard ha scritto: Hey Riccardo, On Sun, May 29, 2016 at 4:38 PM, Riccardo Magliocchetti mailto:riccardo.magliocche...@gmail.com>> wrote: Hello Markus, Il 29/05/2016 13:11, Markus Mohrhard ha scritto: ** Server (code at https://github.com/mmohrha

[Libreoffice-commits] core.git: 2 commits - configure.ac external/boost external/firebird external/libabw external/libcdr external/libebook external/libetonyek external/libgltf external/libmspub exter

2016-05-30 Thread Michael Stahl
configure.ac |1 external/boost/UnpackedTarball_boost.mk |1 external/boost/boost.std.move.patch | 21 -- external/firebird/ExternalProject_firebird.mk |2 - external/libabw/ExternalPro

Re: [Apurva Priyadarshi] License statement

2016-05-30 Thread jan iversen
Thanks for your license statement. I can see Stephan has added you to our wiki: https://wiki.documentfoundation.org/Development/Developers If you want help to get started or have any questions, then please contact me. I am here to help you (and others) in getting their first patch submitted. Li

Re: new developer

2016-05-30 Thread jan iversen
Thanks for your license statement. Please remark we are very carefull about not changing the text of the license statement, as it might weaken it (and thus have the opposite effect as you wanted), but since you have not modified the original statement we use that. I have added you to our wiki

Re: Jenkins coverage (Android and clang plugins)

2016-05-30 Thread Miklos Vajna
Hi Norbert, On Sun, May 29, 2016 at 02:32:52PM -0500, Norbert Thiebaud wrote: > I installed clang and llvm > clang comes as version 3.4.2 (tags/RELEASE_34/dot2-final) on centos 7 > > saddly the plugings thing use api that are not in there > namely > FunctionDecl::params > > which lead to > bui

[Libreoffice-commits] core.git: include/tools reportdesign/source rsc/inc rsc/source vcl/source

2016-05-30 Thread Noel Grandin
include/tools/rc.h| 17 --- reportdesign/source/ui/dlg/CondFormat.src |1 rsc/inc/rscdb.hxx |3 -- rsc/source/parser/rscicpx.cxx | 23 rsc/source/parser/rscinit.cxx |3 -- vcl/

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

2016-05-30 Thread Markus Mohrhard
desktop/source/minidump/minidump_upload.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4d4be0c0f1fd1c9bdfe815eddd0ff6b49b5bba39 Author: Markus Mohrhard Date: Mon May 30 05:52:07 2016 +0200 generate correct json files Change-Id: I0d39724e550427c7d

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

2016-05-30 Thread Markus Mohrhard
include/sal/config.h |4 svx/source/dialog/crashreportdlg.cxx | 17 + 2 files changed, 13 insertions(+), 8 deletions(-) New commits: commit 7259f07deaa9f9d5ce5c5b0f8f0847c673449135 Author: Markus Mohrhard Date: Sun May 29 12:15:18 2016 +0200 use

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

2016-05-30 Thread Markus Mohrhard
desktop/source/app/crashreport.cxx |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) New commits: commit 4405180546bce4b4237f1a23c0bc5bcc5d7bb3a7 Author: Markus Mohrhard Date: Mon May 30 05:51:36 2016 +0200 use the existing url to path function also in the ini file part

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

2016-05-30 Thread Caolán McNamara
fpicker/source/office/RemoteFilesDialog.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 358663c3201b5f5d4e31cf719cd4649333903667 Author: Caolán McNamara Date: Thu May 26 09:40:08 2016 +0100 Resolves: tdf#98436 crash trying To create remote folder before connected

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

2016-05-30 Thread Noel Grandin
include/tools/rc.h | 24 ++-- include/vcl/window.hxx |7 --- rsc/source/parser/rscicpx.cxx | 20 +--- vcl/source/window/resource.cxx | 31 +-- 4 files changed, 40 insertions(+), 42 deletions(-) New

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

2016-05-30 Thread Caolán McNamara
sw/qa/core/data/odt/pass/tdf97879.odt |binary xmloff/source/text/txtimp.cxx |8 +++- 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit 3c4c153f596e3b378a01bdabb78008c02a1d2ff6 Author: Caolán McNamara Date: Wed May 25 20:47:10 2016 +0100 Resolves: tdf#97

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

2016-05-30 Thread Caolán McNamara
dbaccess/source/ui/inc/JoinTableView.hxx| 12 +-- dbaccess/source/ui/inc/QueryTableView.hxx |6 - dbaccess/source/ui/inc/RelationTableView.hxx|4 - dbaccess/source/ui/querydesign/JoinTableView.cxx| 57 +++- dbaccess/source/u

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

2016-05-30 Thread Caolán McNamara
vcl/source/outdev/bitmap.cxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 91bf25bce0c8aa6c4c303fed3a127cdb611b36c2 Author: Caolán McNamara Date: Fri May 27 09:23:03 2016 +0100 Related: tdf#87967 valgrind reported invalid reads on 1 pixel wide bit

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

2016-05-30 Thread Caolán McNamara
cui/source/dialogs/cuicharmap.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b8c52df3452208b97dcc59d010a33de4be70101b Author: Caolán McNamara Date: Sun May 29 20:26:12 2016 +0100 Resolves: tdf#97839 a single character may be more than 1 utf-16 code point

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

2016-05-30 Thread Justin Luth
sw/source/uibase/docvw/AnnotationWin.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 2a5fe37dfc48bfddc4fd4e47c1034fd76d53ba84 Author: Justin Luth Date: Mon May 30 07:10:25 2016 +0300 tdf#99870 writer: don't delete selection with delete-comment When using the keyb

Re: Jenkins coverage (Android and clang plugins)

2016-05-30 Thread Norbert Thiebaud
On Mon, May 30, 2016 at 3:04 AM, Miklos Vajna wrote: > Hi Norbert, > > On Sun, May 29, 2016 at 02:32:52PM -0500, Norbert Thiebaud > wrote: >> I installed clang and llvm >> clang comes as version 3.4.2 (tags/RELEASE_34/dot2-final) on centos 7 >> >> saddly the plugings thing use api that are not i

Re: Jenkins coverage (Android and clang plugins)

2016-05-30 Thread Miklos Vajna
Hi, On Mon, May 30, 2016 at 03:43:21AM -0500, Norbert Thiebaud wrote: > Ubsan build is a once a day build, tied to specific slave, that I > manually customized > furthermore it is not on the critical path, meaning that if it is red > that does not impact massively the workflow. Ah, I see. > Th

  1   2   >