Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-09 | Fix roster avatars | Kevin Smith | |
2011-07-09 | Update QtChatList for recent backend changes | Kevin Smith | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-03-15 | Make the Rename Group dialog text a bit friendlier. | Remko Tronçon | |
2011-03-08 | Fixed crash on Qt 4.7.0 + Windows XP. | Remko Tronçon | |
2011-03-08 | Cache rounded avatars. | Remko Tronçon | |
Resolves: #770 | |||
2011-03-04 | Create an edit contact menu item. | Kevin Smith | |
Resolves: #769 Release-notes: It is now possible to edit contacts from the standard menus (without needing to right-click on the item). | |||
2011-02-22 | Fixed rounded rectangles not drawing background properly. | Remko Tronçon | |
2011-02-22 | Round corners of avatars in roster. | Remko Tronçon | |
2011-02-21 | Added "Remove" context menu. | Remko Tronçon | |
Resolves: #768 | |||
2011-02-21 | Remove Edit entry from MUC roster context menu. | Remko Tronçon | |
Resolves: #766 | |||
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 | |
2011-02-07 | Reworking contact editing. | Remko Tronçon | |
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers. | |||
2010-12-27 | Elide group header when necessary. | Remko Tronçon | |
Resolves: #677 | |||
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-10-31 | Tweak the group triangles a bit. | Remko Tronçon | |
2010-10-31 | Fix triangle drawing. | Remko Tronçon | |
Resolves: #634 | |||
2010-10-31 | Don't clip group header text. | Remko Tronçon | |
Resolves: #659 | |||
2010-10-24 | Scroll MUC roster pixel-by-pixel. | Remko Tronçon | |
2010-10-04 | Assign contacts to groups. | Kevin Smith | |
Another patch will follow shortly to stop them appearing offline after a roster change like this. Resolves: #272 Release-Notes: It's now possible to assign your contacts to groups. | |||
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-26 | Elide text in the various roster views. | Kevin Smith | |
Resolves: #426 | |||
2010-06-14 | Compiler warning | Kevin Smith | |
2010-06-11 | Avoid compiler warnings for the group delegate | Kevin Smith | |
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 | Expand roster groups on a single click. | Kevin Smith | |
Resolves: #212 | |||
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-05-02 | Use cursor position to determine roster item for context menu. | Kevin Smith | |
Resolves: #333 | |||
2010-04-18 | Make the roster demo compile again | Kevin Smith | |
2010-04-16 | Prettify the ChatList a bit. | Kevin Smith | |
Resolves: #322 | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-04-05 | Merged roster status types for sorting in the same way as the status icons. | Kevin Smith | |
Resolves: #270 | |||
2010-04-05 | Fix two warnings | Kevin Smith | |
2010-04-04 | Add 'remove' context menu item for rosters (not implemented). | Kevin Smith | |
2010-03-30 | Roster rendering of the test down from 2:11 to 0:10 on my desktop | Kevin Smith | |
2010-03-29 | Upping the size of the roster test. Up to 2 minutes 28. | Kevin Smith | |
2010-03-29 | Down to 12 seconds | Kevin Smith | |
2010-03-29 | Roster render dummy takes 1 minute 34 seconds on my laptop | Kevin Smith | |
2009-11-23 | Don't cut off the roster in its prime | Kevin Smith | |
2009-11-19 | More space between the avatar and text in the roster (#221) | Kevin Smith | |
This was requested by Steve, I can't say that I'm convinced but maybe it'll grow on me. | |||
2009-10-11 | Fix for segfault on exit with open MUCs, and reinstate roster sorting. | Kevin Smith | |
2009-10-05 | Early terminate completed bubblesorts in the roster | Kevin Smith | |