nephilim.git
2011-04-05 Anton Khirnovcommon: split MetadataFetcher into its own filemaster
2011-01-11 Anton Khirnovmpclient: status['error'] must be a unicode string
2011-01-04 Anton KhirnovSonginfo: reformat to new style
2010-12-07 Anton Khirnovnephilim_app: use templates for tags expanding
2010-11-30 Anton KhirnovPlaylist: add a shuffle button to the toolbar.
2010-11-29 Anton Khirnovsong: cosmetics
2010-11-29 Anton Khirnovmpclient: update comments
2010-11-17 Anton KhirnovSongInfo: fix saving settings
2010-11-17 Anton KhirnovPlaylist: add a toolbar
2010-11-03 Anton KhirnovPlaylist: update current song when its position changes
2010-11-03 Anton Khirnovmpclient: new signal that's emitted when current song...
2010-10-05 Anton Khirnovupdate TODO
2010-10-05 Anton KhirnovPlaylist: highlight current song.
2010-08-29 Anton KhirnovLibrary: move folding patter selection to the widget...
2010-08-29 Anton KhirnovLibrary: move subclasses to top level
2010-08-29 Anton Khirnovimport pyqtSignal as Signal, for easier future compatib...
2010-08-27 Anton KhirnovAlbumCover: 10l, functions applied in wrong order
2010-08-27 Anton Khirnovmain_window: add update/rescan action to server menu
2010-08-27 Anton Khirnovmpclient: add update/rescan database functions
2010-08-27 Anton Khirnovmpclient: group functions by category
2010-08-27 Anton Khirnovsettings_wg: remove outputs control
2010-08-27 Anton Khirnovmove crossfade control from settings widget to PlayCont...
2010-08-27 Anton Khirnovemit a crossfade_changed signal
2010-08-27 Anton Khirnovupdate TODO
2010-08-27 Anton Khirnovnephilim_app: create child objects with self as parent
2010-08-27 Anton Khirnovnephilim_app: style cleanup
2010-08-27 Anton Khirnovrename winMain -> MainWindow for consistency
2010-08-27 Anton KhirnovwinMain: remove useless variable
2010-08-27 Anton KhirnovwinMain: fix restoring default layout
2010-08-27 Anton KhirnovwinMain: fallback to empty array when restoring geometry
2010-08-27 Anton KhirnovPlaylist: add empty header_state to default settings
2010-08-27 Anton Khirnovmpdsocket: don't raise exceptions
2010-08-27 Anton Khirnovupdate TODO
2010-08-26 Anton Khirnovswitch to QVariant API 2
2010-08-12 Anton Khirnovswitch to the new MPD interaction layer
2010-08-12 Anton Khirnovmpclient: add a new asynchronous high-level MPD layer
2010-08-12 Anton Khirnovmpdsocket: add a new asynchronous low-level MPD interface
2010-08-12 Anton Khirnovadd an options parser.
2010-08-12 Anton Khirnovupdate TODO
2010-08-12 Anton Khirnovsong: make keys case-insensitive
2010-08-12 Anton KhirnovwinMain: make a special class for the time label
2010-08-09 Anton Khirnovupdate TODO
2010-08-09 Anton KhirnovAlbumCover: add a forgotten 'not'
2010-07-05 Anton Khirnovsettings_wg: use a validator for port number.
2010-07-05 Anton Khirnovsettings_wg: convert port to int, not str.
2010-07-05 Anton Khirnovmpd: connect to MPD asynchronously.
2010-07-05 Anton KhirnovwinMain: init it as QMainWindow, not QWidget
2010-05-10 Anton KhirnovLyrics: move fetcher classes to top level.
2010-05-10 Anton KhirnovAlbumCover: move fetcher classes to top level.
2010-04-30 Anton Khirnovsong: use string.Template for expanding $tags.
2010-04-30 Anton Khirnovsong: raise KeyError instead of returning empty string
2010-04-30 Anton Khirnovsong: use '?tag' to get tag or empty string
2010-04-30 Anton KhirnovSonginfo: simplify setting tags.
2010-04-30 Anton Khirnovsong: implement __contains__()
2010-02-11 Anton Khirnovremove some useless conversions to unicode
2010-02-11 Anton KhirnovPlaylist: add a popup menu with 'add same'
2010-02-11 Anton Khirnovmpclient: add playlistid() func
2010-02-11 Anton KhirnovPlaylist: use PlaylistEntryRef.
2010-02-10 Anton KhirnovPlaylist: move all classes at to top level.
2009-12-22 Anton Khirnovmpclient: add an error message on status read fail
2009-11-29 Anton KhirnovAlbumCover: fix last.fm fetcher.
2009-11-29 Anton KhirnovSonginfo: only edit settings when connected.
2009-11-27 Anton KhirnovNotify: toInt() -> int()
2009-11-21 Anton Khirnovremove some unused functions
2009-11-21 Anton Khirnovplugin: really remove dock widgets
2009-11-21 Anton Khirnovfixed opening settings window multiple times
2009-11-21 Anton KhirnovLyrics: fix lyricwiki. yet again.
2009-10-10 Anton Khirnovmpd: better error handling on connection failure
2009-10-09 Anton Khirnovmpd: str -> unicode
2009-10-09 Anton KhirnovLyrics: send action=lyrics query to Lyricwiki
2009-10-09 Anton KhirnovAlbumCover: abort if artist or album is empty
2009-10-09 Anton KhirnovAlbumCover: update Last.fm API key.
2009-10-08 Anton Khirnovmpd: switch to QtNetwork networking.
2009-10-08 Anton Khirnovmpclient: remove calls to str.encode()
2009-10-08 Anton Khirnovmpd: catch errors when writing command.
2009-10-08 Anton Khirnovmpclient: fix stats() when disconnected.
2009-09-30 Anton Khirnovmpclient: in add() put only command_list_end under...
2009-09-24 Anton KhirnovPlayControl: correctly initialize on load.
2009-09-23 Anton KhirnovMetadataFetcher: call finish() after error
2009-09-23 Anton KhirnovLyrics: catch OSError when removing lyrics file
2009-09-20 Anton Khirnovmpd/mpclient: catch socket errors when sending commands
2009-09-20 Anton Khirnovcommon: prevent infinite recursion in MetadataFetcher
2009-09-19 Anton KhirnovPlaylist: support for moving songs with drag&drop
2009-09-19 Anton Khirnovmpclient: change tagtypes, urlhandlers and commands...
2009-09-19 Anton Khirnovsong: merge multiple same tags instead of picking first
2009-09-15 Anton KhirnovLyrics: don't try to save lyrics to empty path
2009-09-15 Anton KhirnovpyqtSignal.disconnect() throws TypeError if no slots...
2009-09-15 Anton KhirnovFilebrowser: remove useless conversion to unicode
2009-09-15 Anton Khirnovmpclient: fix urlhandlers command
2009-09-12 Anton KhirnovPlaylist: allow dropping items from library.
2009-09-12 Anton KhirnovLyrics: allow dragging of items.
2009-09-11 Anton KhirnovLyrics: compensate for more Lyricwiki changes.
2009-09-10 Anton Khirnovmpclient: fix command lists.
2009-09-10 Anton KhirnovLyrics: fix saving unicode lyrics.
2009-09-08 Anton Khirnovmpd: rewrite connecting/disconnecting functions to...
2009-09-08 Anton Khirnovmpclient/mpd: always use iterators instead of list.
2009-09-04 Anton KhirnovLyrics: decrease priority of an error message.
2009-09-03 Anton KhirnovLyrics: fix Lyricwiki. again.
2009-08-31 Anton Khirnovswitch to PyQt4 API v2 for QStrings
2009-08-29 Anton KhirnovFix running app from the sources dir.
next