Age | Commit message (Collapse) | Author | Files | Lines |
|
one point in the code and then not checked in another point in the code.
If it needed to be checked once, it needs to be checked the other time. If not
the application could segfault.
|
|
all of them are minor and should not effect properly running code. But if I
were you I would give libstocks and the stockticker plugin in Today a wide
berth. That library is atrocious.
|
|
|
|
class variable.
|
|
mismatch correction. None are serious, but all would have been improperly
mislinked in the inheritance hierarchy if attempted to be used.
|
|
'New Category' entry is still in local application scope. This means that
the 'New Category' entry is in the wrong scope and all hell breaks loose.
Actually the user will probably get confused that the category they are
wanting to change is not in the right scope.
FIX: Check to see that the global checkbox is checked before trying to
add the new category.
NOTE: This patch was originally submitted by Paul Eggleton (Blue Lightning).
Thanks for the fix!
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|