summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayer.h
AgeCommit message (Collapse)AuthorFilesLines
2003-08-09Merge from BRANCH_1_0kergoth1-3/+0
2002-12-13- activate the threaded xine init code! :)simon1-0/+6
2002-12-11- skins are now pre-loaded in the background (step by step)simon1-0/+3
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon1-4/+10
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-09- hah, the improved design pays off :) switching skins at run-time nowsimon1-0/+1
only reloads the pixmaps and no more requires a restart or re-creation of the audio/video widgets and the xine control (which involved slow xine initialization)
2002-12-02- yay, last singleton gone. global playList variable is no more :)simon1-1/+4
2002-12-02- AudioWidget and VideoWidget are no more singletons via audioUI andsimon1-0/+9
videoUI. this allows switching skins at run-time (the appropriate connections are already made and it works quite nicely :)
2002-12-02- MediaPlayer no more uses the MediaPlayerState instance as singletonsimon1-1/+3
2002-12-02- less header inclusionssimon1-2/+0
2002-12-02- simplified MediaPlayer::setPlaying, moving more switch() like code intosimon1-1/+0
playlistwidget
2002-10-17needs this maybe alsollornkcor1-1/+1
2002-10-01mediadetect no longer needed, also beginning of id3 etc tag info support ↵harlekin1-0/+32
along with some other small fixes
2002-09-04change playing in file lists. no loop modellornkcor1-2/+1
2002-08-16playing arround with blankharlekin1-2/+3
2002-08-07added volume handling for audio gui and other small fixesharlekin1-2/+2
2002-07-06first try to get stuff togetherharlekin1-0/+3
2002-07-01guiharlekin1-0/+43