summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/playlistfileview.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06patches from Paul, human readable sizes and play button #1216llornkcor1-0/+1
2002-12-08- when the file list view is visible only enable the play button if theresimon1-0/+8
is something selected. one crash less ;)
2002-12-04- scannedFiles is no more publicsimon1-4/+0
2002-12-04- the doclnkset is now fully encapsulated in PlayListFileView, no needsimon1-1/+0
to have a public accessor anymore
2002-12-04- move more view population logic into PlayListFileViewsimon1-0/+1
2002-12-04- merged popuplateAudioView and popuplateVideoView into onesimon1-1/+3
PlayListFileView::popuplateView method
2002-12-04- moving videoScan and audioScan into PlayListFileViewsimon1-0/+4
2002-12-04- merged scanForVideo and scanForAudio into a common scanFiles method insimon1-1/+12
the PlayListFileView. less duplicated code :)
2002-12-03- starting to factor out the playlist file views into separate classessimon1-0/+16