summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-5/+5
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.
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-13/+17
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.
2007-01-19Every file in this commit has a change to check the return value of a call.erik1-32/+31
2007-01-19Commit of Paul's patch to remove a macro and substitute it with aerik3-12/+15
class variable.
2007-01-10All of the files in this commit have an inheritance member functionerik2-8/+8
mismatch correction. None are serious, but all would have been improperly mislinked in the inheritance hierarchy if attempted to be used.
2007-01-10BUG: If the global category is checked in the category dialog theerik1-3/+6
'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!
2006-07-17supply default argumentsllornkcor1-21/+11
2006-07-09initial commit to add video4linux camera app from qtopia 2, needs more workllornkcor9-111/+683
2006-06-01we're post 1.2.2 nowmickeyl1-1/+1
2006-05-25prepare for 1.2.2mickeyl1-2/+2
2006-05-13introduce integer version code OPIE_VERSIONmickeyl1-0/+1
2005-10-04libqpe:zecke1-1/+1
My QPEApplication does not have a public copy constructor. so we simply avoid using it by creation the application directly.
2005-09-27Mac OS X compile fixes:zecke2-2/+2
-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
2005-09-12libqpe/datebookmonth selector use too small fontsize on VGA screen.hrw1-1/+8
- now on =>480 screen.width it will use "default_fontsize" - 2 size on smaller screen devices behavior is not changed - close bug #1695
2005-09-11Opie 1.2.1mickeyl1-1/+1
2005-08-25revert last change which made dialogs appear as small windows on 240x320 modelsmickeyl1-5/+5
2005-08-09default should be maximizedllornkcor1-5/+5
2005-06-26get the default gfx driver from QWS_DISPLAY instead of hardcodingmickeyl3-4/+12
it to 'Transformed' when launching rotated apps. Patch courtesy Manuel Teira
2005-06-24make pcmcia.png an inline picture and remove it from pics/cardmon and ↵mickeyl1-2/+80
pics/pcmcia
2005-05-09Inline Pictures and Resources:zecke2-0/+12
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...
2005-05-03updatemickeyl1-75/+93
2005-04-19fix windowing on c7x0 - patch from OEmickeyl1-1/+1
2005-04-16Opie X11:zecke2-2/+2
Do not take the local qpeapplication.h but the Opie/X11 version
2005-04-14Fix icon sizing for light and qpe stylesdrw2-15/+23
2005-04-04Speed up start times of applications:zecke2-13/+33
-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
2005-03-31this is 1.2.0-snapshot nowmickeyl1-1/+1
2005-03-25approaching 1.2.0 ...mickeyl1-1/+1
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.
2005-03-20made monthview colors a little bit darker so them will visible on brightalwin1-4/+7
displays
2005-03-20last stuff before 1.2:alwin1-7/+18
when day has a holiday-fake-event and not other allday-event it will paint green.
2005-03-12-Fix compiler warning about a unused variable (nomax)zecke1-0/+1
-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)
2005-03-10- implement nomax.patch from openembeddedar2-3/+9
2005-03-07when copying a file to another storage it checks if the target-diralwin1-2/+40
(eg <storage>/Documents/<mime>/<mimesub>) exists and create it otherwise.
2005-03-07yes - scsi storage may be removeable devices!alwin1-2/+3
2005-03-06The mainwidget could be deleted before the qpeapplication will be destructed orzecke1-1/+4
the event loop will be left. Use a QGuardedPtr to not save widget coordinates on a not anymore existing mainwidget
2005-03-03added device names for 2.6 kernelalwin1-2/+3
2005-02-24.png will be appened and this way we force Resource to parse allzecke1-2/+2
AppLnks Stop that and improve speed and memory consumption
2005-02-23Fix crappy indenting on the methods I'm about to touch. Even TT fixed it...zecke1-41/+43
2005-02-22Instead of having the same method four time with different name and image to ↵zecke1-40/+15
load we now have a define. This makes it more easy to change the handling of builtin decoration image
2005-02-22-Request Image Type extensions (e.g jpg, png, JPEG, PNG, tiff) fromzecke1-10/+39
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
2005-02-22Do not scale the buttons in the decoration over and over again.zecke1-4/+4
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
2005-02-22No special (2nd) lookup for the inline pictures. This saves additional seeks.zecke1-7/+0
people not having defined LIBQPE_... will not notice a different as we still default to inline pictures
2005-02-22Remove overriding of inline pictures. We now can easily disable compilationzecke1-27/+12
of compiled in icons
2005-02-19Correct the placement of the exportationzecke1-1/+1
2005-02-19back out an unintentionally commited changemickeyl1-11/+0
2005-02-19make inline image support optionalmickeyl1-5/+29
2005-02-08Remove the debug output of the ConfigCachezecke1-1/+0
2005-02-08-Kill the need to compile Opie against a patched version of Qt/Ezecke5-246/+0
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
2005-02-06Rewrite Trolltechs Cache implementation.zecke1-142/+122
-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
2005-02-021.1.9 is so much yesterday... unbelievablemickeyl1-1/+1