summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-06Rewrite of large amounts of roster code.Kevin Smith
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239
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-29Request bookmarks at login.Kevin 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-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.
2009-07-26Begin to assage Swift model into Qt Model/View.Kevin Smith
2009-06-21Unconditional netbookremix modeKevin Smith
2009-06-21First pass at netbook modeKevin Smith
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon