[trojita] Re: Using QtKeychain

2013-06-18 Thread Thomas Lübking
On Dienstag, 18. Juni 2013 03:05:05 CEST, David Lang wrote: On Mon, 17 Jun 2013, Thomas L?bking wrote: Subject: [trojita] Re: Using QtKeychain ... This seems like familiar territory :-) It's not the best way possible, but do you really want to drive away users because of this? Does that re

[trojita] Addressbook interface for qt plugins

2013-06-18 Thread Pali Rohár
Hello, I'm sending first version of qt plugin interface for Addressbook. I reused src/Gui/AbstractAddressbook.h and I think that Trojita GUI only needs additional functions for opening addressbook manager (now called from menu: IMAP --> Address Book) and function for opening add/edit window fo

Re: [trojita] Addressbook interface for qt plugins

2013-06-18 Thread Kevin Krammer
General observation first: this is a synchronous interface. KDE's data access API for example is asynchronous, so in order to make this truely synchronous you will have to create a secondard thread that works with the asynchronous API and block the calling thread until the secondary thread has