Re: [Libreoffice] [Libreoffice-ux-advise] UI disaster on Windows: soffice -h

2012-01-10 Thread Andras Timar
2012/1/9 Tor Lillqvist : >> I'll also try what Stephan suggested, i.e. if we can print to stdout >> in Windows, too. > > Note that one layer of silly wrapping could probably be dropped by > using AttachConsole(ATTACH_PARENT_PROCESS) followed by freopen()ing > stdout and stderr to CONOUT$. AttachCon

Re: [Libreoffice] [Libreoffice-ux-advise] UI disaster on Windows: soffice -h

2012-01-10 Thread Tor Lillqvist
If that AttachConsole(ATTACH_PARENT_PROCESS) is executed by soffice.bin, it probably is the case that as already soffice.exe is a "gui" executable, soffice.exe doesn't have a console, and thus for its child process, soffice.bin, there is no parent process console to attach to. Try having also soffi

[Libreoffice] npshell build / functionality [was: Re: Tinderbox failure, last success: 2011-12-05 19:05:50]

2012-01-10 Thread Jan Holesovsky
Hi, On 2012-01-10 at 04:49 +, nthieb...@gmail.com wrote: > Box name: Win-x86@9-Voreppe Win32 > Machine: CYGWIN_NT-6.1-WOW64 VOREPPELIBO 1.7.9(0.237/5/3) 2011-03-29 10:10 > i686 Cygwin [...] > [ build CXX ] extensions/source/nsplugin/source/npshell.cxx > d:\master\extensions\source\nsplug

Re: [Libreoffice] [PATCH] [PUSHED] Removed unused DBG_WARNING{4, 5} macros, replaced DBG_WARNINGFILE.

2012-01-10 Thread David Tardon
On Tue, Jan 10, 2012 at 07:35:29AM +0100, David Tardon wrote: > On Mon, Jan 09, 2012 at 07:01:26PM +0100, Marcel Metz wrote: > > Hello lo-devs, > > > > this patch removes the unused DBG_WARNING4 and DBG_WARNING5 macros and > > replaces also the DBG_WARNINGFILE with SAL_INFO as suggested in the > >

Re: [Libreoffice] [PUSHED] [PATCH] About enabling Icedove addressbook connection for Base

2012-01-10 Thread Michael Meeks
Hi there, On Mon, 2012-01-09 at 14:58 -0800, julien2412 wrote: > Commited and pushed on master Cool ! Mending Icedove integration seems more like a bug fix than a feature to me; if you agree, it is working nicely & you anticipate few problems :-) could you cherry pick your fixes to libreo

Re: [Libreoffice] [PUSHED] [PATCH] About enabling Icedove addressbook connection for Base

2012-01-10 Thread julien2412
I'll be able to push this commit on 3.5 branch only tonight, after my day time job. I think it's mainly (only ?) for Debian users :-) Obviously, meanwhile, it's possible to create a symbolic link : ~/.icedove -> ~/.thunderbird Anyway, I'll post a message here as soon as it's ok. Julien. -- View

Re: [Libreoffice] FOSDEM: LibreOffice dev-toom talks ...

2012-01-10 Thread Christophe Strobbe
Hi Michael, All, At 14:41 15-11-2011, Michael Meeks wrote: Hi guys, The FOSDEM organisers have kindly agreed to dedicate a developer room to LibreOffice development at the conference ( book now for 4-5 Feb 2012: http://fosdem.org/2012/ :-) So - that means we're eager to get -t

Re: [Libreoffice] Updating Italian dictionaries

2012-01-10 Thread Andras Timar
Hi Andrea, 2012/1/9 Andrea Pescetti : > On 05/01/2012 Andrea Pescetti wrote: >> >> On 05/01/2012 Andras Timar wrote: >>> >>> Why would you like to pack and distribute files from the legacy >>> folder? Those look useless to end users. >> >> >> Because they allow to see who contributed what and when

Re: [Libreoffice] [Libreoffice-ux-advise] [REVIEW 3-5: Late feature][PUSHED-3-5] Improvements in the header / footer behavior

2012-01-10 Thread Petr Mladek
Jan Holesovsky píše v So 07. 01. 2012 v 04:34 +0100: > Hi Cedric, all, > > On 2012-01-05 at 17:06 +0100, Cedric Bosdonnat wrote: > > > I'm all for it, but the following commits are fixing some side-effects > > or UI weird things on this thread: > > Thank you! :-) > > > Show the page break tab u

[Libreoffice] development summary: year 2012, week 01

2012-01-10 Thread Petr Mladek
Hi, this time a brief summary of what happened during the 1st week in 2012 on LibreOffice repositories and the living branches: + master:LO-3.5 development + libreoffice-3-5: fixes for LO-3.5.0 release + libreoffice-3-4: fixes for potential LO-3.4.6 bug fix

[Libreoffice] [PUSHED] Re: [PATCH] Translate German comments and fix some English ones

2012-01-10 Thread Jan Holesovsky
Hi Philipp, On 2012-01-09 at 14:18 +0100, Philipp Weissenbacher wrote: > Here are two more patches. Thank you, pushed! :-) > Patch #1 contains a few FIXMEs. That's where my creativity failed me > and I just couldn't figure out what the original author meant. > Thus, I'd greatly appreciate feedb

Re: [Libreoffice] [GBUILD PATCH] merging libraries

2012-01-10 Thread Bjoern Michaelsen
Hi Matúš, On Sun, Jan 08, 2012 at 09:27:26PM +0100, Matúš Kukan wrote: > And I'm not sure about gb_LINKED_LIBS in LinkTarget.mk. > The horrible expression could be correct, > but it's probably not nice to have variable used that way there (but it is > now). It looks to me like it does the right

[Libreoffice] [PATCH] Replace (Byte)String with rtl::O(U)String

2012-01-10 Thread Chr. Rossmanith
Hi, some more replacements for reviewing. Christina >From d3d92037c792cce79595bcae6f216c281303fad0 Mon Sep 17 00:00:00 2001 From: Christina Rossmanith Date: Tue, 10 Jan 2012 10:42:55 +0100 Subject: [PATCH] Replace (Byte)String with rtl::O(U)String --- vcl/generic/print/genprnpsp.cxx |

Re: [Libreoffice] npshell build / functionality [was: Re: Tinderbox failure, last success: 2011-12-05 19:05:50]

2012-01-10 Thread Michael Stahl
On 10/01/12 09:52, Jan Holesovsky wrote: > Hi, > > On 2012-01-10 at 04:49 +, nthieb...@gmail.com wrote: > >> Box name: Win-x86@9-Voreppe Win32 >> Machine: CYGWIN_NT-6.1-WOW64 VOREPPELIBO 1.7.9(0.237/5/3) 2011-03-29 10:10 >> i686 Cygwin > [...] >> [ build CXX ] extensions/source/nsplugin/

Re: [Libreoffice] [PUSHED-3-5] [PATCH] proposed fix for fdo#44533

2012-01-10 Thread Thorsten Behrens
> Will cherry-pick tomorrow. :) > Done. -- Thorsten pgpaxwYwYpnZs.pgp Description: PGP signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PUSHED][GBUILD PATCH] merging libraries

2012-01-10 Thread Matúš Kukan
On 10 January 2012 12:33, Bjoern Michaelsen wrote: > Hi Matúš, > > On Sun, Jan 08, 2012 at 09:27:26PM +0100, Matúš Kukan wrote: >> And I'm not sure about gb_LINKED_LIBS in LinkTarget.mk. >> The horrible expression could be correct, >> but it's probably not nice to have variable used that way there

[Libreoffice] [PUSHED][PATCH] Replace (Byte)String with rtl::O(U)String

2012-01-10 Thread Caolán McNamara
On Tue, 2012-01-10 at 13:13 +0100, Chr. Rossmanith wrote: > Hi, > > some more replacements for reviewing. Looks good to me, pushed now. Though I decided to just replace EqualsIgnoreCaseAscii with equalsIgnoreAsciiCase because those matchFoo things can be tricky. C.

Re: [Libreoffice] [PUSHED] [PATCH] About enabling Icedove addressbook connection for Base

2012-01-10 Thread Jan Holesovsky
Hi Julien, On 2012-01-10 at 01:51 -0800, julien2412 wrote: > I'll be able to push this commit on 3.5 branch only tonight, after my day > time job. I've cherry-picked that to libreoffice-3-5 so that it's in in time for the hard string freeze. Regards, Kendy _

[Libreoffice] announcement: --enable-mergelibs now makes a little sense

2012-01-10 Thread Matúš Kukan
Hi all, Michael, So, finally, It's possible to create merged lib, which is little bigger then the biggest library now: sc (at least for me). The list of merged libraries is in solenv/gbuild/extensions/pre_MergedLibsList.mk . If you want to add more, you could add sfx, sb, fwe, fwi, fwk, the probl

Re: [Libreoffice] [PUSHED] [PATCH] About enabling Icedove addressbook connection for Base

2012-01-10 Thread julien2412
Thank you for the cherry picking Jan. Julien. -- View this message in context: http://nabble.documentfoundation.org/PATCH-About-enabling-Icedove-addressbook-connection-for-Base-tp3639069p3647676.html Sent from the Dev mailing list archive at Nabble.com. __

Re: [Libreoffice] FOSDEM: LibreOffice dev-toom talks ...

2012-01-10 Thread Michael Meeks
Hi Christophe, On Tue, 2012-01-10 at 10:58 +0100, Christophe Strobbe wrote: > Is there another mailing list to find out what > the status of the program is, i.e. which talks > have been accepted, how long they can be, etc? I > have not seen this on the TDF-discuss list. The plan (I thi

Re: [Libreoffice] npshell build / functionality [was: Re: Tinderbox failure, last success: 2011-12-05 19:05:50]

2012-01-10 Thread Jan Holesovsky
Hi Michael, On 2012-01-10 at 13:20 +0100, Michael Stahl wrote: > on Linux with your change i get only 3 symbols from that file exported, > and the others not. Does not sound right :-( > perhaps MSVC complained that the > SAL_DLLPUBLIC_EXPORT is just in the wrong position or something, can you >

Re: [Libreoffice] npshell build / functionality [was: Re: Tinderbox failure, last success: 2011-12-05 19:05:50]

2012-01-10 Thread Michael Stahl
On 10/01/12 15:17, Jan Holesovsky wrote: >> perhaps MSVC complained that the >> SAL_DLLPUBLIC_EXPORT is just in the wrong position or something, can you >> investigate? > > Nope, this was about 'different linkage', like: > > d:/master/extensions/source/nsplugin/source/npshell.cxx(446) : error > C

Re: [Libreoffice] [Libreoffice-ux-advise] [PUSHED] Avoid UI bugs in translations

2012-01-10 Thread Stefan Knorr (Astron)
Hi Michael, Andras, >> Thanks for taking care of this issue. Pushed to libreoffice-3-5 with >> changes. I did not see the point in shortening the body text. Thanks for cherry-picking. To put it with Joel Spolsky: "Users can't read" (linked to the corresponding article further up in the thread). S

Re: [Libreoffice] [Libreoffice-ux-advise] [PUSHED] Avoid UI bugs in translations

2012-01-10 Thread Michael Meeks
On Tue, 2012-01-10 at 16:24 +0100, Stefan Knorr (Astron) wrote: > >Personally, I -love- this feature :-) it finally makes that dialog > > clear. Any chance whomever did this work (or some other kind volunteer) > > can add a screenshot and credit to: > > > >http://wiki.documentfound

[Libreoffice] [ANNOUNCE] libreoffice-3.4.99.3 tag created (3.5.0-beta3)

2012-01-10 Thread Petr Mladek
Hi, there have been created the libreoffice-3.4.99.3 tag for 3.5.0-beta3 release. The corresponding official builds will be available within 3 days or so. See the attached list of changes against 3.5.0-beta2. See also the schedule at http://wiki.documentfoundation.org/ReleasePlan#3.5_release an

Re: [Libreoffice] [libreoffice-l10n] REMINDER: Release 3.5.0-beta3 from libreoffice-3-5 branch and hard string and UI freeze

2012-01-10 Thread Petr Mladek
Petr Mladek píše v Pá 06. 01. 2012 v 10:07 +0100: > Hi, > > please note that the commit deadline for 3.5.0-beta3 is on Monday, > January 9, 2012. > > IMPORTANT: It is also the hard string and UI freeze. Please, do you > best to include late features or at least the needed strings. I have just cr

[Libreoffice] crasher in writer (footer)

2012-01-10 Thread August Sodora
When I try to delete a footer, I'm getting a SIGABRT from a failed assertion, backtrace below soffice.bin: /home/augsod/Sources/libo/sw/source/core/bastyp/index.cxx:237: virtual SwIndexReg::~SwIndexReg(): Assertion `!m_pFirst && !m_pLast' failed. Program received signal SIGABRT, Aborted. 0xb7fdf4

[Libreoffice] [PATCH] fdo#44616 - webkit won't render frames of table borders of Calc/HTML

2012-01-10 Thread Takeshi Abe
Hi all, Let me propose a patch to fix fdo#44616 for master branch by abandoning attributes FRAME and RULES of TABLE element in .html. I found that .html output is declared as HTML 3.2, though neither of these attributes are explicitly defined in [1]. On the other hand, as mentioned in HTML 4.01 s

Re: [Libreoffice] [Libreoffice-ux-advise] [PUSHED] Avoid UI bugs in translations

2012-01-10 Thread willubuntu
1. Astron, I've just finished compiling latest LibO 3.5 branch. I confirm the patch has been pushed in master and 3.5 branches. I've no more problem with French translation. Thanks for having put my name in git log. By my technical prerequisites, I could have done the required modification all by

Re: [Libreoffice] npshell build / functionality [was: Re: Tinderbox failure, last success: 2011-12-05 19:05:50]

2012-01-10 Thread Matúš Kukan
On 10 January 2012 16:14, Michael Stahl wrote: > well the .def file is only for Windows, we don't have anything in gbuild > to convert between a bunch of different map file formats like the old > build system could because we're trying for "less insane"... > > so something like #ifdef UNX SAL_DLLP

Re: [Libreoffice] crasher in writer (footer)

2012-01-10 Thread Michael Stahl
On 10/01/12 18:03, August Sodora wrote: > When I try to delete a footer, I'm getting a SIGABRT from a failed > assertion, backtrace below > > soffice.bin: /home/augsod/Sources/libo/sw/source/core/bastyp/index.cxx:237: > virtual SwIndexReg::~SwIndexReg(): Assertion `!m_pFirst && !m_pLast' > failed.

Re: [Libreoffice] Updating Italian dictionaries

2012-01-10 Thread Andrea Pescetti
Andras Timar wrote: I added legacy files to version control and I also updated the README which I forgot to do last time. But legacy files will not be packaged and distributed in the product, they will be part of source packages only. Thanks! This seems a reasonable trade-off; at least sources

Re: [Libreoffice] [PATCH] fdo#44616 - webkit won't render frames of table borders of Calc/HTML

2012-01-10 Thread Kohei Yoshida
On Wed, 2012-01-11 at 02:24 +0900, Takeshi Abe wrote: > Hi all, > > Let me propose a patch to fix fdo#44616 for master branch by abandoning > attributes FRAME and RULES of TABLE element in .html. > I found that .html output is declared as HTML 3.2, though neither of these > attributes are explicit

[Libreoffice] [PATCH] proposed fix for fdo#44283

2012-01-10 Thread julien2412
Hello, The bug is : "tabulator does not change row in tables" First, let's have in mind the code of getColumnId (svtools/source/brwbox/brwbox2.cxx) : 481 sal_uInt16 BrowseBox::GetColumnId( sal_uInt16 nPos ) const 482 { 483 DBG_CHKTHIS(BrowseBox,BrowseBoxCheckInvariants); 484

Re: [Libreoffice] [PATCH] [PUSHED] fdo#44616 - webkit won't render frames of table borders of Calc/HTML

2012-01-10 Thread Kohei Yoshida
PUSHED -- Kohei Yoshida, LibreOffice hacker, Calc ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] npshell build / functionality [was: Re: Tinderbox failure, last success: 2011-12-05 19:05:50]

2012-01-10 Thread Michael Stahl
On 10/01/12 21:45, Matúš Kukan wrote: > On 10 January 2012 16:14, Michael Stahl wrote: >> well the .def file is only for Windows, we don't have anything in gbuild >> to convert between a bunch of different map file formats like the old >> build system could because we're trying for "less insane"..

Re: [Libreoffice] Change in addition for date handling (intentional change??)

2012-01-10 Thread Andrew Douglas Pitonyak
On 01/09/2012 08:16 AM, Noel Power wrote: On 06/01/12 21:39, Andrew Douglas Pitonyak wrote: Off hand, I might be inclined to simply move the code back to its original location, which would set the behavior back to letting math with dates return dates, rather than just specific operations (which

Re: [Libreoffice] npshell build / functionality [was: Re: Tinderbox failure, last success: 2011-12-05 19:05:50]

2012-01-10 Thread Matúš Kukan
On 10 January 2012 22:41, Michael Stahl wrote: > argh, there is a SYSTEM_MOZILLA_HEADERS?  completely forgot about that, > but i guess in that case changing the header isn't such a good idea > after all :( Hmm, but does anybody use --with-system-mozilla-headers ? I can't see any advantage over in

Re: [Libreoffice] [PATCH] fdo#44616 - webkit won't render frames of table borders of Calc/HTML

2012-01-10 Thread Takeshi Abe
Hi Kohei, On Tue, 10 Jan 2012 16:38:36 -0500, Kohei Yoshida wrote: > On Wed, 2012-01-11 at 02:24 +0900, Takeshi Abe wrote: >> Hi all, >> >> Let me propose a patch to fix fdo#44616 for master branch by abandoning >> attributes FRAME and RULES of TABLE element in .html. >> I found that .html outp

Re: [Libreoffice] [PATCH] fdo#44616 - webkit won't render frames of table borders of Calc/HTML

2012-01-10 Thread Kohei Yoshida
Hello Abe-san, On Wed, 2012-01-11 at 09:52 +0900, Takeshi Abe wrote: > By the way I was a bit suprised at difference between saving doc by > through > "File">"Save as" html and "Export"ing to .html;.xhtml. The latter's > resulting > file looks more modern. The latter goes through the XSLT-based

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

2012-01-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 44147, which changed state. Bug 44147 Summary: inserted calcs in writer accept no more input https://bugs.freedesktop.org/show_bug.cgi?id=44147 What|Old Value |New Value -

[Libreoffice] Communicating between a .doc and a hosted database

2012-01-10 Thread Alec Taylor
I am generating reports, but they are related to advertising, so I want people to be able to edit the document with there own formatting and images + whatever. .doc are still the most supported document (well I suppose .rtf or even .txt is; but I digress) Is there a way to integrate database comm