Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-10-01 | CLEANUP: Synchronize appname with .desktop name | mickeyl | 1 | -0/+0 |
2004-10-01 | fixed searching for input filters, following Tim's suggestion | pohly | 1 | -1/+2 |
2004-09-30 | simpler explanation | clem | 1 | -12/+2 |
2004-09-30 | - As Zecke suggested, we now hide the plugin list and authentication | clem | 2 | -107/+158 |
configuration tabs if no authentication plugin is installed (but we tell the user a few things about authentication in a third tab). - Small warning about syncnet removed. | ||||
2004-09-30 | removing files from the old opie-security implem. | clem | 2 | -520/+0 |
2004-09-30 | First of half of the manual update finished off | sudonix | 20 | -390/+407 |
2004-09-29 | Mail translation finish and plugin start for Latvian | gints | 2 | -46/+49 |
2004-09-28 | - add some bugfixes | ar | 1 | -2/+5 |
2004-09-28 | ugly workaround for bigscreen/smallscreen widget differences | llornkcor | 2 | -44/+48 |
2004-09-28 | treble and bass sliders not being hidden on system that dont have those devices | llornkcor | 1 | -2/+1 |
2004-09-27 | Do not crash due an empty image | zecke | 1 | -0/+6 |
2004-09-27 | A brightness applet | mickeyl | 7 | -0/+337 |
2004-09-27 | remove bogus statements | mickeyl | 1 | -3/+0 |
2004-09-27 | mediaplayer2 works with recent libxine now | mickeyl | 1 | -1/+1 |
2004-09-27 | mediaplayer2 works w/ recent libxine now | mickeyl | 2 | -2/+3 |
2004-09-27 | fix vmemo | llornkcor | 1 | -5/+7 |
2004-09-26 | Updates for german translations. | coredump | 19 | -203/+246 |
2004-09-26 | Since some 2.6.8 kernel the Linux kernel one can set | zecke | 1 | -0/+9 |
the process name with prctl. Let us use this as well | ||||
2004-09-26 | Fix the indentation... | zecke | 1 | -112/+115 |
2004-09-26 | fix view menu | llornkcor | 1 | -5/+5 |
2004-09-25 | fix | llornkcor | 4 | -16/+13 |
2004-09-25 | remove not needed bool | llornkcor | 2 | -11/+0 |
2004-09-25 | opti | llornkcor | 1 | -17/+17 |
2004-09-25 | not hardcoded path | llornkcor | 3 | -37/+7 |
2004-09-25 | change message | llornkcor | 1 | -3/+4 |
2004-09-25 | remove | llornkcor | 4 | -122/+108 |
2004-09-25 | formatted strings | llornkcor | 2 | -8/+8 |
2004-09-25 | fix move overwrite | llornkcor | 1 | -54/+60 |
2004-09-25 | uptodate | llornkcor | 1 | -1/+0 |
2004-09-25 | change focus for edit | llornkcor | 3 | -40/+46 |
2004-09-25 | redunancy | llornkcor | 2 | -28/+4 |
2004-09-25 | const | llornkcor | 1 | -1/+1 |
2004-09-25 | unused | llornkcor | 1 | -2/+2 |
2004-09-25 | more redundant code | llornkcor | 1 | -8/+3 |
2004-09-25 | move kerypress to keyrelease | llornkcor | 1 | -5/+7 |
2004-09-25 | opti function and fix | llornkcor | 2 | -88/+47 |
2004-09-25 | move redundant code into one function | llornkcor | 2 | -50/+19 |
2004-09-25 | fix stuff | llornkcor | 5 | -376/+361 |
2004-09-24 | removed non-strings from tr() calls | clem | 2 | -17/+17 |
2004-09-24 | Added manually created files not taken care of by the Makefile | groucho | 116 | -1384/+18926 |
2004-09-24 | use QPEApplication::execDialog instead of showMaximized/execDialog | zecke | 1 | -6/+4 |
2004-09-24 | added missing files from lupdate | groucho | 391 | -0/+41354 |
2004-09-24 | Slider needs to be fixed | zecke | 1 | -1/+1 |
2004-09-24 | Add TODO items for OpiePlayer | zecke | 1 | -0/+18 |
2004-09-24 | opie-lupdate second attempt | groucho | 386 | -2840/+9607 |
2004-09-24 | -remove qApp->processEvents when starting playing | zecke | 3 | -47/+64 |
Revamp Adding Files and Add Directory -Remove custom code to save the last Directory Used -Share MimeType creating code -Add Method to add a File to the Playlist and use it for AddFile and Add Directory | ||||
2004-09-24 | Adding standard CVS ignoring for Qt/Opie built files. | clem | 2 | -0/+10 |
2004-09-24 | Handling of Errors is a bit problematic with the current design. | zecke | 3 | -23/+30 |
We can start playing from multiple contexts. This are the PlayList context and single file context. Now the problem is that MediapPlayerState::setPlaying emits a signal. If started from the the PlayList setPlaying(false) would trigger an infite loop together with the Play ToggleButton, in single file context setPlaying(false) is the right choiche. The intermediate solution is to show an Error MessageBox and to raise the Audio Widget and leave it to the user to close it or go to the next file. | ||||
2004-09-24 | -Save the State on deletion of the MediaPlayerState | zecke | 1 | -0/+5 |
2004-09-24 | Give Status for Sking Loading and Finishing Loading | zecke | 1 | -12/+13 |