summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-02-07Moved Swift-specific roster code out of Swiften.Remko Tronçon
2011-02-07Reworking contact editing.Remko Tronçon
2011-01-30Clickable roster header for profile edits (incomplete)Kevin Smith
2011-01-30Added profile edit dialog.Remko Tronçon
2010-12-12Removing nickname change functionality from roster header.Remko Tronçon
2010-12-12Refactored own nickname handling.Remko Tronçon
2010-11-28Change error from optional to shared_ptr in GenericRequestRemko Tronçon
2010-11-15Sanitise the Roster widget on signout.Kevin Smith
2010-11-12Persist toggle show offline.Kevin Smith
2010-11-08Brute force application of presence to roster items on add/modify.Kevin Smith
2010-11-03Refactoring Presence & MUC handling.Remko Tronçon
2010-10-28Correctly mark roster items with the highest priority status.Kevin Smith
2010-10-24Moving more from Swift to Client.Remko Tronçon
2010-10-24Use the highest priority for a contact's roster item, not the newest.Kevin Smith
2010-10-23Make sure presence isn't type error before updating roster.Kevin Smith
2010-10-22Fixed memory leaks and segfault on signout.Remko Tronçon
2010-10-21Moving queries & responders around.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-10-08Regrouping nick-less contacts now correctly renders them as a JID in the roster.Kevin Smith
2010-10-08Fixing assorted memory leaks.Kevin Smith
2010-10-04Re-apply the contact's presence after roster changes.Kevin Smith
2010-10-03Show contacts as unavailable after subscription removal.Kevin Smith
2010-10-02Persist roster group expandiness.Kevin Smith
2010-09-24Add logic and tests for modifying roster items. No UI Yet.Kevin Smith
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-09-13Added presence notifier.Remko Tronçon
2010-09-11Added VCardAvatarManager for offline avatars.Remko Tronçon
2010-09-11Refactoring VCardUpdateAvatarManager.Remko Tronçon
2010-08-27Rerequest the roster at reconnect.Kevin Smith
2010-08-27Use own nick at top of roster.Kevin Smith
2010-06-04Starting towards tooltips for the colour-blind.Kevin Smith
2010-05-27Show JIDs for users without nicks in the roster.Kevin Smith
2010-05-14Show the JID in the roster where there's no nick.Kevin Smith
2010-05-06Rewrite of large amounts of roster code.Kevin Smith
2010-04-15Normalise muc joining, allow it from bookmark list.Kevin Smith
2010-04-13Don't lose presence when receiving a roster item rename pushKevin Smith
2010-04-12Allow roster items to be deleted.Kevin Smith
2010-04-12Show ErrorEvent when roster push fails.Kevin Smith
2010-04-12Send roster set before roster add.Kevin Smith
2010-04-11Don't duplicate roster items for roster pushes.Kevin Smith
2010-04-10Fix two segfaults on signout/signin.Kevin Smith
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-04-04Add 'remove' context menu item for rosters (not implemented).Kevin Smith
2010-03-22Don't prompt for subscription requests you've already added.Kevin Smith
2010-03-22Fixing up the unit tests again. Oops.Kevin Smith
2010-03-22Can now accept roster subscriptions.Kevin Smith
2010-03-22Lots of plumbing for event view.Kevin Smith
2009-12-24Extract the Chat dialog management from MainController into ChatsManager.Kevin Smith
2009-11-21Removing compiler warnings.Kevin Smith
2009-11-05A block of the work for roster pushes.Kevin Smith