summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui
AgeCommit message (Collapse)AuthorFilesLines
2004-04-07Enter folders on Returnzecke1-1/+2
2004-04-07Implement setDocument so now we could start replacing showimgzecke2-0/+11
2004-04-07First version of the zoomer placement still needs some work thoughzecke2-2/+43
2004-04-07speed up painting a lot - drawing QImage seems to be a real bad idea.alwin2-11/+21
Painting QPixmap instead.
2004-04-07keys will now be written to config filealwin5-18/+31
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 thealwin5-6/+107
opie-eye specifics are implemented. So we can move that into the MM lib and use it in other programs.
2004-04-06fixed mousescroll handling so users kann move image with mouse/penalwin2-49/+60
implement key handler for arrow keys
2004-04-06made methods virtual, implement a sig_return signalalwin2-4/+5
2004-04-06added keyboard handler for info windowalwin3-11/+85
2004-04-06saves the last loaded image name so will somewhat fasteralwin2-5/+10
2004-04-06Add some documentation and remove qWarningszecke1-3/+42
2004-04-05yeah - autoresize and autoscale now have toggle-buttons and the image displayalwin4-11/+95
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 OWidgetStackzecke8-36/+237
2004-04-05integrated first implementation of rotation/scalingalwin2-9/+199
2004-04-05ok, found the problem with moving the image via pen/mousealwin2-9/+17
2004-04-04ok, the first - realy first - working shot of a specialalwin3-1/+147
ImageScrollView. But the most important things are working now and can be used. Todo: - check on a pda(!) doublebuffering (bitBlt) - may be it will paint faster - implemented mouseEvents seems not working good, its just a first try.
2004-04-04Update todozecke1-5/+5
use owarn right
2004-04-04resizing when getting larger thumbnails worksalwin1-11/+24
default thumbnail for that is 128 pix instead of 64
2004-04-04first shot of an image info widget (this moment encapsulated just in a testalwin3-3/+172
dlg which will removed later)
2004-04-03- remove qWarningzecke1-7/+7
- pixmaps for the keyboard actions
2004-04-02Ah finally the IconView is a bit faster... Still needs a Qt patchzecke2-25/+34
But hey previewing is really useful now. I think it is one of the fastest Image Viewer available for Unix/Windoze...
2004-04-02-Fix realignment of the items but now it updates too oftenzecke2-17/+14
-Fix slave not to include <qt></qt> for iconViewName
2004-04-02-Use OConfigzecke4-27/+139
-Use OKeyConfigManager/Widget for Keyboard short cuts
2004-03-28ReEnable the ImageInfo as Text even if it is wrong.. at least we see it :)zecke1-1/+2
phunk_view.pro add quick-app to the config
2004-03-25some workarounds so the dirview displays the icons a little bit betteralwin1-3/+18
2004-03-23Update....zecke2-5/+8
Start the Slave Add the Iface for OKeyConfigWidget
2004-03-23Fix communication. It seems like QPixmap and QDataStreamzecke1-1/+5
do not mix well if the QPixmap is not valid.. invalidate image requests if we change the dir
2004-03-22Initial Check in of the Eye Of Zilla. This ImageViewer featureszecke7-0/+593
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