Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-21 | Introduce 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-01 | Having a play with a compact roster mode | Kevin Smith | |
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-23 | Add support for kicking people from MUCs. | Kevin Smith | |
This also introduces a new DOM-like parser structure, used for the MUC parsers. Partially Resolves: #689 | |||
2011-09-21 | Distinguish between Roster and MUC list widgets | Kevin Smith | |
2011-03-08 | Fixed crash on Qt 4.7.0 + Windows XP. | Remko Tronçon | |
2011-03-04 | Create an edit contact menu item. | Kevin Smith | |
Resolves: #769 Release-notes: It is now possible to edit contacts from the standard menus (without needing to right-click on the item). | |||
2011-02-21 | Remove Edit entry from MUC roster context menu. | Remko Tronçon | |
Resolves: #766 | |||
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-07 | Reworking contact editing. | Remko Tronçon | |
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers. | |||
2010-10-04 | Assign contacts to groups. | Kevin Smith | |
Another patch will follow shortly to stop them appearing offline after a roster change like this. Resolves: #272 Release-Notes: It's now possible to assign your contacts to groups. | |||
2010-05-25 | Expand roster groups on a single click. | Kevin Smith | |
Resolves: #212 | |||
2010-05-14 | Start roster groups expanded. | Kevin Smith | |
Resolves: #343 | |||
2010-05-06 | Rewrite 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-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-04-04 | Add 'remove' context menu item for rosters (not implemented). | Kevin Smith | |
2009-08-29 | Show contact count on collapsed roster groups | Kevin Smith | |
2009-08-08 | Plumbing in place for roster group expansion. \nDoesn't work. | Kevin Smith | |
2009-08-02 | Roster clicks now open chats again. | Kevin Smith | |
2009-07-26 | Use a (boring) delegate for roster rendering. | Kevin Smith | |
2009-07-26 | Removing RosterItem and including in QtTreeWidgetItem. | Kevin Smith | |
2009-07-26 | The new roster now renders (badly) the contents. | Kevin Smith | |
2009-07-26 | Begin to assage Swift model into Qt Model/View. | Kevin Smith | |