summaryrefslogtreecommitdiff
path: root/nephilim/plugins
Commit message (Expand)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
* plugin: more pyqt5 port fixesAnton Khirnov2020-11-08
* Port to PyQt5.Anton Khirnov2020-10-13
* mpclient: cache the database locally.Anton Khirnov2013-04-25
* song: drop PlaylistEntryRefAnton Khirnov2013-04-25
* Songinfo: basic support for displaying stickersAnton Khirnov2011-09-04
* Stop saving lyrics in files.Anton Khirnov2011-09-04
* Lyrics: read lyrics from stickers.Anton Khirnov2011-09-04
* Lyrics: save lyrics as stickersAnton Khirnov2011-09-04
* AlbumCover: fix an exception in last.fm fetcher.Anton Khirnov2011-09-04
* common: split MetadataFetcher into its own fileAnton Khirnov2011-09-04
* Songinfo: reformat to new styleAnton Khirnov2011-01-04
* Playlist: add a shuffle button to the toolbar.Anton Khirnov2010-11-30
* SongInfo: fix saving settingsAnton Khirnov2010-11-17
* Playlist: add a toolbarAnton Khirnov2010-11-17
* Playlist: update current song when its position changesAnton Khirnov2010-11-03
* Playlist: highlight current song.Anton Khirnov2010-10-05
* Library: move folding patter selection to the widget itselfAnton Khirnov2010-08-29
* Library: move subclasses to top levelAnton Khirnov2010-08-29
* import pyqtSignal as Signal, for easier future compatibility with PySideAnton Khirnov2010-08-29
* AlbumCover: 10l, functions applied in wrong orderAnton Khirnov2010-08-27
* move crossfade control from settings widget to PlayControl pluginAnton Khirnov2010-08-27
* Playlist: add empty header_state to default settingsAnton Khirnov2010-08-27
* switch to QVariant API 2Anton Khirnov2010-08-26
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
* AlbumCover: add a forgotten 'not'Anton Khirnov2010-08-09
* Lyrics: move fetcher classes to top level.Anton Khirnov2010-05-10
* AlbumCover: move fetcher classes to top level.Anton Khirnov2010-05-10
* song: use string.Template for expanding $tags.Anton Khirnov2010-04-30
* song: raise KeyError instead of returning empty stringAnton Khirnov2010-04-30
* Songinfo: simplify setting tags.Anton Khirnov2010-04-30
* remove some useless conversions to unicodeAnton Khirnov2010-02-11
* Playlist: add a popup menu with 'add same'Anton Khirnov2010-02-11
* Playlist: use PlaylistEntryRef.Anton Khirnov2010-02-11
* Playlist: move all classes at to top level.Anton Khirnov2010-02-10
* AlbumCover: fix last.fm fetcher.Anton Khirnov2009-11-29
* Songinfo: only edit settings when connected.Anton Khirnov2009-11-29
* Notify: toInt() -> int()Anton Khirnov2009-11-27
* Lyrics: fix lyricwiki. yet again.Anton Khirnov2009-11-21
* Lyrics: send action=lyrics query to LyricwikiAnton Khirnov2009-10-09
* AlbumCover: abort if artist or album is emptyAnton Khirnov2009-10-09
* AlbumCover: update Last.fm API key.Anton Khirnov2009-10-09
* PlayControl: correctly initialize on load.Anton Khirnov2009-09-24
* Lyrics: catch OSError when removing lyrics fileAnton Khirnov2009-09-23
* Playlist: support for moving songs with drag&dropAnton Khirnov2009-09-19
* mpclient: change tagtypes, urlhandlers and commands to varsAnton Khirnov2009-09-19
* Lyrics: don't try to save lyrics to empty pathAnton Khirnov2009-09-15
* Filebrowser: remove useless conversion to unicodeAnton Khirnov2009-09-15
* Playlist: allow dropping items from library.Anton Khirnov2009-09-12
* Lyrics: allow dragging of items.Anton Khirnov2009-09-12