summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/xinecontrol.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-09-24Handling of Errors is a bit problematic with the current design.zecke1-20/+28
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-23-Remove bogus whitespaceszecke1-8/+7
-Remove stl dependency -Make switching from fullscreen video to audio work -Remove debug output
2004-04-04use odebug classesmickeyl1-4/+8
2004-04-04convert to Opie Debugging Frameworkmickeyl1-4/+4
2004-03-02fix includeschicken1-1/+0
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-7/+7
TT.
2003-08-09Merge from BRANCH_1_0kergoth1-6/+6
2002-12-13- allow delayed assignment of the widget on the XINE::Lib objectsimon1-0/+2
- make use of that API in XineControl and MediaPlayer
2002-12-13- fill in some code on the threading side. not activated, yetsimon1-1/+2
2002-12-13- prepare the API for threaded initialization, step onesimon1-1/+1
2002-12-13- added a second constructor that takes a XINE::Lib object (and takessimon1-0/+13
ownership of it)
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon1-9/+1
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-4/+12
- 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/+1
skin loading though.
2002-12-09- use xine_set_param( ..., XINE_PARAM_SPEED, with XINE_SPEED_PAUSE andsimon1-5/+1
XINE_SPEED_NORMAL to toggle between pause and playing state, instead of attempting to re-start the stream at the last position
2002-12-08- made XineControl independent from VideoWidgetsimon1-5/+7
2002-12-02- AudioWidget and VideoWidget are no more singletons via audioUI andsimon1-3/+2
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-17/+16
2002-12-02- completed MediaPlayer::DisplayType transitionsimon1-5/+5
2002-12-02- paused() -> isPaused() and the like for all accessor functions in thesimon1-1/+1
mediaplayerstate class
2002-12-02- made isPaused, isPlaying and isStopped private member variablessimon1-1/+1
2002-11-10better seek slider code for videowidget tooharlekin1-1/+1
2002-11-10besser seekable handlingharlekin1-3/+4
2002-11-10fixed seeking and further adaption to the new apiharlekin1-0/+11
2002-10-10little changes to the gammaharlekin1-2/+2
2002-10-06fix spellingllornkcor1-1/+1
2002-10-01mediadetect no longer needed, also beginning of id3 etc tag info support ↵harlekin1-31/+78
along with some other small fixes
2002-09-24adapted to the new apiharlekin1-0/+1
2002-09-04do not go to playlist in between 2 audio streamsharlekin1-8/+0
2002-09-02first parts of gamma correction, fullscreen on arm need some more workharlekin1-5/+10
2002-08-19fixesharlekin1-0/+2
2002-08-19cleanupsharlekin1-1/+0
2002-08-17fix visual dirt when returning from fullscreenharlekin1-0/+1
2002-08-15stop now working as supposedharlekin1-1/+1
2002-08-15added useAudio() and useVideo()llornkcor1-1/+5
2002-08-10do not suspend while playing media filesharlekin1-0/+30
2002-08-09autoadvance to next media when current is finished (playlist)harlekin1-2/+7
2002-08-05pause should be right nowharlekin1-1/+5
2002-08-05doc updatesharlekin1-6/+26
2002-08-05seeking is working nowharlekin1-3/+4
2002-08-03Added support for fullscreen playbacksandman1-0/+6
2002-08-03audiowidget now shows time and slider moves.llornkcor1-5/+4
2002-08-03updateharlekin1-0/+2
2002-08-03fixed incompatible typesllornkcor1-4/+4
2002-08-03fixes some typosharlekin1-5/+11
2002-08-02theme workharlekin1-0/+1
2002-07-11broken video widgetzecke1-3/+3
2002-07-10more updatesharlekin1-1/+47
2002-07-09isSeekable to determine if slider or notharlekin1-2/+2
2002-07-09fullscreen toogle connectedharlekin1-5/+11