summaryrefslogtreecommitdiff
path: root/nephilim
Commit message (Collapse)AuthorAge
* emit a crossfade_changed signalAnton Khirnov2010-08-27
| | | | also fix crossfade() function
* 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
| | | | they just complicate the situation when working asynchronously
* switch to QVariant API 2Anton Khirnov2010-08-26
| | | | i.e., remove all explicite usage of QVariant
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
| | | | remove the old mpclient and our bundled copy of mpd.py
* mpclient: add a new asynchronous high-level MPD layerAnton Khirnov2010-08-12
|
* mpdsocket: add a new asynchronous low-level MPD interfaceAnton Khirnov2010-08-12
| | | | some parts are based on mpd library.
* 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
| | | | also remove useless str conversions.
* 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
| | | | also fix PlaylistEntryRef
* 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
|
* Songinfo: only edit settings when connected.Anton Khirnov2009-11-29
|
* Notify: toInt() -> int()Anton Khirnov2009-11-27
|
* remove some unused functionsAnton Khirnov2009-11-21
|
* plugin: really remove dock widgetsAnton Khirnov2009-11-21
|
* fixed opening settings window multiple timesAnton Khirnov2009-11-21
| | | | there should be a better way though.
* Lyrics: fix lyricwiki. yet again.Anton Khirnov2009-11-21
| | | | | | the really should stop doing this. switched to using regexps, because QXmlStreamReader chokes on their invalid pages and i don't want to introduce more dependencies.
* mpd: better error handling on connection failureAnton Khirnov2009-10-10
|
* mpd: str -> unicodeAnton Khirnov2009-10-09
|
* Lyrics: send action=lyrics query to LyricwikiAnton Khirnov2009-10-09
|
* AlbumCover: abort if artist or album is emptyAnton Khirnov2009-10-09
|
* AlbumCover: update Last.fm API key.Anton Khirnov2009-10-09
|
* mpd: switch to QtNetwork networking.Anton Khirnov2009-10-08
| | | | with this using "idle" command in the future will be easier.
* mpclient: remove calls to str.encode()Anton Khirnov2009-10-08
| | | | it's now handled in lower layer
* mpd: catch errors when writing command.Anton Khirnov2009-10-08
|
* mpclient: fix stats() when disconnected.Anton Khirnov2009-10-08
|
* mpclient: in add() put only command_list_end under try/exceptAnton Khirnov2009-09-30
|