summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
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
2005-02-02prepare for next versionmickeyl1-1/+1
2005-01-21- make opie compilable against qte 2.3.10 snapshotar5-11/+11
check QT_VERSION against 0x030000 instead of 300
2005-01-09applnk : lazy loading of mime type icons (load only when needed)wimpie2-53/+90
resource.cpp : print warning when requested image cannot be found and print the name of that image too
2005-01-04Changed VERSION string in controlwimpie4-4/+4
2005-01-02Add the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd ↵mickeyl1-0/+13
party apps against our headers
2004-12-30Remove the 'namespacing' of global and app icons in the PixmapCachezecke1-29/+4
as it didn't utilize the embedded pixmaps anymore. Revert of the last commit
2004-12-271.1.8-snapshot nowmickeyl1-1/+1
2004-12-271.1.8mickeyl1-1/+1
2004-12-26QWidget *wid = 0;zecke1-4/+8
delete wid; is legal c++ code. So make sure when freeing we obey c++ but take into account that free(NULL) is not legal.
2004-12-26Merge the way we insert Images into the PixmapCachezecke1-4/+29