summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/xinecontrol.cpp
AgeCommit message (Expand)AuthorFilesLines
2004-09-24Handling of Errors is a bit problematic with the current design.zecke1-20/+28
2004-09-23-Remove bogus whitespaceszecke1-8/+7
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
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
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
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon1-9/+1
2002-12-11- slight simplification of XineControl constructorsimon1-4/+12
2002-12-11- initialized xine in a background thread. much time is still spend insimon1-0/+1
2002-12-09- use xine_set_param( ..., XINE_PARAM_SPEED, with XINE_SPEED_PAUSE andsimon1-5/+1
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
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
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 alon...harlekin1-31/+78
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