aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/desktop-plugins/audioplayer
Commit message (Collapse)AuthorAge
* Add the ability to distinguish between desktop plugins that should be ↵Ken Moore2015-02-03
| | | | transparent/opaque on a plugin-level. This allows for finer control via the theme.
* Clean up all the dialog usage in the notepad and audioplay desktop plugins. ↵Ken Moore2015-01-21
| | | | Now the dialogs should not prevent the desktop from updating appropriately (not modal).
* Update the theming of the Lumina desktop:Ken Moore2015-01-19
| | | | | 1) Now the panel appearance will be set by the theme as well (unless custom appearance set) 2) Now the desktop plugins are themed appropriately as well (background canvas can be set to something, non-transparent plugins can be changed)
* Fix a lockfile violation in the desktop plugin removal process. Now there is ↵Ken Moore2015-01-19
| | | | no chance of it crashing when plugins are removed.
* Quick update to the new audioplayer plugin. Now there is a label which ↵Ken Moore2015-01-17
| | | | displays the current song number in the rotation (<num>/<total>), and a progressbar shows a rough estimate of how much longer the running song has.
* Add a new desktop plugin: audioplayerKen Moore2015-01-16
bgstack15