summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/playlistwidget.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-05-24Resource -> OResource - please test, I do not have the right version of xine ...drw1-22/+22
2005-05-12Fix for #1657 to show the play button when we've playable fileszecke1-0/+6
2005-03-06patches from Paul, human readable sizes and play button #1216llornkcor1-11/+45
2005-01-08check for skins directory and fail nicely if not foundllornkcor1-0/+5
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke1-1/+1
2004-09-24-remove qApp->processEvents when starting playingzecke1-46/+62
2004-09-24Handling of Errors is a bit problematic with the current design.zecke1-0/+1
2004-09-23-Remove bogus whitespaceszecke1-23/+20
2004-06-29As pointed out by bradc OpiePlayer2 is not able to open desktop files.zecke1-1/+7
2004-04-04use odebug classesmickeyl1-8/+11
2004-04-04convert to Opie Debugging Frameworkmickeyl1-19/+19
2004-03-16fix oggllornkcor1-1/+1
2004-03-14Use ODP namespacezecke1-1/+2
2004-03-02fix includeschicken1-1/+0
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-44/+44
2003-11-17merge branch with headchicken1-30/+39
2003-08-09Merge from BRANCH_1_0kergoth1-20/+11
2003-06-18navigational elements vertically centeredharlekin1-1/+1
2003-06-18give save playlist the normal ofileselector tooharlekin1-11/+35
2003-06-18separate Add URL from Add fileharlekin1-13/+67
2003-05-04added a few convience qcop messages. see readme for more info. not totally fi...llornkcor1-0/+49
2003-04-26change playlist file access mode when writingllornkcor1-1/+1
2002-12-16remove some commented codellornkcor1-97/+0
2002-12-16fix writng m3u filenames when user specifies a directoryllornkcor1-10/+11
2002-12-12moved readM3u and readPls to one function. fixed pls. more to comellornkcor1-99/+96
2002-12-11buttons centered againharlekin1-29/+29
2002-12-11- roll back the threaded xine initialization, the mediaplayer initializationsimon1-1/+1
2002-12-11- added initialize states to MediaPlayerStatesimon1-1/+3
2002-12-10moving to playlistview after adding to it is annoying some people and me some...llornkcor1-2/+6
2002-12-09 switch (mouse) {simon1-4/+4
2002-12-09- replaced currentFileListView method with a variablesimon1-15/+11
2002-12-08- #include cleanupsimon1-7/+0
2002-12-08- when the file list view is visible only enable the play button if theresimon1-0/+15
2002-12-05- fixed a minor memory leaksimon1-9/+8
2002-12-05- turned if ( foo ) delete foo; into straight delete foo; as the if issimon1-9/+7
2002-12-04- scanForAudio and scanForVideo is scanFiles in the file list view, sosimon1-11/+2
2002-12-04- scannedFiles is no more publicsimon1-16/+4
2002-12-04- move more view population logic into PlayListFileViewsimon1-24/+6
2002-12-04- merged popuplateAudioView and popuplateVideoView into onesimon1-69/+3
2002-12-04- moving videoScan and audioScan into PlayListFileViewsimon1-10/+8
2002-12-04- merged scanForVideo and scanForAudio into a common scanFiles method insimon1-20/+5
2002-12-02- AudioWidget and VideoWidget are no more singletons via audioUI andsimon1-6/+8
2002-12-02- the playlist no more uses the mediaplayerstate as singletonsimon1-24/+24
2002-12-02- don't enable the play button if switching to the playlist tab and thesimon1-1/+9
2002-12-02- as MediaPlayerState::isUsingPlaylist() always returns true we can removesimon1-57/+35
2002-12-02- removed the playlistToggled signal, as it is never emittedsimon1-13/+1
2002-12-02- removed unused (and never initialized to something != 0)simon1-6/+1
2002-12-02- removed unused (and uninitialized) FileSelector *PlayListWidgetPrivate::filessimon1-4/+3
2002-12-02- disable 'play' in the play list tabsimon1-0/+4
2002-12-02- simplified MediaPlayer::setPlaying, moving more switch() like code intosimon1-1/+11