summaryrefslogtreecommitdiff
path: root/nephilim
Commit message (Collapse)AuthorAge
* 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
|
* Library: fix typoAnton Khirnov2009-08-21
| | | | because of it library wasn't refilled on db update.
* AlbumCover: implement manually setting coverAnton Khirnov2009-08-21
| | | | again ;)
* mpclient: handle MPD exceptions in delete()Anton Khirnov2009-08-21
|
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
|
* rename misc->commonAnton Khirnov2009-08-21
|
* move common lyrics/albumcover fetcher code to miscAnton Khirnov2009-08-21
|
* Lyrics: disconnect NetworkReply's signals before abort()ing.Anton Khirnov2009-08-21
|
* Lyrics: fix typo.Anton Khirnov2009-08-21
|
* AlbumCover: add a 'clear cover' action.Anton Khirnov2009-08-20
|
* AlbumCover: rewrite to use same design as LyricsAnton Khirnov2009-08-20
| | | | some features got removed in the process, should be put back soon.
* Lyrics: cosmeticsAnton Khirnov2009-08-20
|
* settings_wg: initialize a list of widgets in __init__Anton Khirnov2009-08-20
|
* Lyrics: user-selectable site priority.Anton Khirnov2009-08-20
|
* settings_wg: fix typoAnton Khirnov2009-08-20
|
* Lyrics: implement priority for fetchers.Anton Khirnov2009-08-20
|
* plugins: handle ImportError when importing plugins.Anton Khirnov2009-08-19
|
* winMain: disable tear-off menus.Anton Khirnov2009-08-19
| | | | i don't like them.
* plugin: make settings a var, not a function.Anton Khirnov2009-08-19
|
* Lyrics: cosmetics - group private/public functions.Anton Khirnov2009-08-19
|
* Lyrics: rewrite the system of fetchers to be more flexible.Anton Khirnov2009-08-19
| | | | | also use Qt's networking module instead of urllib - which removes the need for explicit multithreading here.
* plugin: fix more typos.Anton Khirnov2009-08-18
|
* Lyrics: enable wrap for song info label.Anton Khirnov2009-08-17
| | | | also remove forgotten Lywicwiki file.
* plugin: fix typoAnton Khirnov2009-08-16
|
* Lyrics: clear lyrics_path when no song is played.Anton Khirnov2009-08-16
|