Re: [Libreoffice] [PUSHED] [PATCH] SAL_ALLOW_LINKOO_SYMLINKS, libreoffice-3-4 sal module with dbglevel=2: init test fails

2011-08-12 Thread julien2412
Lionel Elie Mamane wrote: ... You mean I can just run build in a module and ./install/program/soffice will use it, without rerunning make dev-install? Ah yes, it works, you just increased my productivity! ... Hello, Unless it has changed or I forget/misunderstand something but with

Re: [Libreoffice] [Libreoffice-ux-advise] Suggestion and patch for Confirmation of save format dialog

2011-08-12 Thread Josh Heidenreich
I have the third version of the patch. Oops, forgot to attach From 8cea17536d1be944db3e74711e2e0d92594a2d43 Mon Sep 17 00:00:00 2001 From: Josh Heidenreich josh.sickm...@gmail.com Date: Thu, 11 Aug 2011 12:25:48 +0930 Subject: [PATCH] Changes to the alien save dialog This is part one. Part two

Re: [Libreoffice] oox fun in bringing it into tail_build...

2011-08-12 Thread Matúš Kukan
Hi there, On 12 August 2011 06:20, Norbert Thiebaud nthieb...@gmail.com wrote: I had an unexpectedly hard time moving oox into tail_build... I tinkered with it fours hours, build after build to get it to 'work'... but in the end I'm getting tunnel visioned. Hmm, indeed, there are many things

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-12 Thread Jesse Adelman
On 08/11/11 05:38, Christian Lohmaier wrote: On Wed, Aug 10, 2011 at 7:38 PM, some...@boldandbusted.com wrote: After a long hiatus, this service is back on the air. I swapped out the bad RAM for some good RAM, and hooray, we've got a fresh cppcheck report at

Re: [Libreoffice] oox fun in bringing it into tail_build...

2011-08-12 Thread Norbert Thiebaud
On Fri, Aug 12, 2011 at 1:16 AM, Matúš Kukan matus.ku...@gmail.com wrote: Hi there, On 12 August 2011 06:20, Norbert Thiebaud nthieb...@gmail.com wrote: I had an unexpectedly hard time moving oox into tail_build... I tinkered with it fours hours, build after build to get it to 'work'... but

[Libreoffice] [PATCH] BUG 38486

2011-08-12 Thread Jenei Gábor
Hello, Here is a patch for the mentioned bug, actually the problem mentioned in the bug info was just the minority, wizard didn't work for all the queries where I wanted to sort by an aggregate field. I did several tries,and it seems to be ok now, however without group by in an aggregate query it

[Libreoffice] [PATCH] Bug 38486

2011-08-12 Thread Jenei Gábor
Hello, Here is the patch that fixes the Query wizard, it seems that it works fine now, however the problem mentioned in the patch was a minor problem, wizard worked wrong for all queries where I wanted to sort by an aggregate field. Please review it,and push it to git. Thanks, Gabor From

Re: [Libreoffice] patch for preserving the table alignment

2011-08-12 Thread Noel Power
Hmm seems I really need to return to this, comparing on windows ( where we really have like for like fonts ) it seems the problem returns ( because the column width issue comes into play again ) On 18/07/11 10:41, Caolán McNamara wrote: On Fri, 2011-07-15 at 16:35 +0100, Noel Power wrote:

[Libreoffice] [PUSHED] Confirmation of save format dialog

2011-08-12 Thread Caolán McNamara
On Fri, 2011-08-12 at 15:35 +0930, Josh Heidenreich wrote: I have the third version of the patch. Oops, forgot to attach Hmm, its a patch against the original state of affairs, rather than a patch against the current one. Tweaked it up to apply and pushed. Best to update your sources

[Libreoffice] http://dev-www.libreoffice.org/bundles/ updated to OneGit

2011-08-12 Thread Thorsten Behrens
Hi, following opengrok and other services, the tar bundles of the git repos at http://dev-www.libreoffice.org/bundles/ are now also using the new OneGit layout. http://dev-www.libreoffice.org/bundles/libreoffice-git.tar.bz2 contains core, dictionaries, and help

[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2011-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 mariosv mari...@miguelangel.mobi changed: What|Removed |Added Depends on|39919 | -- Configure

Re: [Libreoffice] oox fun in bringing it into tail_build...

2011-08-12 Thread Bjoern Michaelsen
On Fri, 12 Aug 2011 01:59:37 -0500 Norbert Thiebaud nthieb...@gmail.com wrote: that would break the per-module build-ability, as you noticed below. No it shouldnt. headers because I found: define gb_LinkTarget_add_package_headers $(foreach package,$(2),$(call

[Libreoffice] [patch] unused variable in Windows build

2011-08-12 Thread Pierre-André Jacquod
Hello, a small patch to suppress an unused variable (within a WNT define) according cppchecker Since I can not build on Windows, if someone could review / compile it for me before pushing ? Thanks and regards Pierre-André 0001-unused-variable-in-Windows-build.patch Description:

Re: [Libreoffice] Class Time and its funny ideas about time

2011-08-12 Thread Lubos Lunak
On Thursday 11 of August 2011, Eike Rathke wrote: 2) Why should GetSec() of a negative delta return a negative amount of seconds? I didn't say it should be negative, it just should be sane. Which in this case should be ... uhm ... oh well, another botched API. The probability that

Re: [Libreoffice] Class Time and its funny ideas about time

2011-08-12 Thread Lubos Lunak
On Thursday 11 of August 2011, Thorsten Behrens wrote: Lubos Lunak wrote: As much as I don't like it, I can possibly see at least some reason for time having 25 hours, but 10 seconds without 20 seconds being 10 seconds (and there is actually explicit code to ensure that)? Does

[Libreoffice] [PUSHED] dbaccess/xmlfilter.cxx

2011-08-12 Thread Caolán McNamara
On Mon, 2011-08-08 at 20:16 +0200, Jenei Gábor wrote: Hello, I found out that on make -sr debug=true dbglevel=2 dbaccess did not compile successfully, the problem is with xmlfilter.cxx, it uses OStringBuffer, but there is no include to use it, so cxx says: OStringBuffer is not a member

Re: [Libreoffice] [PATCH] Improve the alien save dialog (part one)

2011-08-12 Thread Josh Heidenreich
Fantastic, thanks mate. I'll have another one next week with more complicated changes to make it even better so that should be good. Josh ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] [PATCH] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-12 Thread Henrik Jensen
A few more suggested patches to 'setup-ubuntu-jenkins.sh' ( committed to local clone after  0007-Install-Jenkins-in-current-dir-instead-of-.jenkins.patch so I guess they are dependent ) Patch descriptions:

[Libreoffice] Can I compile and build only libreoffice writer component instead of whole LO suite ?

2011-08-12 Thread Partha Chowdhury
Hello all.This is my first post to the list.So if I have not provided necessary information or overlooked something obvious, please point me in the right direction. I have build libreoffice 3.3.3.1 from source using the ./configure;make;bin/ooinstall target directory; .However, I need office

Re: [Libreoffice] [PATCH] Series of fixes and migration to One Git for contrib/dev-tools/ubuntu-jenkins

2011-08-12 Thread Henrik Jensen
I guess Bjoern knows most about this, adding him to cc list, think he is on vacation now but surely will look when he gets back Noel Ok, I've put Bjoern Michaelsen on CC for some further small patches. Hope his is alright with that. --Henrik Jensen (HenrikJ on #libreoffice-dev)

Re: [Libreoffice] [PATCH][PARTIAL PUSH] More perl cleanup (fdo#39747)

2011-08-12 Thread Norbert Thiebaud
On Fri, Aug 12, 2011 at 11:14 PM, Jordan Ayers jordan.ay...@gmail.com wrote: A few more patches to clean up parts of the solenv perl scripts. The first is just removing pieces that became useless after prior patches, or that were added as part of a larger patch, even though they were never