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 3b1405169d
Additional renaming of kde to tde
13 years ago
..
include Additional renaming of kde to tde 13 years ago
AdrParam.cpp rename the following methods: 13 years ago
AdrValue.cpp Allow kdelibs to function correctly with TQt for Qt4 13 years ago
AgentParam.cpp Trinity Qt initial conversion 14 years ago
AgentValue.cpp Trinity Qt initial conversion 14 years ago
CMakeLists.txt Additional kde to tde renaming 13 years ago
ClassValue.cpp Trinity Qt initial conversion 14 years ago
ContentLine.cpp rename the following methods: 13 years ago
DateParam.cpp Trinity Qt initial conversion 14 years ago
DateValue.cpp rename the following methods: 13 years ago
EmailParam.cpp Trinity Qt initial conversion 14 years ago
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 Trinity Qt initial conversion 14 years ago
GeoValue.cpp rename the following methods: 13 years ago
ImageParam.cpp Trinity Qt initial conversion 14 years ago
ImageValue.cpp Trinity Qt initial conversion 14 years ago
ImgValue.cpp Trinity Qt initial conversion 14 years ago
LangValue.cpp Allow kdelibs to function correctly with TQt for Qt4 13 years ago
Makefile.am Rename additional instances of KDE to TDE 13 years ago
NValue.cpp Allow kdelibs to function correctly with TQt for Qt4 13 years ago
OrgValue.cpp Allow kdelibs to function correctly with TQt for Qt4 13 years ago
Param.cpp Finished remaining porting to new TQt API 14 years ago
PhoneNumberValue.cpp Trinity Qt initial conversion 14 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
RToken.cpp Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
SoundValue.cpp Trinity Qt initial conversion 14 years ago
SourceParam.cpp rename the following methods: 13 years ago
TelParam.cpp Trinity Qt initial conversion 14 years ago
TelValue.cpp Trinity Qt initial conversion 14 years ago
TextBinParam.cpp Trinity Qt initial conversion 14 years ago
TextBinValue.cpp Trinity Qt initial conversion 14 years ago
TextListValue.cpp Allow kdelibs to function correctly with TQt for Qt4 13 years ago
TextParam.cpp Trinity Qt initial conversion 14 years ago
TextValue.cpp Trinity Qt initial conversion 14 years ago
URIValue.cpp rename the following methods: 13 years ago
UTCValue.cpp rename the following methods: 13 years ago
VCard.cpp rename the following methods: 13 years ago
VCardEntity.cpp rename the following methods: 13 years ago
Value.cpp Trinity Qt initial conversion 14 years ago
testread.cpp Trinity Qt initial conversion 14 years ago
testwrite.cpp Trinity Qt initial conversion 14 years ago
vCard-all.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

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>