summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-19last iconview mode will be saved and restoredalwin4-25/+30
2004-04-19re-enabled the cache as designed.alwin3-10/+27
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-19Small interface update. If we add doctypes disable the viewport() forzecke4-2/+20
updates
2004-04-19Changes sent from Bento Loewenstein, thx.groucho14-350/+375
2004-04-18Compile fix for gcc-2.95 <sigh>brad2-7/+4
2004-04-18the notifier interface is shaping upmickeyl3-63/+176
Brad: I sorted the "DN_xxx undeclared" issue out, please test
2004-04-18Results for 3870brad1-1/+1
2004-04-17Forgot to set mono charset properlybrad1-1/+1
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-16fixed painting problems when reloading images when widget is visiblealwin1-6/+10
2004-04-16compile fixmickeyl1-3/+3
2004-04-16initial checkin of file and directory notifying classesmickeyl3-6/+239
this is work in progress. don't look to close yet
2004-04-16add onotifydemo. don't look too close at it, the API is not finishedmickeyl4-2/+144
2004-04-16Now the graffiti charset is commited, remove the dirty hack I put in a while ↵brad1-2/+0
back.
2004-04-16the home directory will inside the pathlisting, too.alwin1-1/+9
2004-04-16layout of iconview can switchedalwin2-30/+91
2004-04-16A real system graffiti character set. This requires some polish and some ↵brad5-3/+3
work on the character recognition engine but it's there in basic form
2004-04-16make sure that doc for libopie2mm is generatedalwin2-0/+5
2004-04-16made pics smaller for fit into toolbaralwin3-0/+0
2004-04-16use setAutoScaleRotate of the imagedisplayalwin1-2/+5
2004-04-16- displaying a busy makes no sense here. It results in double paintingsalwin2-25/+19
- method to set autoscale/autorotate at once
2004-04-16not all buttons will showed in every view, small beautiesalwin4-15/+45
2004-04-15bugfix in qimage.cpp appliedalwin1-174/+67
2004-04-15minor changes...gints1-1/+1
2004-04-15hopefull better repainting when switching the image while view isalwin1-19/+11
visible
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-15Fix path to drinks databasedrw1-1/+1
2004-04-15added bmp supportalwin1-0/+1
2004-04-15added bmp file supportalwin3-2/+201
2004-04-15using other values when scaled loading of jpegsalwin1-1/+1
2004-04-15start of documentationalwin1-12/+97
2004-04-14urgs, its not my day - wrong deps againalwin1-2/+2
2004-04-14dependencies fixedalwin1-3/+3
2004-04-14opiemail now displays images send with mailalwin4-7/+62
2004-04-14fixed an include - sorry.alwin1-1/+1
2004-04-14move base image widgets to lib for usage in other applicationsalwin6-1062/+4
2004-04-14added the image-display widgets to lib 'cause it may used in otheralwin5-2/+1056
applications ToDo: Interface description
2004-04-14beautyalwin1-0/+0
2004-04-14mostly all basics donealwin8-98/+221
2004-04-14just another (better?) iconalwin1-0/+0
2004-04-14-comments on imagezoomerzecke5-8/+56
recalculateGrid Alwin please fill in the blank
2004-04-14Add icons for the view buttonzecke3-0/+0
2004-04-14fix linkingmickeyl1-4/+4
2004-04-14added a nice(?) icon for opie-eyealwin3-3/+3
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 screenalwin2-8/+23
Zecke: I had to deactivate your viewbuttons 'cause you forgot to add the files for it ;)
2004-04-13First bits of different IconView Viewszecke4-3/+47
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.