Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. | |||
2010-12-05 | Added plumbing for persistent certificate trust checking. | Remko Tronçon | |
2010-10-24 | Moving more from Swift to Client. | Remko Tronçon | |
2010-10-02 | Persist roster group expandiness. | Kevin Smith | |
Release-Notes: Whether roster groups are expanded or collapsed is now persisted between sessions. Resolves: #399 | |||
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon | |
2010-09-15 | Added EventNotifier. | Remko Tronçon | |
2010-09-13 | Moved XMPPRosterController to Swiften. | Remko Tronçon | |
2010-09-13 | Added presence notifier. | Remko Tronçon | |
2010-09-03 | Squash presence in chat and MUC windows. | Kevin Smith | |
Join/Parts will be shown in one block if they're uninterrupted, and only the last presence change in a row will be shown for chats. Resolves: #230 Resolves: #430 | |||
2010-06-25 | Simplify presence handling for auto-away and reconnections. | Kevin Smith | |
Resolves: #405 | |||
2010-05-30 | Use the same version number in iq:version and about window. | Kevin Smith | |
Resolves: #428 | |||
2010-05-13 | List MUCs available on services. | Kevin Smith | |
Resolves: #276 | |||
2010-04-06 | Fix compilation. | Remko Tronçon | |
2010-03-28 | Fixed build. | Remko Tronçon | |
2010-03-19 | Start 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. | |||
2010-02-10 | Move the Chat stuff in Controllers into Chat folder. | Kevin Smith | |
It was starting to get a bit unwieldly in Controllers/ | |||
2009-12-24 | Extract 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-12-22 | Add a PreviousStatusStore. | Kevin Smith | |
2009-11-27 | Added MD5 hashing algorithm. | Remko Tronçon | |
Moved 'hexifying' of hashes into its own class, such that it can be shared between all hashes. | |||
2009-11-26 | Plumbing 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-08 | Fix for crash on login failure. Scaffoling for testing roster stuff. | Kevin Smith | |
2009-08-09 | Add SConscript files. | Remko Tronçon | |