summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-07-09Add avatar path to table roster.Remko Tronçon
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-08Removing setJID again.Remko Tronçon
2011-07-08Added setJID on ChatWindow.Remko Tronçon
2011-07-08Fixed unread count on recent chats.Remko Tronçon
2011-07-08Cleaning up the unread chatsKevin Smith
2011-07-08Morph the login window into the roster before re-enabling login.Kevin 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-07-04Check idleness every second instead of 10 times a second.Remko Tronçon
2011-07-04Fixed TableRoster bugs.Remko Tronçon
2011-07-03Implement TableRoster with roster diff.Remko Tronçon
2011-06-13Some more Cppcheck tweaks.Remko Tronçon
2011-06-13Tweaked CppCheck script.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
2011-06-13Small fix for replace message featureVlad Voicu
2011-06-12Replace last message feature for MUCVlad Voicu
2011-06-03Limit the use of the SafeString type.Remko Tronçon
2011-06-03Ensure safety on onDataRead and onDataWritten signals.Remko Tronçon
2011-05-23Merge branch 'swift-1.x'Remko Tronçon
2011-05-23Fixed const references to vectors.Remko Tronçon
2011-05-22Added TableRoster.Remko Tronçon
2011-05-22Fix formatting bugs from previous patchKevin Smith
2011-05-22Allow errors in chats to not claim to be about sent messages.Kevin Smith
2011-05-22Eagle mode.Kevin Smith
2011-05-22Removed obsolete signal.Remko Tronçon
2011-05-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-13Cut dependency from AdHocCommandSession on DiscoItem.Remko Tronçon
2011-05-13Remove dead UI reference from SwiftenKevin Smith
2011-05-12Remove duplicate entries from the recent chat list.Kevin Smith
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Add a generic erase() algorithm.Remko Tronçon
2011-05-02Fix the acks when replacing messagesKevin Smith
2011-05-02Replace auto_ptr by shared_ptr.Remko Tronçon
2011-04-30Allow groups to be resorted based on changing names.Kevin Smith
2011-04-30Missing signal.Kevin Smith
2011-04-30This should fix the MUC ordering.Kevin Smith
2011-04-30Correct message feature using XEP-CorrectVlad Voicu
2011-04-28Updated some text strings.Remko Tronçon
2011-04-28Recent chats are now persisted.Kevin Smith
2011-04-27Start on recent chats listKevin Smith
2011-04-27Reset the login view's isLoggingIn on cancel login.Remko Tronçon