summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* song: raise KeyError instead of returning empty stringAnton Khirnov2010-04-30
|
* song: use '?tag' to get tag or empty stringAnton Khirnov2010-04-30
|
* Songinfo: simplify setting tags.Anton Khirnov2010-04-30
|
* song: implement __contains__()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
|
* mpclient: add playlistid() funcAnton Khirnov2010-02-11
| | | | also fix PlaylistEntryRef
* Playlist: use PlaylistEntryRef.Anton Khirnov2010-02-11
|
* Playlist: move all classes at to top level.Anton Khirnov2010-02-10
|
* mpclient: add an error message on status read failAnton Khirnov2009-12-22
|
* 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
|
* remove some unused functionsAnton Khirnov2009-11-21
|
* plugin: really remove dock widgetsAnton Khirnov2009-11-21
|
* fixed opening settings window multiple timesAnton Khirnov2009-11-21
| | | | there should be a better way though.
* 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.
* mpd: better error handling on connection failureAnton Khirnov2009-10-10
|
* mpd: str -> unicodeAnton Khirnov2009-10-09
|
* 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
|
* mpd: switch to QtNetwork networking.Anton Khirnov2009-10-08
| | | | with this using "idle" command in the future will be easier.
* mpclient: remove calls to str.encode()Anton Khirnov2009-10-08
| | | | it's now handled in lower layer
* mpd: catch errors when writing command.Anton Khirnov2009-10-08
|
* mpclient: fix stats() when disconnected.Anton Khirnov2009-10-08
|
* mpclient: in add() put only command_list_end under try/exceptAnton Khirnov2009-09-30
|
* PlayControl: correctly initialize on load.Anton Khirnov2009-09-24
| | | | fixes behavior if it's loaded after we're connected to MPD.
* MetadataFetcher: call finish() after errorAnton Khirnov2009-09-23
|
* Lyrics: catch OSError when removing lyrics fileAnton Khirnov2009-09-23
|
* mpd/mpclient: catch socket errors when sending commandsAnton Khirnov2009-09-20
|
* common: prevent infinite recursion in MetadataFetcherAnton Khirnov2009-09-20
|
* Playlist: support for moving songs with drag&dropAnton Khirnov2009-09-19
|
* mpclient: change tagtypes, urlhandlers and commands to varsAnton Khirnov2009-09-19
|
* song: merge multiple same tags instead of picking firstAnton Khirnov2009-09-19
|
* Lyrics: don't try to save lyrics to empty pathAnton Khirnov2009-09-15
|
* pyqtSignal.disconnect() throws TypeError if no slots are connectedAnton Khirnov2009-09-15
| | | | fix that
* Filebrowser: remove useless conversion to unicodeAnton Khirnov2009-09-15
|
* mpclient: fix urlhandlers commandAnton 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
|
* mpclient: fix command lists.Anton Khirnov2009-09-10
|
* Lyrics: fix saving unicode lyrics.Anton Khirnov2009-09-10
|
* mpd: rewrite connecting/disconnecting functions to use signals.Anton Khirnov2009-09-08
|
* mpclient/mpd: always use iterators instead of list.Anton Khirnov2009-09-08
| | | | also get rid of some useless functions like retrieve.
* 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
|
* Fix running app from the sources dir.Anton Khirnov2009-08-29
|