Age | Commit message (Collapse) | Author |
|
Resolves: #657
Release-Notes: The status setter now shows when you're connecting.
|
|
Putting status show names along with the text in tooltips.
Covers the MeView and roster entries.
Still ToDo: status setter
Resolves: #429
|
|
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
|
|
This is not a nice solution to an unpleasant problem - Qt is telling us we've lost focus, so we cancel ... while we're in the middle of completing a successful status set. So we need to keep track and make sure we don't clear out the status on cancel if we're also accepting.
|
|
|
|
Resolves: #363
|
|
Resolves: #358
Resolves: #362
|
|
|
|
|
|
|
|
|
|
|