summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/impl/dcim
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-02-05Implement deletion for the Document and Camera Listezecke1-1/+1
This should fix 1540
2004-11-10lister modules can insert special widgets.alwin2-1/+6
doc_dirlister will insert a category select widget
2004-08-27-Removal of debug messageszecke7-0/+360
-Cleanups of .pro files -Cleanups of source code And finally the long awaited DigiCam (dcim) Backend