[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - sc/source

2012-06-14 Thread Daniel Bankston
sc/source/filter/xml/xmlcelli.cxx | 297 +- sc/source/filter/xml/xmlcelli.hxx |7 2 files changed, 141 insertions(+), 163 deletions(-) New commits: commit 3da9e8832632c4d7123e1e3f326eec2c1ab4f27b Author: Daniel Bankston Date: Fri Jun 15 01:08:05 2012 -

[REVIEW-3-6 LATE FEATURE] color scales and data bars in calc

2012-06-14 Thread Markus Mohrhard
Hey guys, so I have finally my big feature ready for 3-6. Since this is a really large change I'm summarizing the changes below. Most of the feature in the core is already in 3.6Beta1 except for some corrections to the import/export code and one large refactoring to allow color formats( color scal

[Libreoffice-commits] .: 3 commits - sc/source

2012-06-14 Thread Markus Mohrhard
sc/source/ui/condformat/colorformat.cxx | 21 +++ sc/source/ui/condformat/condformatdlg.cxx | 53 -- sc/source/ui/inc/colorformat.hxx |2 + sc/source/ui/inc/condformatdlg.hxx|4 ++ 4 files changed, 63 insertions(+), 17 deletions(-)

[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/inc sfx2/source

2012-06-14 Thread Rafael Dominguez
sfx2/inc/sfx2/thumbnailview.hxx |4 - sfx2/inc/sfx2/thumbnailviewitem.hxx |5 +- sfx2/source/control/thumbnailview.cxx | 74 -- 3 files changed, 50 insertions(+), 33 deletions(-) New commits: commit 61329b5c147a94c66253fc05be85a4d80a2506bc Author:

Re: follow up on handling text:p tag on ods import

2012-06-14 Thread Markus Mohrhard
Hey Daniel, 2012/6/14 Daniel Bankston : > On 06/14/2012 07:03 AM, Daniel Bankston wrote: >> >> >> So it seems either I should make the import conditionally use my OUString >> replacement for simple text and XTextCursor withXMLParaContext for >> complicated text, or I should abandon it all together

[Libreoffice-commits] .: connectivity/source

2012-06-14 Thread Christian Lohmaier
connectivity/source/parse/sqlbison.y |1 + 1 file changed, 1 insertion(+) New commits: commit f14bd201ad7c391b078be1d8e7fb2d072015be70 Author: Christian Lohmaier Date: Fri Jun 15 01:31:46 2012 +0200 ancient bison nees %token-table for yytname to be usable fixes build with XCo

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 9 commits - sfx2/inc sfx2/Library_sfx.mk sfx2/source

2012-06-14 Thread Rafael Dominguez
sfx2/Library_sfx.mk |2 sfx2/inc/sfx2/thumbnailview.hxx | 15 sfx2/source/control/thumbnailview.cxx | 886 -- 3 files changed, 334 insertions(+), 569 deletions(-) New commits: commit 8a65fffe1d5e0a01ac42291ece8331e32c418f69 Author:

Re: minutes of ESC call ..., compiling HSQLDB to executable

2012-06-14 Thread Bjoern Michaelsen
On Thu, Jun 14, 2012 at 07:18:08PM +0200, Noel Grandin wrote: > On Thu, Jun 14, 2012 at 6:38 PM, Bjoern Michaelsen > wrote: > > > Im getting fits thinking about the long term maintainability though. > > > > In what sense? > It's an extra compile step and an extra dependency. > You can even choos

[Libreoffice-commits] .: filter/source

2012-06-14 Thread Julien Nabet
filter/source/msfilter/escherex.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5af60dc534b9217e2c799aacbff03bdf727e806e Author: Julien Nabet Date: Thu Jun 14 23:31:29 2012 +0200 Fix uninitialized values Change-Id: I62b6cb30aeab40be18e5943a27c

Lucky coincidence made me assume page rendering to a "headless" virtual device auto-scales...

2012-06-14 Thread Tor Lillqvist
I happen to use a virtual device of size 1024x1024 in my Android document viewer test code. (Because it is such a nice round number;) SvpSalGraphics::GetResolution() in vcl/headless/svpgdi.cxx sets DPIX = rDPIY = 96. (This I hadn't noticed.) So when I saw that document pages (page format A4 portr

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf' - 3 commits - sc/qa

2012-06-14 Thread Daniel Bankston
sc/qa/unit/data/ods/formats.ods|binary sc/qa/unit/subsequent_filters-test.cxx | 23 ++- 2 files changed, 22 insertions(+), 1 deletion(-) New commits: commit c2601d8c5f1736d72966f57090a9729988390d29 Author: Daniel Bankston Date: Wed Jun 13 17:51:58 2012 -0500

Re: follow up on handling text:p tag on ods import

2012-06-14 Thread Daniel Bankston
On 06/14/2012 07:03 AM, Daniel Bankston wrote: So it seems either I should make the import conditionally use my OUString replacement for simple text and XTextCursor withXMLParaContext for complicated text, or I should abandon it all together for now. Do you think it would be worth it to conv

[REVIEW] fdo#50988 Draw crashes on loading MS Logical Design Diagram example visio file

2012-06-14 Thread julien2412
Hello, I pushed a patch on master for fdo#50988 (see http://cgit.freedesktop.org/libreoffice/core/commit/?id=cc85e1303fbdf7d1ff9c5b63ed9942206b53ddac). As indicated in the comment https://bugs.freedesktop.org/show_bug.cgi?id=50988#c2 and in the commit comment, it's the same type of problem than fd

[Libreoffice-commits] .: libvisio/libvisio-0.0.17-fdo50988.patch libvisio/makefile.mk

2012-06-14 Thread Julien Nabet
libvisio/libvisio-0.0.17-fdo50988.patch | 27 +++ libvisio/makefile.mk|1 + 2 files changed, 28 insertions(+) New commits: commit cc85e1303fbdf7d1ff9c5b63ed9942206b53ddac Author: Julien Nabet Date: Thu Jun 14 21:57:06 2012 +0200 Resolves:

Re: % Help to make install...

2012-06-14 Thread KAMI911 KAMI911
Thank you András, I will check it tomorrow. Cheers, Kami 2012/6/14, Andras Timar : > 2012/6/14 KAMI911 KAMI911 : >> Hi! >> >> Can you help me how can I redefine: >> >> # Identity of this package. >> PACKAGE_NAME='LibreOffice' >> PACKAGE_TARNAME='libreoffice' >> PACKAGE_VERSION='3.6' >> PACKAGE_S

[Libreoffice-commits] .: 3 commits - android/experimental odk/examples vcl/source

2012-06-14 Thread Tor Lillqvist
android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java | 222 -- odk/examples/java/DocumentHandling/test/test1.odt |binary vcl/source/gdi/virdev.cxx

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

2012-06-14 Thread Matus Kukan
pyuno/Module_pyuno.mk | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) New commits: commit 83726096bfe32160f1fd0aab106a1052aec9ecaa Author: Matúš Kukan Date: Thu Jun 14 21:01:11 2012 +0200 pyuno: more stuff unwanted if there is system python Change-Id: I13d543

Re: [LATE FEATURE] Windows UI improvements

2012-06-14 Thread Stefan Knorr (Astron)
Hi, I won't try to judge the code, but I approve the visuals. :) (Some further modifciation might still be useful to get rid of the white "triangles" at the left and the right.) Overall I like it very much though, thanks, Kendy. Astron. ___ LibreOffic

Re: minutes of ESC call ..., compiling HSQLDB to executable

2012-06-14 Thread Noel Grandin
On Thu, Jun 14, 2012 at 6:38 PM, Bjoern Michaelsen wrote: > Im getting fits thinking about the long term maintainability though. > In what sense? It's an extra compile step and an extra dependency. You can even choose from ExcelsiorJET / GCC-for-java / vmkit-clang :-) ___

Re: New Wiki Bug Page

2012-06-14 Thread Joel Madero
Just an update on this since some people showed interest. I am/was willing to do a manual list using a quick macro in calc but the wiki blocks me from using href so unless that is changed I don't see how I can link the bug to FDO which makes this endeavor a bit useless. If someone knows if I can ge

[Libreoffice-commits] .: sfx2/inc sfx2/source

2012-06-14 Thread Takeshi Abe
sfx2/inc/sfx2/app.hxx|1 - sfx2/source/appl/appbas.cxx |6 -- sfx2/source/appl/appquit.cxx |5 - 3 files changed, 12 deletions(-) New commits: commit e9022aaa9053aff22cea804794a9eac082485626 Author: Takeshi Abe Date: Fri Jun 15 01:54:40 2012 +0900 removed empt

Re: Status Update

2012-06-14 Thread Iain Billett
Hi, quick update, pushed some more work on the file explorer. Next items on my agenda are a.) a list view, the ability to switch between them (temporary) & set default (persistent). b.) Bring doc viewer action bar in line with what the designers suggest (hidden by default then transparent overlay

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/oxygen

2012-06-14 Thread Jan Holesovsky
dev/null |binary icon-themes/galaxy/sfx2/res/closedoc.png |binary icon-themes/galaxy/vcl/res/closedoc.png |binary icon-themes/hicontrast/sfx2/res/closedoc.png |binary icon-themes/hicontrast/vcl/res/closedoc.png |binary 5 files changed New commits

[Libreoffice-commits] .: icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/oxygen

2012-06-14 Thread Jan Holesovsky
dev/null |binary icon-themes/galaxy/sfx2/res/closedoc.png |binary icon-themes/galaxy/vcl/res/closedoc.png |binary icon-themes/hicontrast/sfx2/res/closedoc.png |binary icon-themes/hicontrast/vcl/res/closedoc.png |binary 5 files changed New commits

Re: minutes of ESC call ..., compiling HSQLDB to executable

2012-06-14 Thread Bjoern Michaelsen
On Thu, Jun 14, 2012 at 06:17:18PM +0200, Noel Grandin wrote: > Given that the primary problem with HSQLDB is that we need a java-vm > installed to make it work, has anyone considered using > http://vmkit.llvm.org/ > to compile HSQLDB into an exe, and then running it as a separate > process which L

[Libreoffice-commits] .: android/experimental

2012-06-14 Thread Iain Billett
android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/res/layout/file_explorer.xml | 20 -- android/experimental/GSoC-2012-eclipse-workspace/LibreOfficeUI/res/layout/file_grid.xml | 20 ++ android/experimental/GSoC-2012-eclipse-worksp

Re: minutes of ESC call ..., compiling HSQLDB to executable

2012-06-14 Thread Noel Grandin
On 2012-06-14 17:13, Michael Meeks wrote: * SQLite vs. HSQLDB for base (Lionel) + SQLite very sloppy typing can cause serious problems cf. https://bugs.freedesktop.org/show_bug.cgi?id=38811 + no date/time datatype. => perhaps not a good idea to

Re: [PATCH] added zoom submenu to View

2012-06-14 Thread Jan Holesovsky
Hi Tim, On 2012-06-13 at 15:49 +0200, Tim Hardeck wrote: > I have added a zoom submenu to View with the same entries of the zoom > status bar right mouse button menu. > Additionally the zoom menu entries were sorted in a more logical way. Looks good to me - do you have a push access? If yes, pl

Re: % Help to make install...

2012-06-14 Thread Andras Timar
2012/6/14 KAMI911 KAMI911 : > Hi! > > Can you help me how can I redefine: > > # Identity of this package. > PACKAGE_NAME='LibreOffice' > PACKAGE_TARNAME='libreoffice' > PACKAGE_VERSION='3.6' > PACKAGE_STRING='LibreOffice 3.6' > PACKAGE_BUGREPORT='' > PACKAGE_URL='http://documentfoundation.org/' > >

Re: probabilistic approach to tinderboxing

2012-06-14 Thread Bjoern Michaelsen
On Thu, Jun 14, 2012 at 09:57:48AM -0500, Norbert Thiebaud wrote: > When you apply a series in sequence, at any point the result must be > buildable... > 1/ it is good practice > 2/ if that is not the case bisection is much harder ... but it has a lower importance than having the tip of master bui

minutes of ESC call ...

2012-06-14 Thread Michael Meeks
* Present: + Norbert, Rainer, Eike, Lionel, Michael, Stephan, Andras, Cedric, Bjoern, Kendy, Astron, Petr, Mitch * Completed Action Items + add encryption default UI option in 3.6 (Thorsten) + poke at Windows 8 certification requirements (Andras) +

Re: % Help to make install...

2012-06-14 Thread KAMI911 KAMI911
Hi! Can you help me how can I redefine: # Identity of this package. PACKAGE_NAME='LibreOffice' PACKAGE_TARNAME='libreoffice' PACKAGE_VERSION='3.6' PACKAGE_STRING='LibreOffice 3.6' PACKAGE_BUGREPORT='' PACKAGE_URL='http://documentfoundation.org/' values? What is the source of these variables? Are

Re: probabilistic approach to tinderboxing

2012-06-14 Thread Stephan Bergmann
On 06/14/2012 04:57 PM, Norbert Thiebaud wrote: On Thu, Jun 14, 2012 at 1:59 AM, Stephan Bergmann wrote: On 06/13/2012 03:00 PM, Norbert Thiebaud wrote: I think you are confusing buildability after each patch of a series has been applied in sequence (which is a desirable property indeed) vs.

Re: probabilistic approach to tinderboxing

2012-06-14 Thread Norbert Thiebaud
On Thu, Jun 14, 2012 at 1:59 AM, Stephan Bergmann wrote: > On 06/13/2012 03:00 PM, Norbert Thiebaud wrote: > > > I think you are confusing buildability after each patch of a series has been > applied in sequence (which is a desirable property indeed) vs. buildable > with each patch of a series app

[REVIEW-3-5] MSVC qsort issue

2012-06-14 Thread Muthu Subramanian K
Hi, I was trying to debug a problem where the email-field doesn't show the correct color when imported (pptx). I have attached a sample debug file. qsort seems to change the order of the elements even if the elements are sorted. (Technically though it is correct), our way of applying color a

Re: Contributions (Alfresco)

2012-06-14 Thread sanketsharma
Hi, � Thank you for your response. I appreciate it. I was, however, referring to the last section on that wiki page which says: LibreOffice Alfresco Implementation The LibreOffice project uses Alfresco to manage technical documentation. They are looking for help customizing their Alfre

Re: Contributions (Alfresco)

2012-06-14 Thread Cedric Bosdonnat
Hi Sanket, On Thu, 2012-06-14 at 07:24 -0600, sanketsha...@dukstra.com wrote: > I have extensive experience in document management systems and would > like to contribute on that. (Getting alfresco up and running, > customizations, workflows etc.) or am I missing something here? I though you were

[Libreoffice-commits] .: RepositoryExternal.mk

2012-06-14 Thread Norbert Thiebaud
RepositoryExternal.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 16468bd2ea7bdefd859b68c978fdb3397d53a4d4 Author: Norbert Thiebaud Date: Thu Jun 14 08:59:28 2012 -0500 Fix pyuno migration on Mac Change-Id: I75322a9ada9c84faa6c54ade7d44e5493abb418

[Libreoffice-commits] .: sw/source

2012-06-14 Thread Miklos Vajna
sw/source/filter/ww8/wrtw8esh.cxx | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) New commits: commit d21e1215f6a1742a52638a79582c7c833dd8869a Author: Miklos Vajna Date: Thu Jun 14 13:30:57 2012 +0200 n#325936 fix ww8 export of not-in-background ancho

[Libreoffice-commits] .: crashrep/source

2012-06-14 Thread Michael Meeks
crashrep/source/all/crashrep.ulf | 18 ++ crashrep/source/all/makefile.mk | 33 +- crashrep/source/unx/main.cxx | 37 +++--- crashrep/source/unx/makefile.mk | 33 +- crashrep/source/wi

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Stephan Bergmann
On 06/14/2012 01:56 PM, Michael Meeks wrote: IMHO a single, simple top-level Application object with some easy-to-use methods for simple use-cases is still a good idea ...the old idea of having some sort of convenience wrapper around the basic API. Sure, can be done. However, there is that o

follow up on handling text:p tag on ods import

2012-06-14 Thread Daniel Bankston
Hi, Markus, Just a follow up to our IRC conversation on ODS import's handling of the text:p tag for cell text... I tried to replace XTextCursor usage by mimicking its actions with an OUString. It works fine for cells with simple text (one text:p tag and one style in a cell), but for multipl

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Bjoern Michaelsen
On Thu, Jun 14, 2012 at 01:44:58PM +0200, Stephan Bergmann wrote: > How do you generate a static wrapper around a dynamic entity? You > can only generate it for a given snapshot of that dynamic entity's > behavior. Right. Worse is Better. > But then, when you assume the entity's behavior is (l

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Michael Meeks
On Thu, 2012-06-14 at 12:50 +0200, Stephan Bergmann wrote: > That way, at least for this specific case of the Desktop service, we > nicely avoid any published-vs.-unpublished problems, anyway: Leave the > old Desktop service untouched (just mark it as deprecated in favor of > the new), and cre

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Bjoern Michaelsen
On Thu, Jun 14, 2012 at 01:44:58PM +0200, Stephan Bergmann wrote: > This is not about "RAD," this is about "software development." Yay, > on to a flamefest! ;) Taking the flamebait: Was UNO ever used for something else than RAD? "Software development" inside LibreOffice core doesnt count as we c

Re: probabilistic approach to tinderboxing

2012-06-14 Thread Bjoern Michaelsen
Hi, On Thu, Jun 14, 2012 at 12:36:12PM +0200, Lubos Lunak wrote: > Where are we going to get these tinderboxes? The page for master lists 17 > tinderboxes, out of which only about 11 build regularly. Out of which there > are 4 linux-gcc tinderboxes, one linux-clang, 1(2?) macosx, 3 windows and

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Stephan Bergmann
On 06/14/2012 01:14 PM, Bjoern Michaelsen wrote: On Thu, Jun 14, 2012 at 11:40:20AM +0100, Michael Meeks wrote: The problem is - if you use a Java or C# binding that requires types, and can provide intelligent auto-completion in the code (at least until we hit an 'any' or 'queryInterface

[Libreoffice-commits] .: distro-configs/OxygenOfficeLinux.conf

2012-06-14 Thread Kalman "" Szalai
distro-configs/OxygenOfficeLinux.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 12d76ae5c01a792de07a541ba20df5f28f42c927 Author: Kalman Szalai - KAMI Date: Thu Jun 14 13:29:52 2012 +0200 Add epm for OxygenOffice distro-conf Change-Id: Iddbc17e79

Re: Status of OOXML support in Libre Office

2012-06-14 Thread Michael Meeks
Hi Aakriti, On Thu, 2012-06-14 at 11:35 +0530, Aakriti Gupta wrote: > I am currently interning at a company and my project is to > find/improve a tool for exporting MS Office formats to PDFs. A huge > number of documents would need to be converted to pdfs. > > Could you suggest the approximate ti

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Bjoern Michaelsen
On Thu, Jun 14, 2012 at 11:40:20AM +0100, Michael Meeks wrote: > The problem is - if you use a Java or C# binding that requires types, > and can provide intelligent auto-completion in the code (at least until > we hit an 'any' or 'queryInterface') - then using this overly-generic: > >

Re: gdb backtrace burpage ...

2012-06-14 Thread Michael Meeks
Hi Tom, Thanks for jumping in :-) On Wed, 2012-06-13 at 11:57 -0600, Tom Tromey wrote: > Michael> But is there any way of suppressing that warning thrash > Michael> for the case where it is not enabled ? > > There's no way to disable it. > File a feature request in gdb bugzilla if you w

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - distro-configs/OxygenOfficeLinux.conf

2012-06-14 Thread Kalman "" Szalai
distro-configs/OxygenOfficeLinux.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5b1068cd7f1febe2759c1989a5ed04d2b6a81444 Author: Kalman Szalai - KAMI Date: Thu Jun 14 13:08:20 2012 +0200 Add epm to OxygenOffice distroconf Change-Id: Ief7abea6e87

[Libreoffice-commits] .: touch/prj

2012-06-14 Thread David Tardon
touch/prj/build.lst |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 9735441b94eb53efc913c483d1eb1b438e1859de Author: David Tardon Date: Thu Jun 14 13:03:29 2012 +0200 fix build.lst content Change-Id: I11c45830f6a322876041f6beda9e31fde110a2a7 diff -

Re: MAC OSX - build failure in ODK - can not find juh_src.zip, etc

2012-06-14 Thread Alexander Thurgood
Le 14/06/12 08:51, Stephan Bergmann a écrit : Hi Stephan, > Just to clarify: The SDK (build off module odk) is needed when you want > to develop extensions etc. outside the LO build environment. It is not > needed for building the MySQL connector extension during a LO build > (configured with -

[Libreoffice-commits] .: 2 commits - cross_toolset/prj pyuno/prj tail_build/prj

2012-06-14 Thread Matus Kukan
cross_toolset/prj/build.lst |2 +- pyuno/prj/d.lst | 27 --- tail_build/prj/build.lst|2 +- 3 files changed, 2 insertions(+), 29 deletions(-) New commits: commit 656e9238de03bcc696e9d6f629e71a75be2c66d0 Author: Matúš Kukan Date: Thu Jun 14 12

RE: % Help to make install...

2012-06-14 Thread Michael Meeks
On Wed, 2012-06-13 at 21:45 +, ORTIZ MARTINEZ JOSE ASUNCION wrote: > Thanks for your help. Please always CC: the developers list - I can't handle every thread on my own ie. dig out "reply-to-all" in your mail client please :-) > I would like to change the default name ... O

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Stephan Bergmann
On 06/14/2012 11:22 AM, Michael Meeks wrote: On Wed, 2012-06-13 at 15:22 +0200, Stephan Bergmann wrote: I wouldn't introduce the extra noise of an additional Desktop2 service. While technically it would be an incompatibility to change the existing, old-style Desktop service (implementing mult

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Michael Meeks
On Thu, 2012-06-14 at 11:39 +0200, Noel Grandin wrote: > I would prefer to avoid redesigning the factories and interfaces in the > process. I believe that should be a separate step, if only so that change can > occur in reasonably sized steps. Yep. > i.e. I am politely informing people

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Michael Meeks
Hi Bjoern, On Thu, 2012-06-14 at 12:02 +0200, Bjoern Michaelsen wrote: > > [property] com::sun::star::lang::XComponent activeDocument; > > An even more radical approach would be assuming properties to just be a > dynamic > string->any map. Python allows mapping those to native attributes wit

[PUSHED] - avoid a memset

2012-06-14 Thread Michael Meeks
Hi Christophe, On Tue, 2012-06-12 at 22:53 +0200, Marion & Christophe JAILLET wrote: > first try to send a patch for libreoffice, First - sorry for the delay reviewing this :-) > This one, is to avoid a call to memset(..., 0, ...) for memory > allocated with calloc. Patch looks

Re: probabilistic approach to tinderboxing

2012-06-14 Thread Lubos Lunak
On Tuesday 12 of June 2012, Bjoern Michaelsen wrote: > Hi all, > > this is a proposal to get as much focused tinderboxing as possible with > limited resources and unreliable build clients. This also assumes patches > under consideration to be independant (that is: without conflicts) and not > depen

[Libreoffice-commits] .: i18npool/source

2012-06-14 Thread Michael Meeks
i18npool/source/breakiterator/breakiterator_ctl.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 441b28d4e9d0345f91fed6a2345d4d6a7c7eb5f7 Author: Christophe Jaillet Date: Thu Jun 14 11:34:26 2012 +0100 remove un-necessary memset diff --git a/i18npool/source/breakiterator/b

Re: Building and packaing OxygenOffice

2012-06-14 Thread Michael Meeks
Hi Kami, On Tue, 2012-06-12 at 15:00 +0200, KAMI911 KAMI911 wrote: > I haven't built OxygenOffice from LibreOffice branches for several > months. Now I tried to do that (on 3-6) because I created two virtual > machines for they. Heh :-) sounds good. > What is the best way to build & pack

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Bjoern Michaelsen
On Thu, Jun 14, 2012 at 10:22:44AM +0100, Michael Meeks wrote: > So - as an example; I would love a: > > any getConfigKey([in] string path); > void setConfigKey([in] string path, [in] any value); > > Cheesy, incomplete - if you want more you have to go to the real source

Re: [GERRIT][PUSHED] gbuild migration: pyuno module

2012-06-14 Thread Stephan Bergmann
On 06/14/2012 12:30 AM, David Ostrovsky wrote: I cleaned it and pushed a new gerrit change set [1] and created a patch that cleanly applies to the current master. Test matrix: == All platforms: compiles with --disable-python Mingw32: not considering (pyuno bridge is broke

[Libreoffice-commits] .: 2 commits - Makefile.top Module_tail_build.mk postprocess/packcomponents pyuno/CustomTarget_python_bin.mk pyuno/CustomTarget_python_shell.mk pyuno/CustomTarget_python_wrapper.

2012-06-14 Thread Stephan Bergmann
Makefile.top |2 Module_tail_build.mk |1 Repository.mk |4 RepositoryExternal.mk | 51 RepositoryFixes.mk| 12 ++ postprocess/packcomponents/makefi

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source tools/inc vcl/source

2012-06-14 Thread Jan Holesovsky
sc/source/ui/app/inputwin.cxx |2 +- tools/inc/tools/wintypes.hxx |3 ++- vcl/source/window/brdwin.cxx |2 ++ vcl/source/window/window.cxx |2 ++ 4 files changed, 7 insertions(+), 2 deletions(-) New commits: commit 30903d907a96aac96756e3cd0aa384dfd6993787 Author: Jan Holesovsky

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Noel Grandin
Hi Just some context - this is mostly about the "shiny new UNO" i.e. https://bugs.freedesktop.org/show_bug.cgi?id=46808 and using service factories all over the place i.e. converting from uno::Reference< frame::XDesktop > xDesktop( xFactory->createInstance( ::rtl::OUString( "com.sun.star.fra

Re: shiny uno version, Desktop IDL

2012-06-14 Thread Michael Meeks
Hi Stephan & Noel, On Wed, 2012-06-13 at 15:22 +0200, Stephan Bergmann wrote: > I wouldn't introduce the extra noise of an additional Desktop2 service. > While technically it would be an incompatibility to change the > existing, old-style Desktop service (implementing multiple interfaces) > i

Re: [PUSHED-3-5][REVIEW-3-5-5] IsOfficeRunning removed

2012-06-14 Thread Andras Timar
Hi, 2012/6/14 Fridrich Strba : > Good for me, can you please make the backport to 3-5, since there are > conflicts by a normal cherry-pick? > Pushed to libreoffice-3-5 with Fridrich's and Jesus' sign-off. 1 more needed for 3.5.5. http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - instsetoo_native/inc_ooohelppack instsetoo_native/inc_ooolangpack instsetoo_native/inc_openoffice scp2/source setup_native/source

2012-06-14 Thread Andras Timar
instsetoo_native/inc_ooohelppack/windows/msi_templates/CustomAc.idt |1 instsetoo_native/inc_ooohelppack/windows/msi_templates/InstallE.idt |1 instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt |1 i

Re: [GERRIT][PATCH] gbuild migration: pyuno module

2012-06-14 Thread Matúš Kukan
On 14 June 2012 00:30, David Ostrovsky wrote: > I cleaned it and pushed a new gerrit change set [1] and created a patch that > cleanly applies to the current master. I had a really quick look and it looks good. Thanks. Maybe you should also change license part of the makefiles. See new TEMPLATE.S

[Libreoffice-commits] .: Branch 'libreoffice-3-5-5' - instsetoo_native/util solenv/inc

2012-06-14 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 30 +++--- solenv/inc/minor.mk |4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) New commits: commit 53153e8ae70a20c2a17b0a0fa062fa7c1309b899 Author: Petr Mladek Date: Thu Jun 14 10:22:35 2012 +0200

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - instsetoo_native/util solenv/inc

2012-06-14 Thread Petr Mladek
instsetoo_native/util/openoffice.lst | 22 +++--- solenv/inc/minor.mk |4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) New commits: commit e81aa423367882a074b50c9e7c822e186141b9a2 Author: Petr Mladek Date: Thu Jun 14 10:19:48 2012 +0200 bu

[Libreoffice-commits] .: 2 commits - writerfilter/CustomTarget_source.mk writerfilter/debug_setup.mk writerfilter/Library_writerfilter.mk writerfilter/source

2012-06-14 Thread Matus Kukan
writerfilter/CustomTarget_source.mk |4 +- writerfilter/Library_writerfilter.mk | 18 +-- writerfilter/debug_setup.mk | 17 -- writerfilter/source/generated.mk | 55 --- 4 files changed, 17 insertions(+), 77 deletions(-) New

[Libreoffice-commits] .: ucb/source

2012-06-14 Thread Cédric Bosdonnat
ucb/source/ucp/cmis/cmis_content.cxx | 35 +++ 1 file changed, 23 insertions(+), 12 deletions(-) New commits: commit 4f5c523b97542bdbfe69fb7695bcb9699c66f89f Author: Cédric Bosdonnat Date: Tue Jun 5 13:00:06 2012 +0200 CMIS UCP: fixed Save As into a CMIS

Re: [REVIEW-3-5][REVIEW-3-5-5] IsOfficeRunning removed

2012-06-14 Thread Fridrich Strba
Good for me, can you please make the backport to 3-5, since there are conflicts by a normal cherry-pick? F. On 13/06/12 11:01, Andras Timar wrote: > Hi, > > I removed the IsOfficeRunning custom action, because it was unreliable > and did not have any advantage over built-in mechanism for detecti

Re: [REVIEW-3-5][REVIEW-3-5-5] IsOfficeRunning removed

2012-06-14 Thread Jesús Corrius
> Hi, > > I removed the IsOfficeRunning custom action, because it was unreliable > and did not have any advantage over built-in mechanism for detecting > files in use during installation on Windows. > > Please cherry-pick it to 3-5 and 3-5-5. > > http://cgit.freedesktop.org/libreoffice/core/commit/

Re: % Help to make install...

2012-06-14 Thread Miklos Vajna
Hi Ortiz, [ Putting back the list to CC. ] On Wed, Jun 13, 2012 at 09:45:36PM +, ORTIZ MARTINEZ JOSE ASUNCION wrote: > Thanks for your help. > > I use the install from the instsetoo_native directory and > > The install was ok... > > > I have a last question. > > I would like to ch

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - oox/source

2012-06-14 Thread Miklos Vajna
oox/source/shape/ShapeContextHandler.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 6f7324ba6b9c21d1b4cda60878c4dcfbf6767277 Author: Luboš Luňák Date: Wed Jun 13 20:35:07 2012 +0200 fix reading two smartart shapes in one document Change-Id:

[Libreoffice-commits] .: oox/source

2012-06-14 Thread Miklos Vajna
oox/source/shape/ShapeContextHandler.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit e5fdaa259157c062b5481226e54e6a02bfbeca0d Author: Luboš Luňák Date: Wed Jun 13 20:35:07 2012 +0200 fix reading two smartart shapes in one document Change-Id:

Re: Contributions (Alfresco)

2012-06-14 Thread Cedric Bosdonnat
Hello Sanket, On Wed, 2012-06-13 at 22:35 +0200, Sanket Sharma wrote: > While looking for some documentation on Alfresco, I came across this > wikipage -> > http://wiki.alfresco.com/wiki/Help_Wanted#LibreOffice_Alfresco_Implementation > (The last on at the bottom of the page) Well thanks for poi