summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-24Allow setting status messages again.Kevin Smith
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.
2010-05-24Various cleanupsKevin Smith
2010-05-24Escape to close status edit.Kevin Smith
Resolves: #363
2010-05-24Dismiss the status editing when the edit loses focus.Kevin Smith
Resolves: #358 Resolves: #362
2010-05-23Start creating a prettier roster header.Kevin Smith
2010-04-08Added copyrights to Swift.Remko Tronçon
2009-10-16Mark as offline in the roster after an error.Kevin Smith
2009-08-16Set the status text when changing presence.Kevin Smith
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon