summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-04-10Fix two segfaults on signout/signin.Kevin Smith
Connections that don't go away when the slot is destroyed. Resolves: #310
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-03-22Lots of plumbing for event view.Kevin Smith
This isn't ready yet, but clicking on a message in the event view will now cause the chat to pop up, and the plumbing is there for doing something with subscription requests - I just don't, yet.
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.