Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Norbert Thiebaud
On Tue, Aug 30, 2011 at 12:51 AM, Francois Tigeot ftig...@wolfpond.org wrote: On Mon, Aug 29, 2011 at 12:17:33AM -0600, Tor Lillqvist wrote: I'd like to consolidate the different OUTPATH values to a single one or two at most (unx and wnt). Thoughts ? That will break cross-compilation as

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 01:07:03AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 12:51 AM, Francois Tigeot ftig...@wolfpond.org wrote: On Mon, Aug 29, 2011 at 12:17:33AM -0600, Tor Lillqvist wrote: I'd like to consolidate the different OUTPATH values to a single one or two

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 12:15:50AM -0600, Tor Lillqvist wrote: I have no idea how cross-compilation is currently implemented, but can't that be done with the same build directory name for all platforms ? Not unless the way it is done currently is changed. New ideas, and patches to

Re: [Libreoffice] [GSoC 2011][svgexport][PATCH] Fixed a buf in the JavaScript animation engine

2011-08-30 Thread Thorsten Behrens
Kohei Yoshida wrote: I'm planning to switch to OneGit, anyway I'm not sure where my patches have been pushed at present. I see several commits under your name in the svg-export branch: http://cgit.freedesktop.org/libreoffice/core/log/?h=svg-export Perhaps this is where Thorsten pushed

[Libreoffice] Build failure on Mac OSX

2011-08-30 Thread Alexander Thurgood
Hi all, When trying to build from master on Mac OSX, I get this after dmake gets built : ERROR: incomplete dependencies! Fetching dependencies for module translations from solver... failed and the build naturally stops. Which dependencies might they be ? The build.log gives no further

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Tor Lillqvist
Then we should only need two build directories: - one for the host binaries - one for the target binaries Bzzt, you are misunderstanding the GNU autofoo cross-compilation terminology;) (A *very* common trap to fall in...) In general, in GNU autofoo cross-compilation terminology, there

Re: [Libreoffice] [GSoC 2011][svgexport][PATCH] Fixed a buf in the JavaScript animation engine

2011-08-30 Thread Thorsten Behrens
Marco wrote: When I go to switch to OneGit which patches of mine will I find already merged ? Yes, except for the 0019- one. Let's rework that to have svgscript.hxx auto-generated there. Cheers, -- Thorsten pgpfEEYWFV6JL.pgp Description: PGP signature

[Libreoffice] instructions for building on windows with OneGit

2011-08-30 Thread Noel Grandin
Hi Are there up-to-date instructions somewhere for building on Windows with the new OneGit repos? I seem to be stuck building on the old repos. Thanks, Noel Grnadin Disclaimer: http://www.peralex.com/disclaimer.html ___ LibreOffice mailing list

Re: [Libreoffice] [PUSHED] DrawPolyLine on Windows

2011-08-30 Thread Dmitry. A. Ashkadov
Hello! Any code [patches] from me is always under normal license of LibreOffice. 29.08.2011 14:28, Tor Lillqvist пишет: Anyway, I committed and pushed your patch, thanks! Please do follow up with more patches if you notice other problems. Please confirm that you license your code under our

Re: [Libreoffice] Build failure on Mac OSX

2011-08-30 Thread Thorsten Behrens
Alexander Thurgood wrote: ERROR: incomplete dependencies! Fetching dependencies for module translations from solver... failed Looks like you (re-)configured your build to use a lang other than en-US. Can you manually do a make fetch report back whether that fixed it (beware, translations

Re: [Libreoffice] Build failure on Mac OSX

2011-08-30 Thread Alexander Thurgood
Le 30/08/11 11:38, Thorsten Behrens a écrit : Hi Thorsten, Looks like you (re-)configured your build to use a lang other than en-US. Can you manually do a make fetch report back whether that fixed it (beware, translations is a rather big repo)? Well that's strange because I've been

[Libreoffice] gdb debugging error

2011-08-30 Thread Jenei Gábor
Hello, While I try to run gdb on soffice.bin I cannot start soffice.bin as it gives the following error: /home/LOff/libo/desktop/source/app/cmdlineargs.cxx, Line 140: CommandLineArgs: no ProcessServiceFactory./lib/bootstrap.uno.so Program received signal SIGSEGV, Segmentation

Re: [Libreoffice] gdb debugging error

2011-08-30 Thread julien2412
Hello Jenei, I suppose you runned make dev-install. If it's the case, have you runned all the commands quoted at the end : cd install directory . ooenv... (I think you perhaps missed this one since I had exactly the same error yesterday and this was the cause) ./soffice.bin Hope it helps.

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Petr Mladek pmla...@suse.cz changed: What|Removed |Added Depends on||40392 --- Comment #4 from

Re: [Libreoffice] [GSoC 2011][svgexport][PATCH] Fixed a buf in the JavaScript animation engine

2011-08-30 Thread Marco
On Tue, 30 Aug 2011 09:36:00 +0200, Thorsten Behrens t...@documentfoundation.org wrote: Marco wrote: skip Well, I understand this one and your other comments, but I think you should take into account that all the script is embedded into the svg document. If a user incurs into a problem

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Eike Rathke
Hi Tor, On Tuesday, 2011-08-30 00:15:50 -0600, Tor Lillqvist wrote: Can't we at least get rid of the '350' subdirectory ? Yes please. The 350 should be 340 (isn't it?) for 3-4 branches, so different output hierarchies when switching branches is nice to have in order to not spoil already

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Eike Rathke
Hi, On Tuesday, 2011-08-30 00:15:50 -0600, Tor Lillqvist wrote: For instance, when cross-compiling to PowerPC Linux from x86_64 Linux (hypothetical example, but as such potentially useful), idlc would be in solver/350/unxlngx6.pro/bin, and the PowerPC binaries being produced in

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Stephan Bergmann
Sent from my iPhone On 30.08.2011, at 14:40, Eike Rathke o...@erack.de wrote: Hi Tor, On Tuesday, 2011-08-30 00:15:50 -0600, Tor Lillqvist wrote: Can't we at least get rid of the '350' subdirectory ? Yes please. The 350 should be 340 (isn't it?) for 3-4 branches, so different

Re: [Libreoffice] [GSoC 2011][svgexport][PATCH] Fixed a buf in the JavaScript animation engine

2011-08-30 Thread Thorsten Behrens
Marco wrote: Ok sorry, I have no knowledge of software legal issues. So should I remove such a change ? Yes please. Yep, I was thinking of that by a while, what stopped me from deploying such a solution is: - it is not clear to me how to get the python script executed automatically (make

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Eike Rathke
Hi Stephan, On Tuesday, 2011-08-30 14:59:23 +0200, Stephan Bergmann wrote: Can't we at least get rid of the '350' subdirectory ? Yes please. The 350 should be 340 (isn't it?) for 3-4 branches, so different output hierarchies when switching branches is nice to have in order to not

Re: [Libreoffice] Unknown property

2011-08-30 Thread Eike Rathke
Hi julien2412, On Monday, 2011-08-29 15:58:21 -0700, julien2412 wrote: I thought this patch would be ok : diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx index 1d6fa46..7e0424e 100644 --- a/sd/source/core/stlsheet.cxx +++ b/sd/source/core/stlsheet.cxx @@ -90,6 +90,7

Re: [Libreoffice] [PATCH] Escaped non-ASCII characters from source files.

2011-08-30 Thread Eike Rathke
Hi Takashi, On Tuesday, 2011-08-30 00:27:47 +0900, Takashi Nakamoto wrote: The attached patch solves a compilation error in libxml2 which occurs on Windows with some Asian locales. I would appreciate if someone pushes this. Makes sense. Please confirm that you contribute this and possibly

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 03:42:22PM +0200, Eike Rathke wrote: On Tuesday, 2011-08-30 14:59:23 +0200, Stephan Bergmann wrote: Can't we at least get rid of the '350' subdirectory ? Yes please. The 350 should be 340 (isn't it?) for 3-4 branches, so different output

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Norbert Thiebaud
On Tue, Aug 30, 2011 at 1:35 AM, Francois Tigeot ftig...@wolfpond.org wrote: The build system uses so many flags and tricks it can't run as-is under the pkgsrc framework, many libraries are not found at link time. Some platforms don't understand the -rlink-path and related options either.

[Libreoffice] vbaevents*.uno.so and libvbaswobj*uno.so location

2011-08-30 Thread Petr Mladek
Hi Rene, Caolan or Noel has recently suggested me to move vbaobj.uno.so into the Calc package because it links against libsc and is needed only by Calc. I have just seen the following note at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620100: --- cut --- Changes: libreoffice

Re: [Libreoffice] [PATCH] Use a custom string to make numbering more flexible

2011-08-30 Thread Eike Rathke
Hi Mohammad, On Tuesday, 2011-08-30 02:41:05 +0430, Mohammad Elahi wrote: This patch is a try to make outline numbering more flexible. I just want to know the feedback of community. Looks good from a first glance at the code. One question occurred to me: How is this made persistent, i.e.

Re: [Libreoffice] vbaevents*.uno.so and libvbaswobj*uno.so location

2011-08-30 Thread Rene Engelhard
On Tue, Aug 30, 2011 at 05:07:33PM +0200, Petr Mladek wrote: Caolan or Noel has recently suggested me to move vbaobj.uno.so into the Calc package because it links against libsc and is needed only by Calc. Did that for a long time. Until this: I have just seen the following note at

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Eike Rathke
Hi Kohei, On Tuesday, 2011-08-30 10:20:05 -0400, Kohei Yoshida wrote: You can try git-new-workdir http://kohei.us/2010/11/16/working-with-a-branch-using-git-new-workdir/ Way cool, thanks! I'll try that one day. Eike -- PGP/OpenPGP/GnuPG encrypted mail preferred in all private

Re: [Libreoffice] vbaevents*.uno.so and libvbaswobj*uno.so location

2011-08-30 Thread Caolán McNamara
On Tue, 2011-08-30 at 17:07 +0200, Petr Mladek wrote: Hi Rene, Caolan or Noel has recently suggested me to move vbaobj.uno.so into the Calc package because it links against libsc and is needed only by Calc. Wasn't me, but in Fedora we put vbaobj.uno.so into calc, vbaevents.uno.so into core,

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 10:06:57AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 1:35 AM, Francois Tigeot ftig...@wolfpond.org wrote: The build system uses so many flags and tricks it can't run as-is under the pkgsrc framework, many libraries are not found at link time. Some

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 05:42:42PM +0200, Eike Rathke wrote: Which reminds me there may be other places that rely on the $UPD path particle. Francois, did you adapt solenv/bin/linkoo as well? Good catch, I didn't. What does this file do ? I did a complete build before commiting the patch

Re: [Libreoffice] [PATCH] Use a custom string to make numbering more flexible

2011-08-30 Thread Mohammad Elahi
Hi Eike Looks good from a first glance at the code. One question occurred to me: How is this made persistent, i.e. stored in a document? It is not persistent yet. I think docx has the property appropriate to use for making it persistent, but I know no such a property in odt, it needs

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Norbert Thiebaud
On Tue, Aug 30, 2011 at 10:43 AM, Francois Tigeot ftig...@wolfpond.org wrote: On Tue, Aug 30, 2011 at 10:06:57AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 1:35 AM, Francois Tigeot ftig...@wolfpond.org wrote: The build system uses so many flags and tricks it can't run as-is

[Libreoffice] BUG 36594

2011-08-30 Thread Jenei Gábor
Hello Eike, I made your recommended changes, but the querycomposer class seems to be modified since I last worked on this issu, as unfortunatelly it deletes all the linefeeds in the query string, so I cannot make it work. Now I could store in a second vector whether one line is just empty(it

Re: [Libreoffice] [PUSHED] DrawPolyLine on Windows

2011-08-30 Thread Tor Lillqvist
Any code [patches] from me is always under normal license of LibreOffice. Unfortunately that is not quite clear enough; you need to say exactly what license(s) you mean. --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 11:21:18AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 10:43 AM, Francois Tigeot ftig...@wolfpond.org wrote: On Tue, Aug 30, 2011 at 10:06:57AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 1:35 AM, Francois Tigeot ftig...@wolfpond.org wrote:

Re: [Libreoffice] ccache support

2011-08-30 Thread Francois Tigeot
Hi all, On Wed, Aug 10, 2011 at 11:27:05AM +0200, Jan Holesovsky wrote: On 2011-08-08 at 11:33 +0200, Lubos Lunak wrote: I've pushed http://cgit.freedesktop.org/libreoffice/core/commit/?id=57cf026739a3d707378 ca38f59518b018fccca8f This try to automatically use ccache when

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Norbert Thiebaud
On Tue, Aug 30, 2011 at 11:48 AM, Francois Tigeot ftig...@wolfpond.org wrote: On Tue, Aug 30, 2011 at 11:21:18AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 10:43 AM, Francois Tigeot ftig...@wolfpond.org wrote: On Tue, Aug 30, 2011 at 10:06:57AM -0500, Norbert Thiebaud wrote: On

Re: [Libreoffice] ccache support

2011-08-30 Thread Norbert Thiebaud
On Tue, Aug 30, 2011 at 11:58 AM, Norbert Thiebaud nthieb...@gmail.com wrote: On Tue, Aug 30, 2011 at 11:57 AM, Francois Tigeot ftig...@wolfpond.org wrote: Hi all, On Wed, Aug 10, 2011 at 11:27:05AM +0200, Jan Holesovsky wrote: On 2011-08-08 at 11:33 +0200, Lubos Lunak wrote: I've

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 11:58:08AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 11:48 AM, Francois Tigeot ftig...@wolfpond.org wrote: On Tue, Aug 30, 2011 at 11:21:18AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 10:43 AM, Francois Tigeot ftig...@wolfpond.org wrote:

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Norbert Thiebaud
On Tue, Aug 30, 2011 at 12:01 PM, Francois Tigeot ftig...@wolfpond.org wrote: On Tue, Aug 30, 2011 at 11:58:08AM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 11:48 AM, Francois Tigeot ftig...@wolfpond.org wrote: On Tue, Aug 30, 2011 at 11:21:18AM -0500, Norbert Thiebaud wrote: On

Re: [Libreoffice] ccache support

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 12:00:54PM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 11:57 AM, Francois Tigeot ftig...@wolfpond.org wrote: I'm not happy about this commit either: when packaging LibreOffice under pkgsrc, it doubles the size of the build tree for no gain in speed.

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Eike Rathke
Hi Francois, On Tuesday, 2011-08-30 17:49:06 +0200, Francois Tigeot wrote: Francois, did you adapt solenv/bin/linkoo as well? Good catch, I didn't. What does this file do ? I did a complete build before commiting the patch and there was no obvious problem. When doing make dev-install

Re: [Libreoffice] ccache support

2011-08-30 Thread Norbert Thiebaud
On Tue, Aug 30, 2011 at 12:16 PM, Francois Tigeot ftig...@wolfpond.org wrote: On Tue, Aug 30, 2011 at 12:00:54PM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 11:57 AM, Francois Tigeot ftig...@wolfpond.org wrote: I'm not happy about this commit either: when packaging LibreOffice

Re: [Libreoffice] Platform-specific OUTPATH variables

2011-08-30 Thread Francois Tigeot
Hi Eike, On Tue, Aug 30, 2011 at 07:42:54PM +0200, Eike Rathke wrote: On Tuesday, 2011-08-30 17:49:06 +0200, Francois Tigeot wrote: Francois, did you adapt solenv/bin/linkoo as well? Good catch, I didn't. What does this file do ? I did a complete build before commiting the patch

Re: [Libreoffice] [PUSHED] DrawPolyLine on Windows

2011-08-30 Thread Dmitry. A. Ashkadov
Licensing is very difficult question for me. I contribute some code [patch] without any limitations. So, if it is easier to integrate patch under LGPLv3/MPL licenses then I say «LGPLv3/MPL». 30.08.2011 20:37, Tor Lillqvist пишет: Any code [patches] from me is always under normal license of

Re: [Libreoffice] [PATCH] Use a custom string to make numbering more flexible

2011-08-30 Thread Eike Rathke
Hi Mohammad, On Tuesday, 2011-08-30 20:24:18 +0430, Mohammad Elahi wrote: How is this made persistent, i.e. stored in a document? It is not persistent yet. I think docx has the property appropriate to use for making it persistent, but I know no such a property in odt, it needs addition

Re: [Libreoffice] ccache support

2011-08-30 Thread Francois Tigeot
On Tue, Aug 30, 2011 at 12:56:50PM -0500, Norbert Thiebaud wrote: On Tue, Aug 30, 2011 at 12:16 PM, Francois Tigeot ftig...@wolfpond.org wrote: Still, this ccache stuff is too clever for its own good IMHO. for reference here is the motivations that lead me to do it [Snip all sorts of

Re: [Libreoffice] BUG 36594

2011-08-30 Thread Eike Rathke
Hi Jenei, On Tuesday, 2011-08-30 18:33:55 +0200, Jenei Gábor wrote: I made your recommended changes, but the querycomposer class seems to be modified since I last worked on this issu, as unfortunatelly it deletes all the linefeeds in the query string, so I cannot make it work. Are you sure

[Libreoffice] Build break when generating RDBs

2011-08-30 Thread Peter Foley
[ build ALL ] top level modules: i18npool [ build ALL ] loaded modules: i18npool [ build RDB ] i18npool_test_breakiterator awk: cmd. line:1: $R/^\?xml version.*$R/ { next; } { gsub($R/vnd.sun.star.expand:\$OOO_BASE_DIR\$R/program$R/, vnd.sun.star.expand:$OOO_BASE_DIR,$0);

Re: [Libreoffice] [PATCH] Use a custom string to make numbering more flexible

2011-08-30 Thread Mohammad Elahi
Hi Kohei I was trying to make outline numbering in libreoffice more flexible by using a string to format numbers based on it. To use some escaped strings to represend number from different levels. maybe something like %0 for level 1 number and so on; But ODT standard lacks support for such a

[Libreoffice] [REVIEW] Fixing layout breakage in pivot table dialog

2011-08-30 Thread Kohei Yoshida
Hi there, I'd like to have http://cgit.freedesktop.org/libreoffice/core/commit/?id=8bf60230255e0e8da66cafff578f148858cee4ca cherry-picked to the 3.4 branch. A patch for this commit is attached as well for convenience. This fixes a slight layout problem in the main pivot table dialog, where

[Libreoffice] Need help to generate patch with git

2011-08-30 Thread Regina Henschel
Hi all, I'm still learning to use git and need some help. I have made a patch for issue 34431. But after I used the 'commit' command I noticed, that I had to change a file, which needs another 'commit'. Now the command 'format-patch' has produced two files, one for each commit. Is there a

[Libreoffice] [PATCH] Bug 34431 - More symbols (crosses, circles) needed for data points in charts

2011-08-30 Thread Regina Henschel
Hi, I have attached a patch to issue https://bugs.freedesktop.org/show_bug.cgi?id=34431, so that you can have a look at it and comment. I cannot test import/export with xlsx format because of crash in LO3.5daily. https://bugs.freedesktop.org/show_bug.cgi?id=40466. So perhaps pushing should

[Libreoffice] Hackers/Users-meeting 10 September, Eindhoven, The Netherlands

2011-08-30 Thread Rob Snelders
Hi All, On the 10th of September we are organising a Hackers/Users-meeting for LibreOffice and OpenOffice.org. The meeting is at MADlab in Eindhoven, The Netherlands. The meeting will begin at 10 o'clock. For more information see http://wiki.documentfoundation.org/NL/bijeenkomst_11-09-10 or

Re: [Libreoffice] Update of AutoText numbered formula

2011-08-30 Thread jumbo444
Thank you for your answer. Caolán McNamara wrote: attaching the replacements (or git binary patch I suppose) to a bug against libreoffice at https://bugs.freedesktop.org/ would work in the interim. I opened bug 40499 https://bugs.freedesktop.org/show_bug.cgi?id=40499 and added each

Re: [Libreoffice] [PATCH] Bug 34431 - More symbols (crosses, circles) needed for data points in charts

2011-08-30 Thread Josh Heidenreich
Hi Regina, I had the same problem with a patch recently. Did you find a solution? Josh On Wed, Aug 31, 2011 at 7:01 AM, Regina Henschel rb.hensc...@t-online.de wrote: Hi, I have attached a patch to issue https://bugs.freedesktop.org/show_bug.cgi?id=34431, so that you can have a look at

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Josh Heidenreich
Hi Regina, I'm still learning to use git and need some help. I have made a patch for issue 34431. But after I used the 'commit' command I noticed, that I had to change a file, which needs another 'commit'. Now the command 'format-patch' has produced two files, one for each commit. Is there a

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Khaled Hosny
On Tue, Aug 30, 2011 at 11:29:09PM +0200, Regina Henschel wrote: Hi all, I'm still learning to use git and need some help. I have made a patch for issue 34431. But after I used the 'commit' command I noticed, that I had to change a file, which needs another 'commit'. Now the command

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Eike Rathke
Hi Khaled, On Wednesday, 2011-08-31 02:05:10 +0200, Khaled Hosny wrote: Now the command 'format-patch' has produced two files, one for each commit. Is there a way, to get _one_ patch file? For the second commit use `git commit --ammend`. That works only on tip though to replace the

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Kohei Yoshida
Hi Regina, On Tue, 2011-08-30 at 23:29 +0200, Regina Henschel wrote: Hi all, I'm still learning to use git and need some help. I have made a patch for issue 34431. But after I used the 'commit' command I noticed, that I had to change a file, which needs another 'commit'. Now the command

Re: [Libreoffice] Need help to generate patch with git

2011-08-30 Thread Khaled Hosny
On Wed, Aug 31, 2011 at 03:11:58AM +0200, Eike Rathke wrote: Hi Khaled, On Wednesday, 2011-08-31 02:05:10 +0200, Khaled Hosny wrote: Now the command 'format-patch' has produced two files, one for each commit. Is there a way, to get _one_ patch file? For the second commit use `git

[Libreoffice] [PATCH] [PUSHED] (was: Re: buglet in 1ec7b6a4 (?))

2011-08-30 Thread Kohei Yoshida
Hi Stephan, On Mon, 2011-08-29 at 12:08 +0200, Stephan Bergmann wrote: http://cgit.freedesktop.org/libreoffice/core/commit/autogen.sh?id=3ea37ac7005c64f378756a5dbc3fbfbc3bf8b053 does not fix this for the one-argument case, however, due to an error introduced in

[Libreoffice] Fix pushed to the 3-4 branch

2011-08-30 Thread Kohei Yoshida
JYI, I cherry-picked this commit by Eike http://cgit.freedesktop.org/libreoffice/core/commit/?id=61674465b74f60d7ddb2d7a0fa0e17c9990f6301 to the 3-4 branch with my sign-off. Kohei -- Kohei Yoshida, LibreOffice hacker, Calc kohei.yosh...@suse.com

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

2011-08-30 Thread Jesse Adelman
On 08/29/11 19:37, Jesse Adelman wrote: Hi Julien, Replies in-line below. On 08/29/11 03:19, julien2412 wrote: Hello Jesse, Just to be sure, is the cppcheck scan on the Master or on another branch ? jesse@dell-gx620 ~/source/LibreOffice/core $ git status # On branch master nothing