summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/imageview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-11-12- fixed a bug in docview-lister: different files may have same docviewalwin1-1/+14
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-02ok. now we have real working, simple solution how to act with switching ↵alwin1-0/+3
fullscreen when imagewindow is hidden. It is realy impressive what a brain can generate brainf* ideas finding such a solution - I should stop programming on holidays.
2004-11-01some layout workalwin1-2/+4
work on saving default values some fixes
2004-11-01some menu workingalwin1-4/+3
some debug messages removed tried to remove some interesting effects when switching view mode
2004-10-31all toolbuttons etc. switched to QAction objectsalwin1-8/+41
menu mostly finished
2004-10-30most part of menu implementedalwin1-1/+0
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden
2004-10-30slide show implementedalwin1-1/+27
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-10-08Use KeyPressed instead of KeyReleased for the Acceleratorzecke1-4/+10
Key in the Image Display component. This fixes the double 'next' problem when going from the browser to the viewer/display
2004-04-23ok, I think I have all tried to reduce flicker in fullscreen when opie-eyealwin1-12/+18
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-31/+14
circumstances the viewer get fullscreen back and we don't run into an endless loop.
2004-04-22resolved some problems with fullscreen mode.alwin1-8/+33
2004-04-21polish on fullscreen modealwin1-12/+41
2004-04-20some gui stuff - fullscreen now works better on smallscreen, bigscreenalwin1-1/+45
has some more problems...
2004-04-20keys in imageview handled via keyconfig manager againalwin1-16/+18
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-7/+4
2004-04-16not all buttons will showed in every view, small beautiesalwin1-0/+2
2004-04-15previous/next image keys implementedalwin1-0/+25
ToDo: make it via keywidget, this moment the keywidget sends a key twice (on press and on release)
2004-04-14mostly all basics donealwin1-2/+1
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke1-11/+11
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-7/+13
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/+55
opie-eye specifics are implemented. So we can move that into the MM lib and use it in other programs.