summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/mainwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-05-12- convert qDebug to odebugar1-1/+1
2004-04-23ok, I think I have all tried to reduce flicker in fullscreen when opie-eyealwin1-17/+7
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-2/+1
circumstances the viewer get fullscreen back and we don't run into an endless loop.
2004-04-22resolved some problems with fullscreen mode.alwin1-3/+3
2004-04-21some performance issuesalwin1-0/+1
fixed a crasher in mainwindow
2004-04-21- added DocView modealwin1-1/+2
- fixed a bug in iconview and some small fixes more
2004-04-21polish on fullscreen modealwin1-1/+6
2004-04-20some gui stuff - fullscreen now works better on smallscreen, bigscreenalwin1-14/+49
has some more problems...
2004-04-20keys in imageview handled via keyconfig manager againalwin1-5/+13
2004-04-19last iconview mode will be saved and restoredalwin1-1/+3
2004-04-16after hard-testing on real device I hade made some beauty toalwin1-1/+16
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/+26
2004-04-16layout of iconview can switchedalwin1-18/+23
2004-04-16use setAutoScaleRotate of the imagedisplayalwin1-2/+5
2004-04-16not all buttons will showed in every view, small beautiesalwin1-8/+35
2004-04-15previous/next image keys implementedalwin1-0/+2
ToDo: make it via keywidget, this moment the keywidget sends a key twice (on press and on release)
2004-04-14mostly all basics donealwin1-1/+1
2004-04-14Alwin thank you for beeing nice (#ifdef 0 #endif ) next time completely revertzecke1-5/+4
just to piss me off :) Anyway now add the first version of the view button
2004-04-14in BigScreen mode the imagedisplay will get a minimum size half of the screenalwin1-4/+19
Zecke: I had to deactivate your viewbuttons 'cause you forgot to add the files for it ;)
2004-04-13First bits of different IconView Viewszecke1-0/+5
2004-04-13zoomer widget better integrated, size of it depends on the size of the ↵alwin1-0/+15
displayed image, may switched off by user and so on.
2004-04-07Implement setDocument so now we could start replacing showimgzecke1-0/+10
2004-04-07keys will now be written to config filealwin1-1/+5
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-3/+10
opie-eye specifics are implemented. So we can move that into the MM lib and use it in other programs.
2004-04-06added keyboard handler for info windowalwin1-6/+10
2004-04-05yeah - autoresize and autoscale now have toggle-buttons and the image displayalwin1-1/+40
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-9/+100
2004-04-02-Fix realignment of the items but now it updates too oftenzecke1-1/+1
-Fix slave not to include <qt></qt> for iconViewName
2004-04-02-Use OConfigzecke1-20/+44
-Use OKeyConfigManager/Widget for Keyboard short cuts
2004-03-23Update....zecke1-4/+4
Start the Slave Add the Iface for OKeyConfigWidget
2004-03-22Initial Check in of the Eye Of Zilla. This ImageViewer featureszecke1-0/+114
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