summaryrefslogtreecommitdiff
path: root/nephilim/plugins/PlayControl.py
Commit message (Collapse)AuthorAge
* Port to PyQt5.Anton Khirnov2020-10-13
|
* move crossfade control from settings widget to PlayControl pluginAnton Khirnov2010-08-27
| | | | maybe it should be hidden under an icon for extra prettiness
* 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
* PlayControl: correctly initialize on load.Anton Khirnov2009-09-24
| | | | fixes behavior if it's loaded after we're connected to MPD.
* use Qt resources for icons.Anton Khirnov2009-08-28
|
* PlayControl: add a menu for controlling outputs.Anton Khirnov2009-08-28
|
* mpclient: change info from function to var.Anton Khirnov2009-08-23
|
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
|
* rename misc->commonAnton Khirnov2009-08-21
|
* 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
|
* move plugins enable/disable code from winMain to pluginsAnton Khirnov2009-06-19
|
* PlayControl: 10l - add forgotten logger.Anton Khirnov2009-05-20
|
* PlayControl: use per-plugin logger.Anton Khirnov2009-05-18
|
* PlayControl: support single and consume modes.Anton Khirnov2009-04-30
|
* PlayControl: 10l - switched icons for play/pause.Anton Khirnov2009-03-29
|
* add licence headers to all files.Anton Khirnov2009-03-27
|
* PlayControl: change QPushButtons to QActions.Anton Khirnov2009-03-15
|
* Icons fixes:Anton Khirnov2009-03-14
| | | | | add and use new program icon and icons for some functions. Remove some old unused icons.
* PlayControl: proper handling of repeat/random.Anton Khirnov2009-03-13
|
* Call QSettings constructors with no parametrs.Anton Khirnov2009-03-12
|
* 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
|
* PlayControl, winMain: set names for toolbars.Anton Khirnov2009-02-20
|
* Move modules to a separate dir.Anton Khirnov2009-02-20