summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-26Avoid adding messages to the Notices view for the currently selected tab.Kevin Smith
Resolves: #934
2012-04-26Avoid duplicate subscription requests.Kevin Smith
Resolves: #1040 Resolves: #876
2011-07-10Don't include readable events (i.e. chat messages) in the Notices viewKevin Smith
Release-Notes: The Notices tab will no longer record messages that're being shown in chat windows. Instead the Chats tab will keep track of conversations.
2011-03-10(Really this time) fix unread messages.Kevin Smith
I hope, anyway. Resolves: #775
2011-03-09Fix marking notices as read.Kevin Smith
Resolves: #775
2010-10-22Fixed memory leaks and segfault on signout.Remko Tronçon
2010-10-10Fix a crash when signing out.Remko Tronçon
Release-Notes: Don't crash when signing out.
2010-10-08Fixing assorted memory leaks.Kevin Smith
Resolves: #329
2010-04-11Remove accidental printf commitKevin Smith
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-22Updating unit tests to work againKevin Smith
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.