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

2014-06-08 Thread Lionel Elie Mamane
dbaccess/source/ui/browser/brwctrlr.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit ade17fc916caf7c7bace630eaf83ae16215a2cc2 Author: Lionel Elie Mamane Date: Mon Jun 9 08:31:54 2014 +0200 fdo#79786 implement getFormOperations for data grid (table view

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

2014-06-08 Thread Lionel Elie Mamane
dbaccess/source/ui/browser/brwctrlr.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit a730fe78a8d8aa1edf81ccb16622f6d10ebd20e6 Author: Lionel Elie Mamane Date: Mon Jun 9 08:31:54 2014 +0200 fdo#79786 implement getFormOperations for data grid (table view

[GSoC] Text Background Color in Draw - Report 08/06/2014

2014-06-08 Thread Matteo Campanelli
Hi all, last week was admittedly very little coding and mostly debugging/(un)understanding/struggling: - Text Fill color now works from editeng, but currently only under edit-mode; - I started identifying parts of code to make the background color a stand-alone attribute (currently its inner workin

LibreOffice Gerrit News for core on 2014-06-09

2014-06-08 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + fixing fdo#40073 in https://gerrit.libreoffice.org/9683 from Élie Roux about module sw + Fix for gerrit patch 9559 that fixed export of custom-dash in https:

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

2014-06-08 Thread Markus Mohrhard
postprocess/qa/services.cxx | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) New commits: commit 336364b46d71e08b441f0cc35b95d88bf1af40ff Author: Markus Mohrhard Date: Mon Jun 9 04:37:32 2014 +0200 Revert "Revert "Make sure to dispose services supporting the XCo

[Libreoffice-commits] core.git: postprocess/Module_postprocess.mk

2014-06-08 Thread Markus Mohrhard
postprocess/Module_postprocess.mk |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit f4f144b5bf1bd58b3b5fdd0919626d8918e70699 Author: Markus Mohrhard Date: Mon Jun 9 04:53:10 2014 +0200 don"t execute test on windows, deadlocks Change-Id: Ic000a4961d770

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

2014-06-08 Thread Takeshi Abe
Repository.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3032efc7a2deda527887074690fd9fdbce1325b5 Author: Takeshi Abe Date: Mon Jun 9 11:14:06 2014 +0900 fix the error "KDE is not a valid group for executables." Change-Id: Ic9f545be0d7ed53aed4b08

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

2014-06-08 Thread Rene Engelhard
Repository.mk |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) New commits: commit 44c34a00c79b49cbc96f1d2e34fcf76b33f63238 Author: Rene Engelhard Date: Sun Jun 8 23:06:13 2014 +0200 kdefilepicker is a Executable, not a lib... Change-Id: Ia02230821a3a2b749328908d

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

2014-06-08 Thread Rene Engelhard
Repository.mk |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 9ed9f571735dcf426d395317f24ee98bea81ea7e Author: Rene Engelhard Date: Sun Jun 8 22:25:12 2014 +0200 also move kdefilepicker (for obsolete kde3) to kde Change-Id: I93e6ec47e0a3d9cf6f32

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

2014-06-08 Thread Miklos Vajna
Repository.mk |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 4d5de8092404bc82391d6bf98b5389ecc232fda8 Author: Miklos Vajna Date: Sun Jun 8 21:46:53 2014 +0200 gbuild: move vclplug_kde* to the kde section Change-Id: Ia2b5df76be4d5a376fb28c2460f2

Re: Build fail with MacOs in connectivity part

2014-06-08 Thread julien2412
Sorry Lionel, I had just checked my emails, not the forum. I'll take a look Julien -- View this message in context: http://nabble.documentfoundation.org/Build-fail-with-MacOs-in-connectivity-part-tp4111804p4111817.html Sent from the Dev mailing list archive at Nabble.com. _

[SOLVED] Re: Build fail with MacOs in connectivity part

2014-06-08 Thread Julien Nabet
On 08/06/2014 20:04, Norbert Thiebaud wrote: 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 b

Re: Build fail with MacOs in connectivity part

2014-06-08 Thread Lionel Elie Mamane
On Sun, Jun 08, 2014 at 09:05:36AM -0700, julien2412 [via Document Foundation Mail Archive] wrote: > I gave a try to a MacOs build and had this error: > [build CXX] connectivity/source/drivers/odbc/OTools.cxx > /lo/core/connectivity/source/drivers/odbc/OPreparedStatement.cxx:338:9: > error: stati

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-08 Thread Julien Nabet
On 08/06/2014 19:29, Norbert Thiebaud wrote: 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

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 julien2412
Trying to unwind, I found this: http://opengrok.libreoffice.org/xref/core/external/unixODBC/inc/odbc/sqltypes.h#112 112 #ifdef SQL_WCHART_CONVERT 113 typedef wchar_t WCHAR; 114 #else 115 typedef unsigned short WCHAR; 116 #endif After a test, I confirm that unsi

[GSoC] Varga Mihai - progress report week 3

2014-06-08 Thread Mihai Varga
Hello, This week I have worked on the One Drive object and I've written some tests for it, I haven't done much as I had some hard exams this week. During the next week I'll be working on the file and folder representation and I hope to make some good progress. Best regards, Mihai

Re: minutes of ESC call ...

2014-06-08 Thread Arnaud Versini
Le 05/06/2014 17:20, Michael Meeks a écrit : * Hackfests (Bjoern) + Paris Hackfest: + June 27-28th + please add yourself to the wiki: + https://wiki.documentfoundation.org/Hackfest/Paris2014 + new candidate - Toulouse ... + hope to have a November

Build fail with MacOs in connectivity part

2014-06-08 Thread julien2412
Hello, I gave a try to a MacOs build and had this error: [build CXX] connectivity/source/drivers/odbc/OTools.cxx /lo/core/connectivity/source/drivers/odbc/OPreparedStatement.cxx:338:9: error: static_assert failed "sizeof(SQLWCHAR) == 2" BOOST_STATIC_ASSERT( sizeof(SQLWCHAR)== 2 );

[Libreoffice-commits] core.git: Branch 'feature/gsoc14-personas' - 2 commits - cui/source

2014-06-08 Thread Rachit Gupta
cui/source/options/personalization.cxx | 174 +++-- cui/source/options/personalization.hxx | 24 ++-- 2 files changed, 138 insertions(+), 60 deletions(-) New commits: commit 5e26c46ad1516bfc50c95fb937a8b56db0ebed93 Author: Rachit Gupta Date: Sun Jun 8 20:33:50 20

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

2014-06-08 Thread David Tardon
solenv/gbuild/Executable.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 4b5975b1f777c85259bc38afbfae8e1160fbebbe Author: David Tardon Date: Sun Jun 8 15:01:33 2014 +0200 add missing dep on dir Change-Id: Ib10f30620027ad8a79a8464abee094e3961684d5 (cherry picke

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

2014-06-08 Thread David Tardon
solenv/gbuild/Executable.mk |1 + 1 file changed, 1 insertion(+) New commits: commit d14624c0f356035248983940b193ee71fc5c3c4a Author: David Tardon Date: Sun Jun 8 15:01:33 2014 +0200 add missing dep on dir Change-Id: Ib10f30620027ad8a79a8464abee094e3961684d5 diff --git a/sol

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

2014-06-08 Thread Miklos Vajna
oox/source/drawingml/textbodycontext.cxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit a14daabc24cd1a40815dc76f799c11b7796971e8 Author: Miklos Vajna Date: Fri May 23 09:30:26 2014 +0200 DOCX import: recurse into w:ins in groupshape text Groupshape text is pr

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

2014-06-08 Thread Miklos Vajna
sw/qa/extras/ooxmlimport/data/groupshape-trackedchanges.docx |binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx |8 2 files changed, 8 insertions(+) New commits: commit 81b2b929078cdc0e85b20e96c828244e2384d54c Author: Miklos Vajna Date: Sun Jun 8 12:44:56 2014 +

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - 4 commits - config_host.mk.in configure.ac solenv/bin sysui/desktop

2014-06-08 Thread Tor Lillqvist
config_host.mk.in |1 + configure.ac | 31 +-- solenv/bin/macosx-codesign-app-bundle |3 ++- sysui/desktop/macosx/Info.plist.in|4 ++-- 4 files changed, 18 insertions(+), 21 deletions(-) New commits: commit

[Libreoffice-commits] core.git: 3 commits - config_host.mk.in configure.ac solenv/bin sysui/desktop

2014-06-08 Thread Tor Lillqvist
config_host.mk.in |1 + configure.ac | 12 ++-- solenv/bin/macosx-codesign-app-bundle |3 ++- sysui/desktop/macosx/Info.plist.in|4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) New commits: commit 7302770f4c391aaa283

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sysui/desktop

2014-06-08 Thread David Tardon
sysui/desktop/menus/calc.desktop |2 +- sysui/desktop/menus/draw.desktop |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 7443479e5cb50d5aaf2311bd4d140719b986d17b Author: David Tardon Date: Sun Jun 8 09:02:54 2014 +0200 add newly supported mimetypes

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

2014-06-08 Thread David Tardon
sysui/desktop/menus/calc.desktop |2 +- sysui/desktop/menus/draw.desktop |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit f3dc0e2aba005ce06991e8c7c50f0c8eebea3559 Author: David Tardon Date: Sun Jun 8 09:02:54 2014 +0200 add newly supported mimetypes