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
Michele Calgaro 1307964495
Rename kdemacros.* files to tdemacros.*
3 months ago
..
formats Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 5 months ago
plugins Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 5 months ago
scripts Replace Qt with TQt 10 months ago
tests Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
vcard
vcardparser Simplify code since cmake minimum version is now 3.5 7 months ago
CMakeL10n.txt
CMakeLists.txt
HACKING
HOWTO Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
Makefile.am
README
README.AddressFormat
TODO
address.cpp
address.h
addressbook.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
addressbook.h Replace KDE_DEPRECATED with TDE_DEPRECATED 4 months ago
addresseedialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
addresseedialog.h
addresseehelper.cpp
addresseehelper.h
addresseelist.cpp
addresseelist.h
addresslineedit.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
addresslineedit.h
agent.cpp
agent.h
countrytransl.map
distributionlist.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
distributionlist.h Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
distributionlistdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
distributionlistdialog.h
distributionlisteditor.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
distributionlisteditor.h
errorhandler.cpp
errorhandler.h
field.h
format.h
formatfactory.cpp
formatfactory.h
formatplugin.h
geo.cpp
geo.h
key.cpp
key.h
ldapclient.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
ldapclient.h
ldapconfigwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
ldapconfigwidget.h
ldapurl.cpp Replace Q_WS_* defines with TQ_WS_* equivalents 7 months ago
ldapurl.h
ldif.cpp
ldif.h
ldifconverter.cpp
ldifconverter.h Replace KDE_DEPRECATED with TDE_DEPRECATED 4 months ago
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 Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
resourceselectdialog.h Rename kdemacros.* files to tdemacros.* 3 months ago
secrecy.cpp
secrecy.h
sortmode.cpp
sortmode.h
sound.cpp
sound.h Replaced various '#define' with actual strings - part 2 10 months ago
stdaddressbook.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
stdaddressbook.h Replace KDE_DEPRECATED with TDE_DEPRECATED 4 months ago
tdeab2tdeabc.cpp
tdeab2tdeabc.desktop
tdeabc_manager.desktop
timezone.cpp
timezone.h
vcard21parser.cpp
vcard21parser.h
vcardconverter.cpp
vcardconverter.h Replace KDE_DEPRECATED with TDE_DEPRECATED 4 months ago
vcardformat.cpp
vcardformat.h
vcardformatimpl.cpp
vcardformatimpl.h
vcardformatplugin.cpp
vcardformatplugin.h
vcardtool.cpp Drop TQT_TQ*_CONST defines 1 year ago
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