summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-08-01Refactor chat messages so parsing of links/emoticons happens in controllers.Kevin Smith
2013-03-27Adding support for Blocking Command (XEP-0191) to Swift(-en).Tobias Markmann
2013-01-09Highlighting supportMaciej Niedzielski
2012-09-08Support whiteboarding.Mateusz Piekos
2012-08-30History dialogCătălin Badea
2012-05-31Better MUC invitingKevin Smith
2012-04-28Only open chat windows when there's something to be displayed.Kevin Smith
2012-04-26Mark recent chats offline when Swift is offline.Kevin Smith
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...Tobias Markmann
2012-03-05Save password when bookmarking rooms.Kevin Smith
2012-03-03Unit tests for SettingsProviderHierachyKevin Smith
2012-02-29FixupKevin Smith
2012-02-29Don't crash when trying to join MUCs offlineKevin Smith
2012-02-21Introduce system settings policies.Kevin Smith
2012-02-09Fixes for mediated invitesKevin Smith
2012-02-06Display mediated invitesKevin Smith
2011-11-28Cleanup after previous patchKevin Smith
2011-11-28Message Receipts (XEP-0184) support for 1-to-1 conversations (including 1-to-...Tobias Markmann
2011-11-25Deal with bookmarks with an empty nickKevin Smith
2011-10-29Don't save message content of recents to disk in --eagle-modeKevin Smith
2011-10-05Allow joining passworded MUCs.Kevin Smith
2011-10-04Allow both instant and reserved rooms.Kevin Smith
2011-10-03Simple MUC invites.Kevin Smith
2011-10-01Fixed cppcheck warnings.Remko Tronçon
2011-09-27Add support for clearing chat recents.Kevin Smith
2011-09-26Set/Update empty subjectsKevin Smith
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...Tobias Markmann
2011-09-03Workaround for Boost empty string split bugKevin Smith
2011-08-21Warn when sending corrections without support.Kevin Smith
2011-07-18Issue activate() on MUCs joined through Join dialog.Kevin Smith
2011-07-16Show the correct (unavailable) presence for a MUC in the recents list after l...Kevin Smith
2011-07-09Don't store the full JID for new ChatList entriesKevin Smith
2011-07-09Get the avatar right in the chats list more oftenKevin Smith
2011-07-09Track when a user joins a MUC for the ChatListKevin Smith
2011-07-09Store avatar paths in the recent objects.Kevin Smith
2011-07-09Prune the recent chatsKevin Smith
2011-07-09Keep MUCs in the recent chats list.Kevin Smith
2011-07-09Remember status type for chat list items.Kevin Smith
2011-07-08Don't rebind chats when chatlistview updatedKevin Smith
2011-07-08Fixed unread count on recent chats.Remko Tronçon
2011-07-08Cleaning up the unread chatsKevin Smith
2011-07-07Add setUnreadCount to ChatListViewKevin Smith
2011-07-06Don't bring autojoined MUCs to front.Kevin Smith
2011-07-04Moving some ChatList logic to Controllers.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
2011-05-12Remove duplicate entries from the recent chat list.Kevin Smith
2011-04-28Recent chats are now persisted.Kevin Smith
2011-04-27Start on recent chats listKevin Smith
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon