[Libreoffice] existing clones using old system

2011-08-06 Thread Jonathan Aquilina
Just out of curiosity those of us that have clones using the old build system will need to re clone correct? ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] scripts in bin may need tweaking due to git conversion

2011-08-06 Thread Norbert Thiebaud
Petr, I did not patch most of the script in bin/. some of them still have references to /clone and/or 'bootstrap' so it is very likely that they will need tweaking. Norbert ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.free

Re: [Libreoffice] One Git Conversion Done. new repos online

2011-08-06 Thread Kálmán „KAMI” Szalai
Title: Szalai Kálmán Hi! I just started to checking out with: git clone ssh://(login)@git.freedesktop.org/git/libreoffice/core libreoffice-master Looks okay! Thank you! KAMI 2011-08-06 22:38 keltezéssel, Norbert Thiebaud írta:

[Libreoffice] One Git Conversion Done. new repos online

2011-08-06 Thread Norbert Thiebaud
The One Git conversion is done. master is now at git clone git://anongit.freedesktop.org/libreoffice/core other than that, everything else should be pretty much the same. If you run into trouble, please shout-out in #libreoffice-dev Norbert --- http://wiki.documentfoundation.org/Development/

Re: [Libreoffice] curiosity in OResultSet.cxx

2011-08-06 Thread Terrence Enger
On Fri, 2011-08-05 at 16:03 +0100, Caolán McNamara wrote: > On Fri, 2011-07-29 at 17:00 +0100, Caolán McNamara wrote: > > (snip) > > nah, the delete in OResultSet::setFetchSize is just bogus IMO and should > > be delete[]. Your discovery, send in the obvious patch for glory. > > Fair enough, patch

Re: [Libreoffice] [PATCH] Replace SvULongs with vector and code clean up part 1

2011-08-06 Thread Maciej Rumianowski
Hi Eike, Thanks for review! Dnia 2011-08-06, sob o godzinie 17:35 +0200, Eike Rathke pisze: > > > { > > -if ( aDelList[i] == nAddKey ) > > +if ( *it == nAddKey ) > > { > > bFound = sal_True; > > -

[Libreoffice] [PATCH] fix for fdo#34768 - no update preview

2011-08-06 Thread Péter Rabi
Hi all, I wrote a simple patch for resolving the following bug: https://bugs.freedesktop.org/show_bug.cgi?id=34768 (the patch is attached therein) When selecting a template in dialogue "Load Slide Design" in Impress, the preview didn't get updated. I linked the already existing event handler and

Re: [Libreoffice] [PATCH] fix for fdo#39678: don't write table:protection-key-digest-algorithm to odf 1.1 or odf 1.0

2011-08-06 Thread Kohei Yoshida
Hi Markus, On Fri, 2011-08-05 at 22:01 +0200, Markus Mohrhard wrote: > Hello, > > this patch should ensure that we write the password algorithm only to > odf 1.2 and later files. > > I'm not quite sure how important it is to be 100% standard compliant > so I don't know if we should include it in

Re: [Libreoffice] [REVIEWED] [PUSHED 3-4] proposing for 3-4: fdo#39869 Fix memory exhaustion

2011-08-06 Thread Kohei Yoshida
On Sat, 2011-08-06 at 02:23 +0200, Eike Rathke wrote: > Hi, > > Proposing to cherry-pick to 3-4: fdo#39869 Fix memory exhaustion > https://bugs.freedesktop.org/show_bug.cgi?id=39869 > http://cgit.freedesktop.org/libreoffice/libs-core/commit/?id=651568afad1a585c485384ab6d7b65780fb02256 > > Actuall

Re: [Libreoffice] [REVIEWED] [PUSHED 3-4] fix for fdo#39792: local range names are only written to the file if changes were made to the sheet

2011-08-06 Thread Kohei Yoshida
On Sat, 2011-08-06 at 12:49 +0200, Eike Rathke wrote: > Hi Markus, > > On Saturday, 2011-08-06 03:51:04 +0200, Markus Mohrhard wrote: > > > this patch invalidates the input stream if we set the local range name. > > Otherwise the changes to range names only get saved if we have some other > > act

Re: [Libreoffice] [Libreoffice-ux-advise] Fwd: [PATCH] Bug 39167

2011-08-06 Thread Gerald Leppert
Hi Friedrich, hi all, does anyone here have a less rigid opinion on that matter than the one expressed by Friedrich? I really don't care whether you want LibreOffice to be a developers AND users community or whether you want to separate these two from each other; whether the LibreOffice commun

Re: [Libreoffice] [PATCH] Replace SvULongs with vector and code clean up part 1

2011-08-06 Thread Eike Rathke
Hi Maciej, On Saturday, 2011-08-06 15:32:52 +0200, Maciej Rumianowski wrote: > With this patch comes some questions: > > @@ -159,16 +159,10 @@ SvxNumberFormatShell::~SvxNumberFormatShell() > > // Hinzugefuegte Formate sind nicht gueltig: > > // => wieder entfernen: > > > > -

Re: [Libreoffice] build problems with cppunit

2011-08-06 Thread Dmitry. A. Ashkadov
I have the same problem. I tried to build LO (branch «libreoffice-3-4-2») but building fails on module xml2cmp with same error. I really don't understand how You built a stable LibreOffice 3.4.2... 31.05.2011 01:03, Regina Henschel пишет: Hi, I have started a non parallel build and now find

Re: [Libreoffice] LO-3.4.2 SUSE build testing

2011-08-06 Thread Stefan Gruber
Petr Mladek schrieb am Freitag, 5. August 2011 15:06: > the first LO-3.4.2 package for SLED11-SP1, openSUSE-11.1, 11.2, 11.3, > and 11.4 are available at > http://download.opensuse.org/repositories/LibreOffice:/Unstable/ I'm kissing your feet... Finally, this is the first opensuse-package of open/

[Libreoffice] [PATCH] Replace SvULongs with vector and code clean up part 1

2011-08-06 Thread Maciej Rumianowski
Hi, I was working on SvULongs in libs-core and I decided to split my work in several Patches. With this patch comes some questions: > @@ -159,16 +159,10 @@ SvxNumberFormatShell::~SvxNumberFormatShell() > // Hinzugefuegte Formate sind nicht gueltig: > // => wieder entfernen: > >

Re: [Libreoffice] [Libreoffice-ux-advise] Fwd: [PATCH] Bug 39167

2011-08-06 Thread Friedrich Strohmaier
Hi Gerald, *, Am 06.08.2011 08:09 schrieb Gerald Leppert: > Friedrich Strohmaier schrieb: > thanks for your reply and comments. [..] >> If not, You are member of a big group of people *assuming* a bug to >> be an "easy bug". I understand every software engineer to be not >> amused beeing faced

Re: [Libreoffice] [REVIEW] fix for fdo#39792: local range names are only written to the file if changes were made to the sheet

2011-08-06 Thread Eike Rathke
Hi Markus, On Saturday, 2011-08-06 03:51:04 +0200, Markus Mohrhard wrote: > this patch invalidates the input stream if we set the local range name. > Otherwise the changes to range names only get saved if we have some other > action that invalidated the stream. Looks good. Eike -- PGP/Open

[Libreoffice] [ANN] LibreOffice 3.3.4 RC1 available

2011-08-06 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the first release candidate of LibreOffice 3.3.4. The upcoming 3.3.4 will be the fourth in a series of frequent bugfix releases for our 3.3 code line. Please be aware that LibreOffice 3.3.4 RC1 is not yet ready for production use, you sh

Re: [Libreoffice] [Libreoffice-ux-advise] Fwd: [PATCH] Bug 39167

2011-08-06 Thread Gerald Leppert
Hi Christoph, hi all, thank you very much for summarizing the HybridPDF request. Below your summary I will add some thoughts. [...] * Hybrid PDFs are an important feature to him (option should be moved to the top) * The naming "hybrid" does not provide too much clues to the us

[Libreoffice] odt->doc conversion (ODT support in Emacs/Orgmode)

2011-08-06 Thread Jambunathan K
I am a developer adding support for generating OpenDocument Text files from within Emacs/Orgmode [1]. My exporter generates the odt files by dumping xml directly to the various xml files (i.e, it doesn't rely on any API as such) I am running in to an issue while converting from odt to Microsoft