summaryrefslogtreecommitdiff
path: root/nephilim/nephilim_app.py
Commit message (Collapse)AuthorAge
* Convert to python3.HEADstickersAnton Khirnov2021-01-15
|
* Port to PyQt5.Anton Khirnov2020-10-13
|
* nephilim_app: use templates for tags expandingAnton Khirnov2010-12-07
| | | | this is kinda hacky and should be removed in the future
* nephilim_app: create child objects with self as parentAnton Khirnov2010-08-27
|
* nephilim_app: style cleanupAnton Khirnov2010-08-27
|
* rename winMain -> MainWindow for consistencyAnton Khirnov2010-08-27
|
* switch to QVariant API 2Anton Khirnov2010-08-26
| | | | i.e., remove all explicite usage of QVariant
* song: use string.Template for expanding $tags.Anton Khirnov2010-04-30
|
* fixed opening settings window multiple timesAnton Khirnov2009-11-21
| | | | there should be a better way though.
* use Qt resources for icons.Anton Khirnov2009-08-28
|
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
|
* rename misc->commonAnton Khirnov2009-08-21
|
* Lyrics: print an error if importing Lyricwiki client fails.Anton Khirnov2009-06-21
|
* move connection window to nephilim_app.Anton Khirnov2009-06-21
|
* add mpclient argument to winMain constructor.Anton Khirnov2009-06-21
|
* 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
|
* nephilim_app: make cleanup private.Anton Khirnov2009-06-19
|
* nephilim_app: make settings window private.Anton Khirnov2009-06-19
|
* Split some parts of winMain into a subclass of QApplication.Anton Khirnov2009-06-19