summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/gui/iconview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-02-05Add a special MessageBox to squeeze the path to fit onto the screen.zecke1-8/+5
This is a fix for #1539
2004-11-12- fixed a bug in docview-lister: different files may have same docviewalwin1-24/+40
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-10lister modules can insert special widgets.alwin1-5/+17
doc_dirlister will insert a category select widget
2004-11-07try to improve the icon scalingalwin1-7/+10
2004-11-07fixed up the icon display, imagecache size depends on size of iconsalwin1-11/+27
2004-11-06a lots of tests with the iconview, user can now setup the prefered icon-size,alwin1-36/+137
but still some rewrites/redesigns needed. QIconView(Item) is sometimes horrible. some default-values changed
2004-11-02if wanted the user may search directories recursivalwin1-2/+8
2004-10-31some more settings the user can doalwin1-1/+2
2004-10-30most part of menu implementedalwin1-2/+1
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden
2004-10-30slide show implementedalwin1-2/+92
on next/previous images: if end/begin of list is reached it starts again on begin/end (it was required for slideshow so what ;) zecke: so we have a feature for OPIE 1.1.7 ;)
2004-08-27-Removal of debug messageszecke1-10/+13
-Cleanups of .pro files -Cleanups of source code And finally the long awaited DigiCam (dcim) Backend
2004-07-24Try to get the Keyup Event inside the IconView to not 'move'zecke1-0/+19
forward later. Long Return press triggers autorepeat
2004-05-31- convert qWarning to owarnar1-3/+3
2004-04-21saves the last view used.alwin1-4/+18
2004-04-21some performance issuesalwin1-1/+5
fixed a crasher in mainwindow
2004-04-21- added DocView modealwin1-10/+21
- fixed a bug in iconview and some small fixes more
2004-04-19last iconview mode will be saved and restoredalwin1-21/+24
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-16layout of iconview can switchedalwin1-12/+68
2004-04-16not all buttons will showed in every view, small beautiesalwin1-5/+6
2004-04-15previous/next image keys implementedalwin1-0/+48
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-14-comments on imagezoomerzecke1-4/+16
recalculateGrid Alwin please fill in the blank
2004-04-13First bits of different IconView Viewszecke1-1/+35
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke1-14/+14
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-06Add some documentation and remove qWarningszecke1-3/+42
2004-04-05Make use of OWidgetStackzecke1-20/+41
2004-04-04ok, the first - realy first - working shot of a specialalwin1-1/+7
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-04first shot of an image info widget (this moment encapsulated just in a testalwin1-3/+10
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 patchzecke1-25/+33
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 oftenzecke1-16/+13
-Fix slave not to include <qt></qt> for iconViewName
2004-04-02-Use OConfigzecke1-2/+61
-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....zecke1-1/+4
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 featureszecke1-0/+296
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