summaryrefslogtreecommitdiff
path: root/nephilim/plugins/Notify.py
Commit message (Collapse)AuthorAge
* 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: use string.Template for expanding $tags.Anton Khirnov2010-04-30
|
* Notify: toInt() -> int()Anton Khirnov2009-11-27
|
* 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 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
|
* Split some parts of winMain into a subclass of QApplication.Anton Khirnov2009-06-19
|
* add licence headers to all files.Anton Khirnov2009-03-27
|
* Notify: fix behavior on saving settings.Anton Khirnov2009-03-14
|
* Call QSettings constructors with no parametrs.Anton Khirnov2009-03-12
|
* AlbumCover: cosmetics.Anton Khirnov2009-03-12
|
* 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
|
* misc: remove unexpanded tags.Anton Khirnov2009-03-01
|
* Notify: add descriptions and tooltips for settings.Anton Khirnov2009-02-23
|
* Notify: use QTimerAnton Khirnov2009-02-23
|
* Notify: use APPNAME instead of hardcoded name.Anton Khirnov2009-02-20
|
* Simplify loading plugins.Anton Khirnov2009-02-20
|
* Wrap plugins interface into a class.Anton Khirnov2009-02-20
|
* Move modules to a separate dir.Anton Khirnov2009-02-20