You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timothy Pearson
c1098677d4
|
10 years ago | |
---|---|---|
.. | ||
formats | 11 years ago | |
plugins | 11 years ago | |
scripts | 10 years ago | |
tests | 11 years ago | |
vcard | 11 years ago | |
vcardparser | 11 years ago | |
CMakeLists.txt | 10 years ago | |
HACKING | 12 years ago | |
HOWTO | 11 years ago | |
Makefile.am | 11 years ago | |
README | 11 years ago | |
README.AddressFormat | 11 years ago | |
TODO | 12 years ago | |
address.cpp | 11 years ago | |
address.h | 11 years ago | |
addressbook.cpp | 11 years ago | |
addressbook.h | 11 years ago | |
addresseedialog.cpp | 11 years ago | |
addresseedialog.h | 11 years ago | |
addresseehelper.cpp | 11 years ago | |
addresseehelper.h | 12 years ago | |
addresseelist.cpp | 11 years ago | |
addresseelist.h | 11 years ago | |
addresslineedit.cpp | 11 years ago | |
addresslineedit.h | 11 years ago | |
agent.cpp | 11 years ago | |
agent.h | 11 years ago | |
countrytransl.map | 12 years ago | |
distributionlist.cpp | 11 years ago | |
distributionlist.h | 11 years ago | |
distributionlistdialog.cpp | 11 years ago | |
distributionlistdialog.h | 11 years ago | |
distributionlisteditor.cpp | 11 years ago | |
distributionlisteditor.h | 11 years ago | |
errorhandler.cpp | 11 years ago | |
errorhandler.h | 11 years ago | |
field.h | 11 years ago | |
format.h | 11 years ago | |
formatfactory.cpp | 11 years ago | |
formatfactory.h | 11 years ago | |
formatplugin.h | 11 years ago | |
geo.cpp | 11 years ago | |
geo.h | 11 years ago | |
key.cpp | 11 years ago | |
key.h | 11 years ago | |
ldapclient.cpp | 12 years ago | |
ldapclient.h | 12 years ago | |
ldapconfigwidget.cpp | 11 years ago | |
ldapconfigwidget.h | 11 years ago | |
ldapurl.cpp | 11 years ago | |
ldapurl.h | 11 years ago | |
ldif.cpp | 11 years ago | |
ldif.h | 11 years ago | |
ldifconverter.cpp | 11 years ago | |
ldifconverter.h | 11 years ago | |
lock.cpp | 11 years ago | |
lock.h | 11 years ago | |
locknull.cpp | 11 years ago | |
locknull.h | 11 years ago | |
phonenumber.cpp | 11 years ago | |
phonenumber.h | 11 years ago | |
picture.cpp | 11 years ago | |
picture.h | 11 years ago | |
plugin.cpp | 11 years ago | |
plugin.h | 11 years ago | |
resource.cpp | 11 years ago | |
resource.h | 11 years ago | |
resourceselectdialog.cpp | 11 years ago | |
resourceselectdialog.h | 11 years ago | |
secrecy.cpp | 11 years ago | |
secrecy.h | 11 years ago | |
sortmode.cpp | 11 years ago | |
sortmode.h | 11 years ago | |
sound.cpp | 11 years ago | |
sound.h | 11 years ago | |
stdaddressbook.cpp | 11 years ago | |
stdaddressbook.h | 11 years ago | |
tdeab2tdeabc.cpp | 11 years ago | |
tdeab2tdeabc.desktop | 11 years ago | |
tdeabc_manager.desktop | 11 years ago | |
timezone.cpp | 11 years ago | |
timezone.h | 11 years ago | |
vcard21parser.cpp | 11 years ago | |
vcard21parser.h | 11 years ago | |
vcardconverter.cpp | 11 years ago | |
vcardconverter.h | 11 years ago | |
vcardformat.cpp | 11 years ago | |
vcardformat.h | 11 years ago | |
vcardformatimpl.cpp | 11 years ago | |
vcardformatimpl.h | 11 years ago | |
vcardformatplugin.cpp | 11 years ago | |
vcardformatplugin.h | 11 years ago | |
vcardtool.cpp | 11 years ago | |
vcardtool.h | 11 years ago |
README
LIBKABC - new address book API for KDE PURPOSE: libtdeabc provides an API for address book data. This can be used by all KDE application using data of this type, e.g. KAddressBook, KMail, KOrganizer, KPilot etc. It is meant as replacement for libkab (in tdebase/kab). FEATURES: - Value based interface, addressbook entry data is implicitly shared. - Address book entries are identified by a unique id. - vCard backend (RFC 2425 / RFC 2426). - Locking mechanism to support concurrent access to the address book by multiple processes. - Notification on change of addressbook by other process. - Dialog for selecting address book entries, supports mouse and keyboard selection, supports automatic name completion. - GUI client for viewing, modifying address book data. This is aimed at developers not end users. - Tool for converting data, written with libkab, to libtdeabc format. - Multiple backends (resources) for storing entries e.g. LDAP AUTHOR: Cornelius Schumacher <schumacher@kde.org> LICENCE: LPGL DATE: 13 Oct 2001