summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-06-15Preliminary emoticon work.Kevin Smith
Parsing and toggling support for emoticons. No emoticons are included so this won't do anything yet.
2012-02-21Introduce system settings policies.Kevin Smith
Release-Notes: It is now possible for sysadmins to deploy files with policies for configuration options, such as making it impossible for users to save passwords or to force sound notifications off, or to set defaults. Also allow changing an option so that Swift disconnects on idle timeout, instead of going away.
2011-11-01Having a play with a compact roster modeKevin Smith
2011-05-07Remember splitter position in a MUC dialog.Thilo Cestonaro
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php Signed-off-by: Remko Tronçon <git@el-tramo.be>
2010-08-30Render the Chat view directly with DOM commands, not javascript.Kevin Smith
Tested locally, but it's conceivable there will be regressions.
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-08Added copyrights to Swift.Remko Tronçon
2010-01-17Preparation. for /me.Kevin Smith
QtUI's implementation isn't done yet.
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-10-15Save the geometry of the chat and roster windows.Kevin Smith
2009-06-21First pass at netbook modeKevin Smith
2009-06-15Early pass at tabs. Doesn't do closing or title updatingKevin Smith
2009-06-10Moved Swiften/Controllers to Swift/Controllers.Remko Tronçon
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon