summaryrefslogtreecommitdiff
path: root/nephilim
Commit message (Expand)AuthorAge
* song: cosmeticsAnton Khirnov2010-11-29
* mpclient: update commentsAnton Khirnov2010-11-29
* SongInfo: fix saving settingsAnton Khirnov2010-11-17
* Playlist: add a toolbarAnton Khirnov2010-11-17
* Playlist: update current song when its position changesAnton Khirnov2010-11-03
* mpclient: new signal that's emitted when current song's 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
* 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
* main_window: add update/rescan action to server menuAnton Khirnov2010-08-27
* mpclient: add update/rescan database functionsAnton Khirnov2010-08-27
* mpclient: group functions by categoryAnton Khirnov2010-08-27
* settings_wg: remove outputs controlAnton Khirnov2010-08-27
* move crossfade control from settings widget to PlayControl pluginAnton Khirnov2010-08-27
* emit a crossfade_changed signalAnton Khirnov2010-08-27
* nephilim_app: create child objects with self as parentAnton Khirnov2010-08-27
* nephilim_app: style cleanupAnton Khirnov2010-08-27
* rename winMain -> MainWindow for consistencyAnton Khirnov2010-08-27
* winMain: remove useless variableAnton Khirnov2010-08-27
* winMain: fix restoring default layoutAnton Khirnov2010-08-27
* winMain: fallback to empty array when restoring geometryAnton Khirnov2010-08-27
* Playlist: add empty header_state to default settingsAnton Khirnov2010-08-27
* mpdsocket: don't raise exceptionsAnton Khirnov2010-08-27
* switch to QVariant API 2Anton Khirnov2010-08-26
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
* mpclient: add a new asynchronous high-level MPD layerAnton Khirnov2010-08-12
* mpdsocket: add a new asynchronous low-level MPD interfaceAnton Khirnov2010-08-12
* song: make keys case-insensitiveAnton Khirnov2010-08-12
* winMain: make a special class for the time labelAnton Khirnov2010-08-12
* AlbumCover: add a forgotten 'not'Anton Khirnov2010-08-09
* settings_wg: use a validator for port number.Anton Khirnov2010-07-05
* settings_wg: convert port to int, not str.Anton Khirnov2010-07-05
* mpd: connect to MPD asynchronously.Anton Khirnov2010-07-05
* winMain: init it as QMainWindow, not QWidgetAnton Khirnov2010-07-05
* 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
* 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