summaryrefslogtreecommitdiff
path: root/library/config.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-16Opie X11:zecke1-1/+1
Do not take the local qpeapplication.h but the Opie/X11 version
2005-02-08Remove the debug output of the ConfigCachezecke1-1/+0
2005-02-06Rewrite Trolltechs Cache implementation.zecke1-142/+122
-Update the used timestamp on access -Do not play silly games with ConfigPrivate pointers copying them is enough In write save the old config group and restore it after writing it
2004-12-26Config is now cachedzecke1-0/+195
2004-12-26Merge different read/write/readEntry methods with Qtopia2.1 fromzecke1-67/+164
Trolltech to prepare the ConfigCache merge
2004-12-24Config:zecke1-1/+163
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-24Whitespace changeszecke1-5/+5
2004-04-08Be a bit more picky on config fileszecke1-1/+3
2004-03-01fix includeschicken1-2/+0
2003-08-08Merged branches from BRANCH_1_0eilers1-8/+18
2002-11-26Sharp ROM compatibilty upgrade:sandman1-0/+12
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-11-01Config ignores comment lines now (all lines that start with a '#'). This issandman1-0/+4
necessary to load some pixmap themes from KDE and shouldn't change anything else ('#' not at the beginning of a line are not treated as a comment)
2002-06-07Backing out unintentional merge from TT branch.kergoth1-8/+5
2002-01-25Initial revisionkergoth1-0/+557