summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/imagescrollview.h
AgeCommit message (Collapse)AuthorFilesLines
2004-04-14move base image widgets to lib for usage in other applicationsalwin1-95/+0
2004-04-14mostly all basics donealwin1-24/+41
2004-04-14jpegs will be loaded scaled if needed for a faster preview loadingalwin1-0/+3
2004-04-13zoomer widget better integrated, size of it depends on the size of the ↵alwin1-0/+4
displayed image, may switched off by user and so on.
2004-04-07First version of the zoomer placement still needs some work thoughzecke1-0/+7
2004-04-07speed up painting a lot - drawing QImage seems to be a real bad idea.alwin1-0/+2
Painting QPixmap instead.
2004-04-06fixed mousescroll handling so users kann move image with mouse/penalwin1-19/+9
implement key handler for arrow keys
2004-04-06saves the last loaded image name so will somewhat fasteralwin1-1/+1
2004-04-05yeah - autoresize and autoscale now have toggle-buttons and the image displayalwin1-0/+4
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/+6
2004-04-05integrated first implementation of rotation/scalingalwin1-2/+21
2004-04-05ok, found the problem with moving the image via pen/mousealwin1-2/+2
2004-04-04ok, the first - realy first - working shot of a specialalwin1-0/+43
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.