summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
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-24Slider needs to be fixedzecke1-1/+1
2004-09-24Add TODO items for OpiePlayerzecke1-0/+18
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-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-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-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-20catch up with recent libxine API changesmickeyl1-7/+7
2004-09-20don't forget to put the opie2mm library dep. here tooclem1-2/+2
2004-09-20use ";", not "," as delimiter of the speed field's write and read speeds,schurig1-1/+1
because in the result file the fields are delimited with "," as well
2004-09-20include the results in the ipkgschurig1-1/+1
2004-09-19add more default servers in case ntpservers file is not foundllornkcor1-2/+4
2004-09-19Change the order of arguments on MainWindow c'torzecke3-10/+5
2004-09-18make cross compilablellornkcor1-1/+1
2004-09-18A proposal for making the memory copy functions build with g++3.4.2.zecke1-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-18fix layout issuellornkcor1-18/+31
2004-09-18link with gcc, not g++llornkcor1-1/+1
2004-09-18add refresh menuitemllornkcor3-1/+8
2004-09-18fix stuff, including #1404llornkcor4-42/+71
2004-09-17added missing dep. on libopie2uiclem1-1/+1
2004-09-17depends on libopiecore2 like the other pluginsclem1-1/+1
2004-09-17updated packages and config.in descriptionsclem7-10/+9
2004-09-16define ARPHRD_IEEE80211 if <net/if_arp.h> doesn't (i.e. if our ↵clem1-0/+4
crosscompiler's version is 2.95 and not 3.3)
2004-09-15remove bogus filemickeyl1-4/+0
2004-09-15minor adjustments to button layout. release 1.1.1mickeyl2-12/+9
2004-09-13Renamed 'Mine Hunt' to 'Mine Sweep', both in title and icon nameschurig1-2/+2
2004-09-13Try to make the tabbar a bit 'higher' but less widezecke2-0/+7
2004-09-12Fix dependency of the plugin. It needs OTicker and OTickerzecke1-1/+1
was moved to libqtaux
2004-09-12Follow the defined Ownership and have a maybe not neededzecke2-4/+1
sanity check
2004-09-12always disable the scrollbars for the versioninfo tabmickeyl1-0/+2
2004-09-10-Disable Quick Launching as we need a special QApplicationzecke4-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-10support for DEVFSschurig3-0/+27
2004-09-10Fix various warningzecke3-1/+5
2004-09-10The messagebox can be translated now, use QMessageBox::Ok andzecke1-2/+3
QMessageBox::Cancel so the translator only needs to translate the string once
2004-09-10Move the pixmap to calcdisplay.cpp to avoid warningszecke3-37/+37
2004-09-10Fix the issues the compilers botherszecke10-39/+40
remove unused parameters, give return values on return
2004-09-10Remove unused parameterzecke8-50/+53
2004-09-10Fix unused global variables, unused code, unused parameters, sign != unsignedzecke4-12/+7
tests...
2004-09-10Add newlines, remove unused local variables, remove unused parameters,zecke9-49/+48
add newlines at the end of file...
2004-09-10oops, one 'b' to muchschurig1-1/+1
2004-09-10disable SD and CF speed test on MNCIschurig2-6/+18
change millibit to MegaByte (mb -> MB) change kilobit to Kilobyte (kb -> kB)
2004-09-09Fix for too much verbosity while performing ipkg functions. Thanks to Seb ↵drw1-3/+5
for fix