summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Library.py
Commit message (Collapse)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
|
* Port to PyQt5.Anton Khirnov2020-10-13
|
* mpclient: cache the database locally.Anton Khirnov2013-04-25
|
* Library: move folding patter selection to the widget itselfAnton Khirnov2010-08-29
| | | | with this the settings widget for library can go
* Library: move subclasses to top levelAnton Khirnov2010-08-29
|
* import pyqtSignal as Signal, for easier future compatibility with PySideAnton Khirnov2010-08-29
|
* 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
* song: raise KeyError instead of returning empty stringAnton Khirnov2010-04-30
|
* Playlist: support for moving songs with drag&dropAnton Khirnov2009-09-19
|
* mpclient: change tagtypes, urlhandlers and commands to varsAnton Khirnov2009-09-19
|
* Lyrics: allow dragging of items.Anton Khirnov2009-09-12
| | | | though nowhere to drop them now
* switch to PyQt4 API v2 for QStringsAnton Khirnov2009-08-31
|
* Library: improved filtering.Anton Khirnov2009-08-29
| | | | | it now hide all the items it should, not just the toplevel ones. it might be a little slower now, but works acceptably fast here.
* Library: remove forgotten useless function.Anton Khirnov2009-08-28
|
* Library: default to albumartist/albumAnton Khirnov2009-08-28
|
* song: if a tag has multiple values, choose first.Anton Khirnov2009-08-25
|
* Library: safer system for grouping.Anton Khirnov2009-08-25
|
* 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.
* mpclient: change info from function to var.Anton Khirnov2009-08-23
|
* Library: fix typoAnton Khirnov2009-08-21
| | | | because of it library wasn't refilled on db update.
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
|
* settings_wg: fix typoAnton Khirnov2009-08-20
|
* plugin: make settings a var, not a function.Anton Khirnov2009-08-19
|
* 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
|
* 100l - fix some typos in last updates.Anton Khirnov2009-05-18
|
* Library: better handling of modes.Anton Khirnov2009-03-27
|
* Library: QTreeWidget->QTreeView/QStandardItemModelAnton Khirnov2009-03-17
|
* Call QSettings constructors with no parametrs.Anton Khirnov2009-03-12
|
* Library: refactorAnton Khirnov2009-03-12
|
* clSong: get rid of camelcase.Anton Khirnov2009-03-07
|
* mpclient: better handling of status changes.Anton Khirnov2009-03-07
| | | | also remove dangerous 'connected' signal.
* mpclient: use Qt signals/slots for events.Anton Khirnov2009-03-07
|
* clPlugin->pluginAnton Khirnov2009-03-07
|
* clPlugin: get rid of CamelCase.Anton Khirnov2009-03-07
|
* mpclient: get rid of CamelCase everywhere.Anton Khirnov2009-03-06
|
* Simplify loading plugins.Anton Khirnov2009-02-20
|
* Move modules to a separate dir.Anton Khirnov2009-02-20