Erstellt: 11. 2. 2008, 19:00
Help wanted for KGpg
I'm trying to prepare KGpg for KDE 4.1. While there is still a lot of work behind the scenes that changes the way the application works there are a lot of places that only need some Qt/KDE knowledge and are not related to all this encryption stuff.
The big goal for KGpg 2.0 is to get rid of all this Qt3 compat stuff. After this it's time to take a look for the next big step. The decision is if KGpg should stay alone and integrate better with libgpgme or if it's a better step to integrate with Kleopatra.
For those who are interested in pushing KGpg into shape here are some things that could be done without much knowledge of the internals. If you are interested just drop me a mail or ask me when I'm hanging around on #kde-devel.
- Make the length of the keyid shown configurable: very simple, you just have to do the GUI stuff
- Port the wizard over to QWizard: I have some code to do the background stuff, someone just has to do the ui file
- Get rid of K3ListBox in conf_servers.ui: probably trivial
- Make searching in Keysmanager work again: you only need to know how to iterate over all visible items of a QTreeView