summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/slave
AgeCommit message (Collapse)AuthorFilesLines
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-201/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+201
2004-11-10removed a lot of debug messagesalwin3-13/+4
2004-11-06moved a lot of code to the libraryalwin2-1248/+10
2004-11-01when jpeg image is smaller than requested thumbsize it will not usealwin1-22/+30
scaled loading
2004-10-15split the two config in one file into two config.in files, so the ↵clem1-0/+4
dependencies will be read (so OPIE_EYE_SLAVE is now defined in slave/config.in)
2004-08-27-Removal of debug messageszecke1-0/+2
-Cleanups of .pro files -Cleanups of source code And finally the long awaited DigiCam (dcim) Backend
2004-04-21fixed a possible crasheralwin1-1/+2
2004-04-15added bmp file supportalwin3-2/+201
2004-04-06use OApplicationalwin1-10/+10
2004-04-05initialize kind of file.. it is a staticzecke1-8/+10
2004-04-04thumbnails will respect again the dimension values wished. just when themalwin1-2/+8
seems to be nonsens we will use hard wired 64x64 pix
2004-04-04convert to Opie Debugging Frameworkmickeyl5-30/+43
2004-04-02-Fix realignment of the items but now it updates too oftenzecke3-5/+6
-Fix slave not to include <qt></qt> for iconViewName
2004-04-02ignore case of the extensionzecke1-1/+1
2004-03-23Update....zecke2-2/+11
Start the Slave Add the Iface for OKeyConfigWidget
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 featureszecke14-0/+2511
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