Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-04-22 | resolved some problems with fullscreen mode. | alwin | 4 | -14/+62 |
2004-04-22 | ok, checking for valid link isn't a good idea.. | alwin | 1 | -1/+1 |
2004-04-22 | added zaurus stylish skin for qvfb | alwin | 3 | -0/+17 |
2004-04-22 | -added default buttons for emulation in qvfb or for unknown devices | alwin | 5 | -6/+54 |
-default email app is now opiemail instead of mail | ||||
2004-04-22 | optimize, remove an if statement from loop | llornkcor | 1 | -56/+60 |
2004-04-22 | All done with polish characters. | daniel | 1 | -43/+72 |
2004-04-22 | initialize | llornkcor | 1 | -4/+4 |
2004-04-22 | make buffersize user config BufferSize, default 1024, remove some mishmash | llornkcor | 1 | -87/+91 |
2004-04-21 | only adds valid doc-links to list | alwin | 1 | -1/+1 |
2004-04-21 | saves the last view used. | alwin | 1 | -4/+18 |
2004-04-21 | fixed a possible crasher | alwin | 1 | -1/+2 |
2004-04-21 | BigScreen: don't resize widgets that always visible (for example on bring a ↵ | ar | 1 | -19/+24 |
widget to front) | ||||
2004-04-21 | some performance issues | alwin | 4 | -20/+28 |
fixed a crasher in mainwindow | ||||
2004-04-21 | - added DocView mode | alwin | 13 | -17/+362 |
- fixed a bug in iconview and some small fixes more | ||||
2004-04-21 | Added some missed QWhatsThis, removed OConfItem location as it is not ↵ | drw | 22 | -139/+105 |
used/needed, reordered includes to follow conventions, removed all using namespaces occurrances and updated documentation | ||||
2004-04-21 | *** empty log message *** | gints | 2 | -82/+94 |
2004-04-21 | Added/fixed QWhatsThis and fixed a few labels in the config dialog | drw | 3 | -21/+64 |
2004-04-21 | add API documentation for OFileNotification | mickeyl | 1 | -3/+87 |
2004-04-21 | Should have deleted a line before checking in... | drw | 1 | -1/+0 |
2004-04-21 | Implement saving of ipkg config information and re-initialization of libipkg ↵ | drw | 1 | -1/+71 |
after config info changed | ||||
2004-04-21 | assigned mime-types to opie-eye | alwin | 1 | -0/+1 |
2004-04-21 | improved painting, eg., when clip area is outside image we must not | alwin | 1 | -2/+17 |
paint the image of course.... | ||||
2004-04-21 | polish on fullscreen mode | alwin | 3 | -13/+49 |
2004-04-20 | some gui stuff - fullscreen now works better on smallscreen, bigscreen | alwin | 4 | -17/+105 |
has some more problems... | ||||
2004-04-20 | correct copyright and license | llornkcor | 2 | -6/+10 |
2004-04-20 | OFileNotifier now also supports watching for files which aren't existing yet | mickeyl | 1 | -2/+9 |
2004-04-20 | 2nd milestone reached: Notification now works with deleted, renamed, and | mickeyl | 2 | -2/+23 |
inode-modified files. Next milestone: Make it work for files which are not yet there (DN_CREATE) | ||||
2004-04-20 | keys in imageview handled via keyconfig manager again | alwin | 4 | -25/+38 |
2004-04-20 | added EventMask for keynotifiers. eg., a mask on which type of keyevents | alwin | 2 | -4/+88 |
(press and/or release) the keyconfig makes an action | ||||
2004-04-19 | enable gutenbrowser | mickeyl | 1 | -0/+1 |
2004-04-19 | support file notification customization | mickeyl | 1 | -0/+3 |
2004-04-19 | clean up and add configure option for removing some polling with file ↵ | mickeyl | 1 | -9/+18 |
notifications | ||||
2004-04-19 | - BigScreen: show MainWidget not maximized on big screens | ar | 1 | -12/+1 |
2004-04-19 | Settings Names for Latvian | gints | 28 | -4/+60 |
2004-04-19 | Changed UTF-8 in names for Latvian | gints | 27 | -43/+43 |
2004-04-19 | LV translation was not unicode now it is... | gints | 8 | -11/+11 |
2004-04-19 | First milestone reached: | mickeyl | 2 | -13/+93 |
File notification now works for Access and Modify of existing files. Next milestone: Rename and Attrib on existing files. | ||||
2004-04-19 | last iconview mode will be saved and restored | alwin | 4 | -25/+30 |
2004-04-19 | re-enabled the cache as designed. | alwin | 3 | -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-19 | Small interface update. If we add doctypes disable the viewport() for | zecke | 4 | -2/+20 |
updates | ||||
2004-04-19 | Changes sent from Bento Loewenstein, thx. | groucho | 14 | -350/+375 |
2004-04-18 | Compile fix for gcc-2.95 <sigh> | brad | 2 | -7/+4 |
2004-04-18 | the notifier interface is shaping up | mickeyl | 3 | -63/+176 |
Brad: I sorted the "DN_xxx undeclared" issue out, please test | ||||
2004-04-18 | Results for 3870 | brad | 1 | -1/+1 |
2004-04-17 | Forgot to set mono charset properly | brad | 1 | -1/+1 |
2004-04-16 | after hard-testing on real device I hade made some beauty to | alwin | 4 | -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-16 | Implemented fullscreen mode (f-key) | alwin | 4 | -8/+38 |
2004-04-16 | fixed painting problems when reloading images when widget is visible | alwin | 1 | -6/+10 |
2004-04-16 | compile fix | mickeyl | 1 | -3/+3 |
2004-04-16 | initial checkin of file and directory notifying classes | mickeyl | 3 | -6/+239 |
this is work in progress. don't look to close yet |