summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/lib
AgeCommit message (Collapse)AuthorFilesLines
2004-08-27The usual forgotten filezecke1-0/+8
so here it is
2004-08-27-Removal of debug messageszecke2-5/+31
-Cleanups of .pro files -Cleanups of source code And finally the long awaited DigiCam (dcim) Backend
2004-04-19re-enabled the cache as designed.alwin2-0/+11
for that, pixcache has now a method setting the size of cache (parameter count of pix) and it will switched between the different views. setPixmap is overloaded that way, that we don't store the pix inside the item but calling calcRect which is accessing the cached pixmap. voila. Zecke: Should we make a configure item where users can setup how much pix-previews should cache? Should we setup a thumbnail cache like .xvpics?
2004-04-14move base image widgets to lib for usage in other applicationsalwin2-374/+0
2004-04-14mostly all basics donealwin2-5/+26
2004-04-14-comments on imagezoomerzecke1-0/+9
recalculateGrid Alwin please fill in the blank
2004-04-08Add API comments so we can now move it to OpieMMzecke2-8/+166
2004-04-07First version of the zoomer placement still needs some work thoughzecke1-5/+9
2004-04-07Add the ImageZoomer now alwin connect some signals and slotszecke2-0/+182
2004-04-04convert to Opie Debugging Frameworkmickeyl1-4/+8
2004-03-23Fix communication. It seems like QPixmap and QDataStreamzecke1-1/+6
do not mix well if the QPixmap is not valid.. invalidate image requests if we change the dir
2004-03-22Initial Check in of the Eye Of Zilla. This ImageViewer featureszecke5-0/+346
Image Infos, EXIF, Jpeg,Png,Gif support. It supports scaled loading of Jpegs. an smart image cache.... GUI needs some work and we need to find a bug in QCOP as well. TODO: Add Image Service for example Mailer Add ImageCanvas/Zoomer/Display