summaryrefslogtreecommitdiff
path: root/library/resource.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-04Speed up start times of applications:zecke1-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) 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-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-19back out an unintentionally commited changemickeyl1-11/+0
2005-02-19make inline image support optionalmickeyl1-5/+29
2005-01-09applnk : lazy loading of mime type icons (load only when needed)wimpie1-4/+9
resource.cpp : print warning when requested image cannot be found and print the name of that image too
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-26Merge the way we insert Images into the PixmapCachezecke1-4/+29
2004-03-01fix includeschicken1-3/+0
2004-02-18Commit the patch to allow overwriting the inline imagezecke1-7/+22
2003-04-23Better remove it once and for all... ( debug message )zecke1-2/+0
2003-04-22remove qdebugllornkcor1-1/+2
2002-12-10added a little debug output to the image loading routine to aid in findingsandman1-0/+2
application startup time problems
2002-10-15Actually most of them are -+ cause I opened them in xemacs..zecke1-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-24Better workaround for the "ignoring inline" gcc bug, since editing thesandman1-0/+6
generated inlinepics_p.h makes no sense after all
2002-09-10Qtopia1-6 mergezecke1-27/+98
still to test bic changes to be resolved more changes to be made?
2002-05-16Some ole docu and search for jpgs too in Resource PNG, JPG, XPMzecke1-2/+6
2002-01-25Initial revisionkergoth1-0/+136