summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-08-27Don't elide roster headings when the widget becomes large enough.Kevin Smith
Resolves: #544
2010-05-26Make better use of the elided text labels.Kevin Smith
Cache the elided text to avoid recalculating and making the QLabel superclass recalculate everything. Also using plaintext with a font instead of richtext means that it doesn't have to deal with truncated html tags. Hopefully Resolves: #398
2010-05-24Elide text in the roster header when it's wider than the roster.Kevin Smith
Resolves: #369