Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swift
/
QtUI
/
QtChatWindow.cpp
Age
Commit message (
Expand
)
Author
2010-03-26
Remove MUCs from the ChatsManager's list once you leave them.
Kevin Smith
2010-02-17
Remove debugging printfs
Kevin Smith
2010-02-17
Add /me support it QtUI
Kevin Smith
2010-02-17
Preliminary Chat State Notifications support.
Kevin Smith
2010-01-17
Preparation. for /me.
Kevin Smith
2009-12-19
Colour tabs with waiting messages.
Kevin Smith
2009-11-15
Linkify URLs.
Remko Tronçon
2009-10-30
Remove redundant ) from chat titles with unread messages
Kevin Smith
2009-10-11
Fix for segfault on exit with open MUCs, and reinstate roster sorting.
Kevin Smith
2009-09-15
Completely untested. Rewiring the MainController for Client to be reconnectab...
Kevin Smith
2009-08-29
Experimental fix for stuff in background, chats coming to front when opened etc.
Kevin Smith
2009-08-29
Allow multi-line inputs, and grow accordingly.
Kevin Smith
2009-07-26
Begin to assage Swift model into Qt Model/View.
Kevin Smith
2009-07-04
Notify chat tabs even if the parent tabset has focus. issue#150.
Kevin Smith
2009-07-04
Fix for avatar display in chatlog where the cache has spaces in the name.
Kevin Smith
2009-06-26
Use nicks in tab titles.
Kevin Smith
2009-06-20
Added vCard-based avatars support.
Remko Tronçon
2009-06-18
It should be impossible to lose tabs now.
Kevin Smith
2009-06-18
Support closing and reopening chats in tabs.
Kevin Smith
2009-06-15
Slightly cleaner close behaviour for tabs - still broken.
Kevin Smith
2009-06-15
Update tab titles for unread count.
Kevin Smith
2009-06-10
Moved UI/Qt -> Swift/QtUI.
Remko Tronçon