Age | Commit message (Collapse) | Author | Files | Lines |
|
I hate how the 'compability' inline methods produce nothing but problems...
Do not expose the bool in the header file, this should help alwin...
Most of the time the method is not inlined anyway so not having this bool
accessible outside libqpe is good enough...
|
|
|
|
|
|
Do not take the local qpeapplication.h but the Opie/X11 version
|
|
|
|
-Do not load MimeType when using Resource::loadIconSet
we introduce a global boolean (like TT)
What is bad: The boolean is visible outside of libqpe and
we've that extern in the header...
On the former we can use visibility attributes soon
|
|
|
|
|
|
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.
|
|
displays
|
|
when day has a holiday-fake-event and not other allday-event it will paint
green.
|
|
-The code seems to be twisted, and needs to be done the other way
around (I will probably reconsider that statement with enough sleep tomorrow)
|
|
|
|
(eg <storage>/Documents/<mime>/<mimesub>) exists and create it otherwise.
|
|
|
|
the event loop will be left.
Use a QGuardedPtr to not save widget coordinates on a not anymore existing
mainwidget
|
|
|
|
AppLnks
Stop that and improve speed and memory consumption
|
|
|
|
load
we now have a define.
This makes it more easy to change the handling of builtin decoration image
|
|
MimeType only once (we need to see when and where to invalidate it)
-Create a method for it to parse it once and clean up at the end
|
|
The logic was if the requested size is not the size of the pixmap
load and scale it to the right size. The problem was the scaleButton method
was changed to not scale the pixmap (to avoid bluring al will kill me for that)
if the delta of the sizes was <= 4.
We now do not try to scale if the delta is <= 4
|
|
people not having defined LIBQPE_... will not notice a different as we still
default to inline pictures
|
|
of compiled in icons
|
|
|
|
|
|
|
|
|
|
Remove the setStyle and setFont overrides
as a result remove settings from the buildsystem and the Apperance GUI
We do this as we won't run NeoCal or TKC Apps on a GCC3 (now default compiler)
libqpe, to run these applications one can use oz-compat
|
|
-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
|
|
|
|
|
|
check QT_VERSION against 0x030000 instead of 300
|
|
resource.cpp : print warning when requested image cannot be found
and print the name of that image too
|
|
|
|
party apps against our headers
|
|
as it didn't utilize the embedded pixmaps anymore.
Revert of the last commit
|
|
|
|
|
|
delete wid;
is legal c++ code.
So make sure when freeing we obey c++ but take into
account that free(NULL) is not legal.
|
|
|
|
|
|
Trolltech to prepare the ConfigCache merge
|
|
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
|
|
|
|
|
|
anything other than sed!
Merry Christmas!
|
|
|
|
-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
|
|
robust against unexpected typos..
|