Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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-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 | -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-20 | catch up with recent libxine API changes | mickeyl | 1 | -7/+7 |
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-19 | add more default servers in case ntpservers file is not found | llornkcor | 1 | -2/+4 |
2004-09-19 | Change the order of arguments on MainWindow c'tor | zecke | 3 | -10/+5 |
2004-09-18 | make cross compilable | llornkcor | 1 | -1/+1 |
2004-09-18 | A proposal for making the memory copy functions build with g++3.4.2. | zecke | 1 | -19/+47 |
Please review the patch, specially the casts it makes, and also the boundaries and sizes. -Shouldn't we use unsigned char* instead of char*. For arm it is already unsigned? -Check again the casts | ||||
2004-09-18 | fix layout issue | llornkcor | 1 | -18/+31 |
2004-09-18 | link with gcc, not g++ | llornkcor | 1 | -1/+1 |
2004-09-18 | add refresh menuitem | llornkcor | 3 | -1/+8 |
2004-09-18 | fix stuff, including #1404 | llornkcor | 4 | -42/+71 |
2004-09-17 | added missing dep. on libopie2ui | clem | 1 | -1/+1 |
2004-09-17 | depends on libopiecore2 like the other plugins | clem | 1 | -1/+1 |
2004-09-17 | updated packages and config.in descriptions | clem | 7 | -10/+9 |
2004-09-16 | define ARPHRD_IEEE80211 if <net/if_arp.h> doesn't (i.e. if our ↵ | clem | 1 | -0/+4 |
crosscompiler's version is 2.95 and not 3.3) | ||||
2004-09-15 | remove bogus file | mickeyl | 1 | -4/+0 |
2004-09-15 | minor adjustments to button layout. release 1.1.1 | mickeyl | 2 | -12/+9 |
2004-09-13 | Renamed 'Mine Hunt' to 'Mine Sweep', both in title and icon name | schurig | 1 | -2/+2 |
2004-09-13 | Try to make the tabbar a bit 'higher' but less wide | zecke | 2 | -0/+7 |
2004-09-12 | Fix dependency of the plugin. It needs OTicker and OTicker | zecke | 1 | -1/+1 |
was moved to libqtaux | ||||
2004-09-12 | Follow the defined Ownership and have a maybe not needed | zecke | 2 | -4/+1 |
sanity check | ||||
2004-09-12 | always disable the scrollbars for the versioninfo tab | mickeyl | 1 | -0/+2 |
2004-09-10 | -Disable Quick Launching as we need a special QApplication | zecke | 4 | -7/+39 |
to prevent filtering the escape key -Update .pro and .control as we're no longer quicklaunchable -Update PLANS as most of it is already finished | ||||
2004-09-10 | support for DEVFS | schurig | 3 | -0/+27 |
2004-09-10 | Fix various warning | zecke | 3 | -1/+5 |
2004-09-10 | The messagebox can be translated now, use QMessageBox::Ok and | zecke | 1 | -2/+3 |
QMessageBox::Cancel so the translator only needs to translate the string once | ||||
2004-09-10 | Move the pixmap to calcdisplay.cpp to avoid warnings | zecke | 3 | -37/+37 |
2004-09-10 | Fix the issues the compilers bothers | zecke | 10 | -39/+40 |
remove unused parameters, give return values on return | ||||
2004-09-10 | Remove unused parameter | zecke | 8 | -50/+53 |
2004-09-10 | Fix unused global variables, unused code, unused parameters, sign != unsigned | zecke | 4 | -12/+7 |
tests... | ||||
2004-09-10 | Add newlines, remove unused local variables, remove unused parameters, | zecke | 9 | -49/+48 |
add newlines at the end of file... | ||||
2004-09-10 | oops, one 'b' to much | schurig | 1 | -1/+1 |
2004-09-10 | disable SD and CF speed test on MNCI | schurig | 2 | -6/+18 |
change millibit to MegaByte (mb -> MB) change kilobit to Kilobyte (kb -> kB) | ||||
2004-09-09 | Fix for too much verbosity while performing ipkg functions. Thanks to Seb ↵ | drw | 1 | -3/+5 |
for fix | ||||
2004-09-09 | - fix compile problems | ar | 2 | -0/+4 |
2004-09-09 | added .cvsignore | schurig | 6 | -0/+24 |
2004-09-08 | -Close Tab Keyboard Accelerator with delayed deletion of the tab | zecke | 16 | -39/+155 |
-Optionally add a TimeStamp to the Tab -Remove not implemented CTCP actions from the Channel PopupMenu -Give Focus to the Edit Line -Some more ping handling patch inspired and copied from zautrix fork | ||||
2004-09-08 | don't need confirmance if started in first-usage mode | mickeyl | 1 | -15/+8 |
2004-09-08 | correctly ignore h/cpp files for ui files | schurig | 1 | -20/+8 |
2004-09-08 | added | schurig | 7 | -0/+32 |
2004-09-08 | Added | schurig | 5 | -0/+12 |