summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/iconview.h
AgeCommit message (Collapse)AuthorFilesLines
2004-11-12- fixed a bug in docview-lister: different files may have same docviewalwin1-0/+4
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-10lister modules can insert special widgets.alwin1-0/+2
doc_dirlister will insert a category select widget
2004-11-06a lots of tests with the iconview, user can now setup the prefered icon-size,alwin1-1/+2
but still some rewrites/redesigns needed. QIconView(Item) is sometimes horrible. some default-values changed
2004-11-02if wanted the user may search directories recursivalwin1-0/+1
2004-10-30most part of menu implementedalwin1-1/+1
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden
2004-10-30slide show implementedalwin1-1/+5
on next/previous images: if end/begin of list is reached it starts again on begin/end (it was required for slideshow so what ;) zecke: so we have a feature for OPIE 1.1.7 ;)
2004-07-24Try to get the Keyup Event inside the IconView to not 'move'zecke1-0/+1
forward later. Long Return press triggers autorepeat
2004-04-15previous/next image keys implementedalwin1-0/+6
ToDo: make it via keywidget, this moment the keywidget sends a key twice (on press and on release)
2004-04-14-comments on imagezoomerzecke1-0/+4
recalculateGrid Alwin please fill in the blank
2004-04-13First bits of different IconView Viewszecke1-0/+3
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke1-4/+2
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget
2004-04-05Make use of OWidgetStackzecke1-0/+4
2004-04-02Ah finally the IconView is a bit faster... Still needs a Qt patchzecke1-0/+1
But hey previewing is really useful now. I think it is one of the fastest Image Viewer available for Unix/Windoze...
2004-04-02-Use OConfigzecke1-3/+23
-Use OKeyConfigManager/Widget for Keyboard short cuts
2004-03-22Initial Check in of the Eye Of Zilla. This ImageViewer featureszecke1-0/+59
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