summaryrefslogtreecommitdiff
path: root/nephilim
Commit message (Expand)AuthorAge
* winMain: get rid of CamelCase.Anton Khirnov2009-06-21
* add mpclient argument to winMain constructor.Anton Khirnov2009-06-21
* winMain: use new connect_changed signal.Anton Khirnov2009-06-21
* plugin: make mpclient a var instead of a function.Anton Khirnov2009-06-20
* make plugin name a var instead of a function.Anton Khirnov2009-06-19
* Move expand_tags for musicdir from winMain to nephilim_app.Anton Khirnov2009-06-19
* move plugins enable/disable code from winMain to pluginsAnton Khirnov2009-06-19
* nephilim_app: make cleanup private.Anton Khirnov2009-06-19
* nephilim_app: make settings window private.Anton Khirnov2009-06-19
* Update default layout.Anton Khirnov2009-06-19
* Split some parts of winMain into a subclass of QApplication.Anton Khirnov2009-06-19
* Lyrics: clear text if there's no song.Anton Khirnov2009-06-09
* PlayControl: 10l - add forgotten logger.Anton Khirnov2009-05-20
* Filebrowser: mark copy to collection as experimental.Anton Khirnov2009-05-20
* mpclient: remove forgotten print.Anton Khirnov2009-05-18
* 100l - fix some typos in last updates.Anton Khirnov2009-05-18
* mpclient: use stats cmd to query db update.Anton Khirnov2009-05-18
* mpclient: add some debugging messages.Anton Khirnov2009-05-18
* Lyrics: add some debugging messages.Anton Khirnov2009-05-18
* PlayControl: use per-plugin logger.Anton Khirnov2009-05-18
* Filebrowser: add some debug messages.Anton Khirnov2009-05-18
* Filebrowser: basic copying to collection.Anton Khirnov2009-05-18
* AlbumCover: use per-plugin logger.Anton Khirnov2009-05-18
* plugin: add a debugging message.Anton Khirnov2009-05-18
* plugin: add a logger for each plugin.Anton Khirnov2009-05-18
* song: correctly parse ogg track numbers.Anton Khirnov2009-05-17
* song: correctly handle garbage track numbers.Anton Khirnov2009-05-15
* Filebrowser: change permissions from context menu.Anton Khirnov2009-05-15
* mpclient: handle exception when adding files.Anton Khirnov2009-05-15
* plugin: remove some unused code.Anton Khirnov2009-05-14
* Playlist: remove a useless func.Anton Khirnov2009-05-14
* AlbumCover: remove useless import.Anton Khirnov2009-05-14
* AlbumCover: change mouseEvent to contextMenuEvent.Anton Khirnov2009-05-12
* Lyrics: add a settings widget.Anton Khirnov2009-05-12
* Lyrics: use python, not Qt for reading lyrics fileAnton Khirnov2009-05-12
* Lyrics: add support for storing lyrics.Anton Khirnov2009-05-12
* Lyrics: support for loading stored lyrics.Anton Khirnov2009-05-12
* Lyrics: better support for more than one site.Anton Khirnov2009-05-12
* mpclient: behave correctly when connection to MPD is lost.Anton Khirnov2009-05-12
* mpclient: 10l - update cached lib.Anton Khirnov2009-05-12
* mpclient: don't kill timer if there is none.Anton Khirnov2009-05-12
* Playlist: connect signals directly to the playlist widget.Anton Khirnov2009-05-07
* AlbumCover: refactor some code.Anton Khirnov2009-05-05
* Lyrics: make utf-8 requests work with LyricWiki.Anton Khirnov2009-05-05
* song: 100l - add __ne__ operator.Anton Khirnov2009-05-05
* Use comparison operator for Song.Anton Khirnov2009-05-02
* Implement __eq__ for Song.Anton Khirnov2009-05-02
* AlbumCover: some fixes for threading.Anton Khirnov2009-04-30
* Lyrics: use separate thread for fetching lyrics.Anton Khirnov2009-04-30
* Use a separate thread for all fetches of covers.Anton Khirnov2009-04-30