summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-13List MUCs available on services.Kevin Smith
Resolves: #276
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-23Make latency stats optional.Kevin Smith
Includes boost program_options so we can use commandline parameters. Netbook mode is now activated with --netbook-mode. Latency debug is activated with --latency-debug.
2010-04-12Populate ErrorEvent for server disconnections.Kevin Smith
Resolves: #303
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-04-06Add option to log in automatically.Kevin Smith
Resolves: #240
2010-03-28Chat list in the gui (mostly non-functional).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-12-24Extract the Chat dialog management from MainController into ChatsManager.Kevin Smith
There is a single unit test so far - but that's more than was there before, so I'm pushing. Expect more unit tests shortly. Resolves: #139
2009-11-26Plumbing to show a dummy XMLConsoleWidget in the chat tabs.Kevin Smith
This should all work now, and the XMLConsoleController needs to talk to the QtXMLConsoleWidget through the XMLConsoleWidget interface. Resolves: #256
2009-11-24Added PresenceSender object.Remko Tronçon
2009-11-24Integrated new IdleDetector.Remko Tronçon
2009-11-19Reconnect automatically on errorKevin Smith
2009-11-08Added Error class.Remko Tronçon
2009-10-25Autoaway.Kevin Smith
2009-10-25Some groundwork ready for autoawayKevin Smith
2009-10-04Handle errors during initial login correctly.Kevin Smith
2009-09-16SignOut nearly working.Kevin Smith
2009-09-15Collapse an enable and disable method into setEnabled(bool).Kevin Smith
2009-09-15Logout without signout, but without UI notification that you're logged out.Kevin Smith
2009-09-11Fix crash on restart.Remko Tronçon
2009-06-28Moving resources into Swift/ and starting on Sound.Kevin Smith
2009-06-22Send avatar vCard-updates in presence.Remko Tronçon
2009-06-22Support vCard-based avatars in MUCs.Remko Tronçon
2009-06-20Added vCard-based avatars support.Remko Tronçon
2009-06-18System TrayKevin Smith
We need to have a look at the icons somewhat, but these will do for the second.
2009-06-10Moved Swiften/Controllers to Swift/Controllers.Remko Tronçon