summaryrefslogtreecommitdiff
path: root/library/config.h
AgeCommit message (Collapse)AuthorFilesLines
2004-12-26Merge different read/write/readEntry methods with Qtopia2.1 fromzecke1-2/+4
Trolltech to prepare the ConfigCache merge
2004-12-24Config:zecke1-17/+16
Merged: void writeEntry( const QString &key, const QStringList &lst) QStringList readListEntry( const QString &key ) const void removeGroup() void removeGroup(const QString&) QStringList allGroups() const Uninlined: const versions of read*Entry bool hasGroup ( const QString &gname )const QStringList groupList ( )const Marked these methods as NOT_IN_QPE, NOT_IN_SHARP, QTOPIA_MERGED_METHOD(version) to make them weak by default and to know which functions needs to be defined for possible SHARP.ROM versions
2004-12-24Remove Bogus white spacezecke1-9/+9
2002-12-31add a QStringList groupList ( ) const method for carsten :)sandman1-0/+1
[inline for Sharp BC]
2002-12-22added a funtion to check the presence of a group in a config file -- if yousandman1-0/+3
setGroup() to a non-existing group this group gets created and the config file is rewritten with an empty group, which is not needed in most cases.
2002-11-26Sharp ROM compatibilty upgrade:sandman1-1/+4
All these functions are needed to get qtmail (from the Sharp ROM) running on Opie - I have even tested qtmail on an iPAQ and it seems to work ..
2002-01-25Initial revisionkergoth1-0/+102