summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) ↵Tobias Markmann
transformation where possible. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2010-04-12Allow ErrorEvents into the EventController (display them to the user).Kevin Smith
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-03-19Don't show messages forever in the EventViewer.Kevin Smith
2010-03-19Start of event viewer.Kevin Smith
Creates a basic event viewer framework, and plugs it into the Swift controllers, so that messages are displayed (in a very ugly way). Still a long way to go.