Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2004-09-24 | -Emit Progress from the xine Engine to Global::statusMessage | zecke | 4 | -15/+28 |
-Change ThreadUtil to pass data and const char* among threads | ||||
2004-09-24 | Denote the end of the xargs parameters, to avoid "xargs: invalid option -- v" | clem | 2 | -3/+3 |
kind of errors with old xargs. | ||||
2004-09-24 | Fixed icon name | coredump | 1 | -0/+0 |
2004-09-23 | If you close the Audio-/VideoWidget and the stream was paused | zecke | 1 | -0/+1 |
it didn't play on request. Remove the paused state of MediaPlayerState | ||||
2004-09-23 | -Remove bogus whitespaces | zecke | 8 | -130/+55 |
-Remove stl dependency -Make switching from fullscreen video to audio work -Remove debug output | ||||
2004-09-23 | Additional Latvian translations | gints | 3 | -135/+137 |
2004-09-23 | Latvian translations for security | gints | 1 | -56/+76 |
2004-09-23 | -OTicker is in libqtaux so we need to link it to avoid weird crashes | zecke | 4 | -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-23 | Whitespace and indenting changes | zecke | 1 | -89/+94 |
2004-09-23 | A proposal for two new strings, they're not finalized | zecke | 1 | -4/+11 |
2004-09-23 | -Filter de_DE@euro to de_DE@euro, de_DE, de | zecke | 1 | -7/+13 |
-Load the right translation file at the right location | ||||
2004-09-23 | Added icon for opie-mobilemsg | coredump | 1 | -0/+0 |
2004-09-22 | Some more german translations. | coredump | 2 | -10/+10 |
2004-09-22 | Updated some more german translations. | coredump | 8 | -167/+177 |
2004-09-22 | Updated german translation. Thanks Zecke for uploading the .ts! | coredump | 1 | -45/+46 |
2004-09-22 | Completed some german translations. | coredump | 7 | -50/+55 |
2004-09-22 | As I couldn't reach Oliver Fels I'm updating | zecke | 23 | -1199/+3765 |
Opie Security strings on request of CoreDump (Matthias Hentges) | ||||
2004-09-21 | SIMpad: | zecke | 2 | -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 ODevice | zecke | 2 | -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-21 | QT_NO_SOUND is defined at least on MacOS | zecke | 1 | -3/+1 |
so don't fail with error for them | ||||
2004-09-21 | Simpad: | zecke | 2 | -33/+5 |
-We're not a KeyFilter remove the inheritance and installing of it -Use /proc/mq200/driver/backlight instead of PWM_CONTROL -Soft Suspend is dead long time do not reimplement it.. | ||||
2004-09-21 | Only disconnect from sender if sender() is valid | zecke | 1 | -1/+3 |
2004-09-21 | If sound is not yet finished return and do not try to play | zecke | 4 | -2/+8 |
it again. if(!snd.isFinished()) return; | ||||
2004-09-21 | Update Opie Documentation | zecke | 1 | -4/+60 |
2004-09-20 | catch up with recent libxine API changes | mickeyl | 1 | -7/+7 |
2004-09-20 | remove duplicate source file | mickeyl | 1 | -5/+2 |
2004-09-20 | don't forget to put the opie2mm library dep. here too | clem | 1 | -2/+2 |
2004-09-20 | use ";", not "," as delimiter of the speed field's write and read speeds, | schurig | 1 | -1/+1 |
because in the result file the fields are delimited with "," as well | ||||
2004-09-20 | include the results in the ipkg | schurig | 1 | -1/+1 |
2004-09-20 | Added results for MNCI Ramses | schurig | 1 | -2/+2 |
2004-09-20 | ignore *.qm | schurig | 5 | -0/+5 |
2004-09-19 | -Check m_model to allow suspending. ODevice doesn't suspend on UnknownModel | zecke | 1 | -7/+52 |
-Comments -map 0-255 brightness to 0-100 for Assabat Frontlight Control -Change return value for display on and off | ||||
2004-09-19 | add more default servers in case ntpservers file is not found | llornkcor | 1 | -2/+4 |
2004-09-19 | Reordered recommended plugins in order to avoid to install the blueping one ↵ | clem | 1 | -1/+1 |
first. | ||||
2004-09-19 | Minor updates | sudonix | 1 | -8/+8 |
2004-09-19 | Change the order of arguments on MainWindow c'tor | zecke | 3 | -10/+5 |
2004-09-19 | Have only one showDialog function. | zecke | 1 | -59/+1 |
If the dialog sizeHint is smaller than the width of the desktop qpe_show_dialog didn't 'maximize' the widget and just showed it. QPEApplication::showDialog does better in that respect but does not have custom 'centering' of the dialog. But that doesn't matter as we save/restore size and position for BigScreen. | ||||
2004-09-19 | qm files are redundant | groucho | 5 | -0/+0 |
2004-09-19 | removed redundant qm files | groucho | 3 | -0/+0 |
2004-09-18 | make cross compilable | llornkcor | 2 | -2/+2 |
2004-09-18 | Add the two new strings of cardmonapplet | zecke | 23 | -0/+184 |
2004-09-18 | s/OFileDialog/Opie::Ui::OFileDialog | zecke | 36 | -72/+72 |
s/OFontSelector/Opie::Ui::OFontSelector Update translation to namespace reality | ||||
2004-09-18 | Make MMC/SD inject/eject strings translatable | zecke | 1 | -2/+2 |