logic: polished status view

* click message in status bar to show status view
* renamed status tab to output
* renamed status column to message
* fixed list not properly updating when using filters
* scroll to first row after clearing
This commit is contained in:
Eberhard Graether
2016-12-12 11:08:07 +01:00
parent 9db99580d1
commit 5845a98095
18 changed files with 154 additions and 214 deletions
+2
View File
@@ -29,11 +29,13 @@ public:
void init();
void addToLayout();
void showDockWidget();
void setComponent(Component* component);
ViewWidgetWrapper* getWidgetWrapper() const;
protected:
template <typename ControllerType>
ControllerType* getController();