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.
tdelibs/tdeabc
Slávek Banko e532d9345d
Add CMakeL10n rules.
6 years ago
..
formats Add CMakeL10n rules. 6 years ago
plugins Add CMakeL10n rules. 6 years ago
scripts
tests LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
vcard LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
vcardparser LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
CMakeL10n.txt Add CMakeL10n rules. 6 years ago
CMakeLists.txt cmake: Add tdeabc tests 8 years ago
HACKING
HOWTO
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README
README.AddressFormat
TODO
address.cpp
address.h
addressbook.cpp
addressbook.h
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 8 years ago
errorhandler.cpp
errorhandler.h
field.h
format.h
formatfactory.cpp
formatfactory.h
formatplugin.h
geo.cpp
geo.h
key.cpp
key.h
ldapclient.cpp
ldapclient.h
ldapconfigwidget.cpp
ldapconfigwidget.h
ldapurl.cpp
ldapurl.h Fix a couple of harmless warnings 7 years ago
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
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 Fix utf8 support in tdeabc vCard parser 8 years ago
vcardformatplugin.h
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