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/kabc
Darrell Anderson 6ed1ea98db
Update XDG information in support of bug report 892.
13 years ago
..
formats Update XDG information in support of bug report 892. 13 years ago
plugins Update XDG information in support of bug report 892. 13 years ago
scripts Rename KDEHOME and KDEDIR 13 years ago
tests Rename additional global TQt functions 13 years ago
vcard Rename additional global TQt functions 13 years ago
vcardparser Rename additional global TQt functions 13 years ago
CMakeLists.txt Additional kde to tde renaming 13 years ago
HACKING
HOWTO
Makefile.am Rename additional instances of KDE to TDE 13 years ago
README Additional renaming of kde to tde 13 years ago
README.AddressFormat
TODO
address.cpp Rename old tq methods that no longer need a unique name 13 years ago
address.h Additional renaming of kde to tde 13 years ago
addressbook.cpp Rename old tq methods that no longer need a unique name 13 years ago
addressbook.h
addresseedialog.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
addresseedialog.h
addresseehelper.cpp
addresseehelper.h
addresseelist.cpp
addresseelist.h
addresslineedit.cpp
addresslineedit.h
agent.cpp
agent.h Additional renaming of kde to tde 13 years ago
countrytransl.map
distributionlist.cpp
distributionlist.h
distributionlistdialog.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
distributionlistdialog.h
distributionlisteditor.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
distributionlisteditor.h
errorhandler.cpp
errorhandler.h Additional renaming of kde to tde 13 years ago
field.h
format.h Additional renaming of kde to tde 13 years ago
formatfactory.cpp Update XDG information in support of bug report 892. 13 years ago
formatfactory.h
formatplugin.h
geo.cpp
geo.h Additional renaming of kde to tde 13 years ago
kab2kabc.cpp Remove additional unneeded tq method conversions 13 years ago
kab2kabc.desktop Update XDG information in support of bug report 892. 13 years ago
kabc_manager.desktop Update XDG information in support of bug report 892. 13 years ago
key.cpp
key.h Additional renaming of kde to tde 13 years ago
ldapclient.cpp Rename additional global TQt functions 13 years ago
ldapclient.h
ldapconfigwidget.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
ldapconfigwidget.h Remove spurious TQ_OBJECT instances 13 years ago
ldapurl.cpp
ldapurl.h
ldif.cpp
ldif.h Additional renaming of kde to tde 13 years ago
ldifconverter.cpp Rename old tq methods that no longer need a unique name 13 years ago
ldifconverter.h Rename old tq methods that no longer need a unique name 13 years ago
lock.cpp
lock.h Additional renaming of kde to tde 13 years ago
locknull.cpp
locknull.h
phonenumber.cpp
phonenumber.h Additional renaming of kde to tde 13 years ago
picture.cpp
picture.h Additional renaming of kde to tde 13 years ago
plugin.cpp
plugin.h Additional renaming of kde to tde 13 years ago
resource.cpp
resource.h
resourceselectdialog.cpp Remove additional unneeded tq method conversions 13 years ago
resourceselectdialog.h
secrecy.cpp
secrecy.h Additional renaming of kde to tde 13 years ago
sortmode.cpp
sortmode.h Additional renaming of kde to tde 13 years ago
sound.cpp
sound.h Additional renaming of kde to tde 13 years ago
stdaddressbook.cpp
stdaddressbook.h
timezone.cpp
timezone.h Additional renaming of kde to tde 13 years ago
vcard21parser.cpp Rename additional global TQt functions 13 years ago
vcard21parser.h
vcardconverter.cpp
vcardconverter.h Rename additional global TQt functions 13 years ago
vcardformat.cpp
vcardformat.h
vcardformatimpl.cpp
vcardformatimpl.h
vcardformatplugin.cpp
vcardformatplugin.h
vcardtool.cpp Remove additional unneeded tq method conversions 13 years ago
vcardtool.h

README

LIBKABC - new address book API for KDE

PURPOSE:

libkabc 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 libkabc format.
- Multiple backends (resources) for storing entries e.g. LDAP

AUTHOR: Cornelius Schumacher <schumacher@kde.org>

LICENCE: LPGL

DATE: 13 Oct 2001