[Libreoffice-commits] online.git: 3 commits - loolwsd/Admin.cpp loolwsd/AdminModel.hpp loolwsd/Auth.hpp loolwsd/ChildProcessSession.cpp loolwsd/LOOLBroker.cpp loolwsd/LOOLKit.cpp loolwsd/LOOLSession.c

2016-03-07 Thread Tor Lillqvist
loolwsd/Admin.cpp|4 +- loolwsd/AdminModel.hpp |3 -- loolwsd/Auth.hpp |3 -- loolwsd/ChildProcessSession.cpp | 13 ++--- loolwsd/LOOLBroker.cpp | 20 ++ loolwsd/LOOLKit.cpp | 54 +--

[Libreoffice-commits] core.git: external/boost RepositoryExternal.mk ucb/Library_ucpcmis1.mk

2016-03-07 Thread David Tardon
RepositoryExternal.mk |6 ++-- external/boost/Module_boost.mk |2 - external/boost/StaticLibrary_boost_date_time.mk | 32 external/boost/StaticLibrary_boostdatetime.mk | 32 ucb/Library_ucpcm

[Libreoffice-commits] core.git: include/LibreOfficeKit libreofficekit/qa

2016-03-07 Thread Stephan Bergmann
include/LibreOfficeKit/LibreOfficeKitInit.h |5 + libreofficekit/qa/unit/tiledrendering.cxx |8 +++- 2 files changed, 8 insertions(+), 5 deletions(-) New commits: commit 5e79a328645e6bc2ac3cbd7f2d6b9298772c0598 Author: Stephan Bergmann Date: Tue Mar 8 08:34:09 2016 +0100

Re: Jakub Trzebiatowski License Statement

2016-03-07 Thread jan iversen
WELCOME Thanks for your license statement. I have 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. LibreOffi

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

2016-03-07 Thread Noel Grandin
compilerplugins/clang/constantparam.cxx | 215 compilerplugins/clang/constantparam.py | 61 + xmlhelp/source/cxxhelp/provider/urlparameter.cxx|6 xmlhelp/source/cxxhelp/provider/urlparameter.hxx|2 xmlsecurity/source/framework/

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

2016-03-07 Thread Jan Iversen
svgio/source/svgreader/svgsvgnode.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c0bd26d73d438b6efc14b56231a6e7f05c8e4b92 Author: Jan Iversen Date: Tue Mar 8 07:52:55 2016 +0100 Updated to solve problem with gerrit patch 22363 Regina posted comme

Re: Windows / font / text futures ...

2016-03-07 Thread Norbert Thiebaud
On Mon, Mar 7, 2016 at 5:20 PM, Chris Sherlock wrote: > > Do you have any code pointers where writer modifies the layout? sw/source/core/txtnode/fntcache.cxx Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedeskt

[Libreoffice-commits] core.git: 4 commits - config_host.mk.in configure.ac m4/ax_boost_filesystem.m4 RepositoryExternal.mk

2016-03-07 Thread David Tardon
RepositoryExternal.mk | 103 ++-- config_host.mk.in |1 configure.ac |1 m4/ax_boost_filesystem.m4 | 118 ++ 4 files changed, 156 insertions(+), 67 deletions(-) New commits: commit

[Libreoffice-commits] core.git: configure.ac download.lst external/boost external/liborcus RepositoryExternal.mk sc/Library_scfilt.mk sc/source

2016-03-07 Thread Kohei Yoshida
RepositoryExternal.mk | 19 configure.ac |2 download.lst |4 external/boost/Module_boost.mk|1

Re: Windows / font / text futures ...

2016-03-07 Thread Chris Sherlock
Not a criticism, when I was trying to follow the code I was feeling the same way! Your comment was very helpful, and I went from frustrated to amused :-) Chris Sent from my iPhone > On 8 Mar 2016, at 10:35 AM, Khaled Hosny wrote: > >> On Tue, Mar 08, 2016 at 10:18:47AM +1100, Chris Sherlock w

Re: Windows / font / text futures ...

2016-03-07 Thread Khaled Hosny
On Tue, Mar 08, 2016 at 10:18:47AM +1100, Chris Sherlock wrote: > On 8 Mar 2016, at 5:38 AM, Khaled Hosny wrote: > > > > On Mon, Mar 07, 2016 at 02:04:41PM +, Michael Meeks wrote: > >> Hi Thorsten, > >> > >>I missed your mail; please do maintain the CC if you want a prompt > >> reply =)

Re: Windows / font / text futures ...

2016-03-07 Thread Chris Sherlock
On 8 Mar 2016, at 8:39 AM, Norbert Thiebaud wrote: > > On Mon, Mar 7, 2016 at 10:22 AM, Thorsten Behrens > wrote: >> I'm afraid we're in for that regardless. Norbert, Khaled, Tor IIRC & a >> number of other hackers all came to the conclusion that the vcl font >> API / the way Writer is doing lay

Re: Windows / font / text futures ...

2016-03-07 Thread Chris Sherlock
On 8 Mar 2016, at 5:38 AM, Khaled Hosny wrote: > > On Mon, Mar 07, 2016 at 02:04:41PM +, Michael Meeks wrote: >> Hi Thorsten, >> >> I missed your mail; please do maintain the CC if you want a prompt >> reply =) >> >> On Fri, 2016-03-04 at 00:43 +0100, Thorsten Behrens wrote: >> >>

Re: Gerrit supports inline edit feature now

2016-03-07 Thread Chris Sherlock
Agreed - thanks a bunch, I really appreciate the efforts you all put into maintaining and improving our gerrit and Jenkins experiences :-) Chris > On 8 Mar 2016, at 4:23 AM, Thorsten Behrens > wrote: > > David Ostrovsky wrote: >> Yesterday, the right Gerrit version was deployed on gerrit.l.o.

Re: alternatives to Firebird: sqlite [was: Firebird doesn't support MSVC 2015]

2016-03-07 Thread Chris Sherlock
I understand, but the situation with Firebird seems less than ideal, at least in terms of Windows builds at any rate. Are the tests really that much slower? Obviously we are relying on having a Java installation to test out Base. Can we isolate those things that we can test on sqlite to sqlit

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

2016-03-07 Thread Michael Stahl
external/openssl/ExternalProject_openssl.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit a420a4346ec21ea561f1321767d6a5eed98df02b Author: Michael Stahl Date: Mon Mar 7 23:04:37 2016 +0100 openssl: fix WNT build For reasons beyond human understanding, the many-te

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

2016-03-07 Thread Stephan Bergmann
connectivity/source/drivers/macab/MacabPreparedStatement.cxx |2 +- connectivity/source/drivers/macab/MacabResultSetMetaData.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 92dc6a29970731f0b30e434c362897b0a0afc61f Author: Stephan Bergmann Date: Mon Mar 7

Re: Windows / font / text futures ...

2016-03-07 Thread Norbert Thiebaud
On Mon, Mar 7, 2016 at 10:22 AM, Thorsten Behrens wrote: > I'm afraid we're in for that regardless. Norbert, Khaled, Tor IIRC & a > number of other hackers all came to the conclusion that the vcl font > API / the way Writer is doing layout is in serious need for rework, My conclusion was that wri

Re: Windows / font / text futures ...

2016-03-07 Thread Norbert Thiebaud
On Mon, Mar 7, 2016 at 8:04 AM, Michael Meeks wrote: > >> - as long as so much low-level layouting is still >> happening in Writer (dx arrays, kashida filling etc). > > Hmm; the dx array as I understand it is just a simplified form of > glyph > widths; Not quite. Dx array associate widt

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - external/graphite

2016-03-07 Thread Tomáš Chvátal
external/graphite/graphite2.win64.patch.1 | 51 +++--- 1 file changed, 26 insertions(+), 25 deletions(-) New commits: commit 7530abcfa82393e22b21a0d54ce796caaecdc915 Author: Tomáš Chvátal Date: Tue Dec 22 15:41:25 2015 +0100 Refresh graphite2.win64.patch.1 to

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - Repository.mk

2016-03-07 Thread Adolfo Jayme Barrientos
Repository.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 6c5c81dad60d603dbbbf001cd32772602e7bbe2c Author: Adolfo Jayme Barrientos Date: Mon Mar 7 14:43:09 2016 -0600 Revert "gtktiledviewer needs gtk3 not gtk2" This reverts commit 9d7e6cd14f82

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

2016-03-07 Thread Aleksas Pantechovskis
sw/qa/core/macros-test.cxx |5 + sw/qa/extras/uiwriter/uiwriter.cxx |2 ++ 2 files changed, 7 insertions(+) New commits: commit 123b41c3870810d61fde5e17c74a352e3fd2a694 Author: Aleksas Pantechovskis Date: Sat Mar 5 23:56:35 2016 +0200 tdf#65219 Fix temp files clean up

[Libreoffice-commits] core.git: RepositoryExternal.mk

2016-03-07 Thread Michael Stahl
RepositoryExternal.mk |1 + 1 file changed, 1 insertion(+) New commits: commit c7ca0718f721c6551ebf5514c58a2f517ee2c6e8 Author: Michael Stahl Date: Mon Mar 7 21:18:23 2016 +0100 RepositoryExternal: missing dependency in openssl_headers Change-Id: I4a9f6c07204f2784ac6cac28bed9

Interested for Libreoffice GSoC 2016

2016-03-07 Thread Kader Tarlan
Hello Sir, I am contributor for LibreOffice in Turkey. I contributed in testing field. I wrote unit tests for Python and Cpp. I would like to contribute Libreoffice for the Google Summer of Code 2016. I am interest in working on the project *Expand Visual Studio (and others) to generate all executa

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

2016-03-07 Thread Eike Rathke
include/formula/errorcodes.hxx |3 sc/inc/globstr.hrc | 889 +++ sc/source/core/data/global.cxx |4 sc/source/core/tool/interpr3.cxx |2 sc/source/core/tool/interpr5.cxx | 18 sc/source/core/tool/scmatrix.cxx |8 sc/sour

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - Repository.mk

2016-03-07 Thread Caolán McNamara
Repository.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9d7e6cd14f82ae8bdb39901ac73999f6c9224307 Author: Caolán McNamara Date: Mon Mar 7 13:19:55 2016 + gtktiledviewer needs gtk3 not gtk2 (cherry picked from commit e451b03e8c21ad23cb1ab

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

2016-03-07 Thread Caolán McNamara
Repository.mk |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 13ee59bf851b60a50d679a153641343206d58474 Author: Caolán McNamara Date: Mon Mar 7 13:19:55 2016 + gtktiledviewer needs gtk3 not gtk2 Change-Id: Iede2008139cb570ff65202762e92f6694548

[Libreoffice-commits] dev-tools.git: scripts/bz_comments.py

2016-03-07 Thread jan iversen
scripts/bz_comments.py | 58 - 1 file changed, 53 insertions(+), 5 deletions(-) New commits: commit 75196ea53c8dd421397814adb557d8a744b080de Author: jan iversen Date: Mon Mar 7 19:50:27 2016 +0100 Update to generate json object (easier to

Re: Windows / font / text futures ...

2016-03-07 Thread Khaled Hosny
On Mon, Mar 07, 2016 at 02:04:41PM +, Michael Meeks wrote: > Hi Thorsten, > > I missed your mail; please do maintain the CC if you want a prompt > reply =) > > On Fri, 2016-03-04 at 00:43 +0100, Thorsten Behrens wrote: > > > Having looked at this heap; and worse - the two different he

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

2016-03-07 Thread Yousuf Philips
officecfg/registry/data/org/openoffice/Office/Common.xcu |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit a9b8fe5e967e9ec78c3c7793d8df60bfbf20d2b6 Author: Yousuf Philips Date: Fri Mar 4 00:36:53 2016 +0400 tdf#62437 Hide OneDrive and Alfresco Cloud unti

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

2016-03-07 Thread Yousuf Philips
cui/source/customize/acccfg.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 4f40cd8b9dbad0769519bc02f60faa683e344334 Author: Yousuf Philips Date: Mon Mar 7 12:53:47 2016 +0400 Add tilde shortcuts to keyboard shorctuts Change-Id: Ib9d0d59845270152c2a8233d81b

Re: Windows / font / text futures ...

2016-03-07 Thread Khaled Hosny
On Fri, Mar 04, 2016 at 12:04:38PM +, Caolán McNamara wrote: > On Thu, 2016-03-03 at 13:44 +, Michael Meeks wrote: > > Hi guys, > > > Anyhow - what to do ? > >  > > While we could switch to DirectWrite on windows, which may > > solve some > > of our problems; this will be in itself

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

2016-03-07 Thread Eike Rathke
sc/source/core/tool/interpr5.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit 72d710ca5a323b66a77c78f24e7017b1330cca63 Author: Eike Rathke Date: Mon Mar 7 19:03:16 2016 +0100 use ScMatrix::IsSizeAllocatable() instead of GetElementsMax() ...

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

2016-03-07 Thread Tor Lillqvist
loolwsd/LOOLKit.cpp |6 -- loolwsd/LOOLSession.cpp | 38 -- 2 files changed, 24 insertions(+), 20 deletions(-) New commits: commit 7d89cfa6f0d8a1898421f0e95c98c70cdd5e5e30 Author: Tor Lillqvist Date: Mon Mar 7 19:58:26 2016 +0200 Clean up

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

2016-03-07 Thread Xisco Faulí
svgio/qa/cppunit/SvgImportTest.cxx | 36 svgio/qa/cppunit/data/tdf97538.svg | 10 -- 2 files changed, 46 deletions(-) New commits: commit af46264bccbc16bf1edf9c5cbe944a4b883a1353 Author: Xisco Faulí Date: Mon Mar 7 15:22:59 2016 + Reve

[Libreoffice-commits] core.git: 2 commits - sal/osl xmlsecurity/qa

2016-03-07 Thread Michael Stahl
sal/osl/unx/file_misc.cxx |3 ++- xmlsecurity/qa/unit/signing/signing.cxx |6 -- 2 files changed, 6 insertions(+), 3 deletions(-) New commits: commit a2fb2cfd45452512fb1d3e79b3cc1f4c7cef2e77 Author: Michael Stahl Date: Mon Mar 7 18:53:55 2016 +0100 sal: UNX: in o

Jakub Trzebiatowski License Statement

2016-03-07 Thread Jakub Trzebiatowski
Hello, I'm Jakub Trzebiatowski. All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Regards ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/lis

Re: Gerrit supports inline edit feature now

2016-03-07 Thread Thorsten Behrens
David Ostrovsky wrote: > Yesterday, the right Gerrit version was deployed on gerrit.l.o. > Thanks a whole lot - to all of you for making this happen in the end. Way cool! :) Cheers, -- Thorsten signature.asc Description: Digital signature ___ LibreO

Re: Windows / font / text futures ...

2016-03-07 Thread Noel Grandin
On 7 March 2016 at 18:22, Thorsten Behrens wrote: > You're getting different rounding even depending on the flags your OS > (or driver that happens to be in your process) sets. Seriously - I'm > too lazy to dig out references, but consider floating point math to be > inherently non-similar from on

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

2016-03-07 Thread Caolán McNamara
sfx2/source/appl/app.src|5 sfx2/source/control/objface.cxx |2 - vcl/unx/gtk3/gtk3gtkframe.cxx | 45 ++-- 3 files changed, 30 insertions(+), 22 deletions(-) New commits: commit 47cf950fe83da10df44fda8f31ed73569d1232da Author: Caolán M

[Libreoffice-commits] core.git: 5 commits - basctl/AllLangResTarget_basctl.mk chart2/AllLangResTarget_chartcontroller.mk dbaccess/AllLangResTarget_dbu.mk dbaccess/Library_dbu.mk dbaccess/source l10nto

2016-03-07 Thread David Tardon
basctl/AllLangResTarget_basctl.mk|5 chart2/AllLangResTarget_chartcontroller.mk |1 dbaccess/AllLangResTarget_dbu.mk | 10 - dbaccess/Library_dbu.mk |1 dbaccess/source/ui/app/app.src | 10 - dbacce

[Libreoffice-commits] online.git: 3 commits - loolwsd/Admin.cpp loolwsd/ChildProcessSession.cpp loolwsd/LOOLKit.cpp loolwsd/LOOLSession.cpp loolwsd/LOOLWSD.cpp loolwsd/MasterProcessSession.cpp loolwsd

2016-03-07 Thread Tor Lillqvist
loolwsd/Admin.cpp|4 ++-- loolwsd/ChildProcessSession.cpp |5 ++--- loolwsd/LOOLKit.cpp |8 loolwsd/LOOLSession.cpp |9 - loolwsd/LOOLWSD.cpp | 16 loolwsd/MasterProcessSession.cpp |2 +- lo

libreoffice 5.2.0 can't compile

2016-03-07 Thread wujingbiao
hey,I can't compile, Can you help me please. My environment is win7 Ultimate 64-bit, 64-bit is installed JDK1.8 update40, vs2013 Community Edition,vcredist_x64 https://www.microsoft.com/en-us/download/details.aspx?id=40784,sdksetup https://dev.windows.com/en-us/downloads/windows-10-sdk,Cygwin

Re: alternatives to Firebird: sqlite [was: Firebird doesn't support MSVC 2015]

2016-03-07 Thread Lionel Elie Mamane
On Tue, Mar 08, 2016 at 02:06:07AM +1100, Chris Sherlock wrote: > Is HSQLDB out of the question? HSQLDB2 and H2 are good choices if we decide to stay with a Java-based one (which brings performance problems because of the slowness of crossing the C++-to-Java barrier). > > On 7 Mar 2016, at 11:32

Re: Windows / font / text futures ...

2016-03-07 Thread Thorsten Behrens
Michael Meeks wrote: > I missed your mail; please do maintain the CC if you want a prompt > reply =) > Setting Reply-To would help me to remember that next time. ;) > Hmm; the dx array as I understand it is just a simplified form of > glyph widths; we could use rectangles for those in

Re: Windows / font / text futures ...

2016-03-07 Thread Armin Le Grand
Hi Michael, Am 07.03.2016 um 15:29 schrieb Michael Meeks: Hi Armin, Interesting mail; please do CC me on replies =) On Fri, 2016-03-04 at 11:25 +0100, Armin Le Grand wrote: On the danger no-one wants to hear it :-) - Primitives. If all text rendering would use them, all text rendering

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

2016-03-07 Thread Caolán McNamara
download.lst |4 - external/openssl/UnpackedTarball_openssl.mk| 12 --- external/openssl/openssl-1.0.1g-msvc2012-winxp.patch.1 | 20 - external/openssl/openssl-fixbuild.patch.1 | 23 + external/openssl/openssllnx.

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

2016-03-07 Thread Douglas Mencken
apple_remote/source/RemoteMainController.m |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit d676bd620afe47a0b7a445d864bfcdd2e6e3473f Author: Douglas Mencken Date: Mon Mar 7 06:23:31 2016 -0500 apple_remote: autorelease --> release in dealloc (destructor)

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

2016-03-07 Thread Douglas Mencken
apple_remote/source/RemoteMainController.m |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 487ba71c9ea30fe3b77dfc15e86d67f44c7cc79a Author: Douglas Mencken Date: Thu Mar 3 06:57:58 2016 -0500 apple_remote: fix “variable set but not used” for non-de

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

2016-03-07 Thread Caolán McNamara
sfx2/source/appl/app.src |5 - 1 file changed, 5 deletions(-) New commits: commit 884151214add5b476bffb8c6037a92db3ca9d0b1 Author: Caolán McNamara Date: Mon Mar 7 15:29:31 2016 + this RID_FULLSCREENTOOLBOX resource is unused Change-Id: I441b27c92db4e406cd3326917c40b0

[Libreoffice-commits] core.git: basctl/source include/sfx2 sc/source sd/source sfx2/source starmath/source sw/source

2016-03-07 Thread Caolán McNamara
basctl/source/basicide/basdoc.cxx |2 +- include/sfx2/objface.hxx |4 ++-- sc/source/ui/app/scmod.cxx|2 +- sd/source/ui/app/sdmod.cxx|2 +- sfx2/source/appl/appmisc.cxx |2 +- sfx2/source/control/dispatch.cxx |2 +- sfx2/source/control/objfac

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

2016-03-07 Thread Caolán McNamara
sfx2/source/appl/app.src | 30 -- sfx2/source/inc/helpid.hrc |1 - 2 files changed, 31 deletions(-) New commits: commit faba0876638582b8b3d7ece80ca2ae170d03f4bb Author: Caolán McNamara Date: Mon Mar 7 15:10:13 2016 + full screen toolbar resource is

Re: alternatives to Firebird: sqlite [was: Firebird doesn't support MSVC 2015]

2016-03-07 Thread Chris Sherlock
Is HSQLDB out of the question? Chris Sent from my iPhone > On 7 Mar 2016, at 11:32 PM, Noel Grandin wrote: > > > >> On 2016/03/07 2:11 PM, Lionel Elie Mamane wrote: >> On Mon, Mar 07, 2016 at 08:23:53AM +0200, Noel Grandin wrote: >> A few examples of how SQLite differs from the SQL standard

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

2016-03-07 Thread Caolán McNamara
stoc/source/inspect/introspection.cxx | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) New commits: commit 5d58e77317c80d1e2002a9f81b7eab419df11bce Author: Caolán McNamara Date: Mon Mar 7 13:55:10 2016 + coverity#1353440 try and refactor to avoid Argumen

[Libreoffice-commits] core.git: Branch 'feature/fixes17' - sw/source

2016-03-07 Thread Marco Cecchetti
sw/source/core/txtnode/txtedt.cxx |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) New commits: commit 6d8de343e991cfe47c2dad094bf29b13fdb79bc4 Author: Marco Cecchetti Date: Mon Mar 7 15:37:08 2016 +0100 test autocompletion word collection Change-Id: I26d8266d11f22cb

Re: Windows / font / text futures ...

2016-03-07 Thread Michael Meeks
Hi Armin, Interesting mail; please do CC me on replies =) On Fri, 2016-03-04 at 11:25 +0100, Armin Le Grand wrote: > On the danger no-one wants to hear it :-) - Primitives. If all text > rendering would use them, all text rendering could be handled in > system-specific renderer implementa

Re: Windows / font / text futures ...

2016-03-07 Thread Michael Meeks
Hi Thorsten, I missed your mail; please do maintain the CC if you want a prompt reply =) On Fri, 2016-03-04 at 00:43 +0100, Thorsten Behrens wrote: > > Having looked at this heap; and worse - the two different heaps for > > Windows text rendering, and also the big pile of strange cros

[Libreoffice-commits] core.git: 8 commits - xmlsecurity/inc xmlsecurity/qa xmlsecurity/source xmlsecurity/uiconfig

2016-03-07 Thread Miklos Vajna
xmlsecurity/inc/documentsignaturemanager.hxx |2 xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx |4 - xmlsecurity/qa/unit/signing/signing.cxx| 53 ++ xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 44 --- xmlsecurity/sour

[Libreoffice-commits] core.git: 2 commits - Repository.mk stoc/source

2016-03-07 Thread Caolán McNamara
Repository.mk |4 - stoc/source/inspect/introspection.cxx | 110 -- 2 files changed, 56 insertions(+), 58 deletions(-) New commits: commit e451b03e8c21ad23cb1abfd6dd68b6d1e8188121 Author: Caolán McNamara Date: Mon Mar 7 13:19:55 201

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

2016-03-07 Thread Stephan Bergmann
chart2/source/controller/accessibility/AccessibleChartShape.cxx |5 - 1 file changed, 5 deletions(-) New commits: commit 5f33f600f962c2cfaa1ed4994dbc3209a7b09813 Author: Stephan Bergmann Date: Mon Mar 7 14:03:45 2016 +0100 -Werror=unused-but-set-variable since b2fb84499e1

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

2016-03-07 Thread Caolán McNamara
stoc/source/inspect/introspection.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 7c5955d858f3d92cd3be2411d0b13919e5d5ab98 Author: Caolán McNamara Date: Mon Mar 7 13:01:01 2016 + !(==) -> != Change-Id: Ie1c3c61dea2052e85179157e3

[Libreoffice-commits] core.git: 2 commits - chart2/source editeng/source filter/source idl/inc idl/source include/editeng include/svtools include/svx include/vcl sc/source sd/source svtools/source svx

2016-03-07 Thread Noel Grandin
chart2/source/controller/accessibility/AccessibleChartShape.cxx |2 editeng/source/editeng/editeng.cxx |3 editeng/source/editeng/impedit3.cxx |8 editeng/source/outliner/outleeng.cxx|8 editen

[Libreoffice-commits] core.git: connectivity/source include/comphelper sot/source ucb/source

2016-03-07 Thread Jaskaran
connectivity/source/drivers/postgresql/pq_connection.hxx |4 +--- connectivity/source/drivers/postgresql/pq_databasemetadata.cxx |4 +--- include/comphelper/numberedcollection.hxx |4 +--- sot/source/sdstor/stgcache.hxx |3

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

2016-03-07 Thread Eike Rathke
sc/inc/scmatrix.hxx |6 + sc/source/core/tool/scmatrix.cxx | 72 +--- sc/source/filter/oox/workbookhelper.cxx |2 sc/source/ui/docshell/externalrefmgr.cxx | 180 +++ 4 files changed, 199 insertions(+), 61 deletions(-) N

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

2016-03-07 Thread Lionel Elie Mamane
connectivity/source/drivers/postgresql/pq_statics.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 68fcdbae82869fd6ff49102a5b0d5a55cc581f4d Author: Lionel Elie Mamane Date: Fri Mar 4 09:20:31 2016 +0100 pgsql-sdbc: "text" dataype is *LONG*VARCHAR C

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

2016-03-07 Thread Lionel Elie Mamane
connectivity/source/drivers/postgresql/pq_databasemetadata.cxx | 81 +- 1 file changed, 77 insertions(+), 4 deletions(-) New commits: commit 43bca025961c4d78082e18efb95f9212b27f964b Author: Lionel Elie Mamane Date: Fri Mar 4 12:38:47 2016 +0100 tdf#92538 pgsql-sdbc make a reaso

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

2016-03-07 Thread Caolán McNamara
sw/source/uibase/shells/grfsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 40e7a2253a72ee490f97a604bcc94d12d0b84fc8 Author: Caolán McNamara Date: Fri Mar 4 16:45:29 2016 + Resolves: tdf#98399 RET_USER_CANCEL is non-zero and returned on cancel

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

2016-03-07 Thread Caolán McNamara
sw/source/uibase/shells/grfsh.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e013830e996cb571b0f4acebd2776ca3193b663b Author: Caolán McNamara Date: Fri Mar 4 16:45:29 2016 + Resolves: tdf#98399 RET_USER_CANCEL is non-zero and returned on cancel

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

2016-03-07 Thread Caolán McNamara
sw/source/core/layout/sectfrm.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 727ebae15e623660b9cc6f8db0e7558830bf920d Author: Caolán McNamara Date: Mon Mar 7 12:16:28 2016 + Resolves: tdf#96172 crashtesting: avoid crash in layout sectf

Re: alternatives to Firebird: sqlite [was: Firebird doesn't support MSVC 2015]

2016-03-07 Thread Noel Grandin
On 2016/03/07 2:11 PM, Lionel Elie Mamane wrote: On Mon, Mar 07, 2016 at 08:23:53AM +0200, Noel Grandin wrote: A few examples of how SQLite differs from the SQL standard (be it de facto or de jure standard) in quite deep, fundamental ways: * lack of other datatypes than "integer", "real" (fl

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

2016-03-07 Thread Lionel Elie Mamane
external/jfreereport/UnpackedTarball_jfreereport_libformula.mk |1 external/jfreereport/patches/libformula-seconds_rounding.patch.1 | 37 ++ 2 files changed, 38 insertions(+) New commits: commit f0b889e37f2e40163a02c6ca65c4962fa699b383 Author: Lionel Elie Mamane Date: Sat Mar

[Libreoffice-commits] online.git: 4 commits - loleaflet/Makefile loleaflet/README loolwsd/LOOLBroker.cpp loolwsd/LOOLKit.cpp loolwsd/Makefile.am

2016-03-07 Thread Tor Lillqvist
loleaflet/Makefile |2 +- loleaflet/README |2 +- loolwsd/LOOLBroker.cpp | 34 +- loolwsd/LOOLKit.cpp|5 - loolwsd/Makefile.am| 11 +++ 5 files changed, 14 insertions(+), 40 deletions(-) New commits: commit 80c6a91d5d61

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

2016-03-07 Thread Aleksas Pantechovskis
sc/qa/extras/new_cond_format.cxx |5 - sc/qa/extras/sccondformats.cxx |2 ++ sc/qa/unit/subsequent_export-test.cxx |4 sc/qa/unit/subsequent_filters-test.cxx | 15 +++ 4 files changed, 25 insertions(+), 1 deletion(-) New commits: commit 14c14094e8

alternatives to Firebird: sqlite [was: Firebird doesn't support MSVC 2015]

2016-03-07 Thread Lionel Elie Mamane
On Mon, Mar 07, 2016 at 08:23:53AM +0200, Noel Grandin wrote: > In the space of open-source SQL database engines, SQLite is far and > away the most widely used and supported option. > Maybe we should try using that instead? A few examples of how SQLite differs from the SQL standard (be it de fac

[Libreoffice-commits] dev-tools.git: scripts/bz_comments.py

2016-03-07 Thread jan iversen
scripts/bz_comments.py | 64 + 1 file changed, 64 insertions(+) New commits: commit 95b6fe98bf87b2a7b1cf3ec5d26b97b73ecc6bcf Author: jan iversen Date: Mon Mar 7 13:08:26 2016 +0100 Tool to extract bugs from BZ, and prepare for offline hand

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

2016-03-07 Thread Caolán McNamara
sw/source/core/layout/sectfrm.cxx | 36 +--- 1 file changed, 21 insertions(+), 15 deletions(-) New commits: commit 48c887fc7a9adfe390512c807c99b08b5f5b41f3 Author: Caolán McNamara Date: Mon Mar 7 12:08:15 2016 + convert DEFINE to anonymous function

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

2016-03-07 Thread Caolán McNamara
lotuswordpro/qa/cppunit/data/pass/loop-1.lwp |binary lotuswordpro/source/filter/lwpframelayout.cxx |3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 432a05e749660ebcfd11ebd2aedbde169ce03f0b Author: Caolán McNamara Date: Mon Mar 7 09:25:54 2016 + lwp: f

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

2016-03-07 Thread Caolán McNamara
lotuswordpro/qa/cppunit/data/pass/loop-1.lwp |binary lotuswordpro/source/filter/lwpframelayout.cxx |3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 9a618946ececbfb975c6a069b4db407646afb853 Author: Caolán McNamara Date: Mon Mar 7 09:25:54 2016 + lwp: f

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

2016-03-07 Thread Caolán McNamara
download.lst |2 - external/neon/neon.patch | 47 +-- external/neon/neon_ne_set_request_flag.patch |6 +-- 3 files changed, 7 insertions(+), 48 deletions(-) New commits: commit 1827987fd11cd726005977e49d00128303

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

2016-03-07 Thread Michael Stahl
basic/source/uno/namecont.cxx | 17 -- basic/source/uno/scriptcont.cxx | 10 sw/qa/core/macros-test.cxx | 47 3 files changed, 72 insertions(+), 2 deletions(-) New commits: commit 6a351c5cf91d0f667168d834ba2eb5c04121c7d5 A

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

2016-03-07 Thread Pranav Kant
loleaflet/build/build.js| 12 + loleaflet/debug/document/admin.html | 128 ++ loleaflet/debug/document/dashboard.html | 120 - loleaflet/dist/admin.html | 128 ++ loleaflet/dist/bootstrap/dashboard.css |3 loleaflet/s

Re: Compiler crash when building libreoffice with debug

2016-03-07 Thread Stephan Bergmann
On 03/05/2016 05:38 PM, Pranav Ganorkar wrote: When trying to build sfx2 module with debugging symbols , I get the following build error: make sfx2.clean && make sfx2 debug=t I fear that "selective debug" thing is not really working fully. The problem is that recent GCC has a bug (

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

2016-03-07 Thread Stephan Bergmann
configure.ac |5 - 1 file changed, 5 deletions(-) New commits: commit 4b8c29015d7c70121a161da0f3a85fa4ea0c5987 Author: Stephan Bergmann Date: Mon Mar 7 11:43:07 2016 +0100 Make detection of HAVE_CXX14_CONSTEXPR work with "selective debugging" ...where "make ... debug=t" i

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

2016-03-07 Thread Caolán McNamara
vcl/source/control/edit.cxx |2 +- vcl/unx/gtk3/gtk3gtkinst.cxx |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 55b81956ab5f0f80a2edf69421164ac74597bfd1 Author: Caolán McNamara Date: Mon Mar 7 10:36:34 2016 + Resolves: tdf#98425 gtk3: grab the Sola

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

2016-03-07 Thread Pranav Kant
loleaflet/spec/loleaflet/control/SearchSpec.js | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) New commits: commit a6f9cd430b823615fb674f72a96b5f9ae3ce24de Author: Pranav Kant Date: Fri Feb 19 21:18:14 2016 +0530 loleaflet: Wait for 'partpagerectangles' before starting s

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

2016-03-07 Thread Pranav Kant
loleaflet/spec/loleaflet/control/SearchSpec.js | 49 + 1 file changed, 42 insertions(+), 7 deletions(-) New commits: commit 1ab3caa192af9c1747cb58257ee741ee03cd434d Author: Pranav Kant Date: Fri Feb 19 21:20:01 2016 +0530 loleaflet: Make SearchSpec work again

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

2016-03-07 Thread Caolán McNamara
lotuswordpro/qa/cppunit/data/pass/loop-1.lwp |binary lotuswordpro/source/filter/lwpframelayout.cxx |3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit 0c9c5911b6df0226ef5c8d5465fd02a2bb581eb6 Author: Caolán McNamara Date: Mon Mar 7 09:25:54 2016 + lwp: f

[Libreoffice-commits] core.git: compilerplugins/clang connectivity/source cui/source dbaccess/source include/connectivity include/sfx2 include/svl include/svtools include/svx include/tools include/vcl

2016-03-07 Thread Noel Grandin
compilerplugins/clang/unuseddefaultparams.cxx |2 connectivity/source/commontools/sqlerror.cxx| 12 ++-- connectivity/source/drivers/odbc/OResultSet.cxx |4 - connectivity/source/drivers/odbc/OStatement.cxx |4 - connectivity/source/inc/odbc/ORe

[Libreoffice-commits] core.git: sal/qa svl/qa svtools/qa tools/qa unotools/qa xmlsecurity/qa

2016-03-07 Thread Chirag Manwani
sal/qa/osl/mutex/osl_Mutex.cxx|4 - sal/qa/osl/pipe/osl_Pipe.cxx |8 -- sal/qa/osl/process/osl_Thread.cxx | 86 -- sal/qa/rtl/ostring/rtl_OString2.cxx | 36 -- svl/qa/unit/svl.cxx

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

2016-03-07 Thread Steven Guo
basic/source/inc/runtime.hxx | 17 - basic/source/runtime/methods.cxx | 36 ++-- basic/source/runtime/runtime.cxx |2 +- 3 files changed, 31 insertions(+), 24 deletions(-) New commits: commit 472d900e81722fd1ce3808c3f46160abcd265f77 Auth

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

2016-03-07 Thread Miklos Vajna
external/libxmlsec/UnpackedTarball_xmlsec.mk | 11 external/libxmlsec/include/akmngr_mscrypto.h | 72 external/libxmlsec/include/akmngr_nss.h| 57 external/libxmlsec/include/ciphers.h | 36 external/libxmlsec/include/tokens.h| 183

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

2016-03-07 Thread Markus Mohrhard
sc/qa/unit/copy_paste_test.cxx |4 ++-- sc/qa/unit/data/xls/chartx2.xls |binary 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit a711a93f87671ad96b86432cc9d5fbc63857517f Author: Markus Mohrhard Date: Sun Mar 6 16:38:37 2016 +0100 don't use same file in two tests

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

2016-03-07 Thread Markus Mohrhard
sc/qa/unit/copy_paste_test.cxx |4 ++-- sc/qa/unit/data/xls/chartx2.xls |binary 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit a202c48c6ceeb45ce1cdaaba02ff76eaa3077c68 Author: Markus Mohrhard Date: Sun Mar 6 16:38:37 2016 +0100 don't use same file in two tests

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

2016-03-07 Thread Miklos Vajna
loolwsd/AdminModel.hpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0fc711c9a1ae8fe7b8f0492d47d18a9cd79fa007 Author: Miklos Vajna Date: Mon Mar 7 09:51:22 2016 +0100 loolwsd: fix -Werror=maybe-uninitialized diff --git a/loolwsd/AdminModel.hpp b/loolwsd/Adm

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

2016-03-07 Thread Xisco Fauli
svgio/inc/svgio/svgreader/svgstyleattributes.hxx |5 ++ svgio/source/svgreader/svgstyleattributes.cxx| 46 ++- 2 files changed, 41 insertions(+), 10 deletions(-) New commits: commit d5649ae7b76278cb3155f951d6327157c7c92b65 Author: Xisco Fauli Date: Sun Mar 6 19:03

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

2016-03-07 Thread Xisco Fauli
svgio/qa/cppunit/SvgImportTest.cxx | 36 svgio/qa/cppunit/data/tdf97538.svg | 10 ++ 2 files changed, 46 insertions(+) New commits: commit 3c465c259c617e30b01c5ea25b5203a605cd4269 Author: Xisco Fauli Date: Sun Mar 6 14:41:15 2016 +0100 tdf#

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

2016-03-07 Thread David Tardon
sw/source/uibase/lingu/olmenu.src |1 + 1 file changed, 1 insertion(+) New commits: commit 19f2b99b90f522a4a0cecdd06d0e3e6360737b34 Author: David Tardon Date: Mon Mar 7 09:41:23 2016 +0100 fix build, this time for real Change-Id: I9dbaedc6b4427399618261cac35b2ab9caddc54e dif

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

2016-03-07 Thread David Tardon
sw/source/ui/app/mn.src |1 - 1 file changed, 1 deletion(-) New commits: commit cf3782000fb634de19593649d4db4922956d4ea0 Author: David Tardon Date: Mon Mar 7 09:26:26 2016 +0100 fix build Change-Id: I372e87f94b52c9880662573a56f28b07fede7d8d diff --git a/sw/source/ui/app/mn.s

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

2016-03-07 Thread David Tardon
sw/source/uibase/lingu/olmenu.src |1 - 1 file changed, 1 deletion(-) New commits: commit a5ed319273ba57c52e34c967faaca11abd6dd18e Author: David Tardon Date: Mon Mar 7 09:25:07 2016 +0100 fix build Change-Id: If6e42d519187990b27fbf15f22d600af86d952f0 diff --git a/sw/source/u

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

2016-03-07 Thread Miklos Vajna
loolwsd/Admin.cpp|4 ++-- loolwsd/MasterProcessSession.cpp |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 6ef8312357d7d3142190c68b7a39520a5a6a3385 Author: Miklos Vajna Date: Mon Mar 7 09:09:32 2016 +0100 loolwsd: fix -Werror,-Wshadow

  1   2   >