summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/playlistwidget.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06patches from Paul, human readable sizes and play button #1216llornkcor1-0/+1
2004-09-24-remove qApp->processEvents when starting playingzecke1-0/+2
Revamp Adding Files and Add Directory -Remove custom code to save the last Directory Used -Share MimeType creating code -Add Method to add a File to the Playlist and use it for AddFile and Add Directory
2003-11-17merge branch with headchicken1-1/+6
2003-08-09Merge from BRANCH_1_0kergoth1-6/+1
2003-06-18separate Add URL from Add fileharlekin1-1/+2
2003-05-04added a few convience qcop messages. see readme for more info. not totally ↵llornkcor1-0/+3
finished yet
2002-12-12moved readM3u and readPls to one function. fixed pls. more to comellornkcor1-2/+3
2002-12-09- replaced currentFileListView method with a variablesimon1-2/+1
2002-12-04- scanForAudio and scanForVideo is scanFiles in the file list view, sosimon1-2/+0
removed the former and connect to the latter
2002-12-04- move more view population logic into PlayListFileViewsimon1-3/+0
2002-12-04- moving videoScan and audioScan into PlayListFileViewsimon1-1/+1
2002-12-04- merged scanForVideo and scanForAudio into a common scanFiles method insimon1-2/+0
the PlayListFileView. less duplicated code :)
2002-12-03- a couple of public member variables made privatesimon1-6/+8
2002-12-02- AudioWidget and VideoWidget are no more singletons via audioUI andsimon1-0/+3
videoUI. this allows switching skins at run-time (the appropriate connections are already made and it works quite nicely :)
2002-12-02- the playlist no more uses the mediaplayerstate as singletonsimon1-1/+2
2002-12-02- removed the playlistToggled signal, as it is never emittedsimon1-1/+0
- resulted in some simplification in playlistwidget
2002-12-02- simplified MediaPlayer::setPlaying, moving more switch() like code intosimon1-1/+14
playlistwidget
2002-12-02- removed whichList() alltogethersimon1-2/+2
2002-12-02- simplified addSelectedsimon1-0/+2
2002-12-02- added currentFileListView() method that returns the current file listsimon1-0/+2
qlistview object and simplified currentFileListPathName with that
2002-12-02- two const fixletssimon1-2/+2
2002-12-02- added a currentTab method that returns an enum containing the current tabsimon1-0/+3
type in a verbose manner (AudioFiles, VideoFiles, CurrentPlayList, etc.), as a future replacment for whichList() which just returns an integer
2002-11-14no longer scans and populates audio_video lists everytime tab is changed. ↵llornkcor1-1/+1
rescan from File menu does it except for the first tab change
2002-10-08more fixesllornkcor1-2/+1
2002-10-08fixed m3u handlingllornkcor1-0/+1
2002-10-06use m3u now. probably buggy stillllornkcor1-1/+1
2002-09-04change playing in file lists. no loop modellornkcor1-1/+2
2002-09-02first parts of gamma correction, fullscreen on arm need some more workharlekin1-2/+2
2002-08-21started taking playlistwidget apart, also made gui a bit more beautifulharlekin1-31/+40
2002-08-20move configwrite to a better place not in deconstructorllornkcor1-1/+1
2002-08-19properties editing is opie only and should not be in the mediaplayerharlekin1-1/+0
2002-08-16playing arround with blankharlekin1-6/+4
2002-08-14added skins menullornkcor1-0/+4
2002-08-13fix video button actions.. still needs workllornkcor1-1/+0
2002-08-10added skins to videowidget, fixed fullscreen menu. Still needs work on ↵llornkcor1-1/+5
buttonmask.
2002-07-01guiharlekin1-0/+107