Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | XEP-0198 Ack support in the UI | Kevin Smith | |
Resolves: #7 | |||
2010-09-03 | Squash presence in chat and MUC windows. | Kevin Smith | |
Join/Parts will be shown in one block if they're uninterrupted, and only the last presence change in a row will be shown for chats. Resolves: #230 Resolves: #430 | |||
2010-08-30 | Render the Chat view directly with DOM commands, not javascript. | Kevin Smith | |
Tested locally, but it's conceivable there will be regressions. | |||
2010-07-25 | Preparation for merging presences in the chat log. | Kevin Smith | |
2010-06-25 | Command-line option to not use tabs. | Kevin Smith | |
Resolves: #476 | |||
2010-06-20 | Show total unread count in tab title.swift-1.0beta4 | Kevin Smith | |
Resolves: #448 | |||
2010-06-06 | Use delay when printing MUC history. | Remko Tronçon | |
Resolves: #415 | |||
2010-06-05 | Tab completion in MUCs. | Kevin Smith | |
Resolves: #440 | |||
2010-05-25 | Allow Ctrl-W to close chat windows | Kevin Smith | |
2010-05-07 | Allow chat messages to be composed while offline. | Kevin Smith | |
Resolves: #331 | |||
2010-05-06 | Rewrite 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-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-02-17 | Add /me support it QtUI | Kevin Smith | |
2010-02-17 | Preliminary Chat State Notifications support. | Kevin Smith | |
Only covers Active and Composing (Which is very possibly all we care about). | |||
2010-01-17 | Preparation. for /me. | Kevin Smith | |
QtUI's implementation isn't done yet. | |||
2009-12-19 | Colour tabs with waiting messages. | Kevin Smith | |
Resolves: #278 | |||
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 ↵ | Kevin Smith | |
reconnectable (won't compile). | |||
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-06-26 | Use nicks in tab titles. | Kevin Smith | |
2009-06-20 | Added vCard-based avatars support. | Remko Tronçon | |
2009-06-18 | Support closing and reopening chats in tabs. | Kevin Smith | |
2009-06-15 | Update tab titles for unread count. | Kevin Smith | |
2009-06-10 | Moved Swiften/Controllers to Swift/Controllers. | Remko Tronçon | |
2009-06-10 | Moved UI/Qt -> Swift/QtUI. | Remko Tronçon | |