summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-05-25Allow Ctrl-W to close chat windowsKevin Smith
2010-05-07Allow chat messages to be composed while offline.Kevin Smith
Resolves: #331
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-04-11Proper handling of keypresses in the chat input that're meant for the chat log.Kevin Smith
Resolves: #284
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-03-26Remove MUCs from the ChatsManager's list once you leave them.Kevin Smith
Resolves: #292
2010-02-17Remove debugging printfsKevin Smith
2010-02-17Add /me support it QtUIKevin Smith
2010-02-17Preliminary Chat State Notifications support.Kevin Smith
Only covers Active and Composing (Which is very possibly all we care about).
2010-01-17Preparation. for /me.Kevin Smith
QtUI's implementation isn't done yet.
2009-12-19Colour tabs with waiting messages.Kevin Smith
Resolves: #278
2009-11-15Linkify URLs.Remko Tronçon
2009-10-30Remove redundant ) from chat titles with unread messagesKevin Smith
2009-10-11Fix for segfault on exit with open MUCs, and reinstate roster sorting.Kevin Smith
2009-09-15Completely untested. Rewiring the MainController for Client to be ↵Kevin Smith
reconnectable (won't compile).
2009-08-29Experimental fix for stuff in background, chats coming to front when opened etc.Kevin Smith
2009-08-29Allow multi-line inputs, and grow accordingly.Kevin Smith
2009-07-26Begin to assage Swift model into Qt Model/View.Kevin Smith
2009-07-04Notify chat tabs even if the parent tabset has focus. issue#150.Kevin Smith
2009-07-04Fix for avatar display in chatlog where the cache has spaces in the name.Kevin Smith
This particularly hit c:\Documents and Settings on Windows.
2009-06-26Use nicks in tab titles.Kevin Smith
2009-06-20Added vCard-based avatars support.Remko Tronçon
2009-06-18It should be impossible to lose tabs now.Kevin Smith
You can still have an empty tabset, though.
2009-06-18Support closing and reopening chats in tabs.Kevin Smith
2009-06-15Slightly cleaner close behaviour for tabs - still broken.Kevin Smith
2009-06-15Update tab titles for unread count.Kevin Smith
2009-06-10Moved UI/Qt -> Swift/QtUI.Remko Tronçon