Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-08 Thread André Schnabel
Hi Peter, sorry for randomly jumping in with just some side-notes ... Am 06.07.2011 22:10, schrieb Peter Jentsch: I'm unsure about where to put the xliff files, because I'm completely ignorant of the translation workflow and the different places where translatable items are put in order to get

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-08 Thread Xisco Faulí
Wow, thank Peter for this amazing explanation. I'm currently sumerged into the gsoc project too so I can't give it a try right now but I'm sure I will once I finish it. The problem right now is I don't know most of the things you're talking about so I'll need first to get my feet wet. I'll let you

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-07 Thread Peter Jentsch
Hi Xisco, one more thing: I looked at at XSLTFilter code again and noticed that although a lot of data get's passed in to the import call, only a tiny fragment of that makes it to the actual transformation, so you won't be able to use any parameters in the transformation. I don't like that situati

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-06 Thread Peter Jentsch
Hi Xisco, Michael, I had a look at how it'd be possible to translate the templates on the fly a couple of weeks ago. The basic approach I though of would be to use the XSLT filter for importing. On import, you'd try to load the document and pass a parameter that points to an XLIFF file that conta

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-04 Thread Michael Meeks
On Fri, 2011-07-01 at 16:32 +0200, Laurent Godard wrote: > IIRC, templates can be deployed with extension mechanism Sounds fun :-) > so why not use this and package language based extension when building > the installer ? so, you may find more easily maintainers of these files A

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-04 Thread Michael Meeks
Hi Xisco, Peter - Xisco is working on re-writing the wizards in Java :-) On Fri, 2011-07-01 at 16:05 +0200, Xisco Faulí wrote: > Michael wrote: >Weelll - so you're both right; but really we need to > grub about inside the templates themselves to add some >

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-01 Thread Laurent Godard
Hi michael >> In that case, the templates are the ones that should be changed, >> right ? > > Weelll - so you're both right; but really we need to grub about inside > the templates themselves to add some improved translation scheme I > think; now we have fast native XSLTs - I guess we coul

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-07-01 Thread Xisco Faulí
2011/6/30 Michael Meeks > Hi Xisco, > > On Thu, 2011-06-30 at 18:28 +0200, Xisco Faulí wrote: > > Correct me if i'm wrong but as i've seen in the fax wizard,each kind > > of template has its own template so I believe it's the same for the > > letter templates and every localize has a different te

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-06-30 Thread Michael Meeks
Hi Xisco, On Thu, 2011-06-30 at 18:28 +0200, Xisco Faulí wrote: > Correct me if i'm wrong but as i've seen in the fax wizard,each kind > of template has its own template so I believe it's the same for the > letter templates and every localize has a different template, right ? Um ;-) in th

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-06-30 Thread Xisco Faulí
2011/6/29 Cedric Bosdonnat > Hi Xisco, > > On Wed, 2011-06-29 at 01:23 +0200, Xisco Faulí wrote: > > Sorry for the delay but I had a visit last weekend and I wasn't able > > to work on it until yesterday night. > > What I've done during the week: > > - Improve the boot speed > > - Clean a bit the

Re: [Libreoffice] [GSOC] Report #5. Wizards

2011-06-29 Thread Cedric Bosdonnat
Hi Xisco, On Wed, 2011-06-29 at 01:23 +0200, Xisco Faulí wrote: > Sorry for the delay but I had a visit last weekend and I wasn't able > to work on it until yesterday night. > What I've done during the week: > - Improve the boot speed > - Clean a bit the code > - Show a message when a file is goin

[Libreoffice] [GSOC] Report #5. Wizards

2011-06-28 Thread Xisco Faulí
Hello, Sorry for the delay but I had a visit last weekend and I wasn't able to work on it until yesterday night. What I've done during the week: - Improve the boot speed - Clean a bit the code - Show a message when a file is going to be overwritten - Load the previous configuration Now i'm workin