[dev] developing an email client for OOo with PGP encrypted emails by default

2008-07-12 Thread Michael Schmidt
Hello

there is a small project, developing a new Email client c++ /Qt
The idea is, to use it later for OOo and that this email client is sending
emails ONLY Gnu PGP encrypted.

Is someone able to join?
http://nlcreator.svn.sourceforge.net/viewvc/nlcreator/nuntiusleo/

The is so much development on spyiing on emails and filter them, that we
want to create an client, which is sending PGP encrypted emails only.

If someone wants to join, please send us a notice

Mike


[dev] FireFox 3.0 and OpenOffice-Add-on-Menu not compatible, how about a new version ?

2008-07-12 Thread Rony G. Flatscher

Hi there,

after upgrading to FireFox 3.0 the OpenOffice.org menu extension is Not 
compatible with Firefox 3.0 and therefore disabled.


Are there any plans to update this little (and from time to time very 
helpful) add-on?


---rony




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] FireFox 3.0 and OpenOffice-Add-on-Menu not compatible, how about a new version ?

2008-07-12 Thread Oliver Brinzing

Hi,

after upgrading to FireFox 3.0 the OpenOffice.org menu extension is Not 
compatible with Firefox 3.0 and therefore disabled.


you can patch the extension's install.rdf:   em:maxVersion3.0/em:maxVersion

don't forget to delete the extensions.cache before you start again ...


Oliver

--

GnuPG key 0xCFD04A45: 8822 057F 4956 46D3 352C 1A06 4E2C AB40 CFD0 4A45



signature.asc
Description: OpenPGP digital signature


[dev] How can I reuse the implementation of a service?

2008-07-12 Thread Rainman Lee
hello everyone,
I defined a interfaces tree like this:

XWindow
 |
 |
XButton
 |
 |
XImageButton

and I have implemented XWindow in my Window service.
now I want to implement XButton, XImageButton respectively in Button,
ImageButton services.
Is there a convenient method with which I can reuse the Window's
implementation, instead of reimplementing all XWindow's interfaces in
Button?
Thank you very much!

Best Wishes, Rainman.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] FireFox 3.0 and OpenOffice-Add-on-Menu not compatible, how about a new version ?

2008-07-12 Thread Rony G. Flatscher

Hi Oliver,
after upgrading to FireFox 3.0 the OpenOffice.org menu extension is 
Not compatible with Firefox 3.0 and therefore disabled.


you can patch the extension's install.rdf:   
em:maxVersion3.0/em:maxVersion


don't forget to delete the extensions.cache before you start again ...

Thank you *very* much for this valuable hint!

Now, just downloaded the xpi-module from 
https://addons.mozilla.org/en-US/firefox/addon/4102, unzipped it and 
found out that it had already the following entry:


em:maxVersion3.0.*/em:maxVersion

which indicated that it got changed already to fit into FireFox 3.0.

However, FF was not able to find a newer version of the menu extension, 
when it automatically checked for one! Maybe one needs to change further 
version information in the rdf- and installation js-files as well?


Anyway, being a very happy camper...
:)

Regards,

---rony


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] building and using cairo

2008-07-12 Thread Takashi Ono
Hi Rene,

In message Re: [dev] building and using cairo,
Rene Engelhard wrote...

 Takashi Ono wrote:
  However, BUILD_CAIRO environment variable is not handled by 
config_office/configure. 
  And even if I add it by hand, the build fails.
 
 a variable named BUILD_CAIRO sounds 99.9% the wrong way to do it,
 cairo should be in BUILD_TYPE and stuff needing it appropriately
 conditionalized. Of course, if you need special handling then for
 internal cairo/external cairo, follow the rest and use SYSTEM_CAIRO.
 
  Is it still experimental or shall I raise an issue?
 
 Please raise an issue and assign it to whoever added the not-working
 cairo module.

Starting from m24, BUILD_TYPE is going to be set for CAIRO but it does not seem 
to be 
working for the choise of internall unzip of prebuilt cairo and internal build 
of 
cairo. And I think it can only be controlled by the variable BUILD_CAIRO whtch 
is 
used in cairo/cairo/makefile.mk and the configure script should emit the 
variable.


 Takashi Ono(HK Freak)
 mailto:[EMAIL PROTECTED] or [EMAIL PROTECTED]
(Personal Address, checked every morning/evening and holidays)
 mailto:[EMAIL PROTECTED]
(Address for business, checked every working days)
 http://www.hkfreak.net

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]