summaryrefslogtreecommitdiff
path: root/nephilim/plugins
Commit message (Collapse)AuthorAge
* SongInfo: fix saving settingsAnton Khirnov2010-11-17
| | | | only call QSettings.BeginGroup() once
* Playlist: add a toolbarAnton Khirnov2010-11-17
| | | | currently contains a 'clear playlist' button and 'add URL' lineedit
* 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
| | | | with this the settings widget for library can go
* 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
| | | | maybe it should be hidden under an icon for extra prettiness
* Playlist: add empty header_state to default settingsAnton Khirnov2010-08-27
|
* switch to QVariant API 2Anton Khirnov2010-08-26
| | | | i.e., remove all explicite usage of QVariant
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
| | | | remove the old mpclient and our bundled copy of mpd.py
* 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
| | | | | | the really should stop doing this. switched to using regexps, because QXmlStreamReader chokes on their invalid pages and i don't want to introduce more dependencies.
* 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
| | | | fixes behavior if it's loaded after we're connected to MPD.
* 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
| | | | though nowhere to drop them now
* Lyrics: compensate for more Lyricwiki changes.Anton Khirnov2009-09-11
|
* Lyrics: fix saving unicode lyrics.Anton Khirnov2009-09-10
|
* Lyrics: decrease priority of an error message.Anton Khirnov2009-09-04
| | | | also add error handling.
* Lyrics: fix Lyricwiki. again.Anton Khirnov2009-09-03
| | | | | i hope they stop doing that also switch to QXmlStreamReader for parsing lyrics.
* switch to PyQt4 API v2 for QStringsAnton Khirnov2009-08-31
|
* AlbumCover: refresh on load()Anton Khirnov2009-08-29
|
* Lyrics: refresh() on load()Anton Khirnov2009-08-29
|
* Songinfo: refresh on load() if already connected to MPD.Anton Khirnov2009-08-29
|
* Playlist: fill on init.Anton Khirnov2009-08-29
| | | | fixes the issue with playlist plugin loaded after connecting.
* Library: improved filtering.Anton Khirnov2009-08-29
| | | | | it now hide all the items it should, not just the toplevel ones. it might be a little slower now, but works acceptably fast here.
* Library: remove forgotten useless function.Anton Khirnov2009-08-28
|
* use Qt resources for icons.Anton Khirnov2009-08-28
|
* PlayControl: add a menu for controlling outputs.Anton Khirnov2009-08-28
|