summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/xinecontrol.h
AgeCommit message (Collapse)AuthorFilesLines
2004-09-24Handling of Errors is a bit problematic with the current design.zecke1-3/+1
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.
2003-08-09Merge from BRANCH_1_0kergoth1-1/+0
2002-12-13- added a second constructor that takes a XINE::Lib object (and takessimon1-0/+7
ownership of it)
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon1-6/+0
state and the PlayButton change set - instead load the audio-/video widget and the xine control on-demand. much faster and much simpler for startup
2002-12-11- slight simplification of XineControl constructorsimon1-1/+5
- fixed a race between the video resizing and the xine initialization
2002-12-11- initialized xine in a background thread. much time is still spend insimon1-0/+2
skin loading though.
2002-12-08- made XineControl independent from VideoWidgetsimon1-6/+3
2002-12-02- AudioWidget and VideoWidget are no more singletons via audioUI andsimon1-1/+5
videoUI. this allows switching skins at run-time (the appropriate connections are already made and it works quite nicely :)
2002-12-02- removed last traces of mediaPlayerState singleton. yay :)simon1-1/+4
2002-10-01mediadetect no longer needed, also beginning of id3 etc tag info support ↵harlekin1-2/+12
along with some other small fixes
2002-09-02first parts of gamma correction, fullscreen on arm need some more workharlekin1-3/+30
2002-08-19fixesharlekin1-5/+5
2002-08-15added useAudio() and useVideo()llornkcor1-0/+5
2002-08-10do not suspend while playing media filesharlekin1-0/+1
2002-08-09autoadvance to next media when current is finished (playlist)harlekin1-2/+2
2002-08-05seeking is working nowharlekin1-1/+1
2002-08-03Added support for fullscreen playbacksandman1-0/+2
2002-08-03audiowidget now shows time and slider moves.llornkcor1-3/+2
2002-08-03fixed incompatible typesllornkcor1-4/+4
2002-08-03fixes some typosharlekin1-1/+1
2002-07-10more updatesharlekin1-1/+33
2002-07-09fullscreen toogle connectedharlekin1-1/+1
2002-07-09 more gui workharlekin1-0/+2
2002-07-08more gui parts working nowharlekin1-1/+1
2002-07-08Compile fixeszecke1-2/+2
2002-07-06first try to get stuff togetherharlekin1-0/+38