summaryrefslogtreecommitdiff
path: root/nephilim/plugin.py
Commit message (Collapse)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
|
* plugin: more pyqt5 port fixesAnton Khirnov2020-11-08
|
* Port to PyQt5.Anton Khirnov2020-10-13
|
* switch to QVariant API 2Anton Khirnov2010-08-26
| | | | i.e., remove all explicite usage of QVariant
* remove some unused functionsAnton Khirnov2009-11-21
|
* plugin: really remove dock widgetsAnton Khirnov2009-11-21
|
* 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: fix more typos.Anton Khirnov2009-08-18
|
* plugin: fix typoAnton Khirnov2009-08-16
|
* plugin: make loaded a var instead of a function.Anton Khirnov2009-06-21
|
* winMain: get rid of CamelCase.Anton Khirnov2009-06-21
| | | | also remove some unneeded code.
* 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
|
* Split some parts of winMain into a subclass of QApplication.Anton Khirnov2009-06-19
|
* plugin: add a debugging message.Anton Khirnov2009-05-18
|
* plugin: add a logger for each plugin.Anton Khirnov2009-05-18
|
* plugin: remove some unused code.Anton Khirnov2009-05-14
|
* add licence headers to all files.Anton Khirnov2009-03-27
|
* 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