Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-04-04 | Speed up start times of applications: | zecke | 1 | -12/+23 |
-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-02-22 | -Request Image Type extensions (e.g jpg, png, JPEG, PNG, tiff) from | zecke | 1 | -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-22 | No special (2nd) lookup for the inline pictures. This saves additional seeks. | zecke | 1 | -7/+0 |
people not having defined LIBQPE_... will not notice a different as we still default to inline pictures | ||||
2005-02-22 | Remove overriding of inline pictures. We now can easily disable compilation | zecke | 1 | -27/+12 |
of compiled in icons | ||||
2005-02-19 | back out an unintentionally commited change | mickeyl | 1 | -11/+0 |
2005-02-19 | make inline image support optional | mickeyl | 1 | -5/+29 |
2005-01-09 | applnk : lazy loading of mime type icons (load only when needed) | wimpie | 1 | -4/+9 |
resource.cpp : print warning when requested image cannot be found and print the name of that image too | ||||
2004-12-30 | Remove the 'namespacing' of global and app icons in the PixmapCache | zecke | 1 | -29/+4 |
as it didn't utilize the embedded pixmaps anymore. Revert of the last commit | ||||
2004-12-26 | Merge the way we insert Images into the PixmapCache | zecke | 1 | -4/+29 |
2004-03-01 | fix includes | chicken | 1 | -3/+0 |
2004-02-18 | Commit the patch to allow overwriting the inline image | zecke | 1 | -7/+22 |
2003-04-23 | Better remove it once and for all... ( debug message ) | zecke | 1 | -2/+0 |
2003-04-22 | remove qdebug | llornkcor | 1 | -1/+2 |
2002-12-10 | added a little debug output to the image loading routine to aid in finding | sandman | 1 | -0/+2 |
application startup time problems | ||||
2002-10-15 | Actually most of them are -+ cause I opened them in xemacs.. | zecke | 1 | -1/+1 |
The main goal is to replace some header names to let them be overwritten by external once so "qpeapplication.h" is now <qpe/qpeapplication.h> I'll check if it's building on non Qt2/X11 systems... | ||||
2002-09-24 | Better workaround for the "ignoring inline" gcc bug, since editing the | sandman | 1 | -0/+6 |
generated inlinepics_p.h makes no sense after all | ||||
2002-09-10 | Qtopia1-6 merge | zecke | 1 | -27/+98 |
still to test bic changes to be resolved more changes to be made? | ||||
2002-05-16 | Some ole docu and search for jpgs too in Resource PNG, JPG, XPM | zecke | 1 | -2/+6 |
2002-01-25 | Initial revision | kergoth | 1 | -0/+136 |