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/vcard
Timothy Pearson a51cd9949c
Remove additional unneeded tq method conversions
13 years ago
..
include Additional renaming of kde to tde 13 years ago
AdrParam.cpp rename the following methods: 13 years ago
AdrValue.cpp Remove additional unneeded tq method conversions 13 years ago
AgentParam.cpp
AgentValue.cpp
CMakeLists.txt Additional kde to tde renaming 13 years ago
ClassValue.cpp
ContentLine.cpp Remove additional unneeded tq method conversions 13 years ago
DateParam.cpp
DateValue.cpp rename the following methods: 13 years ago
EmailParam.cpp
Entity.cpp Finished remaining porting to new TQt API 14 years ago
Enum.cpp Finished remaining porting to new TQt API 14 years ago
FloatValue.cpp
GeoValue.cpp rename the following methods: 13 years ago
ImageParam.cpp
ImageValue.cpp
ImgValue.cpp
LangValue.cpp Remove additional unneeded tq method conversions 13 years ago
Makefile.am Rename additional instances of KDE to TDE 13 years ago
NValue.cpp Remove additional unneeded tq method conversions 13 years ago
OrgValue.cpp Remove additional unneeded tq method conversions 13 years ago
Param.cpp Finished remaining porting to new TQt API 14 years ago
PhoneNumberValue.cpp
README
RToken.cpp
SoundValue.cpp
SourceParam.cpp rename the following methods: 13 years ago
TelParam.cpp
TelValue.cpp
TextBinParam.cpp
TextBinValue.cpp
TextListValue.cpp Remove additional unneeded tq method conversions 13 years ago
TextParam.cpp
TextValue.cpp
URIValue.cpp rename the following methods: 13 years ago
UTCValue.cpp rename the following methods: 13 years ago
VCard.cpp Remove additional unneeded tq method conversions 13 years ago
VCardEntity.cpp rename the following methods: 13 years ago
Value.cpp
testread.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
testwrite.cpp
vCard-all.cpp

README

libvcard (C) 1999 Rik Hemsley <rik@kde.org>
Written for the KDE project.

This software is licensed under the MIT license.

A vCard 3.0 parser based on the same principles that librmm (from Empath) uses.

It's small and very fast due to parsing and assembly of object being lazy.

There is a base64 codec declared in Enum.h

Feedback welcome.

Rik <rik@kde.org>