summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-15Make the Rename Group dialog text a bit friendlier.Remko Tronçon
2011-03-08Fixed crash on Qt 4.7.0 + Windows XP.Remko Tronçon
2011-03-08Cache rounded avatars.Remko Tronçon
Resolves: #770
2011-03-04Create 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-22Fixed rounded rectangles not drawing background properly.Remko Tronçon
2011-02-22Round corners of avatars in roster.Remko Tronçon
2011-02-21Added "Remove" context menu.Remko Tronçon
Resolves: #768
2011-02-21Remove Edit entry from MUC roster context menu.Remko Tronçon
Resolves: #766
2011-02-19Make Swift translatable.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-07Moved Swift-specific roster code out of Swiften.Remko Tronçon
2011-02-07Reworking contact editing.Remko Tronçon
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers.
2010-12-27Elide group header when necessary.Remko Tronçon
Resolves: #677
2010-11-15Sanitise 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-31Tweak the group triangles a bit.Remko Tronçon
2010-10-31Fix triangle drawing.Remko Tronçon
Resolves: #634
2010-10-31Don't clip group header text.Remko Tronçon
Resolves: #659
2010-10-24Scroll MUC roster pixel-by-pixel.Remko Tronçon
2010-10-04Assign 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-23Recognise 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-26Elide text in the various roster views.Kevin Smith
Resolves: #426
2010-06-14Compiler warningKevin Smith
2010-06-11Avoid compiler warnings for the group delegateKevin Smith
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-06-07Tentative 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-04Starting 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-26Don't let roster groups open and close on their own.Kevin Smith
Resolves: #368
2010-05-25Expand roster groups on a single click.Kevin Smith
Resolves: #212
2010-05-25Don't show a blank line for empty status in tooltips.Kevin Smith
Resolves: #384
2010-05-14Start roster groups expanded.Kevin Smith
Resolves: #343
2010-05-07Sort the rosterKevin Smith
2010-05-06Rewrite 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-02Use cursor position to determine roster item for context menu.Kevin Smith
Resolves: #333
2010-04-18Make the roster demo compile againKevin Smith
2010-04-16Prettify the ChatList a bit.Kevin Smith
Resolves: #322
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-04-05Merged roster status types for sorting in the same way as the status icons.Kevin Smith
Resolves: #270
2010-04-05Fix two warningsKevin Smith
2010-04-04Add 'remove' context menu item for rosters (not implemented).Kevin Smith
2010-03-30Roster rendering of the test down from 2:11 to 0:10 on my desktopKevin Smith
2010-03-29Upping the size of the roster test. Up to 2 minutes 28.Kevin Smith
2010-03-29Down to 12 secondsKevin Smith
2010-03-29Roster render dummy takes 1 minute 34 seconds on my laptopKevin Smith
2009-11-23Don't cut off the roster in its primeKevin Smith
2009-11-19More 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-11Fix for segfault on exit with open MUCs, and reinstate roster sorting.Kevin Smith
2009-10-05Early terminate completed bubblesorts in the rosterKevin Smith
2009-09-26Removing obsolete qmake files.Remko Tronçon
2009-09-25Move roster tooltip string construction to a method.Kevin Smith
2009-09-25Add very basic tooltips to the roster.Kevin Smith