Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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
|
|
-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
|
|
Make use of the newly added qpeglobal.h to kill custom versions of
similiar macros
|