summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/playlistwidgetgui.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-10opie-mediaplayer2: search for audio/x-ogg too - patch from OPIE #1530hrw1-1/+1
2005-05-25Use loadPixmap to fix compile errordrw1-1/+1
2005-05-24Resource -> OResource - please test, I do not have the right version of xine ↵drw1-23/+23
on my system to compile and run
2004-09-23-Remove bogus whitespaceszecke1-1/+0
-Remove stl dependency -Make switching from fullscreen video to audio work -Remove debug output
2004-04-04convert to Opie Debugging Frameworkmickeyl1-1/+1
2004-03-02fix includeschicken1-1/+0
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-1/+1
TT.
2003-11-17merge branch with headchicken1-5/+5
2003-08-09Merge from BRANCH_1_0kergoth1-20/+8
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon1-22/+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- added initialize states to MediaPlayerStatesimon1-5/+27
- the play button is now of type PlayButton, inheritting from ToolButton and checking the media player initialization state in setEnabled
2002-12-08- no need to include audio and videowidget.h heresimon1-2/+0
2002-12-04- merged popuplateAudioView and popuplateVideoView into onesimon1-2/+2
PlayListFileView::popuplateView method
2002-12-04- merged scanForVideo and scanForAudio into a common scanFiles method insimon1-2/+3
the PlayListFileView. less duplicated code :)
2002-12-03- removing ten lines of duplicated codesimon1-20/+0
2002-12-03- starting to factor out the playlist file views into separate classessimon1-2/+3
2002-12-02- the playlist no more uses the mediaplayerstate as singletonsimon1-7/+5
2002-12-02- completed MediaPlayer::DisplayType transitionsimon1-3/+3
2002-12-02- removed unused (and never initialized to something != 0)simon1-1/+0
PlayListWidgetPrivate::current
2002-11-14hide the media column, and unhide the path column and changed default ↵llornkcor1-6/+6
sorting to path column. might get rid of media column altogether.
2002-10-23- made the gamma LCD look a bit nicer and more readablesandman1-1/+3
- the gamma slider can now be controlled with the arrow keys
2002-10-10little changes to the gammaharlekin1-2/+2
2002-09-24adapted to the new apiharlekin1-2/+1
2002-09-21fix playlist mimetypellornkcor1-1/+1
2002-09-04change playing in file lists. no loop modellornkcor1-0/+2
2002-09-02first parts of gamma correction, fullscreen on arm need some more workharlekin1-3/+22
2002-08-21started taking playlistwidget apart, also made gui a bit more beautifulharlekin1-0/+207