summaryrefslogtreecommitdiff
path: root/nephilim/common.py
Commit message (Collapse)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
|
* Port to PyQt5.Anton Khirnov2020-10-13
|
* common: split MetadataFetcher into its own fileAnton Khirnov2011-09-04
| | | | also fix finished() signal signature
* import pyqtSignal as Signal, for easier future compatibility with PySideAnton Khirnov2010-08-29
|
* song: use string.Template for expanding $tags.Anton Khirnov2010-04-30
|
* 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.
* MetadataFetcher: call finish() after errorAnton Khirnov2009-09-23
|
* common: prevent infinite recursion in MetadataFetcherAnton Khirnov2009-09-20
|
* Playlist: support for moving songs with drag&dropAnton Khirnov2009-09-19
|
* pyqtSignal.disconnect() throws TypeError if no slots are connectedAnton Khirnov2009-09-15
| | | | fix that
* Lyrics: allow dragging of items.Anton Khirnov2009-09-12
| | | | though nowhere to drop them now
* Lyrics: decrease priority of an error message.Anton Khirnov2009-09-04
| | | | also add error handling.
* switch to PyQt4 API v2 for QStringsAnton Khirnov2009-08-31
|
* use Qt resources for icons.Anton Khirnov2009-08-28
|
* 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.
* Remove second Networkreply var from MetadataFecherAnton Khirnov2009-08-22
| | | | it's redundant.
* AlbumCover: implement manually setting coverAnton Khirnov2009-08-21
| | | | again ;)
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
|
* rename misc->commonAnton Khirnov2009-08-21