ui: usability improvements

* darkened red of error message in status bar
* added status error when not defined startupproject
* added tooltips for remaining search view buttons
* added filepath as tooptip for title in code view
* opening file when clicking title in code view
This commit is contained in:
Eberhard Graether
2015-05-03 00:52:04 +02:00
parent aa0c40b213
commit 7231ae36f6
9 changed files with 62 additions and 20 deletions
+1
View File
@@ -33,6 +33,7 @@ std::shared_ptr<Application> Application::create(ViewFactory* viewFactory)
}
else
{
MessageStatus("StartupProject was not defined in the ApplicationSettings", true).dispatch();
LOG_WARNING("No StartupProject defined in ApplicationSettings");
}