summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-02A few typos fixedsudonix2-2/+2
2004-10-02Some typos fixedsudonix1-8/+8
2004-10-01CLEANUP: Synchronize appname with .desktop namemickeyl1-0/+0
2004-10-01fixed searching for input filters, following Tim's suggestionpohly1-1/+2
2004-09-30simpler explanationclem1-12/+2
2004-09-30- As Zecke suggested, we now hide the plugin list and authenticationclem2-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-30removing files from the old opie-security implem.clem2-520/+0
2004-09-30First of half of the manual update finished offsudonix20-390/+407
2004-09-29Mail translation finish and plugin start for Latviangints2-46/+49
2004-09-28- add some bugfixesar1-2/+5
2004-09-28ugly workaround for bigscreen/smallscreen widget differencesllornkcor2-44/+48
2004-09-28treble and bass sliders not being hidden on system that dont have those devicesllornkcor1-2/+1
2004-09-27Do not crash due an empty imagezecke1-0/+6
2004-09-27A brightness appletmickeyl7-0/+337
2004-09-27remove bogus statementsmickeyl1-3/+0
2004-09-27mediaplayer2 works with recent libxine nowmickeyl1-1/+1
2004-09-27mediaplayer2 works w/ recent libxine nowmickeyl2-2/+3
2004-09-27fix vmemollornkcor1-5/+7
2004-09-26Updates for german translations.coredump19-203/+246
2004-09-26Since some 2.6.8 kernel the Linux kernel one can setzecke1-0/+9
the process name with prctl. Let us use this as well
2004-09-26Fix the indentation...zecke1-112/+115
2004-09-26fix view menullornkcor1-5/+5
2004-09-25fixllornkcor4-16/+13
2004-09-25remove not needed boolllornkcor2-11/+0
2004-09-25optillornkcor1-17/+17
2004-09-25not hardcoded pathllornkcor3-37/+7
2004-09-25change messagellornkcor1-3/+4
2004-09-25removellornkcor4-122/+108
2004-09-25formatted stringsllornkcor2-8/+8
2004-09-25fix move overwritellornkcor1-54/+60
2004-09-25uptodatellornkcor1-1/+0
2004-09-25change focus for editllornkcor3-40/+46
2004-09-25redunancyllornkcor2-28/+4
2004-09-25constllornkcor1-1/+1
2004-09-25unusedllornkcor1-2/+2
2004-09-25more redundant codellornkcor1-8/+3
2004-09-25move kerypress to keyreleasellornkcor1-5/+7
2004-09-25opti function and fixllornkcor2-88/+47
2004-09-25move redundant code into one functionllornkcor2-50/+19
2004-09-25fix stuffllornkcor5-376/+361
2004-09-24removed non-strings from tr() callsclem2-17/+17
2004-09-24Added manually created files not taken care of by the Makefilegroucho116-1384/+18926
2004-09-24use QPEApplication::execDialog instead of showMaximized/execDialogzecke1-6/+4
2004-09-24added missing files from lupdategroucho391-0/+41354
2004-09-24Slider needs to be fixedzecke1-1/+1
2004-09-24Add TODO items for OpiePlayerzecke1-0/+18
2004-09-24opie-lupdate second attemptgroucho386-2840/+9607
2004-09-24-remove qApp->processEvents when starting playingzecke3-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-24Adding standard CVS ignoring for Qt/Opie built files.clem2-0/+10
2004-09-24Handling of Errors is a bit problematic with the current design.zecke3-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.