Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-10-12 | Try harder to remove stdc++ need | zecke | 5 | -16/+7 |
-Remove using namespace std; -Remove include <iostream> -Replace std::list with QValueList | ||||
2004-10-11 | 'return 0' instead of no return from no void function. Lets see if that | zecke | 1 | -0/+5 |
fix breaks anything | ||||
2004-10-11 | Last missing piece to remove stdc++ dependency | zecke | 2 | -6/+1 |
-Remove linking against stdc++ -Remove includes of fstream and algorithm | ||||
2004-10-10 | Unbreak for Embeddix case | zecke | 1 | -2/+2 |
2004-10-10 | Do not 'spawn' a shell this way. Use OProcess::setUseShell if you really | zecke | 1 | -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-10 | FixIt doesn't have any signals and slots so don't make it a QObject | zecke | 4 | -10/+3 |
this fixes linking of it. Logger: Add new lines to fix compiler warnings | ||||
2004-10-08 | OPEN_PTY again and link against util | harlekin | 1 | -1/+1 |
2004-10-08 | OPEN_PTY again and link against utils | harlekin | 1 | -2/+2 |
2004-10-08 | Use KeyPressed instead of KeyReleased for the Accelerator | zecke | 1 | -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-08 | added a 10east define for some changed builds for them, also added a logging ↵ | harlekin | 11 | -81/+275 |
mode, also some changes to the "fix broken distros" part, snapshot | ||||
2004-10-06 | if user clicks dialog's X, dont go ahead and do the actions | llornkcor | 1 | -57/+80 |
2004-10-02 | Fixed for renamed .desktop file | brad | 1 | -1/+1 |
2004-10-02 | A few typos fixed | sudonix | 1 | -2/+2 |
2004-10-02 | A few typos fixed | sudonix | 2 | -2/+2 |
2004-10-01 | fixed searching for input filters, following Tim's suggestion | pohly | 1 | -1/+2 |
2004-09-28 | ugly workaround for bigscreen/smallscreen widget differences | llornkcor | 2 | -44/+48 |
2004-09-27 | Do not crash due an empty image | zecke | 1 | -0/+6 |
2004-09-27 | A brightness applet | mickeyl | 4 | -0/+335 |
2004-09-27 | remove bogus statements | mickeyl | 1 | -3/+0 |
2004-09-26 | fix view menu | llornkcor | 1 | -5/+5 |
2004-09-25 | fix | llornkcor | 4 | -16/+13 |
2004-09-25 | remove not needed bool | llornkcor | 2 | -11/+0 |
2004-09-25 | opti | llornkcor | 1 | -17/+17 |
2004-09-25 | not hardcoded path | llornkcor | 3 | -37/+7 |
2004-09-25 | change message | llornkcor | 1 | -3/+4 |
2004-09-25 | remove | llornkcor | 4 | -122/+108 |
2004-09-25 | formatted strings | llornkcor | 2 | -8/+8 |
2004-09-25 | fix move overwrite | llornkcor | 1 | -54/+60 |
2004-09-25 | uptodate | llornkcor | 1 | -1/+0 |
2004-09-25 | change focus for edit | llornkcor | 3 | -40/+46 |
2004-09-25 | redunancy | llornkcor | 2 | -28/+4 |
2004-09-25 | const | llornkcor | 1 | -1/+1 |
2004-09-25 | unused | llornkcor | 1 | -2/+2 |
2004-09-25 | more redundant code | llornkcor | 1 | -8/+3 |
2004-09-25 | move kerypress to keyrelease | llornkcor | 1 | -5/+7 |
2004-09-25 | opti function and fix | llornkcor | 2 | -88/+47 |
2004-09-25 | move redundant code into one function | llornkcor | 2 | -50/+19 |
2004-09-25 | fix stuff | llornkcor | 5 | -376/+361 |
2004-09-24 | Slider needs to be fixed | zecke | 1 | -1/+1 |
2004-09-24 | Add TODO items for OpiePlayer | zecke | 1 | -0/+18 |
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 | 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 |