Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-08-18 Thread Takeshi Abe
Hi Caolán, On Thu, 18 Aug 2011 09:27:21 +0100, Caolán McNamara wrote: > On Thu, 2011-07-14 at 00:41 +0200, Xisco Faulí wrote: >> Hello, >> >> >> I took a look to the problem related to the Adress Data Souce Wizard >> ( it's not loaded on master ) and it's not caused by the changes i've >> been

Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-08-18 Thread Caolán McNamara
On Thu, 2011-07-14 at 00:41 +0200, Xisco Faulí wrote: > Hello, > > > I took a look to the problem related to the Adress Data Souce Wizard > ( it's not loaded on master ) and it's not caused by the changes i've > been working on. Yeah, I looked into that. http://cgit.freedesktop.org/libreoffice/

[Libreoffice] [GSOC] Report #10. Wizards

2011-08-02 Thread Xisco Faulí
Hello everybody, I finished last weekend the agenda wizard ( perhaps there're still some minor not-really-relevant issues to fix) and I'm already working on the last wizard, the web one. I also have in mind that I still have to create the make files for calling the python code within libo but i'm

[Libreoffice] [GSoC] report - week #10

2011-07-31 Thread Matúš Kukan
Hi there, Short report: I was converting modules to gbuild. Something has been already pushed, something will be next week. Hopefully I did not break too much but it's possible, especially on Windows. Regards, Matus ___ LibreOffice mailing list LibreOff

[Libreoffice] [GSOC] Report #8. Wizard

2011-07-18 Thread Xisco Faulí
Hello, What have I done this week? - Work on the agenda wizard. I wanted it to be done about last weekend but there's a bug ( which affects the java wizard on master too ) and it took me a while to find it out. I reported the bug here: https://bugs.freedesktop.org/show_bug.cgi?id=39313. I don't t

Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-07-14 Thread Xisco Faulí
2011/7/14 Matúš Kukan > Hi Xisco, > > On 14 July 2011 00:41, Xisco Faulí wrote: > > Hello, > > I took a look to the problem related to the Adress Data Souce Wizard ( > it's > > not loaded on master ) and it's not caused by the changes i've been > working > > on. I moved git to a commit before th

Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-07-13 Thread Matúš Kukan
Hi Xisco, On 14 July 2011 00:41, Xisco Faulí wrote: > Hello, > I took a look to the problem related to the Adress Data Souce Wizard ( it's > not loaded on master ) and it's not caused by the changes i've been working > on. I moved git to a commit before the one I merged the feature branch into >

Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-07-13 Thread Xisco Faulí
Hello, I took a look to the problem related to the Adress Data Souce Wizard ( it's not loaded on master ) and it's not caused by the changes i've been working on. I moved git to a commit before the one I merged the feature branch into master and it still fails. The code fails here : http://opengr

Re: [Libreoffice] [GSOC] Report #7: Wizards

2011-07-12 Thread Michael Meeks
Hi Xisco, First - again nice to hear of your good work :-) On Tue, 2011-07-12 at 01:24 +0200, Xisco Faulí wrote: > - Migrate basic to the new resource service rewrote by Björn a while > ago. Ooh - right :-) and I assume we've merged this all to master ? > By the way, I was wonde

[Libreoffice] [GSOC] Report #7: Wizards

2011-07-11 Thread Xisco Faulí
Hello there, Here's what i've done this week: - Fix a visualitation problem related to Letter Wizard - Start to work on Agenda Wizard - Talk with Björn about adding the python files into the makefile so we can call it from File > Wizards and remove the Java code - a bit of cleaning - Migrate basi

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

[Libreoffice] [GSOC] Report #6. Wizards

2011-07-04 Thread Xisco Faulí
Hello, I've been working this week on converting the letter wizard and as Cedric suggested me in the last report, I merged the feature branch into master. You can find the code in the component repository. Fax and Letter wizards aren't fully functional yet but I'd appreciate if someone gives it a

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

Re: [Libreoffice] [GSOC][Report] MultiLine InputBar

2011-06-21 Thread Noel Power
On 20/06/11 10:18, Noel Power wrote: hmm, I just built your feature branch on Friday and tried to get my head around the task ( and it is still a little unfamiliar to me ), I am sure though I could help though with your latest problem when I have a patch with your latest work :-) I hope you so

Re: [Libreoffice] [GSOC][Report] MultiLine InputBar

2011-06-20 Thread Noel Power
On 19/06/11 10:10, Anurag Jain wrote: But the problem I'm facing is now when I removed the aTextWnd.Show() from constructor of ScInputWindow and added it into the ScInputBarGroup's constructor the inputbar will not appear. I presume you call ScInputBarGroup's Show() right ? _

Re: [Libreoffice] [GSOC][Report] MultiLine InputBar

2011-06-20 Thread Noel Power
Hi Anurag On 19/06/11 10:10, Anurag Jain wrote: Hello Kohei, Noel This is the brief of my work for this week. As I was supposed to create a new container class which will contain ScTextWnd obejct + ScrollBar + Button object, I've done so. Also I've tunneled the calls to ScTextWnd from ScInputWin

[Libreoffice] [GSOC][Report] MultiLine InputBar

2011-06-19 Thread Anurag Jain
Hello Kohei, Noel This is the brief of my work for this week. As I was supposed to create a new container class which will contain ScTextWnd obejct + ScrollBar + Button object, I've done so. Also I've tunneled the calls to ScTextWnd from ScInputWindow via the new methods created into the ScInputBa

Re: [Libreoffice] [GSOC] Report #3: Wizards

2011-06-15 Thread John LeMoyne Castle
Caolan, Thanks for the potential shortcut. Sadly it did not work - I got the same failure (at least in terminal output). My master repo hasn't built yet this month and has suffered multiples of several different unit test failures and almost as many partial builds. I can see why the tests that d

Re: [Libreoffice] [GSOC] Report #3: Wizards

2011-06-15 Thread Caolán McNamara
On Tue, 2011-06-14 at 11:25 -0700, John LeMoyne Castle wrote: > Failures !!! > Run: 1 Failure total: 1 Failures: 1 Errors: 0 > > (which looks like failure to connect to soffice) Indeed, but... > * > * with additional message (from gdb) in a message box: * > * > The applica

Re: [Libreoffice] [GSOC] Report #3: Wizards

2011-06-14 Thread Xisco Faulí
Hi, I'm sorry I didn't say anything yesterday but I was all day long at my university and I didn't have time to test anything. Before i went to sleep I did a "make clean && make" ( why ? I guess i didn't have anything to loose ) and now everything works correctly. it looks like the problem was fix

Re: [Libreoffice] [GSOC] Report #3: Wizards

2011-06-14 Thread John LeMoyne Castle
Actually not at all sure where to clean+build to get missing uno symbols in the log Looks like an assortment of dirs may be involved Help would be appreciated as it is ~necessary for me to proceed here. -- jlc -- View this message in context: http://nabble.documentfoundation.org/GSOC-Report-3-

Re: [Libreoffice] [GSOC] Report #3: Wizards

2011-06-14 Thread John LeMoyne Castle
HI Bjoern, Xisco and all, =After smoketest fails in master like so: officeconnection.cxx:140:Assertion Test name: N12_GLOBAL__N_14TestE::test setUp() failed - equality assertion failed - Expected: 2 - Actual : 0 Failures !!! Run: 1 Failure total: 1 Failures: 1 Errors: 0 (which look

Re: [Libreoffice] [GSOC] Report #3: Wizards

2011-06-14 Thread Bjoern Michaelsen
On Mon, 13 Jun 2011 21:41:17 +0200 Xisco Faulí wrote: > After i did my first commit last tuesday i worked for 2 days on > adding the button listeners and fixing some errors: > http://cgit.freedesktop.org/libreoffice/components/?h=feature%2Fgsoc2011_wizards > Then, > on Thursday and on Friday I st

Re: [Libreoffice] [GSOC] Report #3: Wizards

2011-06-13 Thread John LeMoyne Castle
Hi Xisco, I too have rebuilt my local repo a more times than I care to admit. git is actually pretty sweet. I have found git reset command to be useful in getting back to a known state but it can eat pending changes. I also share the build failure you note in master. The smoketest fails in de

[Libreoffice] [GSOC] Report #3: Wizards

2011-06-13 Thread Xisco Faulí
Hi, After i did my first commit last tuesday i worked for 2 days on adding the button listeners and fixing some errors: http://cgit.freedesktop.org/libreoffice/components/?h=feature%2Fgsoc2011_wizards Then, on Thursday and on Friday I started to optimize it ( it takes 10 sec for showing the dialog

Re: [Libreoffice] [GSOC] Report #2: Java to Wizard

2011-06-07 Thread Michael Meeks
Hi Xisco, On Tue, 2011-06-07 at 17:35 +0200, Xisco Faulí wrote: > I have already something to show you this week. The python version > already loads the document preview and the wizard dialog. The code was > pushed by björn today Ooh - exciting :-) nice work. Are you improving the auto-co

[Libreoffice] [GSOC] Report #2: Java to Wizard

2011-06-07 Thread Xisco Faulí
Hello everybody, I have already something to show you this week. The python version already loads the document preview and the wizard dialog. The code was pushed by björn today: http://cgit.freedesktop.org/libreoffice/components/commit/?h=feature/gsoc2011_wizards&id=e1530212132d2a3388e6d1acedc809a

Re: [Libreoffice] [GSoC] report

2011-05-10 Thread Michael Meeks
Hi Matus, On Tue, 2011-05-10 at 14:32 +0200, Matúš Kukan wrote: > I've tried to move res/commandimagelist to /cmd and create symlinks > commandimagelist to ../cmd but it is not working. :-) > After small change in packimages/pack/makefile.mk:56 .. > because first find now lists just the

[Libreoffice] [GSoC] report

2011-05-10 Thread Matúš Kukan
Hi everyone, I've tried to move res/commandimagelist to /cmd and create symlinks commandimagelist to ../cmd but it is not working. After small change in packimages/pack/makefile.mk:56 $(FIND) $(SOLARSRC)$/$(RSCDEFIMG)/res/commandimagelist -name "*.png" changed to: $(FIND) $(SOLARSRC)$/$(RSCDEFIMG

Re: [Libreoffice] [GSoC] Report

2011-05-05 Thread Jan Holesovsky
Hi Timo, Timo píše v Čt 05. 05. 2011 v 12:28 +0200: > this week I am very busy because of the university. I will work on next > week. Great to have you here with the report :-) [while of course sorry to hear that your school still keeps you busy ;-)] I noticed you tried to reach me today, but w

Re: [Libreoffice] [GSoC] Report

2011-05-05 Thread Nguyen Vu Hung (KiEi)
(2011/05/05 17:28), Timo wrote: this week I am very busy because of the university. I will work on next week. I suggest a blog to note anything pops up in your mind; including a "report". No, you don't need a "report" if you are able to manage yourself :) -- Nguyen Vu Hung (Nguyye^~n Vu~ Hu+ng

[Libreoffice] [GSoC] Report

2011-05-05 Thread Timo
Hi, this week I am very busy because of the university. I will work on next week. Regards, Timo ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice