Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-12 | Removing nickname change functionality from roster header. | Remko Tronçon | |
2010-12-12 | Refactored own nickname handling. | Remko Tronçon | |
2010-11-28 | Change error from optional to shared_ptr in GenericRequest | Remko Tronçon | |
Resolves: #692 | |||
2010-11-15 | Sanitise the Roster widget on signout. | Kevin Smith | |
This will hopefully avoid crashes in the RosterDelegate due to Qt believing that the RosterItems still exist and that it can read them. Unverified as I can't reproduce the crash on this machine, but hopefully Resolves: #678 | |||
2010-11-12 | Persist toggle show offline. | Kevin Smith | |
Resolves: #689 Release-Notes: The toggle state for showing offline contacts will now persist between restarts. | |||
2010-11-08 | Brute force application of presence to roster items on add/modify. | Kevin Smith | |
Resolves: #655 Resolves: #672 Release-Notes: The roster should no longer sometimes show online users as offline. | |||
2010-11-03 | Refactoring Presence & MUC handling. | Remko Tronçon | |
2010-10-28 | Correctly mark roster items with the highest priority status. | Kevin Smith | |
Resolves: #668 | |||
2010-10-24 | Moving more from Swift to Client. | Remko Tronçon | |
2010-10-24 | Use the highest priority for a contact's roster item, not the newest. | Kevin Smith | |
Resolves: #654 Release-Notes: Contacts online from several clients at once should now show the highest priority presence, not the most recent. | |||
2010-10-23 | Make sure presence isn't type error before updating roster. | Kevin Smith | |
Resolves: #622 Release-Notes: Errors received from your contacts when setting your status will no longer cause the contacts to mirror your new status. | |||
2010-10-22 | Fixed memory leaks and segfault on signout. | Remko Tronçon | |
2010-10-21 | Moving queries & responders around. | Remko Tronçon | |
2010-10-09 | Added EchoBot walkthrough example. | Remko Tronçon | |
2010-10-08 | Regrouping nick-less contacts now correctly renders them as a JID in the roster. | Kevin Smith | |
Resolves: #606 | |||
2010-10-08 | Fixing assorted memory leaks. | Kevin Smith | |
Resolves: #329 | |||
2010-10-04 | Re-apply the contact's presence after roster changes. | Kevin Smith | |
Resolves: #578 | |||
2010-10-03 | Show contacts as unavailable after subscription removal. | Kevin Smith | |
Resolves: #455 | |||
2010-10-02 | Persist roster group expandiness. | Kevin Smith | |
Release-Notes: Whether roster groups are expanded or collapsed is now persisted between sessions. Resolves: #399 | |||
2010-09-24 | Add logic and tests for modifying roster items. No UI Yet. | Kevin Smith | |
(Partially) Resolves: #575 (Partially) Resolves: #272 | |||
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon | |
2010-09-13 | Added presence notifier. | Remko Tronçon | |
2010-09-11 | Added VCardAvatarManager for offline avatars. | Remko Tronçon | |
Resolves: #418 | |||
2010-09-11 | Refactoring VCardUpdateAvatarManager. | Remko Tronçon | |
2010-08-27 | Rerequest the roster at reconnect. | Kevin Smith | |
Resolves: #548 | |||
2010-08-27 | Use own nick at top of roster. | Kevin Smith | |
Currently doesn't work because onOwnVCardChanged isn't plumbed in. | |||
2010-06-04 | Starting towards tooltips for the colour-blind. | Kevin Smith | |
Putting status show names along with the text in tooltips. Covers the MeView and roster entries. Still ToDo: status setter Resolves: #429 | |||
2010-05-27 | Show JIDs for users without nicks in the roster. | Kevin Smith | |
Resolves: #344 | |||
2010-05-14 | Show the JID in the roster where there's no nick. | Kevin Smith | |
Resolves: #344 | |||
2010-05-06 | Rewrite of large amounts of roster code. | Kevin Smith | |
Now keeps widgets out of Swiften, keeps sorting inside Swiften, and keeps track of presences to show the correct presence per roster item. Resolves: #316 Resolves: #81 Resolves: #239 | |||
2010-04-15 | Normalise muc joining, allow it from bookmark list. | Kevin Smith | |
Resolves: #320 | |||
2010-04-13 | Don't lose presence when receiving a roster item rename push | Kevin Smith | |
Resolves: #312 | |||
2010-04-12 | Allow roster items to be deleted. | Kevin Smith | |
Resolves: #296 | |||
2010-04-12 | Show ErrorEvent when roster push fails. | Kevin Smith | |
Resolves: #293 | |||
2010-04-12 | Send roster set before roster add. | Kevin Smith | |
2010-04-11 | Don't duplicate roster items for roster pushes. | Kevin Smith | |
Resolves: #218 | |||
2010-04-10 | Fix two segfaults on signout/signin. | Kevin Smith | |
Connections that don't go away when the slot is destroyed. Resolves: #310 | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-04-04 | Add 'remove' context menu item for rosters (not implemented). | Kevin Smith | |
2010-03-22 | Don't prompt for subscription requests you've already added. | Kevin Smith | |
2010-03-22 | Fixing up the unit tests again. Oops. | Kevin Smith | |
2010-03-22 | Can now accept roster subscriptions. | Kevin Smith | |
2010-03-22 | Lots of plumbing for event view. | Kevin Smith | |
This isn't ready yet, but clicking on a message in the event view will now cause the chat to pop up, and the plumbing is there for doing something with subscription requests - I just don't, yet. | |||
2009-12-24 | Extract the Chat dialog management from MainController into ChatsManager. | Kevin Smith | |
There is a single unit test so far - but that's more than was there before, so I'm pushing. Expect more unit tests shortly. Resolves: #139 | |||
2009-11-21 | Removing compiler warnings. | Kevin Smith | |
Swiften and Swift now build with no compiler warnings for me on Snow Leopard. | |||
2009-11-05 | A block of the work for roster pushes. | Kevin Smith | |
Still needs unit testing | |||
2009-09-16 | SignOut nearly working. | Kevin Smith | |
2009-09-15 | Completely untested. Rewiring the MainController for Client to be ↵ | Kevin Smith | |
reconnectable (won't compile). | |||
2009-09-15 | Logout without signout, but without UI notification that you're logged out. | Kevin Smith | |
2009-08-16 | Now show my avatar and JID in the 'me view'. | Kevin Smith | |
At the moment it's my JID rather than my Name, because the NickResolver doesn't cope with our own Name. Also: the name resizing sometimes doesn't work. If it doesn't for you, make the roster very wide and then slowly resize it down. |