Re: Haiku port

2014-07-02 Thread Norbert Thiebaud
On Wed, Jul 2, 2014 at 2:35 PM, Kacper Kasper wrote: > Hello, > > I am hacking on LibreOffice Haiku port and I have two questions: > First of all, is The Document Foundation willing to accept the code of > the port into the main tree when it is finished? Provided that it is done properly, not ove

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

2014-07-03 Thread Norbert Thiebaud
xmloff/source/forms/propertyimport.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 246cb7e068b0955d407d82279d66c3846ccd9438 Author: Norbert Thiebaud Date: Wed Jul 2 23:29:16 2014 +0200 coverity#1223084 Unchecked return value Change-Id

[Libreoffice-commits] core.git: 2 commits - external/firebird

2014-07-03 Thread Norbert Thiebaud
4cf0e29ccf5191b7ba4ed84750108e5361bcde38 Author: Norbert Thiebaud Date: Thu Jul 3 16:19:00 2014 +0200 Revert "firebird: enable-debug cause trouble due to a lifecycle management issue" This reverts commit 814818c3451fa32900c011278e2e5b62e3518eb0. Upstream patched the underlying cause di

Re: Haiku port

2014-07-03 Thread Norbert Thiebaud
On Thu, Jul 3, 2014 at 7:58 PM, Kacper Kasper wrote: > 2014-07-02 22:48 GMT+02:00 Norbert Thiebaud : >> Provided that it is done properly, not overly invasive, and there is >> manpower to cater to the port(*), I'd say chances are good we would >> accept the patches. >

Re: Haiku port

2014-07-03 Thread Norbert Thiebaud
On Thu, Jul 3, 2014 at 8:58 PM, Kacper Kasper wrote: \> 'At the moment' are the keywords here ;) These hacks are the result of > library ports missing (which I will make later) or other things I > don't need to work right now. ah ok :-) > >> (yes I read Haiku's code formatting convention :-) plea

[Libreoffice-commits] core.git: 8 commits - sc/source sd/source svx/source vcl/source

2014-07-04 Thread Norbert Thiebaud
|2 -- vcl/source/gdi/gdimtf.cxx |4 ++-- vcl/source/window/splitwin.cxx|8 +++- 7 files changed, 18 insertions(+), 12 deletions(-) New commits: commit a89f979dea265d68f22daee013ee8c4ee30e6c5b Author: Norbert Thiebaud Date: Fri Jul

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

2014-07-04 Thread Norbert Thiebaud
sw/source/core/frmedt/fecopy.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 23275beec1eabe3f3c3d1655b806811862df8f94 Author: Norbert Thiebaud Date: Fri Jul 4 16:31:43 2014 +0200 coverity#1213073-5 Unchecked dynamic cast Change-Id

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

2014-07-04 Thread Norbert Thiebaud
dbaccess/source/ui/misc/propertystorage.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 27e86fe677d24f99a22f51bbef2de5bee3872580 Author: Norbert Thiebaud Date: Fri Jul 4 19:19:41 2014 +0200 coverity#735691 Unchecked dynimic cast Change-Id

[Libreoffice-commits] core.git: 5 commits - chart2/source cui/source svx/source vcl/generic

2014-07-04 Thread Norbert Thiebaud
+++-- vcl/generic/print/printerjob.cxx |4 ++ 5 files changed, 30 insertions(+), 11 deletions(-) New commits: commit 1c053e7eb3dd08d1971450844dfdf61e7ddfae6a Author: Norbert Thiebaud Date: Fri Jul 4 20:09:01 2014 +0200 coverity#735340 Unchecked return value

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

2014-07-04 Thread Norbert Thiebaud
registry/source/keyimpl.cxx | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) New commits: commit e18e2b174c6bcf8ed5c5a6d3c88e84f31f2f375a Author: Norbert Thiebaud Date: Fri Jul 4 20:30:59 2014 +0200 coverity#1213422 Tainted Scalar Change-Id

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

2014-07-04 Thread Norbert Thiebaud
vcl/generic/print/bitmap_gfx.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4aa157e1259f925f4572331a1f9a95f5234a319e Author: Norbert Thiebaud Date: Fri Jul 4 21:05:13 2014 +0200 fix typo in coverity#704538-9 Change-Id

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

2014-07-04 Thread Norbert Thiebaud
chart2/source/controller/main/DragMethod_RotateDiagram.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 22906fd3470ae33b7fcb4c74095d663789c6178d Author: Norbert Thiebaud Date: Fri Jul 4 21:21:34 2014 +0200 add parenthese to fix precedence issue

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

2014-07-05 Thread Norbert Thiebaud
sw/qa/extras/rtfimport/rtfimport.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit dd1a82e5beac21fc5fa455bffa2c8e48f9adfe3f Author: Norbert Thiebaud Date: Sat Jul 5 11:32:06 2014 +0200 rtfimport test: add message with the value found on top of expected

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

2014-07-05 Thread Norbert Thiebaud
sw/qa/extras/rtfimport/rtfimport.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b0972e15c136b9e032045112bc5e9c49b8ccc45b Author: Norbert Thiebaud Date: Sat Jul 5 12:32:03 2014 +0200 make rtfimport pass again (testFdo52989) Change-Id

Re: makefile feature request: make clean-except-for-external

2014-07-05 Thread Norbert Thiebaud
On Sat, Jul 5, 2014 at 1:10 PM, Noel Grandin wrote: > Hi > > I'm doing a lot of work with clang plugins, so I often need to build > from scratch, which takes a really long time. > > It would be awesome if I could do a > make clean-except-for-externals > which would delete all of the build output

[Libreoffice-commits] core.git: 6 commits - dbaccess/source extensions/source hwpfilter/source rsc/source sal/osl

2014-07-05 Thread Norbert Thiebaud
| 25 - 5 files changed, 427 insertions(+), 398 deletions(-) New commits: commit d1e6ecb3538e06cd4691e4296597748b9394410d Author: Norbert Thiebaud Date: Sat Jul 5 22:26:39 2014 +0200 coverity#983489 String Overflow Change-Id: I146844d10dc6ee147031a8ffa6fabe9e271b2bd0 diff

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

2014-07-05 Thread Norbert Thiebaud
/ui/remotecontrol/DiscoveryService.cxx | 31 +++ 5 files changed, 72 insertions(+), 56 deletions(-) New commits: commit 59af5e5b2983a341f8dd14bce56af86478badaa9 Author: Norbert Thiebaud Date: Sun Jul 6 06:46:07 2014 +0200 coverity#735324: Unchecked return value

Re: [Review] Lionss: Website for string search

2014-07-07 Thread Norbert Thiebaud
On Mon, Jul 7, 2014 at 9:55 AM, Riccardo Magliocchetti wrote: > Hello Mat, > > Il 06/07/2014 02:05, Mat M ha scritto: > > > Commenting here because am totally failing at understanding how to promote > my draft comments on gerrit :| > Click on 'Reply...' ___

[Libreoffice-commits] core.git: config_host.mk.in configure.ac solenv/gbuild

2014-07-08 Thread Norbert Thiebaud
, 106 insertions(+), 52 deletions(-) New commits: commit a89b8601ce7be0b6dc3f262661ea7802f2c725fd Author: Norbert Thiebaud Date: Tue Jul 1 12:13:07 2014 + auto-detect the presence of a native gmake on windows Change-Id: Ie1c7e022a2e1713a111ebd2db9db866e09f4f4f4 Reviewed-on

[Libreoffice-commits] core.git: 2 commits - config_host.mk.in configure.ac solenv/bin solenv/gbuild

2014-07-08 Thread Norbert Thiebaud
files changed, 96 insertions(+), 99 deletions(-) New commits: commit 27c6cf1d757d824b158e94258856a760ecf41a18 Author: Norbert Thiebaud Date: Tue Jul 8 22:48:36 2014 +0200 cosmetic: fix few intentations irregularities Change-Id: I3154e79cf43b836c46512575834ed8a99b56c912 diff --git a

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - include/vcl sw/source vcl/inc vcl/quartz vcl/source

2014-07-15 Thread Norbert Thiebaud
--- 5 files changed, 105 insertions(+), 31 deletions(-) New commits: commit 36ff78d83b6a012d2a2c8ef2c6d8f0db62ecffc9 Author: Norbert Thiebaud Date: Tue Jul 15 11:08:39 2014 +0200 fdo#79673 quartz: draw 'bullet' for 'space' directly in one pass the cu

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - include/vcl sw/source vcl/inc vcl/quartz vcl/source

2014-07-15 Thread Norbert Thiebaud
+++ 5 files changed, 31 insertions(+), 105 deletions(-) New commits: commit 3123ac2fcf6bf0d4e11e536b3987b454e514f6aa Author: Norbert Thiebaud Date: Tue Jul 15 13:34:40 2014 +0200 Revert "fdo#79673 quartz: draw 'bullet' for 'space' directly in one pass"

[Libreoffice-commits] core.git: 2 commits - include/vcl sw/source vcl/inc vcl/quartz vcl/source

2014-07-15 Thread Norbert Thiebaud
commits: commit 7a8fcfca98ee10666c58011ebe0a5f96e008d22d Author: Norbert Thiebaud Date: Tue Jul 15 21:45:11 2014 +0200 fdo#79673 quartz: draw 'bullet' for 'space' directly in one pass the current implementation of CoreText simply dropped the proper

[Libreoffice-commits] core.git: Changes to 'feature/quartz-dxarray'

2014-07-19 Thread Norbert Thiebaud
New branch 'feature/quartz-dxarray' available with the following commits: commit 2014ff7b23594c9078610b2d97a8bca96d5ba1be Author: Norbert Thiebaud Date: Sun Jul 20 07:49:45 2014 +0200 vcl quartz: Add support back for DXArray tweaking The CoreText implementation dropped t

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

2014-07-20 Thread Norbert Thiebaud
vcl/quartz/ctlayout.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9fe24ebe32b18ef8371e1b1d168fa64a48a73b37 Author: Norbert Thiebaud Date: Sun Jul 20 23:10:37 2014 +0200 vcl mac SDK issue with API manipulating Rect Change-Id

Re: How can I become a part of developer community?

2014-05-12 Thread Norbert Thiebaud
Hi Alex, On Mon, May 12, 2014 at 5:05 AM, Alex Bondarenko wrote: > Lately I've > been interested to making my favorite office suite better [..] > Can I become a part of developers community and that I need to do for this? > Thank you for attention. One become a dev by virtue of doing things. it

Mac 10.6 support for future version

2014-05-15 Thread Norbert Thiebaud
As discussed recently wrt to c++11 support, it is desirable to eventually drop 10.6 support. With 10.9 release and Apple policy to allow free upgrade to 10.9 from 10.6/7/8, the market share are switched dramatically in the last 6 months... Today 10.9 + 10.8 represent about 80% of the >= 10.6 marke

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

2014-05-23 Thread Norbert Thiebaud
vcl/quartz/ctlayout.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit d58318952f05a1985d3f140d55326659eadd67e4 Author: Norbert Thiebaud Date: Wed May 21 23:40:50 2014 -0500 fdo#77993 actually impact 10.6 too apparently Change-Id

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - vcl/quartz

2014-05-23 Thread Norbert Thiebaud
vcl/quartz/ctlayout.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 606d51a5496f4aaeb6d955d07204db0d775def61 Author: Norbert Thiebaud Date: Wed May 21 23:40:50 2014 -0500 fdo#77993 actually impact 10.6 too apparently Change-Id

Re: autogen.input feature request

2014-05-30 Thread Norbert Thiebaud
On Fri, May 30, 2014 at 4:22 AM, Christian Lohmaier wrote: > On Fri, May 30, 2014 at 10:16 AM, Lionel Elie Mamane wrote: >> On Fri, May 30, 2014 at 08:38:15AM +0200, Noel Grandin wrote: >> >>> Could an autogen genius please add a feature to our configure stuff? >> >>> I just spent quite a while t

Re: autogen.input feature request

2014-05-30 Thread Norbert Thiebaud
On Fri, May 30, 2014 at 10:09 AM, Norbert Thiebaud wrote: > On Fri, May 30, 2014 at 4:22 AM, Christian Lohmaier > wrote: >> On Fri, May 30, 2014 at 10:16 AM, Lionel Elie Mamane >> wrote: >>> On Fri, May 30, 2014 at 08:38:15AM +0200, Noel Grandin wrote: >>>

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

2014-06-01 Thread Norbert Thiebaud
vcl/workben/svpclient.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit fd4a3d766aeb5e5e6986f77993546694847fcda5 Author: Norbert Thiebaud Date: Sun Jun 1 02:20:06 2014 -0500 coverity#1219806 double close Change-Id: I0719451a3f2f8f8bf5e2d417252412f1e68b456e diff

Re: minutes of ESC call ...

2014-06-06 Thread Norbert Thiebaud
On Thu, Jun 5, 2014 at 8:20 AM, Michael Meeks wrote: > + need to get bugzilla migration bits under gerrit so we can get > patches. > + QA team eager to help out. It is already. I have added a bugzilla repo under gerrit to track upstream with prod/test/dev branches. I need to

Re: Build fail with MacOs in connectivity part

2014-06-08 Thread Norbert Thiebaud
On Sun, Jun 8, 2014 at 9:05 AM, julien2412 wrote: > --with-system-odbc > > Any idea? > > Julien > with-system-odbc pick sqlext.h from the 10.8 SDK it define SQLWCHAR using #if defined(WIN32) typedef unsigned short SQLWCHAR; #else # include # if defined(__cplusplus) || \ d

Re: Build fail with MacOs in connectivity part

2014-06-08 Thread Norbert Thiebaud
On Sun, Jun 8, 2014 at 10:55 AM, Julien Nabet wrote: > Now is the boost_assertion wrong or is there something else to fix? (and > which one?) I doubt the assertion is wrong there. internally we use 16 bits for character representation (OUString)... 32 bit wchar_t will probably not play well with t

Re: Build fail with MacOs in connectivity part

2014-06-09 Thread Norbert Thiebaud
On Mon, Jun 9, 2014 at 12:55 AM, Lionel Elie Mamane wrote: > > Well, essentially this means that TDF build LibreOffice is built with > a different ODBC ABI than the MacOS X system ODBC ABI. I think it does > not really matter, because LibreOffice never uses the "wide > characters" ODBC API. The co

Re: Quantifying the time overhead of Cygwin make

2014-06-11 Thread Norbert Thiebaud
On Tue, Jun 10, 2014 at 4:43 AM, Tor Lillqvist wrote: > Are you sure GnuWin32 actually is something even worth considering? > Cygwin at least has a semi-decent package management even if it is a > bit slower. > If I understand correctly the exercise is about replacing gmake itself from a cygwin-ru

Re: localized daily build

2014-06-11 Thread Norbert Thiebaud
On Tue, Jun 10, 2014 at 5:13 AM, Regina Henschel wrote: > Hi all, > > does any of the Windows daily build bots produce a localized build? I want > to test the solution of fdo#40073 "LO fails to import standard frame styles > properly when UI is not english", which obviously needs a non-English UI.

Re: Paris Hackfest 2014 agenda

2014-06-18 Thread Norbert Thiebaud
On Wed, Jun 18, 2014 at 2:22 AM, Lionel Elie Mamane wrote: > Thanks, "schedule" is what I meant, and that's exactly the information > I wanted. > > See you next week, looking forward to it... Having not had much time at all to work on the lo-code the past few months.. I will come without a list

Re: Access2Base - New release

2014-06-24 Thread Norbert Thiebaud
On Tue, Jun 17, 2014 at 10:05 AM, David Tardon wrote: > IMHO there are just two alternatives: Either the code is "ours", in > which case it should be an optional component and should only be updated > together with libreoffice. Or it is external, in which case the sources > should not be duplicate

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

2014-06-27 Thread Norbert Thiebaud
f7453024e1f46a038d1278ddcbba64ccdbf8dcd1 Author: Norbert Thiebaud Date: Fri Jun 27 23:35:21 2014 +0200 fdo#80574 firebird memory management issues Change-Id: I37438cd3f9c8e197e5a3aa3d9cbcc5bf3681d792 diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b

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

2014-06-27 Thread Norbert Thiebaud
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3934ec179f1b14c92ae7acc998318564ef06d3f2 Author: Norbert Thiebaud Date: Sat Jun 28 07:29:56 2014 +0200 revert forcing system-odbc on MAc as Maverick dropped system support We prolly need to

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

2014-06-28 Thread Norbert Thiebaud
(+), 10 deletions(-) New commits: commit 715ecfe3617cf13fd8d994e4322c3bbcc093e5cd Author: Norbert Thiebaud Date: Sat Jun 28 16:54:07 2014 +0200 firebird driver: shutdown explicitely firebird on dispose of driver. Change-Id: Ia44f7e01a3a01da57e4d9382f41511aa6f987b43 diff --git a

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

2014-06-28 Thread Norbert Thiebaud
connectivity/source/drivers/odbc/OPreparedStatement.cxx | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) New commits: commit d97990327361fa5ab1fce4726a2c7a4d3b4a7813 Author: Norbert Thiebaud Date: Sat Jun 28 17:22:11 2014 +0200 odbc driver: let's not allocat

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

2014-06-30 Thread Norbert Thiebaud
c403286de572272ac7d2f1f1012d69d058f7e4f3 Author: Norbert Thiebaud Date: Sun Jun 29 23:42:32 2014 +0200 use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on Mac Building, and running the unit/subsequent test on Mac cause massive amount of flashing windows creation/destruction that make building

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - include/vcl solenv/gbuild vcl/source

2014-06-30 Thread Norbert Thiebaud
752a36457f6cddc5265a2d5f60157fd625f56b02 Author: Norbert Thiebaud Date: Sun Jun 29 23:42:32 2014 +0200 use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on Mac Building, and running the unit/subsequent test on Mac cause massive amount of flashing windows creation/destruction that make building

[Libreoffice-commits] core.git: 6 commits - basic/source extensions/source fpicker/source include/oox sc/source sd/source

2014-07-01 Thread Norbert Thiebaud
/outlview.cxx |2 +- 6 files changed, 21 insertions(+), 21 deletions(-) New commits: commit 42fcd888ae537152f9d59c03e945d4bf9aaeb7dd Author: Norbert Thiebaud Date: Tue Jul 1 12:20:22 2014 +0200 coverity#735397 dead code Change-Id

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

2014-07-01 Thread Norbert Thiebaud
hwpfilter/source/hgzip.cxx | 14 +++--- sc/source/ui/view/viewfun2.cxx | 22 +++--- 2 files changed, 18 insertions(+), 18 deletions(-) New commits: commit b382f5df849b7ceb22aa0fba73287f040478dc13 Author: Norbert Thiebaud Date: Tue Jul 1 16:18:48 2014 +0200

Re: Upload nightly builds for OS X Mavericks

2014-08-24 Thread Norbert Thiebaud
On Mon, Aug 25, 2014 at 12:35 AM, Robert Antoni wrote: > I'm the owner of the MacOSX-10.9-x86-65@53 Tinderbox and I would like to > upload x86-64 install images for OS X in > http://dev-builds.libreoffice.org/daily/master/. > > Can anyone tell me how can I do it? > > I'm open to any configuration

Re: Upload nightly builds for OS X Mavericks

2014-08-25 Thread Norbert Thiebaud
On Mon, Aug 25, 2014 at 9:49 AM, Alex Thurgood wrote: > > Say I wanted to kitchen sink LO on OSX and provide a TB, how would a > user know from the download page, what was in it ? Daily build are not for 'users' in the generic sens of the term, but for qa/testers. iow people that either know how

Re: Upload nightly builds for OS X Mavericks

2014-08-25 Thread Norbert Thiebaud
On Mon, Aug 25, 2014 at 10:26 AM, Robert Antoni wrote: > Hi, > > > --disable-dependency-tracking (I prefer that it do always a clean build) > > --disable-ccache Then you should really use ccache... ccache do not make much sens when doing incremental build.. but it has a very big impact when doing

Re: Upload nightly builds for OS X Mavericks

2014-08-25 Thread Norbert Thiebaud
On Mon, Aug 25, 2014 at 11:28 AM, Michael Stahl wrote: > On 25/08/14 09:49, Alex Thurgood wrote: > >> Absolutely, and I personally agree, but my question is more whether >> there is a way for a user of the dailies to easily know what is/isn't in >> the build, other than hopefully finding a build.l

Re: Two-minute(!)-survey on motivation and free time contribution of open source developers

2014-09-02 Thread Norbert Thiebaud
On Mon, Sep 1, 2014 at 12:40 PM, Stefan Kullack wrote: > Dear all, > > for a university research project in an Open Source class at the Technical > University Berlin (Germany) I would like to gather some original input from > open source software developers. I kept the length of the survey to an >

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

2014-09-03 Thread Norbert Thiebaud
/graphite_layout.cxx |2 vcl/win/source/gdi/winlayout.cxx | 28 +-- 7 files changed, 194 insertions(+), 159 deletions(-) New commits: commit 5ef4bdc7b15686e55fa19f2e98a828763a0cfae6 Author: Norbert Thiebaud Date: Tue Sep 2 14:09:12 2014 +0200 fdo#82818 vcl macosx. fix asian vertical

[Libreoffice-commits] core.git: 3 commits - external/libmariadb external/mysqlcppconn

2014-09-03 Thread Norbert Thiebaud
/version_info.h | 42 ++ 5 files changed, 73 insertions(+), 10 deletions(-) New commits: commit eef839fe482c8c3ba2152b3e1edd43fb21c2de02 Author: Norbert Thiebaud Date: Thu Sep 4 08:24:40 2014 +0200 fdo#82847 mariadb patch out problematic 'inline' that

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

2014-09-04 Thread Norbert Thiebaud
commits: commit a62a046df3302e5763b7a568ac25032bb1501d44 Author: Norbert Thiebaud Date: Thu Sep 4 15:39:21 2014 +0200 fdo#55703 automagically use IS NULL fo 'null' in query design. Change-Id: I31bcec74a786df016d994834e6146fb7a76e72cb diff --git a/connectivity/source/parse/

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

2014-09-05 Thread Norbert Thiebaud
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx |2 +- svtools/source/misc/acceleratorexecute.cxx|5 - 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit cee813ac6e24b73879312b43695b92fe77b3 Author: Norbert Thiebaud Date: Fri Sep 5 12:44:21

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

2014-09-05 Thread Norbert Thiebaud
svtools/source/misc/acceleratorexecute.cxx |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 233e6a62d12d2d67089f1934777ac41c9fc88238 Author: Norbert Thiebaud Date: Fri Sep 5 12:44:21 2014 +0200 fdo#69162 avoid crashing on Accellerator in poorly initialized

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

2014-09-05 Thread Norbert Thiebaud
external/mysqlcppconn/Library_mysqlcppconn.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 67034cb6689645cf8eed497444ea4b1ba7ca3848 Author: Norbert Thiebaud Date: Fri Sep 5 12:52:56 2014 +0200 mariadb iconv dep apparently is only for Mac Change-Id

Re: Mac OS X 64-bit, libstdc++ vs. libc++

2014-09-11 Thread Norbert Thiebaud
On Thu, Sep 11, 2014 at 12:16 PM, Stephan Bergmann wrote: > > With > > "Default to MAC_OS_X_VERSION_MIN_REQUIRED=1080 for Mac OS X SDK >= 10.8" on > master towards LO 4.4, a build on Mac OS X against

Re: Mac OS X 64-bit, libstdc++ vs. libc++

2014-09-11 Thread Norbert Thiebaud
On Thu, Sep 11, 2014 at 4:19 PM, Tor Lillqvist wrote: > >> I will also drop the 32 bits build altogether.. > > > That was already done;) > :-D great, less work to do :-) Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://list

[Libreoffice-commits] core.git: 10 commits - basctl/source cppuhelper/source editeng/source include/vcl svl/source ucbhelper/source ucb/source vcl/inc vcl/quartz vcl/README vcl/source vcl/unx vcl/win

2014-09-11 Thread Norbert Thiebaud
/winlayout.cxx | 22 +-- xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx |6 - 21 files changed, 206 insertions(+), 71 deletions(-) New commits: commit f5d3114cc4b62f95bcd3ce3a5a1d859a69603269 Author: Norbert Thiebaud Date: Thu Sep 11 19:05:19 2014 +0200 vcl

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

2014-09-11 Thread Norbert Thiebaud
vcl/win/source/gdi/winlayout.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit cc3294e127a6aedb8f6da5741ac9063da1cc2135 Author: Norbert Thiebaud Date: Fri Sep 12 02:33:27 2014 +0200 vcl: fix typo in DeviceCoordinate Change-Id

Re: LibreOffice Weekly News #5 waiting for reviews

2014-09-13 Thread Norbert Thiebaud
On Sat, Sep 13, 2014 at 3:25 AM, William Gathoye wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi *, > > I've just finished to write the fifth edition of LOWN. [1] > > The latter is waiting for your reviews. Android version: "Companies ... are pleased to apply" -> "Companies ... a

Re: LibreOffice Weekly News #5 waiting for reviews

2014-09-13 Thread Norbert Thiebaud
"All OS X tinderboxes require a fresh build" That is not news. I mean even if that were true, that would be true only for the few hours after the concerned patch was pushed.. by the time someone read that it si completely obsolete.. and in general of no interest to anyone but someone operating a t

Re: LibreOffice Weekly News #5 waiting for reviews

2014-09-13 Thread Norbert Thiebaud
On Sat, Sep 13, 2014 at 10:38 AM, Sophie wrote: > Hi, > Le 13/09/2014 10:07, Norbert Thiebaud a écrit : > > [...] > >> >> "Yet 7 new contributors to the LibreOffice project! Welcome to them!" >> -> >> "We welcomed 7 new contributors

Re: [libreoffice-marketing] Re: LibreOffice Weekly News #5 waiting for reviews

2014-09-13 Thread Norbert Thiebaud
On Sat, Sep 13, 2014 at 2:45 PM, Tom Davies wrote: > Hi :) > It is a wiki-page. It's actually faster and easier for people to do the > edits themselves. How can someone possibly come up with the missing 8 references ? How can anyone but William know what link he intended to use ? It seems to me

[Libreoffice-commits] core.git: 3 commits - avmedia/Module_avmedia.mk bridges/source configure.ac external/libmariadb postprocess/Rdb_services.mk solenv/gbuild sysui/desktop vcl/osx vcl/quartz

2014-09-13 Thread Norbert Thiebaud
/CTRunData.hxx | 12 vcl/quartz/ctfonts.cxx |4 11 files changed, 42 insertions(+), 299 deletions(-) New commits: commit 4fa8282816cb39692678e9da6b6693e821a3039b Author: Norbert Thiebaud Date: Sat Sep 13 20:20:45 2014 +0200 mac

Re: enable-dbgutil

2014-09-17 Thread Norbert Thiebaud
On Wed, Sep 17, 2014 at 7:13 AM, nicholas ferguson wrote: > You obviously have never built Libreoffice under a window, using > --enable-dbgutil. So to tell me to do extra work...on your hypothesis. > Don't. I have tons of work then to prove our your hypothesis. And I think > this rule should app

Re: enable-dbgutil

2014-09-17 Thread Norbert Thiebaud
On Wed, Sep 17, 2014 at 8:04 AM, nicholas ferguson wrote: > Thanks. There is an English language issue. Your points #1 and #2... I > don't understand what you are referring to It is indeed an international list.. we usually use English, but if that is an issue, what language would you feel more

Re: vs2012-ide-integration ( with better examples)

2014-09-18 Thread Norbert Thiebaud
On Thu, Sep 18, 2014 at 8:18 AM, nicholas ferguson wrote: > > If I send you my notes, could you tweak your vs2012-ide-integration, to a > vs2012native-ide-integration ( or any name you choose) so that we could > generate those projects? > In theory gbuild could be taught to generate this vxproj f

[Libreoffice-commits] core.git: vcl/Library_vcl.mk vcl/quartz

2014-04-09 Thread Norbert Thiebaud
b8aa1f23645bbe81093ff436b82a58766f3157af Author: Norbert Thiebaud Date: Mon Apr 7 02:01:39 2014 -0500 vcl quartz: cache per-run glyphs information GetNextGlyphs could only deal with 1 glyph at the time and was recalculing a lot of thing while iterating on the glyphs This is not just a

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

2014-04-09 Thread Norbert Thiebaud
sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx |2 +- vcl/quartz/CTRunData.cxx|4 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit b2aced2dda51008b2c538711ee65c6443be2e9b1 Author: Norbert Thiebaud Date: Wed Apr 9 12:12:02 2014 -0500

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

2014-04-09 Thread Norbert Thiebaud
vcl/quartz/CTRunData.cxx |9 - vcl/quartz/CTRunData.hxx |4 2 files changed, 4 insertions(+), 9 deletions(-) New commits: commit 87ba23f38cc8a71581c0b034c503aedf46aad45f Author: Norbert Thiebaud Date: Wed Apr 9 13:47:43 2014 -0500 CTRunData fix include mishap

Re: OutputDevice code reorganization

2014-04-15 Thread Norbert Thiebaud
On Tue, Apr 15, 2014 at 6:25 AM, Chris Sherlock wrote: > I have moved outdev.cxx to outdev6.cxx to the directly vcl/source/outdev, > and into the following files: > [...] > > I think this largely helps split up the file in a more sensible layout. I'm sure ther is plenty of room to bikesheed this

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

2014-04-24 Thread Norbert Thiebaud
vcl/source/outdev/text.cxx | 122 +++-- 1 file changed, 41 insertions(+), 81 deletions(-) New commits: commit dd20a6062350d2e0ffb83467c8420182c5439e1e Author: Norbert Thiebaud Date: Thu Apr 24 01:50:33 2014 -0500 vcl/text clean-up includes

[Libreoffice-commits] core.git: pyuno/Module_pyuno.mk

2014-04-25 Thread Norbert Thiebaud
pyuno/Module_pyuno.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 731f7fe778c19378dfcbc1a5e9165f666ebb90df Author: Norbert Thiebaud Date: Fri Apr 25 10:23:22 2014 -0500 disable pytest_ssl on mac Change-Id: I9f6a50f00bd98aeffa46f3ef40211e30edf658d6 diff --git

Re: [Libreoffice] HC Error

2010-11-17 Thread Norbert Thiebaud
On Nov 17, 2010, at 18:14, Joseph Powers wrote: > Your patch looks good. > > Sorry about that; now I'm wondering why it built for me... Because on MacOS you probably don't buid gtk related stuff ? Norbert > > Joe P. > > > Message: 6 > Date: Wed, 17 Nov 2010 20:58:20 +0100 > From: C?dric

Re: [Libreoffice] newish to git: howto recover from bad merge?

2010-11-19 Thread Norbert Thiebaud
On Nov 19, 2010, at 0:11, Kevin Hunter wrote: > Hullo List, > > It must be something simple, but I'm having a devil of a time recovering from > a bad merge. Given my transcript below, how do I recover? > > It usually happens after I've committed a change to my local repository, that > I th

Re: [Libreoffice] feature/rip-build-repo - branch for removal of the need of the 'build' repo

2010-11-20 Thread Norbert Thiebaud
On Thu, Nov 18, 2010 at 10:18 PM, Jan Holesovsky wrote: > Hi, > > In case you are interested to try to build without the 'build' repo (the > rawbuild/ way), you can try to get the feature/rip-build-repo branch > which I hope is going to become the 'official' way of building soon ;-) > > git clone

Re: [Libreoffice] feature/rip-build-repo - branch for removal of the need of the 'build' repo

2010-11-20 Thread Norbert Thiebaud
On Thu, Nov 18, 2010 at 10:18 PM, Jan Holesovsky wrote: > Hi, > > In case you are interested to try to build without the 'build' repo (the > rawbuild/ way), you can try to get the feature/rip-build-repo branch > which I hope is going to become the 'official' way of building soon ;-) btw, I got it

Re: [Libreoffice] feature/rip-build-repo - branch for removal of the need of the 'build' repo

2010-11-21 Thread Norbert Thiebaud
kendy, here are the patches I have so far on the rip-build-repo branch 0001: the sed to remove bootstrap from the git url and replace it by one of the other repos name didn't work on MacOS... I was too lazy to figure-out why, so I used bash varaible substitution instead :-) 0002: the ./dowmload

Re: [Libreoffice] Fwd: [PATCH] RTL_CONSTASCII_USTRINGPARAM for libs-core/vbahelper

2010-11-21 Thread Norbert Thiebaud
On 11/21/10, Julien Nabet wrote: > Sorry, I just noticed that "git diff" even on a subdirectory didn't make > a diff only on this subdirectory. > > For example : > i made a "git diff" in clone/libs-core/vbahelper/source but the diff > includes the changes i made in clone/libs-core/vbahelper/svx/so

Re: [Libreoffice] [patch] binfilter: cleanup and compilation warnings removal.

2010-11-22 Thread Norbert Thiebaud
2010/11/22 Michael Meeks : > Hi Joachim, > > On Mon, 2010-11-22 at 13:59 +0100, Joachim Trémouroux wrote: >> I have fixed some compilation warnings in binfilter and some >> unnecessary comments. Patch is attached for review. > >        Hokay - the binfilter is of course un-loved and under-maintaine

Re: [Libreoffice] feature/rip-build-repo - branch for removal of the need of the 'build' repo

2010-11-22 Thread Norbert Thiebaud
On Mon, Nov 22, 2010 at 8:48 PM, Kohei Yoshida wrote: > On Sat, 2010-11-20 at 18:40 -0500, Norbert Thiebaud wrote: >> On Thu, Nov 18, 2010 at 10:18 PM, Jan Holesovsky wrote: >> > Hi, >> > >> > In case you are interested to try to build without the 'buil

[Libreoffice] Fwd: [patch] binfilter: cleanup and compilation warnings removal.

2010-11-23 Thread Norbert Thiebaud
oops, forgot to reply-all -- Forwarded message -- From: Norbert Thiebaud Date: 2010/11/23 Subject: Re: [Libreoffice] [patch] binfilter: cleanup and compilation warnings removal. To: Pierre-André Jacquod 2010/11/23 Pierre-André Jacquod : > On 11/23/2010 09:23 AM, Joac

Re: [Libreoffice] [PATCH] improve style according to cppcheck

2010-11-27 Thread Norbert Thiebaud
On Sat, Nov 27, 2010 at 12:09 PM, Christian Lohmaier wrote: > Hi *, > > On Sat, Nov 27, 2010 at 5:40 PM, Takeshi Abe wrote: >> [cppcheck patches] > > I'm curious: Why does cppcheck "complain" about "for i++" and > suggests/demands pre-increment instead (for ... ++i)? > > Is there any noticabl

Re: [Libreoffice] [PATCH] improve style according to cppcheck

2010-11-27 Thread Norbert Thiebaud
On Sat, Nov 27, 2010 at 3:02 PM, Caolán McNamara wrote: > On Sat, 2010-11-27 at 13:39 -0600, Norbert Thiebaud wrote: >> On Sat, Nov 27, 2010 at 12:09 PM, Christian Lohmaier >> wrote: >> > Hi *, >> > >> > On Sat, Nov 27, 2010 at 5:40 PM, Takeshi Abe wro

[Libreoffice] Attention: New build structure is coming!

2010-11-29 Thread Norbert Thiebaud
This is a heads-up about a change in the way we build the product that is about to be pushed. Current Situation = Right know there are 2 main way to build the product. Both of them rely on pulling the 'build' repo and using ./download in that repo to pull the 19 others git repos. The

[Libreoffice] Attention: The changes to the build system are about to be pushed....

2010-11-30 Thread Norbert Thiebaud
in the next few minutes ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] Important: for your next pull do ./bin/g pull -r BEFORE git pull -r

2010-11-30 Thread Norbert Thiebaud
Important: for your next pull do ./bin/g pull -r BEFORE git pull -r ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Important: for your next pull do ./bin/g pull -r BEFORE git pull -r

2010-11-30 Thread Norbert Thiebaud
Pushed, thanks Norbert On Tue, Nov 30, 2010 at 10:20 PM, Takeshi Abe wrote: > Hi, > > On Tue, 30 Nov 2010 21:02:05 -0600, Norbert Thiebaud > wrote: >> Important: for your next pull do ./bin/g pull -r BEFORE git pull -r > Could you apply the attached patch for /bin/sh? >

Re: [Libreoffice] Attention: The changes to the build system are about to be pushed....

2010-12-01 Thread Norbert Thiebaud
On Wed, Dec 1, 2010 at 3:23 PM, Michael Meeks wrote: > Hi there, > > On Tue, 2010-11-30 at 20:26 -0600, Norbert Thiebaud wrote: >> in the next few minutes > >        So - a quick reminder, the new wiki page is at: > >        http://wiki.documentfoundation.o

Re: [Libreoffice] bootstrap / configure defaults ...

2010-12-02 Thread Norbert Thiebaud
On Thu, Dec 2, 2010 at 6:12 AM, Michael Meeks wrote: > So, > > On Thu, 2010-12-02 at 11:31 +, Michael Meeks wrote: >>       Right - good point; I notice a number of these changes - so I'm working >> through build/distro-config/LibreOfficeLinuxDevel.conf - to switch the >> polarity of the defau

Re: [Libreoffice] defaulting to --without-java ... (?)

2010-12-02 Thread Norbert Thiebaud
On Thu, Dec 2, 2010 at 10:48 AM, Caolán McNamara wrote: > On Thu, 2010-12-02 at 16:33 +, Michael Meeks wrote: >> So, >> >>       As part of the quest to make LibreOffice easier to build; and in >> parallel to annoy developers who are missing those java implemented >> features into re-writing t

Re: [Libreoffice] Java build problem identified?

2010-12-04 Thread Norbert Thiebaud
On Sat, Dec 4, 2010 at 3:14 PM, Wols Lists wrote: > Dunno how to fix it, but I think I've found out what's wrong with my > build ... the following is output from autogen > > checking whether to build with Java support... yes > checking for java... /usr/bin/java > checking the installed JDK... chec

Re: [Libreoffice] "bad value (atom) for -mtune= switch" on boostrap build

2010-12-04 Thread Norbert Thiebaud
On Sat, Dec 4, 2010 at 4:08 PM, Takeshi Abe wrote: > Hi, > > In recent bootstrap build I got an error as follows. > It seems something wrong happened with mtune=atom, since my machine has flags > like: > $ grep '^flags' /proc/cpuinfo > flags               : fpu vme de pse tsc msr pae mce cx8 apic

Re: [Libreoffice] "bad value (atom) for -mtune= switch" on boostrap build

2010-12-04 Thread Norbert Thiebaud
On Sat, Dec 4, 2010 at 4:31 PM, Takeshi Abe wrote: > Hi Norbert, > > On Sat, 4 Dec 2010 16:18:38 -0600, Norbert Thiebaud > wrote: >> On Sat, Dec 4, 2010 at 4:08 PM, Takeshi Abe wrote: >>> Hi, >>> >>> In recent bootstrap build I got an error as f

Re: [Libreoffice] "bad value (atom) for -mtune= switch" on boostrap build

2010-12-04 Thread Norbert Thiebaud
On Sat, Dec 4, 2010 at 4:31 PM, Takeshi Abe wrote: > Hi Norbert, > > On Sat, 4 Dec 2010 16:18:38 -0600, Norbert Thiebaud > wrote: >> On Sat, Dec 4, 2010 at 4:08 PM, Takeshi Abe wrote: >>> Hi, >>> >>> In recent bootstrap build I got an error as f

Re: [Libreoffice] [Pushed 01-16] [PATCH 01/16] warning variable unused fix in binfilter bf_sw attr

2010-12-05 Thread Norbert Thiebaud
2010/12/5 Pierre-André Jacquod : > Hi, > here some patches to suppress warnings within binfilter. > I took a - sometimes too - conservative approach for doing this. Hope I > did not harm this module > regards Thnaks, I pushed the whole series... Norbert > > __

  1   2   3   4   5   6   7   8   9   10   >