Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |
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-07-23 | Recognise when leaving a MUC (disconnect or kick). | Kevin Smith | |
Also cleans up some outstanding MUC issues. Resolves: #288 Resolves: #392 Resolves: #279 Resolves: #114 | |||
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-06-07 | Tentative fix for segfaulting on roster changes. | Kevin Smith | |
Logically, this would fix it - but it's not reproduceable to check so we'll have to wait and see. It's possible that this is going to impact performance. Testing required. Resolves: #414 | |||
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-26 | Don't let roster groups open and close on their own. | Kevin Smith | |
Resolves: #368 | |||
2010-05-25 | Don't show a blank line for empty status in tooltips. | Kevin Smith | |
Resolves: #384 | |||
2010-05-14 | Start roster groups expanded. | Kevin Smith | |
Resolves: #343 | |||
2010-05-07 | Sort the roster | Kevin Smith | |
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-08 | Added copyrights to Swift. | Remko Tronçon | |
2009-10-11 | Fix for segfault on exit with open MUCs, and reinstate roster sorting. | Kevin Smith | |
2009-08-29 | Finally sticky roster group expansion. | Kevin Smith | |
2009-08-10 | Migrated all configure flags to SCons. | Remko Tronçon | |
2009-08-08 | Group expandedness in roster persists between roster changes. | Kevin Smith | |
2009-08-08 | Plumbing in place for roster group expansion. \nDoesn't work. | Kevin Smith | |
2009-08-01 | Roster now includes avatars. | Kevin Smith | |
2009-07-26 | Removing RosterItem and including in QtTreeWidgetItem. | Kevin Smith | |
2009-07-26 | The new roster now renders (badly) the contents. | Kevin Smith | |
2009-07-26 | Begin to assage Swift model into Qt Model/View. | Kevin Smith | |