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

2016-03-02 Thread Tor Lillqvist
vcl/source/window/syswin.cxx | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 65de9aa744fd51ee3d90a400f8413ae2805520ce Author: Tor Lillqvist Date: Thu Mar 3 09:43:26 2016 +0200 Follow our code layout style Consistency is important. (I know th

[Libreoffice-commits] core.git: l10ntools/Executable_genlang.mk l10ntools/inc l10ntools/Module_l10ntools.mk l10ntools/source Repository.mk

2016-03-02 Thread Jan Iversen
Repository.mk |1 l10ntools/Executable_genlang.mk | 73 +++ l10ntools/Module_l10ntools.mk |1 l10ntools/inc/gConv.hxx | 92 l10ntools/inc/gConvDB.hxx | 49 ++ l10ntools/inc/gConvPo.hxx | 71 +++ l10ntools/inc/gConvProp.hxx | 45 +

[Libreoffice-commits] core.git: 2 commits - connectivity/source editeng/source include/editeng

2016-03-02 Thread Noel Grandin
connectivity/source/drivers/dbase/DIndex.cxx|5 - connectivity/source/drivers/dbase/dindexnode.cxx|4 - connectivity/source/drivers/hsqldb/HStorageAccess.cxx | 32 +--- connectivity/source/drivers/postgresql/pq_preparedstatement.cxx |

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

2016-03-02 Thread Pierre-Eric Pelloux-Prayer
vcl/source/window/syswin.cxx | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) New commits: commit 9fdd671fb276a419089f26e47739c4a783d15e93 Author: Pierre-Eric Pelloux-Prayer Date: Wed Jan 27 19:51:30 2016 +0100 tdf#96393: reuse layout if available If p

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

2016-03-02 Thread Jochen Nitschke
sc/source/ui/condformat/condformatdlg.cxx | 10 ++ sc/source/ui/dbgui/dbnamdlg.cxx | 12 +++- sc/source/ui/miscdlgs/acredlin.cxx|8 +--- sc/source/ui/miscdlgs/highred.cxx | 12 ++-- sc/source/ui/miscdlgs/simpref.cxx |8 +--

Re: Libreoffice in indian languages

2016-03-02 Thread Tor Lillqvist
> We are using libreoffice 5.0.2 due to official reasons. > > Kindly have a look in the issue. > > That is almost rude, do you realize it? You are insisting on using a version that is known to have been superseded (with many issues fixed), yet you assume that people will be wanting to help you for

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

2016-03-02 Thread Steven Guo
sc/source/ui/dbgui/PivotLayoutTreeListData.cxx | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) New commits: commit 74c93c91ebce735e0defacc30054ca809c2db02d Author: Steven Guo Date: Wed Mar 2 03:17:03 2016 -0800 tdf#57950 Replace chained O(U)StringBuffer::append() with

Re: Libreoffice in indian languages

2016-03-02 Thread jan iversen
Sent from my iPad, please excuse any misspellings > > #./autogen.sh --without-junit --disable-dependency-tracking --enable-epm > --with-epm=internal --without-help --with-lang="hi bn-IN mr " > --with-vendor="C-DAC GIST" --with-build-version="Build by C-DAC GIST" > --with-package-format="deb

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

2016-03-02 Thread Noel Grandin
mysqlc/source/mysqlc_general.cxx |8 mysqlc/source/mysqlc_general.hxx |6 ++ 2 files changed, 6 insertions(+), 8 deletions(-) New commits: commit d298cfd9864d5a742f966fa6584b34f3b72cd6a0 Author: Noel Grandin Date: Thu Mar 3 08:13:14 2016 +0200 loplugin:unuseddefaultpa

[Libreoffice-commits] core.git: 4 commits - basic/source dbaccess/source include/basic include/dbaccess include/oox oox/inc oox/source sc/inc sc/source

2016-03-02 Thread Noel Grandin
basic/source/basmgr/basmgr.cxx| 37 --- basic/source/comp/parser.cxx |4 - basic/source/comp/symtbl.cxx |5 - basic/source/inc/iosys.hxx|4 - basic/source/inc/parser.hxx

Re: Add support for libgdx in libreoffice

2016-03-02 Thread Mayank Gupta
Markus, Thanks for the help. I'll give it a try. There's a GSoC 2016 Libre office project that includes adding animations and a very less sophisticated animator for Naive users to add to impress animations. I found it really interesting. So I'll be working on it even if I don't get selected. That's

RE: Libreoffice in indian languages

2016-03-02 Thread sridhar
Hi I am using the --with-lang option. My autogen.sh is #./autogen.sh --without-junit --disable-dependency-tracking --enable-epm --with-epm=internal --without-help --with-lang="hi bn-IN mr " --with-vendor="C-DAC GIST" --with-build-version="Build by C-DAC GIST" --with-package-format="deb" -

Re: Add support for libgdx in libreoffice

2016-03-02 Thread Markus Mohrhard
Hey, On Thu, Mar 3, 2016 at 3:47 AM, Mayank Gupta wrote: > Hi, I want to know how to setup environment to use libgdx modules in > libreoffice. I have worked on physics engine on Unity3d which itself is an > IDE. Since to create animations in libgdx, Gradle supports eclipse, > IntellijIDEA,etc. L

[Libreoffice-commits] online.git: loolwsd/Admin.hpp loolwsd/AdminModel.hpp loolwsd/LOOLBroker.cpp loolwsd/LOOLWSD.cpp loolwsd/Makefile.am

2016-03-02 Thread Pranav Kant
loolwsd/Admin.hpp | 94 +++-- loolwsd/AdminModel.hpp | 32 loolwsd/LOOLBroker.cpp | 11 + loolwsd/LOOLWSD.cpp| 37 +-- loolwsd/Makefile.am|2 - 5 files changed, 168 insertions(+), 8 deletions(

Add support for libgdx in libreoffice

2016-03-02 Thread Mayank Gupta
Hi, I want to know how to setup environment to use libgdx modules in libreoffice. I have worked on physics engine on Unity3d which itself is an IDE. Since to create animations in libgdx, Gradle supports eclipse, IntellijIDEA,etc. Llibreoffice doesn't support any of them and there is no libgdx suppo

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

2016-03-02 Thread Michael Meeks
vcl/source/app/scheduler.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 7ccdb94e2c5774f924bf89b34387c7d41e2e4c30 Author: Michael Meeks Date: Thu Mar 3 02:32:50 2016 + vcl: scheduler - remove obsolete comment. Change-Id: I8a469f73b682e32bbb15a71e5be9b64d8412f3

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

2016-03-02 Thread Maxim Monastirsky
sw/source/uibase/uiview/viewling.cxx |4 1 file changed, 4 insertions(+) New commits: commit 57c3b726d0845a2070acccbe6a30837c3cc8a341 Author: Maxim Monastirsky Date: Thu Mar 3 00:32:25 2016 +0200 Break SmartTagMenuController-VCLXMenu cycle Change-Id: I6da45f6b6750f78d309

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

2016-03-02 Thread Armin Le Grand
svx/source/unodraw/UnoGraphicExporter.cxx |4 1 file changed, 4 insertions(+) New commits: commit 79288ac239ebf1916ffbf3c386482d00e6060f8d Author: Armin Le Grand Date: Wed Mar 2 17:21:10 2016 +0100 tdf#96922 Suppress EditView PageVisuailsation in GraphicExporter PageBack

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

2016-03-02 Thread Armin Le Grand
svx/source/unodraw/UnoGraphicExporter.cxx |4 1 file changed, 4 insertions(+) New commits: commit a8245d23d765035a6d618f2cdff6cefd3ed996cf Author: Armin Le Grand Date: Wed Mar 2 17:21:10 2016 +0100 tdf#96922 Suppress EditView PageVisuailsation in GraphicExporter PageBack

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

2016-03-02 Thread Michael Stahl
sd/source/ui/framework/configuration/ConfigurationControllerResourceManager.cxx | 11 sd/source/ui/framework/configuration/ConfigurationUpdater.cxx |3 -- sd/source/ui/framework/configuration/ResourceFactoryManager.cxx |7 + sd/source/ui

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

2016-03-02 Thread Armin Le Grand
svx/source/unodraw/UnoGraphicExporter.cxx |4 1 file changed, 4 insertions(+) New commits: commit f3ff67d3c3047de3ad43f8bb3f805d82eaef0479 Author: Armin Le Grand Date: Wed Mar 2 17:21:10 2016 +0100 tdf#96922 Suppress EditView PageVisuailsation in GraphicExporter PageBack

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

2016-03-02 Thread Stanislav Horacek
source/text/swriter/00/0404.xhp | 49 +++ source/text/swriter/01/0216.xhp |2 source/text/swriter/01/04120100.xhp |2 source/text/swriter/01/04120200.xhp |2 source/text/swriter/01/04120210.xhp

[Libreoffice-commits] core.git: helpcontent2

2016-03-02 Thread Stanislav Horacek
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 01ffe26fdf1c4575cffdf64468e3c1c996a2d200 Author: Stanislav Horacek Date: Wed Mar 2 21:38:37 2016 +0100 Updated core Project: help 17ec8364ffd8f814d9bed18441ae6e8389eb360d tdf#92825 adju

[Libreoffice-commits] core.git: helpcontent2

2016-03-02 Thread Stanislav Horacek
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e0570b7436bd629169f8acdb7dcd33e9c1688a30 Author: Stanislav Horacek Date: Wed Mar 2 20:54:58 2016 +0100 Updated core Project: help cdeb341a7ac1a01ac1fd28d80b70eb7bbff5e1af rename "Highli

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

2016-03-02 Thread Stanislav Horacek
source/text/shared/02/0216.xhp | 14 +++--- source/text/swriter/guide/background.xhp |2 +- 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit cdeb341a7ac1a01ac1fd28d80b70eb7bbff5e1af Author: Stanislav Horacek Date: Wed Mar 2 20:54:58 2016 +0100 r

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

2016-03-02 Thread Stanislav Horacek
source/auxiliary/shared.tree |2 +- source/text/shared/01/grid.xhp |2 +- source/text/shared/optionen/01012000.xhp |5 +++-- source/text/shared/optionen/01050100.xhp |2 +- 4 files changed, 6 insertions(+), 5 deletions(-) New commits: commit 47cc97d2ef4f3f59a

[Libreoffice-commits] core.git: helpcontent2

2016-03-02 Thread Stanislav Horacek
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3231e5c3626e5a194de0cc521606df54318117f4 Author: Stanislav Horacek Date: Wed Mar 2 21:51:52 2016 +0100 Updated core Project: help 47cc97d2ef4f3f59a2d3d5e66a25d04fc0fff463 tdf#95155 rena

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

2016-03-02 Thread Maxim Monastirsky
sfx2/source/control/dispatch.cxx |4 1 file changed, 4 insertions(+) New commits: commit 9d6e1de029e992d189882ed7098acb6ac8cfe1fe Author: Maxim Monastirsky Date: Wed Mar 2 22:40:14 2016 +0200 Context menus were never destructed Change-Id: I34ae9dbb5b00fa2b6a1ef5c115a796d

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

2016-03-02 Thread Eike Rathke
sc/inc/scmatrix.hxx |6 +++--- sc/source/core/tool/interpr6.cxx |4 ++-- sc/source/core/tool/scmatrix.cxx | 32 3 files changed, 29 insertions(+), 13 deletions(-) New commits: commit b2f5336b08b5f638f890a626eb2aeefaf499a79b Author: Eike Rath

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

2016-03-02 Thread Tomáš Chvátal
external/libodfgen/libodfgen-bundled-soname.patch.0 |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 434bee6e664dcd3ff6978c45b37ef8d98f29e70b Author: Tomáš Chvátal Date: Wed Mar 2 17:20:23 2016 +0100 Fix patch to apply on SLE11, just some unknown patc

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

2016-03-02 Thread Tomáš Chvátal
external/libodfgen/libodfgen-bundled-soname.patch.0 |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 6d7aeebcce020125caf660636e7dc7a5f160858e Author: Tomáš Chvátal Date: Wed Mar 2 17:20:23 2016 +0100 Fix patch to apply on SLE11, just some unknown patc

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

2016-03-02 Thread Adolfo Jayme Barrientos
source/text/scalc/01/02140700.xhp |3 -- source/text/scalc/01/statistics.xhp | 42 ++-- 2 files changed, 21 insertions(+), 24 deletions(-) New commits: commit 3ceee913def605d1f2e4c42545b8b4a6d56a13aa Author: Adolfo Jayme Barrientos Date: Wed Mar 2 13:47:

[Libreoffice-commits] core.git: helpcontent2

2016-03-02 Thread Adolfo Jayme Barrientos
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 57a7466a2122131f4a8a95312ca7715a54745e92 Author: Adolfo Jayme Barrientos Date: Wed Mar 2 13:47:08 2016 -0600 Updated core Project: help 3ceee913def605d1f2e4c42545b8b4a6d56a13aa Minor tw

[Libreoffice-commits] help.git: Branch 'libreoffice-5-1' - source/text

2016-03-02 Thread Adolfo Jayme Barrientos
source/text/shared/optionen/01010600.xhp |2 -- 1 file changed, 2 deletions(-) New commits: commit 32494e774e5e99a58ad49ce90d18c33264d0a00d Author: Adolfo Jayme Barrientos Date: Thu Feb 25 02:36:11 2016 -0600 tdf#98122 Rip out mention of the option “AlwaysAllowSave” Chang

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - helpcontent2

2016-03-02 Thread Adolfo Jayme Barrientos
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3f21d1522b5c09422ad01d48ec383b27a5d32f53 Author: Adolfo Jayme Barrientos Date: Thu Feb 25 02:36:11 2016 -0600 Updated core Project: help 32494e774e5e99a58ad49ce90d18c33264d0a00d tdf#981

Re: Firebird doesn't support MSVC 2015

2016-03-02 Thread julien2412
Alex Thurgood wrote > Le 02/03/2016 13:12, Noel Grandin a écrit : > > > Toolchain problems on OSX with firebird too...currently not building > with firebird enabled in my own master builds, as the build fails each > time when I do. > > Alternatives to an experimental feature that never got off t

Firebird doesn't support MSVC 2015

2016-03-02 Thread David Ostrovsky
Hi Miklos, On Wed Mar 2 08:56:14 UTC 2016, Miklos Vajna wrote: >>On Wed, Mar 02, 2016 at 08:02:39AM +0100, David Ostrovsky wrote: >> I see two options: >> * Declare FB only supported on platforms, where it can be built with >> current compiler toolchain that is used and decided by this project. [

Re: Firebird doesn't support MSVC 2015

2016-03-02 Thread Alexander Thurgood
Le 02/03/2016 13:12, Noel Grandin a écrit : Toolchain problems on OSX with firebird too...currently not building with firebird enabled in my own master builds, as the build fails each time when I do. Alternatives to an experimental feature that never got off the ground, interesting, but please n

Re: java configure bug on gentoo

2016-03-02 Thread Wols Lists
On 02/03/16 13:27, jan iversen wrote: > Hi > > I just had a short look (not a gerrit specialist), and I could not find > your user or email in gerrit. Do you know who the gerrit specialist is who could sort it? > > I also could not find it in our wiki > https://wiki.documentfoundation.org/Develo

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

2016-03-02 Thread Caolán McNamara
sc/source/ui/docshell/impex.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3f66ab95539846ace9867842f25d460d583915c3 Author: Caolán McNamara Date: Wed Mar 2 17:14:35 2016 + coverity#703997 silence Unchecked return value Change-Id: I6801d8ff6d

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

2016-03-02 Thread Caolán McNamara
framework/source/layoutmanager/layoutmanager.cxx | 57 ++- 1 file changed, 46 insertions(+), 11 deletions(-) New commits: commit 0c622c988523da4edc68d68ca4f4358c1fef83e4 Author: Caolán McNamara Date: Wed Mar 2 15:07:04 2016 + extra menubar displayed after exitin

[Libreoffice-commits] core.git: scp2/source shell/Module_shell.mk shell/Package_scripts_kde.mk shell/Package_scripts.mk shell/Package_scripts_tde.mk

2016-03-02 Thread Michael Stahl
scp2/source/kde/module_kde.scp |4 +--- scp2/source/ooo/file_ooo.scp | 25 - scp2/source/ooo/module_ooo.scp |3 +-- scp2/source/tde/module_tde.scp |4 +--- shell/Module_shell.mk |3 --- shell/Package_scripts.mk | 12 shell/P

[Libreoffice-commits] core.git: 3 commits - cui/source officecfg/registry sfx2/source unotools/source

2016-03-02 Thread Miklos Vajna
cui/source/options/optpath.cxx | 25 +++ officecfg/registry/schema/org/openoffice/Office/Common.xcs |6 + sfx2/source/view/classificationcontroller.cxx | 41 + unotools/source/config/defaultoptions.cxx | 13 ++-- 4

[Libreoffice-commits] core.git: Branch 'rEfs/for/master' - 0 commits -

2016-03-02 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] core.git: shell/Package_scripts_kde.mk shell/Package_scripts.mk shell/Package_scripts_tde.mk shell/source sysui/desktop

2016-03-02 Thread Bryan Quigley
shell/Package_scripts.mk |2 shell/Package_scripts_kde.mk |4 - shell/Package_scripts_tde.mk |4 - shell/source/unix/exec/shellexec.cxx | 47 -- shell/source/unix/misc/kde4-open-url.sh| 21 -- shell/source/uni

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

2016-03-02 Thread Caolán McNamara
vcl/unx/gtk/gtksalmenu.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 90c2dffbd7c1162697e4fed5d0806d52a89fb0c8 Author: Caolán McNamara Date: Tue Mar 1 15:49:39 2016 + valgrind: fix g_variant leak Change-Id: I6d10c7d20f9bc1dfcaa60ad89a9092fe06922074

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

2016-03-02 Thread Michael Stahl
configure.ac | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) New commits: commit 3fd13a33670e8526bfe32bd4af83315cb35db697 Author: Michael Stahl Date: Mon Feb 29 21:33:38 2016 +0100 configure: try to make --without-x less confusing In a supreme twist of irony

[Libreoffice-commits] core.git: Branch 'ports/macosx10.5/master' - 149 commits - accessibility/inc accessibility/source android/Bootstrap apple_remote/Library_AppleRemote.mk avmedia/Library_avmediaQui

2016-03-02 Thread Douglas Mencken
Rebased ref, commits from common ancestor: commit 6fad1101a8bb41a846eebff6393a0a479079e274 Author: Douglas Mencken Date: Mon Feb 29 13:26:24 2016 -0500 GetEnglishSearchFontName is what is supposed to use here Change-Id: I210359c28b5e66b64627cb49cdf388ee35015a92 diff --git a/vcl/so

[Libreoffice-commits] core.git: helpcontent2

2016-03-02 Thread Eike Rathke
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e7fe70ff9cad56176c67f26e365c990f0be94e6c Author: Eike Rathke Date: Wed Mar 2 16:42:01 2016 +0100 Updated core Project: help 4960c1ad663747257f1dc69a649f715a32a9e77e add warning for case

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

2016-03-02 Thread Eike Rathke
source/text/shared/optionen/01060500.xhp | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) New commits: commit 4960c1ad663747257f1dc69a649f715a32a9e77e Author: Eike Rathke Date: Wed Mar 2 16:42:01 2016 +0100 add warning for case sensitivity and Excel interope

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

2016-03-02 Thread Eike Rathke
sc/uiconfig/scalc/ui/optcalculatepage.ui |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7dc10c5fca6ab4437b4f42a7d83b4e409f407eec Author: Eike Rathke Date: Wed Mar 2 15:54:31 2016 +0100 shift "Decimal places" down by 2 to align with "Limit decimals" again

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

2016-03-02 Thread Tor Lillqvist
loolwsd/LOOLBroker.cpp |2 ++ 1 file changed, 2 insertions(+) New commits: commit d55ba592b43dedcfb37e396a70060c6a327da19e Author: Tor Lillqvist Date: Wed Mar 2 16:51:45 2016 +0200 Log also when the syncChildren() is done It does quite a lot of work that can produce very many

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

2016-03-02 Thread Tor Lillqvist
loolwsd/LOOLKit.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bf63df227b63c7dcdbdd4439c90d0c37939d8261 Author: Tor Lillqvist Date: Wed Mar 2 16:41:46 2016 +0200 The payload can be null It is always null at least for LOK_CALLBACK_STATUS_INDICATOR

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

2016-03-02 Thread Noel Grandin
slideshow/source/engine/rehearsetimingsactivity.cxx |2 +- slideshow/source/engine/shapes/drawinglayeranimation.cxx |2 +- slideshow/source/engine/shapes/intrinsicanimationactivity.cxx |3 ++- slideshow/source/engine/transitions/slidechangebase.cxx |4 ++-- sli

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

2016-03-02 Thread Eike Rathke
sc/source/ui/inc/tpcalc.hxx |5 ++-- sc/source/ui/optdlg/tpcalc.cxx | 19 - sc/uiconfig/scalc/ui/optcalculatepage.ui | 33 +++ 3 files changed, 37 insertions(+), 20 deletions(-) New commits: commit cdd7a0fe48aefee420d1f75b

[Libreoffice-commits] core.git: 4 commits - sw/inc sw/source test/source vcl/README

2016-03-02 Thread Michael Stahl
sw/inc/list.hxx |1 + sw/source/core/doc/DocumentListsManager.cxx |7 +++ sw/source/core/doc/docnum.cxx |2 ++ sw/source/core/doc/list.cxx |6 +- test/source/mtfxmldump.cxx | 24 +++

Re: java configure bug on gentoo

2016-03-02 Thread jan iversen
Hi I just had a short look (not a gerrit specialist), and I could not find your user or email in gerrit. I also could not find it in our wiki https://wiki.documentfoundation.org/Development/Developers How do you login to gerrit, maybe your problem is the openId provider. Rgds jan I. Sent fr

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

2016-03-02 Thread Tor Lillqvist
loolwsd/MasterProcessSession.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit fa0fd3303d5e530ad49c2bc58d0dc9b1d5b2e0b1 Author: Tor Lillqvist Date: Wed Mar 2 14:55:04 2016 +0200 Avoid logging \r\n here, too diff --git a/loolwsd/MasterProcessSession.cpp

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

2016-03-02 Thread baltasarq
basic/source/inc/runtime.hxx | 23 --- basic/source/runtime/runtime.cxx | 25 + 2 files changed, 25 insertions(+), 23 deletions(-) New commits: commit d9dacecd9068f8ba2be8b92cdd881dbb17a59cfb Author: baltasarq Date: Tue Mar 1 13:14:39 2016 +0

[Libreoffice-commits] core.git: 2 commits - cui/source include/unotools officecfg/registry sfx2/source unotools/source

2016-03-02 Thread Miklos Vajna
cui/source/inc/cuires.hrc |1 cui/source/options/optpath.cxx | 11 +++- cui/source/options/optpath.src |4 +++ include/unotools/pathoptions.hxx |3 ++ officecfg/reg

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

2016-03-02 Thread Tor Lillqvist
external/hsqldb/README |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit a0cc0d2a45ae480e4e1f968b213360ec0b17fdee Author: Tor Lillqvist Date: Wed Mar 2 14:24:56 2016 +0200 Update to match reality Change-Id: I60d5b6b362bec591bb29fa409361ba8d1f2d4b8

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

2016-03-02 Thread Stephan van den Akker
test/source/mtfxmldump.cxx | 28 ++- vcl/qa/cppunit/wmf/wmfimporttest.cxx | 16 +++ vcl/source/filter/wmf/enhwmf.cxx | 36 +-- vcl/source/filter/wmf/winmtf.hxx |9 4 files changed, 82 insertion

Re: Firebird doesn't support MSVC 2015

2016-03-02 Thread Noel Grandin
On 2016/03/02 2:11 PM, Michael Stahl wrote: personally i'd be inclined towards alternatives that are less likely to trigger toolchain problems - maybe there's a SQL database implemented in, say, Java somewhere... Maybe even one that shares a committer with LO ? http://h2database.com/html/m

Re: Firebird doesn't support MSVC 2015

2016-03-02 Thread Michael Stahl
On 02.03.2016 12:44, Stephan Bergmann wrote: > On 03/02/2016 12:32 PM, Michael Stahl wrote: >> i think we can do without firebird for now, it's an experimental feature >> anyway so it can be fixed at a later time when somebody gets around to it. > > Given how firebird keeps popping up as one of th

Re: Firebird doesn't support MSVC 2015

2016-03-02 Thread Stephan Bergmann
On 03/02/2016 12:32 PM, Michael Stahl wrote: i think we can do without firebird for now, it's an experimental feature anyway so it can be fixed at a later time when somebody gets around to it. Given how firebird keeps popping up as one of the worst external modules whenever you fiddle with a n

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

2016-03-02 Thread Caolán McNamara
swext/mediawiki/src/com/sun/star/wiki/WikiEditorImpl.java | 28 -- vcl/unx/gtk/gtksalmenu.cxx|1 2 files changed, 1 insertion(+), 28 deletions(-) New commits: commit 3a4b68260bc6c1e8bcb694f640c70652b830c621 Author: Caolán McNamara Date: Wed M

Re: Firebird doesn't support MSVC 2015

2016-03-02 Thread Michael Stahl
On 02.03.2016 08:02, David Ostrovsky wrote: > > So, after fixing number of MSVC 14.0 related bugs in FB > module: [1], I filed this bug upstream: [2] and got there > this comment from Egor Pugin: > > "I tried to compile fb with MSVC2015. > After fixing macro issues, you'll see more errors and mo

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

2016-03-02 Thread Andras Timar
Tag 'cp-5.0-26' created by Andras Timar at 2016-03-02 11:21 -0800 cp-5.0-26 Changes since cp-5.0-25-18: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listi

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

2016-03-02 Thread Christian Lohmaier
Tag 'cp-5.0-26' created by Andras Timar at 2016-03-02 11:21 -0800 cp-5.0-26 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-26'

2016-03-02 Thread Ricardo Palomares
Tag 'cp-5.0-26' created by Andras Timar at 2016-03-02 11:21 -0800 cp-5.0-26 Changes since cp-5.0-18-2: --- 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-26'

2016-03-02 Thread Christian Lohmaier
Tag 'cp-5.0-26' created by Andras Timar at 2016-03-02 11:21 -0800 cp-5.0-26 Changes since cp-5.0-14-23: --- 0 files changed --- ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listi

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

2016-03-02 Thread Tor Lillqvist
loolwsd/LOOLKit.cpp |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 38ddcf5243276bab51b9c1ccbe15e1821f05966f Author: Tor Lillqvist Date: Wed Mar 2 13:12:27 2016 +0200 Don't log the CR LF at the end of a response diff --git a/loolwsd/LOOLKit.cpp b/loolws

Re: Firebird doesn't support MSVC 2015

2016-03-02 Thread Miklos Vajna
Hi, On Wed, Mar 02, 2016 at 08:02:39AM +0100, David Ostrovsky wrote: > I see two options: > > * Declare FB only supported on platforms, where it can be built with > current compiler toolchain that is used and decided by this project. > * Cancel MSVC 14.0 upgrade for now and wait until it's sup

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

2016-03-02 Thread Samuel Mehrbrodt
framework/source/uielement/addonstoolbarmanager.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 499a34658e3a78d7b7c7c917eb739f8a1924c633 Author: Samuel Mehrbrodt Date: Mon Feb 29 17:46:30 2016 +0100 tdf#98277 Extensions: Display shortcut in toolbar tooltip (

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - configure.ac

2016-03-02 Thread Andras Timar
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 55a81745de7470d4e42b7af87349a055cd5ef393 Author: Andras Timar Date: Wed Mar 2 11:10:58 2016 +0100 Bump version to 5.0-26 Change-Id: I487fb3b52bb8adfa40a75e2b83f375fbdd78 diff --git a/co

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - 14 commits - download.lst filter/source framework/source icon-themes/galaxy include/sfx2 include/vcl offapi/type_reference readlicens

2016-03-02 Thread Andras Timar
download.lst |2 filter/source/graphicfilter/eps/eps.cxx | 53 framework/source/uielement/menubarmanager.cxx | 26 icon-themes/galaxy/links.txt |8 include/sfx2/dinfdlg.hxx |3 include/vcl/graph.hxx

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

2016-03-02 Thread Jan-Marek Glogowski
include/sfx2/dinfdlg.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ae13b1bd066263b6b3506fa262ab4808e675bc98 Author: Jan-Marek Glogowski Date: Wed Mar 2 10:03:01 2016 +0100 GCC 4.6 still doesn't do "override" But you can use SAL_OVERRIDE instead

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

2016-03-02 Thread Noel Grandin
sc/source/filter/excel/frmbase.cxx| 89 +++--- sc/source/filter/excel/xeformula.cxx | 16 - sc/source/filter/excel/xehelper.cxx | 10 - sc/source/filter/excel/xestream.cxx

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.4' - lotuswordpro/qa lotuswordpro/source

2016-03-02 Thread Andras Timar
lotuswordpro/qa/cppunit/test_lotuswordpro.cxx |4 ++-- lotuswordpro/source/filter/LotusWordProImportFilter.cxx |2 +- lotuswordpro/source/filter/bencont.cxx |2 +- lotuswordpro/source/filter/lwpbackgroundstuff.cxx |2 +- lotuswordpro/source/filter/l

Re: Libreoffice in indian languages

2016-03-02 Thread Katarina Behrens
Hi, > I am trying to build Libreoffice 5.0.2 user interface in Indian languages. > Some languages are working . I followed same process for Gujarati , > Malayalam, Marathi , Nepali and Manipuri. What process would that be? Are you building using '--with-lang=$your $valid $language $codes $here'?

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

2016-03-02 Thread Stephan Bergmann
include/tools/unqidx.hxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit da83d2899ec20a6cd181c7a0d5f465bd11088a5a Author: Stephan Bergmann Date: Wed Mar 2 09:29:21 2016 +0100 Avoid signed/unsigned mismatch warnings with MSVC Change-Id: I1cca248722d

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

2016-03-02 Thread Miklos Vajna
external/libxmlsec/UnpackedTarball_xmlsec.mk | 38 +++ 1 file changed, 22 insertions(+), 16 deletions(-) New commits: commit 3f9416d703a3d38f4ff59beddc06eb8e1efa52e4 Author: Miklos Vajna Date: Wed Mar 2 09:26:22 2016 +0100 libxmlsec: start tracking patch upstream

[Libreoffice-commits] core.git: desktop/unx sal/osl

2016-03-02 Thread Hank Leininger
desktop/unx/source/start.c |9 +++-- sal/osl/unx/pipe.cxx |4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) New commits: commit 87c011134031374cf9104ec2fc39ef121d8a6802 Author: Hank Leininger Date: Fri Feb 26 20:23:03 2016 -0500 tdf#98210 do not require R_OK for

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

2016-03-02 Thread Sedat Ak
tools/source/generic/config.cxx |4 +--- tools/source/stream/strmunx.cxx | 19 --- 2 files changed, 5 insertions(+), 18 deletions(-) New commits: commit f0c38c67e4a5d1b1fa58873f2db88310d8bf295a Author: Sedat Ak Date: Sat Jan 30 16:49:06 2016 +0200 tdf#57950 Replace c