Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-04-27 | g++ 3.4 fix in conjunction w/ the qte fix | mickeyl | 1 | -4/+4 |
2004-04-27 | fixed dependencies | alwin | 1 | -1/+1 |
2004-04-26 | remove non needed lib link | llornkcor | 1 | -1/+1 |
2004-04-26 | turn off silly casino rules solitare | llornkcor | 2 | -19/+25 |
2004-04-25 | hook things up | llornkcor | 1 | -87/+91 |
2004-04-25 | soundcard descriptor mucking about | llornkcor | 1 | -23/+23 |
2004-04-25 | fix dependency problems | chicken | 1 | -1/+1 |
2004-04-24 | - start ChangeLog | ar | 1 | -0/+17 |
2004-04-24 | gcc 3.4 fixlet | mickeyl | 1 | -12/+12 |
2004-04-24 | gcc 3.4 fixlet | mickeyl | 1 | -3/+3 |
2004-04-24 | gcc34 fixlet | mickeyl | 1 | -2/+2 |
2004-04-24 | gcc 3.4 fixlet | mickeyl | 1 | -3/+4 |
The inheritance brings Qt and QObject into class scope as private. If you want to access Qt and QObject from within the class scope, one has to do it via global scope (::Qt::...) | ||||
2004-04-24 | fix to properly refer to dependencies | mickeyl | 1 | -1/+7 |
2004-04-24 | gcc 3.4 fixlet | mickeyl | 1 | -5/+5 |
2004-04-23 | fix link name | mickeyl | 1 | -1/+1 |
2004-04-23 | rename library and executable name for more consistency | mickeyl | 4 | -6/+10 |
2004-04-23 | gcc 3.4 fixlets | mickeyl | 2 | -27/+27 |
2004-04-23 | gcc3.4 fixlet | mickeyl | 1 | -1/+1 |
2004-04-23 | ok, I think I have all tried to reduce flicker in fullscreen when opie-eye | alwin | 4 | -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-23 | gcc3.4 fixlet | mickeyl | 1 | -7/+7 |
2004-04-22 | ok. next variant of fullscreen toggeling. It seems, that now within all | alwin | 3 | -40/+19 |
circumstances the viewer get fullscreen back and we don't run into an endless loop. | ||||
2004-04-22 | Added libsword dependancy for dagger | drw | 1 | -1/+1 |
2004-04-22 | set fixed | harlekin | 1 | -1/+4 |
2004-04-22 | do not activate support for the broken sharp rom by default | harlekin | 1 | -1/+1 |
2004-04-22 | 2400 and 4800 baud added, also free font selection | harlekin | 11 | -41/+128 |
2004-04-22 | Fill the screen better on BigScreen | zecke | 2 | -101/+121 |
2004-04-22 | Fixed disabling of screen blanking, implemented prev/next page scrolling and ↵ | drw | 11 | -34/+50 |
fixed search OWait useage | ||||
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-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 | 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 | Added/fixed QWhatsThis and fixed a few labels in the config dialog | drw | 3 | -21/+64 |
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 | 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 | keys in imageview handled via keyconfig manager again | alwin | 4 | -25/+38 |
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-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 | the home directory will inside the pathlisting, too. | alwin | 1 | -1/+9 |
2004-04-16 | layout of iconview can switched | alwin | 2 | -30/+91 |
2004-04-16 | use setAutoScaleRotate of the imagedisplay | alwin | 1 | -2/+5 |
2004-04-16 | not all buttons will showed in every view, small beauties | alwin | 4 | -15/+45 |
2004-04-15 | previous/next image keys implemented | alwin | 5 | -0/+86 |
ToDo: make it via keywidget, this moment the keywidget sends a key twice (on press and on release) |