summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-04-07Don't show multiple Recents with the same occupantsRichard Maudsley
Change-Id: I1ac3f106ea8062d0f831beaf59fe3932a373ce3a
2013-10-01Adding support for impromptu MUCs.Tobias Markmann
Change-Id: I363e9d740bbec311454827645f4ea6df8bb60bed License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-12-31Fix more warnings.Remko Tronçon
Change-Id: I0fc27a08adb6aecd5c5775a52b7fe48570ed526a
2012-09-08Support whiteboarding.Mateusz Piekos
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-09-27Add support for clearing chat recents.Kevin Smith
Resolves: #1001
2011-07-09Store avatar paths in the recent objects.Kevin Smith
Resolves: #906
2011-07-09Remember status type for chat list items.Kevin Smith
Resolves: #905
2011-07-07Add setUnreadCount to ChatListViewKevin Smith
Resolves: #904
2011-07-04Moving some ChatList logic to Controllers.Remko Tronçon
2011-05-12Remove duplicate entries from the recent chat list.Kevin Smith
Resolves: #860
2011-04-27Start on recent chats listKevin Smith
2010-11-15Clean MUC joins slightly.Kevin Smith
In an attempt to catch errors, this doesn't Resolves: #691 but does add an assert that may help. It also fixes an error with created rooms not receiving updates presences. Release-Notes: Newly-created rooms will now receive your presence updates, consistent with existing rooms.
2010-09-12Block MUC bookmarks until the server has responded.Kevin Smith
Else there could be bookmarks overwritten in an infeasibly unlikely race condition. Resolves: #340
2010-05-07Cleaned up MUC code.Remko Tronçon
2010-04-08Fix expanded tabs.Remko Tronçon
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-04-06Fix compilation.Remko Tronçon
2010-03-28Chat list in the gui (mostly non-functional).Kevin Smith