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
samelian 0ba4e3c0a4
[kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions
14 years ago
..
include Revert automated changes 14 years ago
AdrParam.cpp Revert automated changes 14 years ago
AdrValue.cpp Trinity Qt initial conversion 14 years ago
AgentParam.cpp Trinity Qt initial conversion 14 years ago
AgentValue.cpp Trinity Qt initial conversion 14 years ago
CMakeLists.txt [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions 14 years ago
ClassValue.cpp Trinity Qt initial conversion 14 years ago
ContentLine.cpp Revert automated changes 14 years ago
DateParam.cpp Trinity Qt initial conversion 14 years ago
DateValue.cpp Revert automated changes 14 years ago
EmailParam.cpp Trinity Qt initial conversion 14 years ago
Entity.cpp Trinity Qt initial conversion 14 years ago
Enum.cpp Trinity Qt initial conversion 14 years ago
FloatValue.cpp Trinity Qt initial conversion 14 years ago
GeoValue.cpp Revert automated changes 14 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 Trinity Qt initial conversion 14 years ago
Makefile.am kdelibs update to Trinity v3.5.11 15 years ago
NValue.cpp Trinity Qt initial conversion 14 years ago
OrgValue.cpp Trinity Qt initial conversion 14 years ago
Param.cpp Trinity Qt initial conversion 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 Revert automated changes 14 years ago
SoundValue.cpp Trinity Qt initial conversion 14 years ago
SourceParam.cpp Revert automated changes 14 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 Trinity Qt initial conversion 14 years ago
TextParam.cpp Trinity Qt initial conversion 14 years ago
TextValue.cpp Trinity Qt initial conversion 14 years ago
URIValue.cpp Revert automated changes 14 years ago
UTCValue.cpp Revert automated changes 14 years ago
VCard.cpp Revert automated changes 14 years ago
VCardEntity.cpp Revert automated changes 14 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>