aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-mediaplayer/mainUI.h
Commit message (Collapse)AuthorAge
* Clean up the initial argument parsing for lumina-mediaplayer - now it will ↵Ken Moore2017-05-30
| | | | actually load multimedia *files* which are specified on the CLI and/or default to the Pandora player as needed.
* Get lumina-mediaplayer saving/loading user settings on new start.Ken Moore2017-04-28
|
* Clean up the UI for lumina-mediaplayer, and disable video output (still ↵Ken Moore2017-04-28
| | | | getting gstreamer stream crashes when the video widget is not visible).
* Get more of the "local" file playback functional. Now it seems almost ↵Ken Moore2017-04-19
| | | | full-featured.
* A bit more work on lumina-mediaplayer:Ken Moore2017-04-19
| | | | | | - Add support for creating generic stations from a search term. - Ensure that new stations are automatically switched to.. - Add support for changing the libao "audio driver" (some drivers just spit out static - like pulse, but the "oss" driver works great).
* Get the local file playlist mostly-working.Ken Moore2017-04-14
| | | | Still got some cleanup and polish to do yet.
* another batch of update for the lumina-mediaplayer pandora streaming ↵Ken Moore2017-04-05
| | | | functionality.
* Another large batch of work on lumina-mediaplayer. The Pandora streaming ↵Ken Moore2017-04-04
| | | | capabilities are almost completely done (just missing the interactive search for creating new stations) and very functional right now. Also get the system tray icon functional for the app too.
* Get the new lumina-mediaplayer semi-working. If pianobar is installed, it ↵Ken Moore2017-03-31
can now use it to play Pandora radio stations - but most of the interactive buttons have not been hooked up to the backend process yet.
bgstack15