Re: [Libreoffice] A question about using 'g'

2011-04-25 Thread Tor Lillqvist
>>> On 2011-04-26 at 03:00, wrote: > If I need to add a file to, say the 'impress' repository, how do I > do this? cd clone/impress git add path/to/the/file git commit -a -m'Add foo file' --tml ___ LibreOffice mailing list LibreOffice@lists.f

Re: [Libreoffice] Fwd: [PATCH] Initial steps to support extras - download

2011-04-25 Thread KAMI911 KAMI911
Hi, Sorry Guys, I didn't want to commit initial patches without review. Thank you for fixing this. Cheers, KAMI 2011/4/26 Kohei Yoshida : > On Mon, 2011-04-25 at 21:10 -0400, Kohei Yoshida wrote: > >> I'm trying to fix it, otherwise I won't have a build to work on. :-( > > Ok.  I at least got i

Re: [Libreoffice] Fwd: [PATCH] Initial steps to support extras - download

2011-04-25 Thread Kohei Yoshida
On Mon, 2011-04-25 at 21:10 -0400, Kohei Yoshida wrote: > I'm trying to fix it, otherwise I won't have a build to work on. :-( Ok. I at least got it fixed on master, with Norbert's help. Got it cherry-picked to the 3.4 branch as well. I hope this will fix it all. Kohei -- Kohei Yoshida, Lib

Re: [Libreoffice] Fwd: [PATCH] Initial steps to support extras - download

2011-04-25 Thread Kohei Yoshida
On Mon, 2011-04-25 at 22:46 +0200, Andras Timar wrote: > > You pushed this patch (and others) to libreoffice-3-4 branch 3 days ago. > http://cgit.freedesktop.org/libreoffice/bootstrap/commit/?h=libreoffice-3-4&id=825389e02c0062560f406a47013fa8a9a8267ba7 > > And I'm afraid you broke the build, at

Re: [Libreoffice] [PUSHED] Warning in aclocal

2011-04-25 Thread Kohei Yoshida
On Mon, 2011-04-25 at 15:16 +0200, Dimitri Duc wrote: > Mac user, > > Got a warning on "aclocal -I ./m4/mac" command from ./autogen.sh > > >dimitri$ aclocal -I ./m4/mac > >configure.in:2874: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call > >detected in body > >../../lib/autoconf/lang.m4:194:

[Libreoffice] A question about using 'g'

2011-04-25 Thread cocofan
If I need to add a file to, say the 'impress' repository, how do I do this? If I use ./g add afile.cxx it stops when on the main repo because there is no file by that name. I tried using git add afile.cxx but it doesn't seem to work either (it doesn't seem to find the file).

Re: [Libreoffice] [Patch] [PUSHED] Support export of sheet local anonymous db data to excel binary

2011-04-25 Thread Kohei Yoshida
On Mon, 2011-04-25 at 22:23 +0200, Markus Mohrhard wrote: > Hello, > > > > this patch allows to export the sheet local anonymous db data to excel > binary. Thanks! Pushed. -- Kohei Yoshida, LibreOffice hacker, Calc ___ LibreOffice mailing list Li

Re: [Libreoffice] Fwd: [PATCH] Initial steps to support extras - download

2011-04-25 Thread Andras Timar
Hi KAMI, 2011.04.25. 22:30 keltezéssel, KAMI911 KAMI911 írta: > Yes I did, now I attached. > > Thanks, > KAMI > > 2011/4/22 Katarina Machalkova >> >> Hey, >> >>> Please review the attached stuffs. I would like to add it to master and >>> libreoffice-3-4. Not affecting LibreOffice. It adds suppo

Re: [Libreoffice] [Patch] [PUSHED] Make ScVbaWorksheet work with sheet local DBRanges

2011-04-25 Thread Kohei Yoshida
On Mon, 2011-04-25 at 16:27 -0400, Kohei Yoshida wrote: > On Thu, 2011-04-21 at 22:34 +0200, Markus Mohrhard wrote: > > Hello, > > > > here a short patch that reworks the > > ScVbaWorksheet::getAutoFilterMode/setAutoFilterMode methods. > > Ok. I had to push this first since your later patch depe

Re: [Libreoffice] [PATCH] Initial steps to support extras - download

2011-04-25 Thread KAMI911 KAMI911
Additional patch KAMI 2011/4/22 Katarina Machalkova : > Hey, > >> Please review the attached stuffs. I would like to add it to master and >> libreoffice-3-4. Not affecting LibreOffice. It adds support to download >> extra stuffs. > > Didn't you forget to actually attach something? :) ;) > > B. >

[Libreoffice] Fwd: [PATCH] Initial steps to support extras - download

2011-04-25 Thread KAMI911 KAMI911
-- Forwarded message -- From: KAMI911 KAMI911 Date: 2011/4/24 Subject: [PATCH] Initial steps to support extras - download To: Katarina Machalkova Copy and extract for extensions and extras. Please review it and add to libreoffice-3-4 and master. Thanks, KAMI 2011/4/23 KAMI911

[Libreoffice] Fwd: [PATCH] Initial steps to support extras - download

2011-04-25 Thread KAMI911 KAMI911
-- Forwarded message -- From: KAMI911 KAMI911 Date: 2011/4/23 Subject: Re: [Libreoffice] [PATCH] Initial steps to support extras - download To: Katarina Machalkova Hi, Additional download support for extensions. Please review it and add to libreoffice-3-4 and master. Thanks, K

[Libreoffice] Fwd: [PATCH] Initial steps to support extras - download

2011-04-25 Thread KAMI911 KAMI911
-- Forwarded message -- From: KAMI911 KAMI911 Date: 2011/4/22 Subject: Re: [Libreoffice] [PATCH] Initial steps to support extras - download To: Katarina Machalkova Hi Katarina, Yes I did, now I attached. Thanks, KAMI 2011/4/22 Katarina Machalkova > > Hey, > > > Please review

Re: [Libreoffice] [PUSHED] [Patch] Excel Import of unnamed DB Data

2011-04-25 Thread Kohei Yoshida
On Mon, 2011-04-25 at 21:22 +0200, Markus Mohrhard wrote: > Hello, > > > > this patch makes the excel binary import work with the unnamed db > data. Looks good. Pushed. -- Kohei Yoshida, LibreOffice hacker, Calc ___ LibreOffice mailing list Libre

Re: [Libreoffice] [Patch] Make ScVbaWorksheet work with sheet local DBRanges

2011-04-25 Thread Kohei Yoshida
On Thu, 2011-04-21 at 22:34 +0200, Markus Mohrhard wrote: > Hello, > > here a short patch that reworks the > ScVbaWorksheet::getAutoFilterMode/setAutoFilterMode methods. Ok. I had to push this first since your later patch depends on it, and I didn't want you blocking on us. Noel, the change loo

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

2011-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Zack changed: What|Removed |Added Depends on||36439 --- Comment #37 from Zack 2011-04-25 13:27

[Libreoffice] [Patch] Support export of sheet local anonymous db data to excel binary

2011-04-25 Thread Markus Mohrhard
Hello, this patch allows to export the sheet local anonymous db data to excel binary. Patch is under LGPLv3+/MPL. Regards, Markus 0001-support-export-of-sheet-local-anonymous-db-data-to-e.patch Description: Binary data ___ LibreOffice mailing list Li

[Libreoffice] Thread Safety

2011-04-25 Thread Rafael Dominguez
I was talking to kohei about porting this macros http://opengrok.libreoffice.org/xref/libs-gui/tools/inc/tools/ref.hxx to their smart pointer equivalent, he suggested using intrusive_ptr for it and as you all know you need to provide your own ref counting functions, like he did in here http://openg

[Libreoffice] [Patch] Excel Import of unnamed DB Data

2011-04-25 Thread Markus Mohrhard
Hello, this patch makes the excel binary import work with the unnamed db data. Patch is under LGPLv3+/MPL. Regards, Markus 0001-make-excel-binary-import-use-anonymous-db-data.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lis

Re: [Libreoffice] [Patch] Re: complete

2011-04-25 Thread Timo
Updated Laurent`s eMail address in MsgBox. Am Mittwoch, den 20.04.2011, 23:51 +0200 schrieb Timo: > Hi, > > I don´t know where the master is and how the scp2-directory works. Here > is a diff from debians mailmerge.py. mailmerge.py.diff is licensed under > LGPLv3+. The license text for MsgBox is

Re: [Libreoffice] Новoе в paбoте c нepeзидентами

2011-04-25 Thread Alexander
SPAM ! ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] GSoC libreoffice android port

2011-04-25 Thread Jonathan Aquilina
I am aware that there is a task for the GSoC to port LO to android. I think we should have our own specific branch for android development as i am sure until we iron things out there will be lots of breakages that we should keep out of master. ___ Lib

[Libreoffice] Fix bug 34591 - help

2011-04-25 Thread Bálint Dózsa
Hi, I need some help. I tried to fix this bug, but i couldn't figure out the solution. When i commented out the "aStyle" from htmltab.cxx (in patch file), the border disappears. I'm looking in the right place? Does anybody have any idea? Regards

[Libreoffice] Incompatible changes for B-spline smoothing in ODF1.2

2011-04-25 Thread Regina Henschel
Hi all, Currently smoothing with B-Splines uses the inner data points as control points. Therefore the smoothed line does not go through the data points and it is no interpolation. In ODF 1.2 the definition of smoothing with B-Splines does it in a way, that you get a real interpolation, that

[Libreoffice] Warning in aclocal

2011-04-25 Thread Dimitri Duc
Mac user, Got a warning on "aclocal -I ./m4/mac" command from ./autogen.sh >dimitri$ aclocal -I ./m4/mac >configure.in:2874: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected >in body >../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from... >../../lib/autoconf/general.m4:25

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

2011-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 --- Comment #36 from sasha.libreoff...@gmail.com 2011-04-25 05:41:24 PDT --- Bug 34910 langpack becomes several times larger and has problem with installation (because one file already installed) -- Configure bugmail: https://bugs.freedesktop.or

[Libreoffice] Applying style and formatting changes immediately (WYSIWYG)?

2011-04-25 Thread m...@gmx.net
Dear programmers, I've been using OpenOffice extensively for years and now with Oracle going bonkers (as usual) of course I switched to LibreOffice instantly. In my opinion the biggest letdown are modal dialogs for changing styles and formatting. I've used Papyrus Office, even though it is far m

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

2011-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on|36574 | -- Configure bugmail: https://bugs.

Re: [Libreoffice] Installing beta versions replacing stable versions

2011-04-25 Thread Ed. Drinkwater
Ed: Would you please search for a bug report covering this topic - and if there is none, create one? I have raised issue https://bugs.freedesktop.org/show_bug.cgi?id=36575, "Allow parallel installation of Beta and stable releases" And we need to add a warning to our homepage, that standard i

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

2011-04-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Elie Roux changed: What|Removed |Added Depends on||36574 -- Configure bugmail: https://bugs.fr

[Libreoffice] Your babe wants your python to be the best worker of the year!

2011-04-25 Thread Hester
Want to act like a porn-director? Ram a blu-colored tab! http://elanjascheepvaart.nl/jg3rlwqm.html ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice