summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/impl
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29Each file in this commit exhibits a problem where a variable is made inerik1-7/+4
some way but never used. This is a tricky problem with Qt since almost all UI forms are made but not used (like QLabel). But I am pretty confident that these changes are correct and do not have any aspect of a change to the UI. In most cases, there are just variables that are made and then copied over (like in iteration over lists or assignment of pointers based on conditionals).
2005-03-21variable declared as slot - fixed.alwin1-2/+2
visibility changed from private to protected
2005-03-07docLnk->isValid returns if the .doclnk file existsalwin1-1/+2
so its sensless here - we want the check if the real file exists.
2005-03-06Fix bug 1600: Removing . from directory listingskyhusker1-1/+4
2005-02-05Implement deletion for the Document and Camera Listezecke2-2/+12
This should fix 1540
2004-11-14disabled code which makes problems on Zalwin1-0/+7
2004-11-12- fixed a bug in docview-lister: different files may have same docviewalwin2-65/+80
name. So mapping filenames to docname isn't usefull. - when opie-eye is started from doctab closing the imagewindow closes the application - when a doc-link is changed while opie-eye is running it get the changes, too.
2004-11-11removed some useless codealwin1-3/+0
2004-11-11speed up cat selectionalwin2-4/+11
2004-11-10lister modules can insert special widgets.alwin8-3/+69
doc_dirlister will insert a category select widget
2004-11-02setup dlg into extra files - its a little bit cleaneralwin4-40/+77
2004-11-02if wanted the user may search directories recursivalwin5-28/+85
2004-11-01some layout workalwin1-2/+10
work on saving default values some fixes
2004-08-27-Removal of debug messageszecke14-26/+390
-Cleanups of .pro files -Cleanups of source code And finally the long awaited DigiCam (dcim) Backend
2004-04-22ok, checking for valid link isn't a good idea..alwin1-1/+1
2004-04-21only adds valid doc-links to listalwin1-1/+1
2004-04-21some performance issuesalwin2-19/+22
fixed a crasher in mainwindow
2004-04-21- added DocView modealwin9-3/+331
- fixed a bug in iconview and some small fixes more
2004-04-15added bmp supportalwin1-0/+1
2004-04-04convert to Opie Debugging Frameworkmickeyl2-8/+14
2004-03-22Initial Check in of the Eye Of Zilla. This ImageViewer featureszecke7-0/+270
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