summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/imageview.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-24- increased max-thumbnail-sizealwin1-3/+9
- shortcuts for inc/dec brightness - make max thumbnail size as a static so there is one point in code where it is stored and not 4 time over the whole code
2005-03-02fixed some problems in bigscreen mode and when rotatingalwin1-0/+7
2004-11-12- fixed a bug in docview-lister: different files may have same docviewalwin1-0/+2
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-01some menu workingalwin1-1/+1
some debug messages removed tried to remove some interesting effects when switching view mode
2004-10-31all toolbuttons etc. switched to QAction objectsalwin1-1/+6
menu mostly finished
2004-10-30slide show implementedalwin1-0/+6
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-04-23ok, I think I have all tried to reduce flicker in fullscreen when opie-eyealwin1-14/+2
get focus back. But as long I must repaint the fullScreenwidget my self when taskbar comes visible I can not do anymore.
2004-04-22ok. next variant of fullscreen toggeling. It seems, that now within allalwin1-7/+4
circumstances the viewer get fullscreen back and we don't run into an endless loop.
2004-04-22resolved some problems with fullscreen mode.alwin1-2/+24
2004-04-21polish on fullscreen modealwin1-0/+2
2004-04-20some gui stuff - fullscreen now works better on smallscreen, bigscreenalwin1-1/+7
has some more problems...
2004-04-20keys in imageview handled via keyconfig manager againalwin1-3/+5
2004-04-16after hard-testing on real device I hade made some beauty toalwin1-0/+1
the fullscreen mode, now it seems working real fine. Zecke: I think, on real frontend side most work is finish, now we should resolve the problems with iconview and co. And find a faster rotate-algorithm ;)
2004-04-16Implemented fullscreen mode (f-key)alwin1-1/+7
2004-04-15previous/next image keys implementedalwin1-0/+5
ToDo: make it via keywidget, this moment the keywidget sends a key twice (on press and on release)
2004-04-14move base image widgets to lib for usage in other applicationsalwin1-2/+1
2004-04-14mostly all basics donealwin1-2/+1
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-07keys will now be written to config filealwin1-1/+1
all view use the same config object otherwise there will be problems writing a new config
2004-04-07the ImageScrollView wrapped with another class where just thealwin1-0/+40
opie-eye specifics are implemented. So we can move that into the MM lib and use it in other programs.