Re: [Licq-devel] errors in cvs today

2005-04-09 Thread Alexander Rensmann
On Saturday 09 April 2005 18:56, Stefan Gehn wrote: > [ERR] Unable to load plugin (kde-gui): /usr/local/lib/licq/licq_kde-gui.so: > undefined symbol: _ZN12GPGKeySelectC1EPKcmP7QWidget. Mea Culpa. Only tested compiling. > I'd actually prefer gpg*.cpp not being compiled at all, i.e. conditionally >

Re: [Licq-devel] errors in cvs today

2005-04-08 Thread Alexander Rensmann
On Thursday 07 April 2005 18:06, Stefan Gehn wrote: > #ifdef HAVE_LIBGPGME > it seems, I don't have/want gpg and get: Please try this patch. Alex --- licq/plugins/qt-gui/src/mainwin.cpp.orig 2005-04-08 11:22:22.505941552 +0200 +++ licq/plugins/qt-gui/src/mainwin.cpp 2005-04-08 11:23:06.631233488

Re: [Licq-devel] [patch] Instant messaging DCOP interface for KDE GUI

2005-04-07 Thread Alexander Rensmann
On Monday 04 April 2005 22:58, Kevin Krammer wrote: > KDE 3.3 introduced a common DCOP interface for IM applications [1] > (originally the Kopete DCOP interface) which allows DCOP aware applications > to talk to any implementing IM app through a proxy library [2]. > [...] This is one feature I wou

Re: [Licq-devel] errors in cvs today

2005-04-07 Thread Alexander Rensmann
On Thursday 07 April 2005 00:48, wwp wrote: > It seems that more space would be needed in the gpg key manager dialog's > layout.. see attached screenshot. Thanks. Should be fixed now. Also changed indentation from tabs to two spaces. Alex licq-gpgkey.tar.bz2 Description: application/tbz

Re: [Licq-devel] errors in cvs today

2005-04-06 Thread Alexander Rensmann
On Wednesday 06 April 2005 20:01, Pollywog wrote: > Apparently it has been added to cvs. Yes, but some files are missing. I attached them here. Please untar in licq/plugins/qt-gui/src/. Whoever added my code to cvs: Can you please check in these files. I think I did some minor changes (there was

Re: [Licq-devel] errors in cvs today

2005-04-06 Thread Alexander Rensmann
On Wednesday 06 April 2005 17:56, Pollywog wrote: > mainwin.cpp:90:26: gpgkeyselect.h: No such file or directory > mainwin.cpp:91:27: gpgkeymanager.h: No such file or directory > mainwin.cpp:108:33: xpm/pixKeyEnabled.xpm: No such file or directory > mainwin.cpp:109:34: xpm/pixKeyDisabled.xpm: No su

Re: [Licq-devel] Feedback request: Licq GPG Key Manager

2005-02-22 Thread Alexander Rensmann
Pollywog wrote: Does this patch require an older gpgme? configure complains: ./configure: line 18704: LICQ_CHECK_GPGME: command not found checking vector usability... yes This is no problem with gpgme, its a problem with a missing macro in admin/acinclude.m4.in. This is in the cvs for one day so

[Licq-devel] Feedback request: Licq GPG Key Manager

2005-02-21 Thread Alexander Rensmann
Hi, I did some work to extend the qt-gui plugin to manage the gpg keys for secure icqing. The attached diff compiles with the current cvs. It would be nice to have some feedback :). I moved the the gpg key information to the ICQUser class so the old entries (in the licq_gpg.conf) can stil be use