summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23ok, I think I have all tried to reduce flicker in fullscreen when opie-eyealwin4-44/+27
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 allalwin3-40/+19
circumstances the viewer get fullscreen back and we don't run into an endless loop.
2004-04-22resolved some problems with fullscreen mode.alwin4-14/+62
2004-04-21saves the last view used.alwin1-4/+18
2004-04-21some performance issuesalwin2-1/+6
fixed a crasher in mainwindow
2004-04-21- added DocView modealwin2-11/+23
- fixed a bug in iconview and some small fixes more
2004-04-21polish on fullscreen modealwin3-13/+49
2004-04-20some gui stuff - fullscreen now works better on smallscreen, bigscreenalwin4-17/+105
has some more problems...
2004-04-20keys in imageview handled via keyconfig manager againalwin4-25/+38
2004-04-19last iconview mode will be saved and restoredalwin4-25/+30
2004-04-19re-enabled the cache as designed.alwin1-10/+16
for that, pixcache has now a method setting the size of cache (parameter count of pix) and it will switched between the different views. setPixmap is overloaded that way, that we don't store the pix inside the item but calling calcRect which is accessing the cached pixmap. voila. Zecke: Should we make a configure item where users can setup how much pix-previews should cache? Should we setup a thumbnail cache like .xvpics?
2004-04-16after hard-testing on real device I hade made some beauty toalwin4-2/+19
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)alwin4-8/+38
2004-04-16the home directory will inside the pathlisting, too.alwin1-1/+9
2004-04-16layout of iconview can switchedalwin2-30/+91
2004-04-16use setAutoScaleRotate of the imagedisplayalwin1-2/+5
2004-04-16not all buttons will showed in every view, small beautiesalwin4-15/+45
2004-04-15previous/next image keys implementedalwin5-0/+86
ToDo: make it via keywidget, this moment the keywidget sends a key twice (on press and on release)
2004-04-14fixed an include - sorry.alwin1-1/+1
2004-04-14move base image widgets to lib for usage in other applicationsalwin3-683/+1
2004-04-14mostly all basics donealwin6-93/+195
2004-04-14-comments on imagezoomerzecke4-8/+47
recalculateGrid Alwin please fill in the blank
2004-04-14Alwin thank you for beeing nice (#ifdef 0 #endif ) next time completely revertzecke3-5/+51
just to piss me off :) Anyway now add the first version of the view button
2004-04-14jpegs will be loaded scaled if needed for a faster preview loadingalwin2-6/+83
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 Viewszecke3-1/+43
2004-04-13zoomer widget better integrated, size of it depends on the size of the ↵alwin4-9/+56
displayed image, may switched off by user and so on.
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke7-51/+47
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget
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