Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
My QPEApplication does not have a public copy constructor. so we simply
avoid using it by creation the application directly.
|
|
-disable the "fuege alle libs auf verdacht hinzu" hack and hope we will
identify the root cause.
-do not redefine cxa_... on Mac. At least the the Apple Linker is not happy
with having that symbol defined twice.
-well DYLD_BOOL could not be casted to bool. changing it to bool works
-opiecore.pro use the same test as in include.pro to see if we build on linux
|
|
- now on =>480 screen.width it will use "default_fontsize" - 2 size
on smaller screen devices behavior is not changed
- close bug #1695
|
|
|
|
|
|
|
|
it to 'Transformed' when launching rotated apps.
Patch courtesy Manuel Teira
|
|
pics/pcmcia
|
|
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.
|