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 caol...@redhat.com 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 working on.
 
 Yeah, I looked into that.
 
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=0ac9ee757cc07f86bcd22bfd8f8ea0adb810f206
 
 broke the address book
 
 http://cgit.freedesktop.org/libreoffice/core/commit/?id=b5736291ed105d5366797201d5f5f92ac2f39d14
 
 now fixes it again.
 
 The intent was to remove the adadas database support. But it remained
 registered as installed, but not actually installed. When looking up
 support for any address-book backend all registered-as-installed drivers
 get queries, exception gets thrown, dialog doesn't appear. Should be ok
 in master now again.
Wonderful, that explanation made my recent annoyance clear.
Thanks a lot.

Cheers,
-- Takeshi Abe
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2011-07-14 Thread Xisco Faulí
2011/7/14 Matúš Kukan matus.ku...@gmail.com

 Hi Xisco,

 On 14 July 2011 00:41, Xisco Faulí aniste...@gmail.com 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
  master and it still fails.
  The code fails here
  :
 http://opengrok.libreoffice.org/xref/components/wizards/source/template/Correspondence.xba#110

 That's not good. I'm sorry, hopefully you didn't waste much time with that.
 You can revert commits

 http://cgit.freedesktop.org/libreoffice/components/commit/?id=c707c7a19a0bef0075f3ba10366e0fc05c96702a

 http://cgit.freedesktop.org/libreoffice/components/commit/?id=7d23e260cce288878b61e78a1db523b7678ba299
 locally for now. It should work without them. If not let me know.

I don't think those commit are the problem because I tried : git reset
--hard HEAD~20 ( right a moment before a merge my branch into master ) and
it failed as well.


  The error:
  __main__.CannotActivateFactoryException:
  file:///home/xisco/libo/solver/350/
 unxlngi6.pro/installation/opt/program/../basis-link/program/libabplo.sohttp://unxlngi6.pro/installation/opt/basis-link/program/libabplo.so
 :
  cannot get factory of demanded implementation:
  org.openoffice.comp.abp.OAddressBookSourcePilot

 How can I reproduce the error?
 I'm not sure what to do about that now.


well, If you go to File  Wizards  Adress Data Source none error will be
raised and the wizard won't be loaded, but if you create a Personal Fax
(File  Wizards  Fax) the fax wizard will try to load the adress data
source after it's created and the error will be raised

Greetings
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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://opengrok.libreoffice.org/xref/components/wizards/source/template/Correspondence.xba#110

http://opengrok.libreoffice.org/xref/components/wizards/source/template/Correspondence.xba#110The
error:

__main__.CannotActivateFactoryException: file:///home/xisco/libo/solver/350/
unxlngi6.pro/installation/opt/program/../basis-link/program/libabplo.so:
cannot get factory of demanded implementation:
org.openoffice.comp.abp.OAddressBookSourcePilot

Greetings

2011/7/12 Michael Meeks michael.me...@novell.com

 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 wondering whether it would be better to convert the
  basic code into python as well. There's some code duplicated in python
  and in basic, it could save us some lines of code. Anyway, I'd like to
  hear your opinion first.

 Of course, the priority is to convert Java - python, to reduce our
 dependency / warning-on-start problems on Windows, but after that
 certainly, I'd personally love to see some StarBasic - Python migration
 goodness as well.

ATB,

Michael.

 --
  michael.me...@novell.com  , Pseudo Engineer, itinerant idiot



___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2011-07-13 Thread Matúš Kukan
Hi Xisco,

On 14 July 2011 00:41, Xisco Faulí aniste...@gmail.com 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
 master and it still fails.
 The code fails here
 : http://opengrok.libreoffice.org/xref/components/wizards/source/template/Correspondence.xba#110

That's not good. I'm sorry, hopefully you didn't waste much time with that.
You can revert commits
http://cgit.freedesktop.org/libreoffice/components/commit/?id=c707c7a19a0bef0075f3ba10366e0fc05c96702a
http://cgit.freedesktop.org/libreoffice/components/commit/?id=7d23e260cce288878b61e78a1db523b7678ba299
locally for now. It should work without them. If not let me know.

 The error:
 __main__.CannotActivateFactoryException:
 file:///home/xisco/libo/solver/350/unxlngi6.pro/installation/opt/program/../basis-link/program/libabplo.so:
 cannot get factory of demanded implementation:
 org.openoffice.comp.abp.OAddressBookSourcePilot

How can I reproduce the error?
I'm not sure what to do about that now.

Best regards,
Matus
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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 wondering whether it would be better to convert the
 basic code into python as well. There's some code duplicated in python
 and in basic, it could save us some lines of code. Anyway, I'd like to
 hear your opinion first.

Of course, the priority is to convert Java - python, to reduce our
dependency / warning-on-start problems on Windows, but after that
certainly, I'd personally love to see some StarBasic - Python migration
goodness as well.

ATB,

Michael.

-- 
 michael.me...@novell.com  , Pseudo Engineer, itinerant idiot


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[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 basic to the new resource service rewrote by Björn a while ago.
Now the Document and the Euro Converter work good and show the dialog ( they
didn't before because they couldn't load the resources). For some strange
reason, Address Data Source doesn't work. I'll take a look this week. by the
way, I was wondering whether it would be better to convert the basic code
into python as well. There's some code duplicated in python and in basic, it
could save us some lines of code. Anyway, I'd like to hear your opinion
first.

Greetings
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice