summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-04-22optimize, remove an if statement from loopllornkcor1-56/+60
2004-04-22All done with polish characters.daniel1-43/+72
2004-04-22initializellornkcor1-4/+4
2004-04-22make buffersize user config BufferSize, default 1024, remove some mishmashllornkcor1-87/+91
2004-04-21only adds valid doc-links to listalwin1-1/+1
2004-04-21saves the last view used.alwin1-4/+18
2004-04-21fixed a possible crasheralwin1-1/+2
2004-04-21BigScreen: don't resize widgets that always visible (for example on bring a ↵ar1-19/+24
widget to front)
2004-04-21some performance issuesalwin4-20/+28
fixed a crasher in mainwindow
2004-04-21- added DocView modealwin13-17/+362
- fixed a bug in iconview and some small fixes more
2004-04-21Added some missed QWhatsThis, removed OConfItem location as it is not ↵drw22-139/+105
used/needed, reordered includes to follow conventions, removed all using namespaces occurrances and updated documentation
2004-04-21*** empty log message ***gints2-82/+94
2004-04-21Added/fixed QWhatsThis and fixed a few labels in the config dialogdrw3-21/+64
2004-04-21add API documentation for OFileNotificationmickeyl1-3/+87
2004-04-21Should have deleted a line before checking in...drw1-1/+0
2004-04-21Implement saving of ipkg config information and re-initialization of libipkg ↵drw1-1/+71
after config info changed
2004-04-21assigned mime-types to opie-eyealwin1-0/+1
2004-04-21improved painting, eg., when clip area is outside image we must notalwin1-2/+17
paint the image of course....
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-20correct copyright and licensellornkcor2-6/+10
2004-04-20OFileNotifier now also supports watching for files which aren't existing yetmickeyl1-2/+9
2004-04-202nd milestone reached: Notification now works with deleted, renamed, andmickeyl2-2/+23
inode-modified files. Next milestone: Make it work for files which are not yet there (DN_CREATE)
2004-04-20keys in imageview handled via keyconfig manager againalwin4-25/+38
2004-04-20added EventMask for keynotifiers. eg., a mask on which type of keyeventsalwin2-4/+88
(press and/or release) the keyconfig makes an action
2004-04-19enable gutenbrowsermickeyl1-0/+1
2004-04-19support file notification customizationmickeyl1-0/+3
2004-04-19clean up and add configure option for removing some polling with file ↵mickeyl1-9/+18
notifications
2004-04-19- BigScreen: show MainWidget not maximized on big screensar1-12/+1
2004-04-19Settings Names for Latviangints28-4/+60
2004-04-19Changed UTF-8 in names for Latviangints27-43/+43
2004-04-19LV translation was not unicode now it is...gints8-11/+11
2004-04-19First milestone reached:mickeyl2-13/+93
File notification now works for Access and Modify of existing files. Next milestone: Rename and Attrib on existing files.
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