summaryrefslogtreecommitdiff
Commit message (Expand)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
* 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
* Lyrics: fix lyricwiki. yet again.Anton Khirnov2009-11-21
* 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
* mpclient: remove calls to str.encode()Anton Khirnov2009-10-08
* 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
* 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
* 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
* 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
* Lyrics: decrease priority of an error message.Anton Khirnov2009-09-04
* Lyrics: fix Lyricwiki. again.Anton Khirnov2009-09-03
* switch to PyQt4 API v2 for QStringsAnton Khirnov2009-08-31
* Fix running app from the sources dir.Anton Khirnov2009-08-29