summaryrefslogtreecommitdiff
path: root/nephilim/winMain.py
Commit message (Expand)AuthorAge
* rename winMain -> MainWindow for consistencyAnton Khirnov2010-08-27
* winMain: remove useless variableAnton Khirnov2010-08-27
* winMain: fix restoring default layoutAnton Khirnov2010-08-27
* winMain: fallback to empty array when restoring geometryAnton Khirnov2010-08-27
* switch to QVariant API 2Anton Khirnov2010-08-26
* switch to the new MPD interaction layerAnton Khirnov2010-08-12
* winMain: make a special class for the time labelAnton Khirnov2010-08-12
* winMain: init it as QMainWindow, not QWidgetAnton Khirnov2010-07-05
* song: raise KeyError instead of returning empty stringAnton Khirnov2010-04-30
* remove some unused functionsAnton Khirnov2009-11-21
* plugin: really remove dock widgetsAnton Khirnov2009-11-21
* add installer scriptAnton Khirnov2009-08-28
* use Qt resources for icons.Anton Khirnov2009-08-28
* update default_layout locationAnton Khirnov2009-08-25
* song: convert to a subclass of dict.Anton Khirnov2009-08-24
* switch to new-style PyQt4 signals.Anton Khirnov2009-08-21
* rename misc->commonAnton Khirnov2009-08-21
* winMain: disable tear-off menus.Anton Khirnov2009-08-19
* move connection window to nephilim_app.Anton Khirnov2009-06-21
* winMain: mark some more vars private.Anton Khirnov2009-06-21
* winMain: get rid of CamelCase.Anton Khirnov2009-06-21
* add mpclient argument to winMain constructor.Anton Khirnov2009-06-21
* winMain: use new connect_changed signal.Anton Khirnov2009-06-21
* Move expand_tags for musicdir from winMain to nephilim_app.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
* 100l - fix some typos in last updates.Anton Khirnov2009-05-18
* winMain: correctly show current state and song.Anton Khirnov2009-04-13
* add licence headers to all files.Anton Khirnov2009-03-27
* settings_win->settings_wgAnton Khirnov2009-03-15
* Set default application icon.Anton Khirnov2009-03-12
* Call QSettings constructors with no parametrs.Anton Khirnov2009-03-12
* winConnect->connect_wgAnton Khirnov2009-03-07
* winSettings->settings_winAnton Khirnov2009-03-07
* winSettings: get rid of camelcase.Anton Khirnov2009-03-07
* winMain:cosmetics.Anton Khirnov2009-03-07
* remove some obsolete TODO entriesAnton Khirnov2009-03-07
* clSong: get rid of camelcase.Anton Khirnov2009-03-07
* mpclient: better handling of status changes.Anton Khirnov2009-03-07
* mpclient: use Qt signals/slots for events.Anton Khirnov2009-03-07
* clPlugin: get rid of CamelCase.Anton Khirnov2009-03-07
* mpclient: get rid of CamelCase everywhere.Anton Khirnov2009-03-06
* winMain: alway show APPNAME in window title.Anton Khirnov2009-03-05
* Better mechanism for expanding tags.Anton Khirnov2009-02-22
* Simplify loading plugins.Anton Khirnov2009-02-20
* Wrap plugins interface into a class.Anton Khirnov2009-02-20
* PlayControl, winMain: set names for toolbars.Anton Khirnov2009-02-20
* Move modules to a separate dir.Anton Khirnov2009-02-20