Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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) | ||||
2004-04-15 | Fix path to drinks database | drw | 1 | -1/+1 |
2004-04-15 | added bmp support | alwin | 1 | -0/+1 |
2004-04-15 | added bmp file support | alwin | 3 | -2/+201 |
2004-04-14 | urgs, its not my day - wrong deps again | alwin | 1 | -2/+2 |
2004-04-14 | dependencies fixed | alwin | 1 | -3/+3 |
2004-04-14 | opiemail now displays images send with mail | alwin | 4 | -7/+62 |
2004-04-14 | fixed an include - sorry. | alwin | 1 | -1/+1 |
2004-04-14 | move base image widgets to lib for usage in other applications | alwin | 6 | -1062/+4 |
2004-04-14 | mostly all basics done | alwin | 8 | -98/+221 |
2004-04-14 | -comments on imagezoomer | zecke | 5 | -8/+56 |
recalculateGrid Alwin please fill in the blank | ||||
2004-04-14 | fix linking | mickeyl | 1 | -4/+4 |
2004-04-14 | added a nice(?) icon for opie-eye | alwin | 1 | -2/+2 |
2004-04-14 | Alwin thank you for beeing nice (#ifdef 0 #endif ) next time completely revert | zecke | 3 | -5/+51 |
just to piss me off :) Anyway now add the first version of the view button | ||||
2004-04-14 | jpegs will be loaded scaled if needed for a faster preview loading | alwin | 2 | -6/+83 |
2004-04-14 | in BigScreen mode the imagedisplay will get a minimum size half of the screen | alwin | 2 | -8/+23 |
Zecke: I had to deactivate your viewbuttons 'cause you forgot to add the files for it ;) | ||||
2004-04-13 | First bits of different IconView Views | zecke | 4 | -3/+47 |
2004-04-13 | zoomer widget better integrated, size of it depends on the size of the ↵ | alwin | 4 | -9/+56 |
displayed image, may switched off by user and so on. | ||||
2004-04-13 | Split the KeyConfig Manager and Widget into Ui and Core parts | zecke | 7 | -51/+47 |
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget | ||||
2004-04-11 | needs libopiecore2 | mickeyl | 2 | -2/+3 |
2004-04-10 | After using odebug, my mac need libopiecore to compile ! | eilers | 1 | -1/+1 |
Could someone check it on linux, please !? | ||||
2004-04-10 | WLAN settings | wimpie | 2 | -0/+237 |
2004-04-10 | *** empty log message *** | wimpie | 34 | -293/+957 |
2004-04-09 | - eliminate cylic dependency | mickeyl | 21 | -55/+96 |
- complete using opie debugging framework - sanitize #include order | ||||
2004-04-09 | libopie1 --> libopie2 | mickeyl | 4 | -27/+32 |
2004-04-08 | fix button layout | llornkcor | 1 | -0/+1 |
2004-04-08 | fix segfault in d'tor | llornkcor | 1 | -6/+6 |
2004-04-08 | add kilos/pound combo | llornkcor | 2 | -147/+162 |
2004-04-08 | Add API comments so we can now move it to OpieMM | zecke | 2 | -8/+166 |
2004-04-08 | Link with libopiecore2 | wimpie | 18 | -183/+228 |
added linke to btmgr | ||||
2004-04-08 | Add SDL to the dependencies | zecke | 4 | -4/+4 |
Make SFCAVE_SDL depend on SDL OP2 on XINE MAilWrapper on LIBETPAN PAckageManager on LIBIPK | ||||
2004-04-08 | Import a QPixmap via QCOP | zecke | 4 | -6/+40 |
2004-04-08 | Save proxy information | drw | 1 | -0/+37 |
2004-04-07 | Enter folders on Return | zecke | 1 | -1/+2 |
2004-04-07 | Implement setDocument so now we could start replacing showimg | zecke | 2 | -0/+11 |
2004-04-07 | First version of the zoomer placement still needs some work though | zecke | 3 | -7/+52 |
2004-04-07 | Added TODO doc and a couple minor updates | drw | 3 | -6/+31 |
2004-04-07 | speed up painting a lot - drawing QImage seems to be a real bad idea. | alwin | 2 | -11/+21 |
Painting QPixmap instead. | ||||
2004-04-07 | Add the ImageZoomer now alwin connect some signals and slots | zecke | 3 | -2/+186 |
2004-04-07 | Added ChangeLog, README and TODO doc, see README for build info | drw | 3 | -0/+92 |
2004-04-07 | remove inadvertantly added o's | llornkcor | 2 | -0/+0 |
2004-04-07 | add gutenbrowser | llornkcor | 44 | -0/+8145 |
2004-04-07 | keys will now be written to config file | alwin | 5 | -18/+31 |
all view use the same config object otherwise there will be problems writing a new config | ||||
2004-04-07 | fix compile problem with gcc3.3.3 | ar | 1 | -1/+1 |