summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-09-24-remove qApp->processEvents when starting playingzecke1-1/+0
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-23-Remove bogus whitespaceszecke1-45/+5
-Remove stl dependency -Make switching from fullscreen video to audio work -Remove debug output
2004-09-10support for DEVFSschurig1-0/+4
2004-04-04use odebug classesmickeyl1-7/+9
2004-04-04convert to Opie Debugging Frameworkmickeyl1-6/+6
2004-03-02fix includeschicken1-4/+0
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-3/+3
TT.
2003-11-17merge branch with headchicken1-1/+0
2003-10-07Add a FIXME to the MediaPlayer::blank methodzecke1-0/+1
why don't we use ODevice::inst()->setDisplayStatus() ?
2003-08-09Merge from BRANCH_1_0kergoth1-10/+1
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-3/+3
2002-12-13- activate the threaded xine init code! :)simon1-1/+11
2002-12-13- allow delayed assignment of the widget on the XINE::Lib objectsimon1-1/+3
- make use of that API in XineControl and MediaPlayer
2002-12-11- skins are now pre-loaded in the background (step by step)simon1-0/+7
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon1-51/+69
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/+1
- 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-1/+2
skin loading though.
2002-12-11- added initialize states to MediaPlayerStatesimon1-0/+1
- the play button is now of type PlayButton, inheritting from ToolButton and checking the media player initialization state in setEnabled
2002-12-09- hah, the improved design pays off :) switching skins at run-time nowsimon1-0/+6
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-09- reworked the mouse event handling to be much simplersimon1-1/+2
- fixed missing return in Play case in handleCommand, which accidentially broke pausing - accept the key events we receive in the audioWidget - commented out suspicious connect to pauseCheck in mediaplayer, which broke pausing via space bar
2002-12-08- made XineControl independent from VideoWidgetsimon1-1/+1
2002-12-02- I better be a good boy and delete what I allocate :)simon1-0/+2
2002-12-02- yay, last singleton gone. global playList variable is no more :)simon1-17/+15
2002-12-02- AudioWidget and VideoWidget are no more singletons via audioUI andsimon1-12/+27
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/+1
2002-12-02- MediaPlayer no more uses the MediaPlayerState instance as singletonsimon1-28/+27
2002-12-02- completed MediaPlayer::DisplayType transitionsimon1-1/+1
2002-12-02- simplified MediaPlayer::setPlaying, moving more switch() like code intosimon1-22/+9
playlistwidget
2002-12-02- whichList is deprecatedsimon1-3/+3
2002-12-02- paused() -> isPaused() and the like for all accessor functions in thesimon1-6/+6
mediaplayerstate class
2002-11-10display loaded playlist in caption at startllornkcor1-1/+4
2002-11-10besser seekable handlingharlekin1-1/+1
2002-10-17zaurus screenblanking - maybe better, maybe not- needs testingllornkcor1-0/+18
2002-10-10little changes to the gammaharlekin1-1/+1
2002-10-08more fixesllornkcor1-1/+1
2002-10-01mediadetect no longer needed, also beginning of id3 etc tag info support ↵harlekin1-33/+46
along with some other small fixes
2002-09-04change playing in file lists. no loop modellornkcor1-35/+65
2002-08-22should scan for file at startupllornkcor1-0/+1
2002-08-20need to still write playerstate to configllornkcor1-1/+2
2002-08-20fix coredump on exitllornkcor1-2/+2
2002-08-20move configwrite to a better place not in deconstructorllornkcor1-0/+2
2002-08-20added 'initialzing' message to caption, until after xine is initializedllornkcor1-2/+6
2002-08-19fixesharlekin1-2/+2
2002-08-19cleanupsharlekin1-1/+0
2002-08-18hack to make startup faster, still need sanity checksharlekin1-3/+2
2002-08-16blank now works, mail key on ipaqharlekin1-4/+7
2002-08-16playing arround with blankharlekin1-19/+30
2002-08-15got rid of some compiler warningsharlekin1-1/+1
2002-08-15click in fullscreen leeds to going back to the normal videowidget nowharlekin1-1/+1
2002-08-15stop now working as supposedharlekin1-2/+2