summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2004-10-10Unbreak for Embeddix casezecke1-2/+2
2004-10-10Do not 'spawn' a shell this way. Use OProcess::setUseShell if you reallyzecke1-7/+3
need to start the command via a shell. These scripts should be marked as executable and have !#/bin/sh in the header, this should be enough for the kernel to launch them via sh.
2004-10-10FixIt doesn't have any signals and slots so don't make it a QObjectzecke4-10/+3
this fixes linking of it. Logger: Add new lines to fix compiler warnings
2004-10-08OPEN_PTY again and link against utilharlekin1-1/+1
2004-10-08OPEN_PTY again and link against utilsharlekin1-2/+2
2004-10-08Use KeyPressed instead of KeyReleased for the Acceleratorzecke1-4/+10
Key in the Image Display component. This fixes the double 'next' problem when going from the browser to the viewer/display
2004-10-08added a 10east define for some changed builds for them, also added a logging ↵harlekin11-81/+275
mode, also some changes to the "fix broken distros" part, snapshot
2004-10-06if user clicks dialog's X, dont go ahead and do the actionsllornkcor1-57/+80
2004-10-02Fixed for renamed .desktop filebrad1-1/+1
2004-10-02A few typos fixedsudonix1-2/+2
2004-10-02A few typos fixedsudonix2-2/+2
2004-10-01fixed searching for input filters, following Tim's suggestionpohly1-1/+2
2004-09-28ugly workaround for bigscreen/smallscreen widget differencesllornkcor2-44/+48
2004-09-27Do not crash due an empty imagezecke1-0/+6
2004-09-27A brightness appletmickeyl4-0/+335
2004-09-27remove bogus statementsmickeyl1-3/+0
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-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