Revision 681826
Go back to digest for 1st July 2007Features in KDE-PIM
Tom Albers committed changes in /trunk/KDE/kdepimlibs/kpimidentities:
Change the internals of the Identity class. Instead of a separate member var for each setting, use a QHash<QString,QVariant> to store them.
This system opens up the possibility to store random settings for Identities (property()/setProperty()), which is needed for other applications than KMail to use this library.
Also remove the HAVE_GPGME compile time check, so this library does no longer depend on kdepim/kleo/any GPL application and thus making this library LGPL.
File Changes
Modified 3 files
- /trunk/KDE/kdepimlibs/kpimidentities
- /CMakeLists.txt
- /identity.cpp
- /identity.h
3 files changed in total