summaryrefslogtreecommitdiff
path: root/library/qpeglobal.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-25Trivial fix:zecke1-0/+2
OS_UNIX et al is defined in qglobal.h so when including qpeglobal.h before most Qt headers the defines in qpeglobal are not valid. For example the QCOM instantiate method could not be exported properly due this. At least opie-eye when built with OpenEmbedded suffered this problem.
2004-12-24Config:zecke1-0/+3
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-20Restore Files:zecke1-4/+37
-QWSDecoration scaling fixes by mickeyl -Readd macros for DEPRECATED and VISIBILITY -Move out showWidget and execDialog to widget_sowing.cpp -QPE_EXPORT_SYMBOL for Q_EXPORT_INTERFACE -Deprecated for FileSelector, QPEMenubar and Toolbar
2004-10-15-Add a QPEGLOBAL that adds define for 'weak', 'used' and unused symbolszecke1-0/+55
Make use of the newly added qpeglobal.h to kill custom versions of similiar macros