summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Playlist.py
Commit message (Collapse)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
|
* Port to PyQt5.Anton Khirnov2020-10-13
|
* song: drop PlaylistEntryRefAnton Khirnov2013-04-25
| | | | It adds a lot of complexity for little real benefit.
* Playlist: add a shuffle button to the toolbar.Anton Khirnov2010-11-30
|
* Playlist: add a toolbarAnton Khirnov2010-11-17
| | | | currently contains a 'clear playlist' button and 'add URL' lineedit
* Playlist: update current song when its position changesAnton Khirnov2010-11-03
|
* Playlist: highlight current song.Anton Khirnov2010-10-05
|
* Playlist: add empty header_state to default settingsAnton Khirnov2010-08-27
|
* 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
|
* remove some useless conversions to unicodeAnton Khirnov2010-02-11
|
* Playlist: add a popup menu with 'add same'Anton Khirnov2010-02-11
|
* Playlist: use PlaylistEntryRef.Anton Khirnov2010-02-11
|
* Playlist: move all classes at to top level.Anton Khirnov2010-02-10
|
* Playlist: support for moving songs with drag&dropAnton Khirnov2009-09-19
|
* Playlist: allow dropping items from library.Anton Khirnov2009-09-12
|
* switch to PyQt4 API v2 for QStringsAnton Khirnov2009-08-31
|
* Playlist: fill on init.Anton Khirnov2009-08-29
| | | | fixes the issue with playlist plugin loaded after connecting.
* Playlist: change columns from list to QStringList.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
|
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
|
* 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
|
* Playlist: remove a useless func.Anton Khirnov2009-05-14
|
* Playlist: connect signals directly to the playlist widget.Anton Khirnov2009-05-07
|
* add licence headers to all files.Anton Khirnov2009-03-27
|
* winMain:cosmetics.Anton Khirnov2009-03-07
|
* 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