summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/mainwindow.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-24- increased max-thumbnail-sizealwin1-1/+2
- 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-22-fixed some strange display bugs depending of switch to qte 2.3.10alwin1-1/+4
-inserted the missed (and asked for) feature setting a display brightness on the fly. Known Bugs left: When starting with setting a document the image will not displayed if too large. It is since switch to qte 2.3.10 eg. seems to be a timing problem when loading cost too much time. I have no idea how to fix it this moment.
2005-03-05prepare for toggle of display mode of the different viewsalwin1-2/+4
2004-11-12- fixed a bug in docview-lister: different files may have same docviewalwin1-0/+3
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-07when last view state was fullscreen and user tabbed on an image thealwin1-0/+1
imagedisplay was behind the application gui 'cause gui was painted after the imagewindow. So now opie-eye starts a short timer in setDocument when first start checking the visibility of imagewindow.
2004-11-01some layout workalwin1-4/+3
work on saving default values some fixes
2004-11-01some menu workingalwin1-1/+3
some debug messages removed tried to remove some interesting effects when switching view mode
2004-10-31all toolbuttons etc. switched to QAction objectsalwin1-6/+15
menu mostly finished
2004-10-30most part of menu implementedalwin1-1/+19
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden
2004-04-23ok, I think I have all tried to reduce flicker in fullscreen when opie-eyealwin1-1/+0
get focus back. But as long I must repaint the fullScreenwidget my self when taskbar comes visible I can not do anymore.
2004-04-22resolved some problems with fullscreen mode.alwin1-1/+2
2004-04-20some gui stuff - fullscreen now works better on smallscreen, bigscreenalwin1-1/+4
has some more problems...
2004-04-20keys in imageview handled via keyconfig manager againalwin1-1/+2
2004-04-16after hard-testing on real device I hade made some beauty toalwin1-1/+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-0/+1
2004-04-16not all buttons will showed in every view, small beautiesalwin1-2/+2
2004-04-14mostly all basics donealwin1-1/+2
2004-04-13zoomer widget better integrated, size of it depends on the size of the ↵alwin1-0/+2
displayed image, may switched off by user and so on.
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke1-1/+3
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget
2004-04-07Implement setDocument so now we could start replacing showimgzecke1-0/+1
2004-04-07the ImageScrollView wrapped with another class where just thealwin1-2/+2
opie-eye specifics are implemented. So we can move that into the MM lib and use it in other programs.
2004-04-05yeah - autoresize and autoscale now have toggle-buttons and the image displayalwin1-0/+5
respect these buttons ToDo: find a good way for prescaled loading of images if autoScale is on (in respect to autorotate and so on)
2004-04-05Make use of OWidgetStackzecke1-0/+24
2004-04-02-Use OConfigzecke1-2/+11
-Use OKeyConfigManager/Widget for Keyboard short cuts
2004-03-22Initial Check in of the Eye Of Zilla. This ImageViewer featureszecke1-0/+29
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