You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdeabc
Michele Calgaro 5cb3ed2e54
tdeabc/vcard: integrated "generated" partial header files into the place where they
are actually used.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
..
formats
plugins
scripts
tests
vcard
vcardparser
CMakeL10n.txt
CMakeLists.txt
HACKING
HOWTO
Makefile.am
README
README.AddressFormat
TODO
address.cpp
address.h
addressbook.cpp
addressbook.h Additional k => tde renaming and fixes 12 years ago
addresseedialog.cpp
addresseedialog.h
addresseehelper.cpp
addresseehelper.h
addresseelist.cpp
addresseelist.h
addresslineedit.cpp
addresslineedit.h
agent.cpp
agent.h
countrytransl.map
distributionlist.cpp
distributionlist.h
distributionlistdialog.cpp
distributionlistdialog.h
distributionlisteditor.cpp
distributionlisteditor.h cmake: Add tdeabc tests 9 years ago
errorhandler.cpp
errorhandler.h
field.h
format.h Additional k => tde renaming and fixes 12 years ago
formatfactory.cpp
formatfactory.h
formatplugin.h
geo.cpp
geo.h
key.cpp
key.h Additional k => tde renaming and fixes 12 years ago
ldapclient.cpp
ldapclient.h
ldapconfigwidget.cpp
ldapconfigwidget.h
ldapurl.cpp
ldapurl.h
ldif.cpp
ldif.h
ldifconverter.cpp
ldifconverter.h
lock.cpp
lock.h
locknull.cpp
locknull.h
phonenumber.cpp
phonenumber.h
picture.cpp
picture.h
plugin.cpp
plugin.h
resource.cpp
resource.h
resourceselectdialog.cpp
resourceselectdialog.h
secrecy.cpp
secrecy.h
sortmode.cpp
sortmode.h
sound.cpp
sound.h
stdaddressbook.cpp
stdaddressbook.h Additional k => tde renaming and fixes 12 years ago
tdeab2tdeabc.cpp
tdeab2tdeabc.desktop
tdeabc_manager.desktop
timezone.cpp
timezone.h
vcard21parser.cpp
vcard21parser.h
vcardconverter.cpp
vcardconverter.h
vcardformat.cpp
vcardformat.h
vcardformatimpl.cpp
vcardformatimpl.h
vcardformatplugin.cpp
vcardformatplugin.h Additional k => tde renaming and fixes 12 years ago
vcardtool.cpp
vcardtool.h

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