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

2016-04-14 Thread Miklos Vajna
loolwsd/Storage.cpp | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) New commits: commit 0a92e811dc33459a37facc25a6d7ca35a39e5fb9 Author: Miklos Vajna Date: Fri Apr 15 08:49:35 2016 +0200 Storage: const auto -> const auto& where it would create a tmp copy Cha

[Libreoffice-commits] core.git: helpcontent2

2016-04-14 Thread Adolfo Jayme Barrientos
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d6bf3bcd8b51012d55a2ec962800a8549e2b85e1 Author: Adolfo Jayme Barrientos Date: Fri Apr 15 01:43:52 2016 -0500 Updated core Project: help 9a2a76302f6c7143286b5c66b63eee5c7c9a1281 Repeate

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

2016-04-14 Thread Adolfo Jayme Barrientos
source/text/swriter/guide/autotext.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9a2a76302f6c7143286b5c66b63eee5c7c9a1281 Author: Adolfo Jayme Barrientos Date: Fri Apr 15 01:43:52 2016 -0500 Repeated word Change-Id: Ice349b2a0e4aa812724dba94ae6b

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

2016-04-14 Thread Bjoern Michaelsen
vcl/source/app/svmain.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 831668298d4486889c1414c91fb47ed6dce21db3 Author: Bjoern Michaelsen Date: Tue Apr 12 23:23:51 2016 +0200 lp#1560328: clear cache before disposing rest of VCL Change-Id: Iac325cf934953c61cb4db

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

2016-04-14 Thread Henry Castro
loleaflet/src/core/Socket.js | 17 ++--- loleaflet/src/layer/tile/TileLayer.js |1 - 2 files changed, 14 insertions(+), 4 deletions(-) New commits: commit 8fac7d59b49e223f41daaa23431852fd50a6dcc6 Author: Henry Castro Date: Fri Apr 15 00:10:43 2016 -0400 loleafle

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

2016-04-14 Thread Henry Castro
loolwsd/test/httpwstest.cpp | 150 ++-- 1 file changed, 78 insertions(+), 72 deletions(-) New commits: commit 39180a0e220f4c33d724c5ca73fb440e4852fe75 Author: Henry Castro Date: Thu Apr 14 21:50:42 2016 -0400 loolwsd: test: add connectLOKit

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

2016-04-14 Thread Ashod Nakashian
loolwsd/TileCache.cpp | 51 +- 1 file changed, 22 insertions(+), 29 deletions(-) New commits: commit 0b4b3c73d5075df0f24f13420a921696743d74d1 Author: Ashod Nakashian Date: Thu Apr 14 20:27:19 2016 -0400 loolwsd: tile cache cleanup

[Libreoffice-commits] online.git: loolwsd/Log.cpp loolwsd/Log.hpp loolwsd/Makefile.am loolwsd/Util.cpp loolwsd/Util.hpp

2016-04-14 Thread Ashod Nakashian
loolwsd/Log.cpp | 135 loolwsd/Log.hpp | 121 ++ loolwsd/Makefile.am | 19 --- loolwsd/Util.cpp| 117 - loolwsd/Util.hpp| 103 -

[Libreoffice-commits] online.git: loolwsd/ChildProcessSession.cpp loolwsd/MasterProcessSession.cpp loolwsd/TileCache.cpp

2016-04-14 Thread Ashod Nakashian
loolwsd/ChildProcessSession.cpp | 12 +++- loolwsd/MasterProcessSession.cpp | 37 + loolwsd/TileCache.cpp| 16 ++-- 3 files changed, 34 insertions(+), 31 deletions(-) New commits: commit e5595509fdf89fe6f562164d9db4eb66cc3

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

2016-04-14 Thread Michael Meeks
loolwsd/LOOLTool.cpp | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) New commits: commit fe684cc71dcb62b5898174ad376c063942f2c815 Author: Michael Meeks Date: Thu Apr 14 21:41:09 2016 +0100 looltool: implement destdir, and fix parallelism. diff --git a/loolwsd/LOOL

Minutes of the Design Hangout: 2016-04-08

2016-04-14 Thread Jan Holesovsky
* Present: Heiko, Jay, Kendy * GSoC + https://wiki.documentfoundation.org/Development/GSoC/Ideas + https://summerofcode.withgoogle.com/dashboard/ + if you are a mentor, please touch the [I want to mentor this] button for projects you like + even UX people can mentor / co-mentor

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

2016-04-14 Thread Michael Meeks
loolwsd/LOOLTool.cpp | 79 ++- 1 file changed, 53 insertions(+), 26 deletions(-) New commits: commit 444adc976d58746a238f6eacc7f8a295d6e96288 Author: Michael Meeks Date: Thu Apr 14 19:32:56 2016 +0100 looltool cleanup add --no-check-certif

Re: Can Java Scripts no longer been called from basic macro ?

2016-04-14 Thread Oliver Brinzing
Hi, i think, the Scripting Framework needs a 32bit Java JRE installed. For example, if i remove "C:\Program Files (x86)\LibreOffice 5.1\program\classes\ScriptFramework.jar" the macro will fail too. Oliver Am 14.04.2016 um 19:28 schrieb SOS: Oliver, sorry but still the same error An exception

Accessing Excel from UNO

2016-04-14 Thread Jan Rheinländer
Hi, is it possible to put something like the following StarBasic code into a C++ extension: oExcel = CreateObject("Excel.Application") oBook = oExcel.Workbooks.Add oBook.SaveAs("C:\temp\testing.xls") oExcel.Quit In other words, can a C++ extension work with ActiveX objects? If not,

[Libreoffice-commits] online.git: 4 commits - loolwsd/ChildProcessSession.cpp loolwsd/ChildProcessSession.hpp loolwsd/Common.hpp loolwsd/configure.ac loolwsd/LOOLForKit.cpp loolwsd/LOOLTool.cpp loolws

2016-04-14 Thread Michael Meeks
loolwsd/ChildProcessSession.cpp |2 loolwsd/ChildProcessSession.hpp |3 loolwsd/Common.hpp |3 loolwsd/LOOLForKit.cpp |3 loolwsd/LOOLTool.cpp| 232 loolwsd/LOOLWSD.cpp |3 loolwsd/Make

Re: Can Java Scripts no longer been called from basic macro ?

2016-04-14 Thread Oliver Brinzing
Hi, this will work in LO 4 and LO 5: OPTION EXPLICIT Sub oJavaScriptMacro Dim oMSPF as Object Dim oSP as Object Dim oScript as Object oMSPF = GetDefaultContext.getValueByName("/singletons/com.sun.star.script.provider.theMasterScriptProviderFactory") oSP = oMSP

[Libreoffice-commits] online.git: loolwsd/configure.ac loolwsd/loolwsd.spec.in loolwsd/Makefile.am

2016-04-14 Thread Andras Timar
loolwsd/Makefile.am | 14 +++--- loolwsd/configure.ac|2 ++ loolwsd/loolwsd.spec.in |5 + 3 files changed, 14 insertions(+), 7 deletions(-) New commits: commit 1f7da1f5a223776f67663a79b282f2f4344829c1 Author: Andras Timar Date: Thu Apr 14 18:47:35 2016 +0200

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

2016-04-14 Thread Henry Castro
loolwsd/test/httpwstest.cpp |1 + 1 file changed, 1 insertion(+) New commits: commit bea5963aa78105ea9b1902bcffe31538c7404b23 Author: Henry Castro Date: Thu Apr 14 12:00:32 2016 -0400 loolwsd: avoid time out exception diff --git a/loolwsd/test/httpwstest.cpp b/loolwsd/test/httpwstest

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

2016-04-14 Thread Henry Castro
loolwsd/LOOLWSD.cpp | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) New commits: commit d11bd69c267bbda7ce3d53f750281902e978b2d9 Author: Henry Castro Date: Thu Apr 14 11:22:19 2016 -0400 loolwsd: wait prison session until the peer is assigned

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

2016-04-14 Thread Pranav Kant
loleaflet/dist/toolbar/toolbar.js | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 0597a1873d28d434f15b9a26de9cb4057cf6c50b Author: Pranav Kant Date: Thu Apr 14 21:04:56 2016 +0530 loleaflet: Disable toolbar buttons without editlock Change-Id

[Libreoffice-commits] core.git: 7 commits - editeng/source sal/osl sc/source sd/source slideshow/source sw/source vcl/unx

2016-04-14 Thread Stephan Bergmann
editeng/source/items/flditem.cxx|2 editeng/source/uno/unoipset.cxx |2 sal/osl/unx/signal.cxx | 67 +--- sc/source/core/data/global.cxx |2 sd/source/filter/eppt/pptexanimati

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

2016-04-14 Thread Pranav Kant
loleaflet/src/control/Permission.js |7 --- loleaflet/src/layer/marker/Marker.js | 13 + loleaflet/src/layer/tile/TileLayer.js | 10 +- 3 files changed, 26 insertions(+), 4 deletions(-) New commits: commit c56ef84129651e04eb904fc0474be72ae4bca8a2 Author: Pranav

minutes of ESC call ...

2016-04-14 Thread Michael Meeks
* Present: + Lionel, Stephan, Norbert, Sophie, Armin, Kendy, Michael M, Thorsten, Caolan, Jan I, Andras, Eike, Christian, Miklos, Michael S, Olivier, Bjoern * Completed Action Items: + setup GSOC proposal ranking spreadsheet (Michael) + add UI guys as reviewers for gerrit

[Libreoffice-commits] online.git: loleaflet/.gitignore loleaflet/loleaflet.spec.in loleaflet/Makefile loolwsd/debian loolwsd/loolwsd.service loolwsd/loolwsd.spec.in

2016-04-14 Thread Andras Timar
loleaflet/.gitignore |1 loleaflet/Makefile |3 -- loleaflet/loleaflet.spec.in| 50 - loolwsd/debian/loolwsd.service |2 - loolwsd/loolwsd.service|2 - loolwsd/loolwsd.spec.in| 15 +--- 6

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

2016-04-14 Thread Eike Rathke
i18nlangtag/qa/cppunit/test_languagetag.cxx |2 ++ i18nlangtag/source/isolang/isolang.cxx |6 -- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit cfb4519a971e3168f202486665a8ce28942ed97b Author: Eike Rathke Date: Thu Apr 14 14:10:42 2016 +0200 Resolves

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

2016-04-14 Thread Samuel Mehrbrodt
svx/source/svdraw/svdstr.src | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) New commits: commit 21e3cd642b8b478416c498f66ffc4ff22bfa5fc2 Author: Samuel Mehrbrodt Date: Tue Mar 15 11:21:51 2016 +0100 Drawings: Fix capitalization Change-Id:

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

2016-04-14 Thread Eike Rathke
i18nlangtag/qa/cppunit/test_languagetag.cxx |2 ++ i18nlangtag/source/isolang/isolang.cxx |6 -- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit 70341edfa41b3d06fef45c5c24cbf5478830894d Author: Eike Rathke Date: Thu Apr 14 14:10:42 2016 +0200 Resolves

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

2016-04-14 Thread Samuel Mehrbrodt
svx/source/svdraw/svdstr.src | 32 1 file changed, 16 insertions(+), 16 deletions(-) New commits: commit 54bb5a76aea1eea378d24c7bca5a901b0aa932da Author: Samuel Mehrbrodt Date: Wed Mar 16 09:13:37 2016 + tdf#70998 Termchange Graphic/Bitmap -> Image

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

2016-04-14 Thread Tor Lillqvist
loolwsd/Connect.cpp |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit fe5f238c0885f272daaf78346ce6c881ace11033 Author: Tor Lillqvist Date: Thu Apr 14 17:45:46 2016 +0300 Exit when receiving an *unexpected* CLOSE frame Otherwise we will just keep wa

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

2016-04-14 Thread Armin Le Grand
vcl/win/gdi/gdiimpl.cxx | 44 1 file changed, 32 insertions(+), 12 deletions(-) New commits: commit ffbe65924d532f5ec35fc32ecd95f9535b478214 Author: Armin Le Grand Date: Wed Apr 13 16:39:42 2016 +0200 tdf#40863 only use polygons with area for

Can Java Scripts no longer been called from basic macro ?

2016-04-14 Thread SOS
Hallo, I need confirmation if a java script or macro can no longer (sinds (LO 4) been called from a basic macro who was running fine on LO 3 using 4.4 I get a error calling the script: oScript = oSP.getScript("vnd.sun.star.script:Library1\Macro1.js?language=JavaScript&location=user") the s

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - external/nss

2016-04-14 Thread Oliver Specht
external/nss/UnpackedTarball_nss.mk |1 + external/nss/nss.nowerror.patch | 14 ++ 2 files changed, 15 insertions(+) New commits: commit 4e4023acd628e01caa5cd2ff7f9bb3484fd91beb Author: Oliver Specht Date: Wed Apr 13 14:06:47 2016 +0200 switch off 'warning treated as

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

2016-04-14 Thread Tor Lillqvist
loolwsd/test/httpwstest.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 066b48688ac11c1993a1d242fbc761f6c358ac2c Author: Tor Lillqvist Date: Thu Apr 14 17:06:43 2016 +0300 Use the 'expected' and 'actual' parameters of CPPUNIT_ASSERT_EQUAL() correctly

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

2016-04-14 Thread Tor Lillqvist
loolwsd/test/httpwstest.cpp |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 2edf15a18bd56c8f6d5b1ee2fe9c23772dbd1e9b Author: Tor Lillqvist Date: Thu Apr 14 17:04:34 2016 +0300 Use CPPUNIT_ASSERT_EQUAL() to get expected and actual values into output di

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

2016-04-14 Thread Oliver Specht
sw/source/core/txtnode/txtedt.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit af103f2c0425777afcb616bd1a2c582cfd256b25 Author: Oliver Specht Date: Tue Mar 29 10:59:30 2016 +0200 tdf#94449: special text attributes are not removed with paragraph style

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

2016-04-14 Thread Eike Rathke
i18nlangtag/qa/cppunit/test_languagetag.cxx |2 ++ i18nlangtag/source/isolang/isolang.cxx |6 -- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit c9d5d68a2617f54f38222fc147183d91017b3b99 Author: Eike Rathke Date: Thu Apr 14 14:10:42 2016 +0200 Resolves

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

2016-04-14 Thread Stephan Bergmann
vcl/source/window/toolbox2.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 3630f38227bd1398d351f6f3f4465229d1bfcddf Author: Stephan Bergmann Date: Thu Apr 14 15:43:16 2016 +0200 Avoid null ToolBox::mpData deref during Frame::close Oh my, whatev

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

2016-04-14 Thread Michael Stahl
vcl/unx/gtk/gloactiongroup.cxx | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) New commits: commit ab951b113d66e4ba8dc0ba15a801d43dd377ddf9 Author: Michael Stahl Date: Wed Apr 13 18:22:49 2016 +0200 vcl: fix valgrind warning in g_lo_action_group_query_action

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

2016-04-14 Thread Michael Stahl
connectivity/source/drivers/file/fcode.cxx |2 +- connectivity/source/drivers/file/fcomp.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 2deebf81db15688abfe1db059f73da4b8e410c25 Author: Michael Stahl Date: Wed Apr 13 18:18:11 2016 +0200 tdf#97853

[Libreoffice-commits] online.git: 2 commits - loolwsd/debian loolwsd/loolwsd.spec.in

2016-04-14 Thread Andras Timar
loolwsd/debian/rules|2 +- loolwsd/loolwsd.spec.in |3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit 2e0d8954852bcdda72db91e2ae5e24eb95974a31 Author: Andras Timar Date: Thu Apr 14 15:26:51 2016 +0200 loolwsd: define sysconfdir for deb package diff --

[Libreoffice-commits] online.git: loolwsd/configure.ac loolwsd/Makefile.am

2016-04-14 Thread Andras Timar
loolwsd/Makefile.am |5 + loolwsd/configure.ac |3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) New commits: commit a8601804ac5c19e105e84b6626bba23bcc5d7513 Author: Andras Timar Date: Thu Apr 14 15:06:49 2016 +0200 loolwsd: process loolwsd.xml.in diff --git a/loolwsd/

[Libreoffice-commits] online.git: loolwsd/.gitignore loolwsd/loolwsd.xml loolwsd/loolwsd.xml.in

2016-04-14 Thread Andras Timar
loolwsd/.gitignore |1 + loolwsd/loolwsd.xml| 35 --- loolwsd/loolwsd.xml.in | 35 +++ 3 files changed, 36 insertions(+), 35 deletions(-) New commits: commit a9fb28153b2a56ad33c03203f05bbf19fc47 Author: Andras Tim

[Libreoffice-commits] online.git: loolwsd/etc loolwsd/loolwsd.xml loolwsd/Makefile.am

2016-04-14 Thread Andras Timar
loolwsd/Makefile.am |7 + loolwsd/etc/CollaboraCloudSuiteCA_ca-chain.cert.pem | 71 loolwsd/etc/ca-chain.cert.pem | 71 loolwsd/loolwsd.xml |2 4 files chang

[Libreoffice-commits] online.git: 2 commits - loolwsd/LOOLWSD.cpp loolwsd/loolwsd.spec.in loolwsd/Makefile.am loolwsd/test

2016-04-14 Thread Andras Timar
loolwsd/LOOLWSD.cpp |6 +- loolwsd/Makefile.am |6 +- loolwsd/loolwsd.spec.in |3 ++- loolwsd/test/Makefile.am |2 +- 4 files changed, 13 insertions(+), 4 deletions(-) New commits: commit 1f560af63aa3de02053243f553871b04f935430d Author: Andras Timar Date: Thu

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

2016-04-14 Thread Stephan Bergmann
include/sal/log-areas.dox |3 +++ 1 file changed, 3 insertions(+) New commits: commit bec9f636da388f90fa2c7b11b8192528e4f563d9 Author: Stephan Bergmann Date: Thu Apr 14 14:34:20 2016 +0200 loplugin:sallogareas Change-Id: I220735e76174438d18929a9a92e289933c12fb0c diff --git a

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

2016-04-14 Thread Bryan Quigley
sysui/desktop/apparmor/program.oosplash|9 --- sysui/desktop/apparmor/program.senddoc |4 +-- sysui/desktop/apparmor/program.soffice.bin | 11 + sysui/desktop/apparmor/program.xpdfimport |2 - sysui/desktop/share/apparmor.sh| 33 +++-

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

2016-04-14 Thread Eike Rathke
i18nlangtag/qa/cppunit/test_languagetag.cxx |2 ++ i18nlangtag/source/isolang/isolang.cxx |6 -- 2 files changed, 6 insertions(+), 2 deletions(-) New commits: commit a2b289c403b7759032a2a50ae23b27f7bd74409f Author: Eike Rathke Date: Thu Apr 14 14:10:42 2016 +0200 Resolves

[Libreoffice-commits] core.git: avmedia/source basegfx/source canvas/source configmgr/source cppcanvas/source embeddedobj/source extensions/source forms/source fpicker/source io/source jvmfwk/inc jvmf

2016-04-14 Thread Noel Grandin
avmedia/source/framework/modeltools.cxx|2 - avmedia/source/viewer/mediawindow_impl.cxx |2 - avmedia/source/viewer/mediawindow_impl.hxx |2 - basegfx/source/polygon/b2dpolygoncutandtouch.cxx

[Libreoffice-commits] online.git: loolwsd/configure.ac loolwsd/Connect.cpp loolwsd/LOOLWSD.cpp loolwsd/Storage.cpp loolwsd/test

2016-04-14 Thread Tor Lillqvist
loolwsd/Connect.cpp |4 ++-- loolwsd/LOOLWSD.cpp | 10 +- loolwsd/Storage.cpp |6 +++--- loolwsd/configure.ac |7 +-- loolwsd/test/httpposttest.cpp |4 ++-- loolwsd/test/httpwstest.cpp | 34 +-

[Libreoffice-commits] online.git: loolwsd/Makefile.am

2016-04-14 Thread Andras Timar
loolwsd/Makefile.am |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 60c969cd773fc8d835896fd7114fb981bc706f99 Author: Andras Timar Date: Thu Apr 14 12:35:50 2016 +0200 add security.h to tarball diff --git a/loolwsd/Makefile.am b/loolwsd/Makefile.am index 3c8

[Libreoffice-commits] online.git: loolwsd/configure.ac loolwsd/Makefile.am

2016-04-14 Thread Andras Timar
loolwsd/Makefile.am |2 +- loolwsd/configure.ac |8 2 files changed, 5 insertions(+), 5 deletions(-) New commits: commit 24bc4587415fb41e0b8223e11d570497abd67216 Author: Andras Timar Date: Thu Apr 14 12:34:11 2016 +0200 define LOOLWSD_CONFIGDIR and LOOLWSD_DATADIR diff

[Libreoffice-commits] core.git: bin/gbuild-to-ide

2016-04-14 Thread Markus Mohrhard
bin/gbuild-to-ide |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit aa458c31a5dfa2be8b6bd8f1b4e402ce8c27edde Author: Markus Mohrhard Date: Thu Apr 14 12:23:57 2016 +0200 don't export the same lib multiple times Change-Id: I4201246b2a1692c6edffa962de49d0

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

2016-04-14 Thread Noel Grandin
compilerplugins/clang/passstuffbyref.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b0c435f88b25cc4e6f0bdd582b8c3eed9c24be9c Author: Noel Grandin Date: Thu Apr 14 11:59:19 2016 +0200 turn on the passstuffbyref plugin again now that I have committ

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

2016-04-14 Thread Jan Holesovsky
loolwsd/.gitignore |1 + loolwsd/Makefile.am |3 ++- loolwsd/test/data/hello.odt |binary 3 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 1e58864230a5dc92615e62a018781503ea934455 Author: Jan Holesovsky Date: Thu Apr 14 11:36:18 2016 +0200 Rever

[Libreoffice-commits] online.git: 3 commits - loleaflet/dist loleaflet/.gitignore loleaflet/Makefile loleaflet/src loolwsd/MasterProcessSession.cpp

2016-04-14 Thread Pranav Kant
loleaflet/.gitignore |1 loleaflet/Makefile |6 ++--- loleaflet/dist/toolbar/toolbar.js| 36 --- loleaflet/src/control/Control.Buttons.js | 20 - loolwsd/MasterProcessSession.cpp |

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

2016-04-14 Thread Michael Meeks
vcl/unx/generic/fontmanager/fontmanager.cxx | 21 + 1 file changed, 21 insertions(+) New commits: commit 19219efc8610f25fe6b3277b99c8607847ecc8b1 Author: Michael Meeks Date: Wed Apr 13 17:19:57 2016 +0100 Unit test hook for online / fonts. Change-Id: I2ae50c

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

2016-04-14 Thread Rohan Kumar
chart2/source/controller/accessibility/AccessibleBase.cxx | 25 ++ chart2/source/controller/dialogs/DataBrowserModel.cxx |4 -- chart2/source/controller/main/ChartController.cxx |6 --- chart2/source/model/main/BaseCoordinateSystem.cxx |3 - chart2/sou

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

2016-04-14 Thread Stephan Bergmann
framework/source/layoutmanager/layoutmanager.cxx | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit eec11a3064e40c810971350223a6b42cc150bc4c Author: Stephan Bergmann Date: Thu Apr 14 11:19:05 2016 +0200 Race between Frame::dispose and timer-triggere

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

2016-04-14 Thread Stephan Bergmann
desktop/source/inc/exithelper.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dd1509b1f35b69d4c7707f7e4b05f86734c775af Author: Stephan Bergmann Date: Thu Apr 14 11:18:00 2016 +0200 Use the true exit code 77 here Change-Id: Ice61e770dd3cc9ac3beb7646a

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

2016-04-14 Thread Jan Holesovsky
loolwsd/LOOLWSD.cpp | 10 +- loolwsd/LOOLWSD.hpp |1 + loolwsd/loolwsd.xml |3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) New commits: commit 7d645014792fcfe26caa564941ecbe9da44507c1 Author: Jan Holesovsky Date: Thu Apr 14 11:13:30 2016 +0200 Allow setting the

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

2016-04-14 Thread Tomaž Vajngerl
vcl/opengl/gdiimpl.cxx | 13 + 1 file changed, 13 insertions(+) New commits: commit a50eeba86bf746fc0f84948fee1a47819c3e8209 Author: Tomaž Vajngerl Date: Fri Apr 8 17:03:48 2016 +0900 tdf#99244 opengl: miter limit for poly lines (cherry picked from commit ea6196f0a

[Libreoffice-commits] core.git: Branch 'feature/fixes20' - 2 commits - vcl/inc vcl/opengl vcl/win

2016-04-14 Thread Tomaž Vajngerl
vcl/inc/opengl/PackedTextureAtlas.hxx |6 +++ vcl/opengl/PackedTextureAtlas.cxx | 38 ++ vcl/opengl/gdiimpl.cxx| 13 +++ vcl/win/source/gdi/winlayout.cxx | 57 +++--- 4 files changed, 103 insertions(+), 11 delet

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

2016-04-14 Thread Tor Lillqvist
loolwsd/Util.cpp | 28 loolwsd/Util.hpp |3 --- 2 files changed, 31 deletions(-) New commits: commit 1bd6cdde3b441ced6f93a231d699ea9483002170 Author: Tor Lillqvist Date: Thu Apr 14 11:35:38 2016 +0300 Util::getSignalStatus() is unused Good, its

[Libreoffice-commits] online.git: 3 commits - loolwsd/configure.ac loolwsd/LOOLForKit.cpp loolwsd/test loolwsd/Util.cpp loolwsd/Util.hpp

2016-04-14 Thread Michael Meeks
loolwsd/LOOLForKit.cpp |4 - loolwsd/Util.cpp| 27 --- loolwsd/Util.hpp| 20 - loolwsd/configure.ac|2 loolwsd/test/Makefile.am|6 + loolwsd/test/UnitFonts.cpp | 168 loolwsd/test/data/

[Libreoffice-commits] core.git: accessibility/inc basctl/source binaryurp/source bridges/inc configmgr/source cppcanvas/source desktop/source embeddedobj/source extensions/source forms/source fpicker/

2016-04-14 Thread Noel Grandin
UnoControls/inc/basecontrol.hxx|8 ++--- accessibility/inc/accessibility/extended/textwindowaccessibility.hxx |2 - accessibility/inc/accessibility/standard/vclxaccessibletoolboxitem.hxx |2 - basctl/source/inc/basidesh.hxx

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

2016-04-14 Thread Noel Grandin
include/vcl/FilterConfigItem.hxx |2 +- include/vcl/bitmap.hxx |2 +- include/vcl/builder.hxx|2 +- include/vcl/dockwin.hxx|2 +- include/vcl/field.hxx |8 in

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

2016-04-14 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/tdf98806.rtf | 11 +++ sw/qa/extras/rtfexport/rtfexport.cxx |8 writerfilter/source/rtftok/rtfdocumentimpl.cxx | 14 ++ 3 files changed, 29 insertions(+), 4 deletions(-) New commits: commit 7dece94d6aa122d69e9740b935

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

2016-04-14 Thread Miklos Vajna
sw/qa/extras/ooxmlimport/data/tdf99140.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 15 ++ writerfilter/source/dmapper/DomainMapperTableHandler.cxx | 13 +- writerfilter/source/dmapper/PropertyMap.cxx | 78 +++ writerfilter/so

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

2016-04-14 Thread Miklos Vajna
sd/qa/unit/data/odp/tdf99224.odp |binary sd/qa/unit/export-tests.cxx | 12 sd/source/filter/eppt/pptx-epptooxml.cxx |4 +++- 3 files changed, 15 insertions(+), 1 deletion(-) New commits: commit a21fe59a2ad15fe579b535e58fcf2e310694d33a Author: Miklos Vajna

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

2016-04-14 Thread Miklos Vajna
sd/qa/unit/data/odp/tdf99224.odp |binary sd/qa/unit/export-tests.cxx | 12 sd/qa/unit/sdmodeltestbase.hxx | 16 sd/source/filter/eppt/pptx-epptooxml.cxx |4 +++- 4 files changed, 31 insertions(+), 1 deletion(-) New commits: com

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

2016-04-14 Thread Noel Grandin
vcl/inc/win/salsys.h| 14 -- vcl/inc/win/wincomp.hxx |2 -- vcl/win/app/salinfo.cxx |8 ++-- 3 files changed, 6 insertions(+), 18 deletions(-) New commits: commit 6656693836a382e6dac3a8c7ae794517b5f92bcc Author: Noel Grandin Date: Thu Apr 14 09:12:31 2016 +0200

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

2016-04-14 Thread Miklos Vajna
sw/qa/extras/rtfexport/data/pgnucrm.rtf| 23 +++ sw/qa/extras/rtfexport/rtfexport.cxx |6 ++ writerfilter/source/dmapper/DomainMapper.cxx |4 writerfilter/source/rtftok/rtfdocumentimpl.cxx |7 ++- 4 files changed, 39 insertions(+),

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

2016-04-14 Thread Tomaž Vajngerl
vcl/opengl/gdiimpl.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit cb4015bb28dd7430efaaa523d04a155eb7e46305 Author: Tomaž Vajngerl Date: Thu Apr 14 16:10:23 2016 +0900 use atan2 from std instead of glm Some system glm libs don't (yet) have atan

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

2016-04-14 Thread Julien Nabet
svx/source/dialog/charmap.cxx |3 ++- svx/source/dialog/orienthelper.cxx |6 -- svx/source/engine3d/helperhittest3d.cxx |3 ++- svx/source/fmcomp/gridctrl.cxx |2 +- svx/source/form/filtnav.cxx |8 +--- svx/source/form/fmexpl.cxx