Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-23 | Fix to MUC/Chat flag in Hightlight Rules.sandbox/rm/highlighteditor | Richard Maudsley | |
Change-Id: I81589a4d032f26af6519c5505f04c4bf2c0d86c9 | |||
2014-01-23 | Preventing stale highlight rules by creating list encapsulation. | Richard Maudsley | |
Change-Id: I8f95d6bfd769fb104d972bd1cabfeb3ad79d308b | |||
2014-01-23 | Added more unit tests. | Richard Maudsley | |
Change-Id: Idea96a336617632c18ad12e29d8aef7613dd8e59 | |||
2014-01-22 | Added highlight rule unit test. | Richard Maudsley | |
Change-Id: I17fad8436ec8d021c3551f19154407c7a935b2e6 | |||
2014-01-22 | Preparing to add ChatMessage highlight rules. | Richard Maudsley | |
Change-Id: I71419e255b821dfaec9a8f23316f927193e975c5 | |||
2013-12-18 | Add affiliations to tooltips for MUC occupant lists. | Richard Maudsley | |
Also extracts MUC into an interface and MUCImpl the existing implementation, adds a MockMUC for using in unit tests, and adds unit tests for the MUCController changes. Change-Id: I25034384f59d3c274c46ffc37b2d1ae60ec660f4 | |||
2013-11-18 | Improve tooltips to include avatars, last seen and vcard information. | Tobias Markmann | |
Change-Id: I3768d9891ba903c5e2ce8217de0b4413ce40bb9a License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-10-01 | Adding support for impromptu MUCs. | Tobias Markmann | |
Change-Id: I363e9d740bbec311454827645f4ea6df8bb60bed License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-08-04 | Factor Chat Message Parsing out and test it | Kevin Smith | |
Change-Id: Ia11dbebc736ecf9996f6d0fcc4550b749c55d433 | |||
2013-08-02 | Small style fixes for the previous patch. | Remko Tronçon | |
Change-Id: I0c9a0865e25a9b0cdc760998dadc7026df16dbfe | |||
2013-08-01 | Refactor chat messages so parsing of links/emoticons happens in controllers. | Kevin Smith | |
Change-Id: I07256f23ffbb6520f5063bdfbed9111946c46746 | |||
2013-03-27 | Adding support for Blocking Command (XEP-0191) to Swift(-en). | Tobias Markmann | |
Change-Id: I7c92518dc389474d520d4cf96f96a11459f73d26 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-01-09 | Highlighting support | Maciej Niedzielski | |
Change-Id: Ib6bd42cecff018998117bc1e7db279a62b3af434 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-12-31 | Fix more warnings. | Remko Tronçon | |
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a | |||
2012-09-08 | Support whiteboarding. | Mateusz Piekos | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-08-30 | History dialog | Cătălin Badea | |
Add history dialog as an experimental feature. License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-07-26 | Don't let correction change a label. | Kevin Smith | |
Resolves: #1144 | |||
2012-07-15 | Provide replace_pragma_once flag. | Remko Tronçon | |
2012-05-31 | Better MUC inviting | Kevin Smith | |
2012-04-28 | Only open chat windows when there's something to be displayed. | Kevin Smith | |
Resolves: #1009 | |||
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) ↵ | Tobias Markmann | |
transformation where possible. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
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-28 | Cleanup after previous patch | Kevin Smith | |
2011-11-28 | Message Receipts (XEP-0184) support for 1-to-1 conversations (including ↵ | Tobias Markmann | |
1-to-1 MUC). Warn icon from already existing theme. Check icon from Wikipedia. See Swift/resources/icons/license_info.txt for details. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-10-29 | Don't save message content of recents to disk in --eagle-mode | Kevin Smith | |
2011-10-05 | Don't crash with label item without a label | Kevin Smith | |
2011-10-05 | Allow joining passworded MUCs. | Kevin Smith | |
Resolves: #991 | |||
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-08-21 | Warn when sending corrections without support. | Kevin Smith | |
2011-07-08 | Morph the login window into the roster before re-enabling login. | Kevin Smith | |
Resolves: #920 | |||
2011-07-07 | Add setUnreadCount to ChatListView | Kevin Smith | |
Resolves: #904 | |||
2011-06-13 | Some more Cppcheck tweaks. | Remko Tronçon | |
2011-06-13 | Tweaked CppCheck script. | Remko Tronçon | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-04-28 | Recent chats are now persisted. | Kevin Smith | |
Release-Notes: A list of recent chats is now kept in the 'Chats' tab of the main window. Resolves: #181 | |||
2011-04-27 | Start on recent chats list | Kevin Smith | |
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-01-21 | Code cleanup. | Remko Tronçon | |
2011-01-20 | Use a dedicated Join MUC dialog. | Remko Tronçon | |
2011-01-19 | Only highlight in MUCs on complete-word nicknames. | Kevin Smith | |
Resolves: #738 | |||
2010-12-31 | Fix the MUC PM routing again. | Kevin Smith | |
Resolves: #725 | |||
2010-12-27 | Fix destruction order in unit tests. | Remko Tronçon | |
2010-12-17 | Collapsed all UI factories into UIFactory. | Remko Tronçon | |
2010-11-28 | Rebind chat dialogs on just about anything. | Kevin Smith | |
Resolves: #646 Release-Notes: Duplicate chat windows when contacts are using multiple clients should now be avoided. | |||
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon | |
2010-10-24 | Moving more from Swift to Client. | Remko Tronçon | |
2010-10-24 | Creating abstract XMPPRoster base class. | Remko Tronçon | |
2010-10-22 | Be smarter about combining JoinParts in MUCs. | Kevin Smith | |
Resolves: 620 Release-Notes: Joins and parts in MUCs will now be merged in a more natural way. |