summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/impl/doc/doc_lister.cpp
AgeCommit message (Collapse)AuthorFilesLines
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-02-05Implement deletion for the Document and Camera Listezecke1-1/+11
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 docviewalwin1-62/+75
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 selectionalwin1-4/+7
2004-11-10lister modules can insert special widgets.alwin1-1/+40
doc_dirlister will insert a category select widget
2004-08-27-Removal of debug messageszecke1-10/+7
-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 issuesalwin1-18/+22
fixed a crasher in mainwindow
2004-04-21- added DocView modealwin1-0/+148
- fixed a bug in iconview and some small fixes more