summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* 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
|
* add installer scriptAnton Khirnov2009-08-28
|
* use Qt resources for icons.Anton Khirnov2009-08-28
|
* PlayControl: add a menu for controlling outputs.Anton Khirnov2009-08-28
|
* mpclient: encapsulate audio outputs in a class.Anton Khirnov2009-08-28
|
* Library: default to albumartist/albumAnton Khirnov2009-08-28
|
* song: fallback to artist if there's no albumartistAnton Khirnov2009-08-28
|
* mpclient & mpd: add findadd command.Anton Khirnov2009-08-25
|
* Playlist: change columns from list to QStringList.Anton Khirnov2009-08-25
|
* AlbumCover: use Nephilim logo when there's no cover.Anton Khirnov2009-08-25
|
* update default_layout locationAnton Khirnov2009-08-25
|
* AlbumCover: remove forgotten info()Anton Khirnov2009-08-25
|
* song: if a tag has multiple values, choose first.Anton Khirnov2009-08-25
|
* Library: safer system for grouping.Anton Khirnov2009-08-25
|
* song: handle QString keys.Anton Khirnov2009-08-25
|
* mpclient: fix find.Anton Khirnov2009-08-25
|
* song: convert to a subclass of dict.Anton Khirnov2009-08-24
| | | | | also don't store whole song in Library and Playlist, this saves a significant amount of memory.
* Songinfo: give the tags column higher priority when stretching.Anton Khirnov2009-08-23
|
* Songinfo: allow choosing which tags to display.Anton Khirnov2009-08-23
|
* Songinfo: rewrite to use all metadata from MPD.Anton Khirnov2009-08-23
|
* mpclient: change info from function to var.Anton Khirnov2009-08-23
|
* mpclient: don't cache library and playlistAnton Khirnov2009-08-23
| | | | they are rarely needed more than once per update.
* song: don't convert id to intAnton Khirnov2009-08-23
| | | | it serves no real purpose.
* Remove second Networkreply var from MetadataFecherAnton Khirnov2009-08-22
| | | | it's redundant.
* Lyrics: use getArtist on lyricwikiAnton Khirnov2009-08-22
| | | | this fixes some issues with non-latin artist names.
* AlbumCover: fix local fetcher with non-db files.Anton Khirnov2009-08-22
|
* AlbumCover: use Musibrainz ID in last.fm fetcher.Anton Khirnov2009-08-21
|