Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
char view ('a' and 'v') step by step
|
|
- QImage and QPixmap are value based classes, so use them like that for
a couple of objects. simplifies the code and helps to avoid memory leaks
|
|
playlist is empty
- don't crash when starting to play and no item is selected in the
playlist. instead select the first item then.
|
|
it and simplify some code in the playlistwidget due to that
|
|
- resulted in some simplification in playlistwidget
|
|
|
|
PlayListWidgetPrivate::current
|
|
|
|
|
|
|
|
playlistwidget
|
|
|
|
|
|
|
|
qlistview object and simplified currentFileListPathName with that
|
|
|
|
|
|
|
|
|
|
|
|
|
|
type in a verbose manner (AudioFiles, VideoFiles, CurrentPlayList, etc.),
as a future replacment for whichList() which just returns an integer
|
|
|
|
|
|
|
|
|
|
mediaplayerstate class
|
|
|
|
|
|
returns "test" :)
|
|
are constant by design
|
|
compilation process
|
|
on qt side, to avoid problems like repaints from within a non-gui thread
|
|
|
|
|