summaryrefslogtreecommitdiff
path: root/nephilim/settings_wg.py
Commit message (Collapse)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
|
* Port to PyQt5.Anton Khirnov2020-10-13
|
* main_window: add update/rescan action to server menuAnton Khirnov2010-08-27
| | | | also remove the now redundant update button from settings
* settings_wg: remove outputs controlAnton Khirnov2010-08-27
| | | | it's redundant
* 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
* 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.
* fixed opening settings window multiple timesAnton Khirnov2009-11-21
| | | | there should be a better way though.
* mpclient: encapsulate audio outputs in a class.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
|
* settings_wg: initialize a list of widgets in __init__Anton Khirnov2009-08-20
|
* settings_wg: fix typoAnton Khirnov2009-08-20
|
* plugin: make settings a var, not a function.Anton Khirnov2009-08-19
|
* plugin: make loaded a var instead of a function.Anton Khirnov2009-06-21
|
* make plugin name a var instead of a function.Anton Khirnov2009-06-19
|
* Split some parts of winMain into a subclass of QApplication.Anton Khirnov2009-06-19
|
* add licence headers to all files.Anton Khirnov2009-03-27
|
* mpclient/settings_wg: support for crossfade.Anton Khirnov2009-03-25
|
* settings_win->settings_wgAnton Khirnov2009-03-15
for consistency reasons.