summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-09-24-Save the State on deletion of the MediaPlayerStatezecke1-0/+5
2004-09-24Give Status for Sking Loading and Finishing Loadingzecke1-12/+13
2004-09-24-Emit Progress from the xine Engine to Global::statusMessagezecke4-15/+28
-Change ThreadUtil to pass data and const char* among threads
2004-09-24Denote the end of the xargs parameters, to avoid "xargs: invalid option -- v"clem2-3/+3
kind of errors with old xargs.
2004-09-24Fixed icon namecoredump1-0/+0
2004-09-23If you close the Audio-/VideoWidget and the stream was pausedzecke1-0/+1
it didn't play on request. Remove the paused state of MediaPlayerState
2004-09-23-Remove bogus whitespaceszecke8-130/+55
-Remove stl dependency -Make switching from fullscreen video to audio work -Remove debug output
2004-09-23Additional Latvian translationsgints3-135/+137
2004-09-23Latvian translations for securitygints1-56/+76
2004-09-23-OTicker is in libqtaux so we need to link it to avoid weird crasheszecke4-141/+236
-Some function names have changed in xine update them -Start to merge video_out_fb.c changes into nullvideo and give credit to the source of it
2004-09-23Whitespace and indenting changeszecke1-89/+94
2004-09-23A proposal for two new strings, they're not finalizedzecke1-4/+11
2004-09-23-Filter de_DE@euro to de_DE@euro, de_DE, dezecke1-7/+13
-Load the right translation file at the right location
2004-09-23Added icon for opie-mobilemsgcoredump1-0/+0
2004-09-22Some more german translations.coredump2-10/+10
2004-09-22Updated some more german translations.coredump8-167/+177
2004-09-22Updated german translation. Thanks Zecke for uploading the .ts!coredump1-45/+46
2004-09-22Completed some german translations.coredump7-50/+55
2004-09-22As I couldn't reach Oliver Fels I'm updatingzecke23-1199/+3765
Opie Security strings on request of CoreDump (Matthias Hentges)
2004-09-21SIMpad:zecke2-9/+23
-Update all Widgets if we suspended the device. We implement it by iterating over QApplication::allWidgets and calling QWidget::update(). This approach should be more reliable than the system and echo hack
2004-09-21-Remove uneeded QCopChannel from SIMpad ODevicezecke2-4/+0
-connecting to a non existing slot in a class without a Q_OBJECT in the header lead to a crash on ARM -Remove Q_OBJECT from Beagle as we've no slots and signals
2004-09-21QT_NO_SOUND is defined at least on MacOSzecke1-3/+1
so don't fail with error for them