Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | Cache rounded avatars. | Remko Tronçon | |
Resolves: #770 | |||
2011-03-04 | Upgrade XEP-0258 support to match 0.6. | Kevin Smith | |
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification. | |||
2011-02-21 | Remove Edit entry from MUC roster context menu. | Remko Tronçon | |
Resolves: #766 | |||
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-12 | Don't update the unread count if it hasn't changed. | Remko Tronçon | |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |
2010-10-05 | Linkify updated messages as well as the originals. | Kevin Smith | |
Resolves: #584 | |||
2010-10-04 | Fix chat logs scrolling to bottom. | Kevin Smith | |
(bug introduced since beta6) Resolves: #591 | |||
2010-10-03 | Only jump the Mac dock when a Notice is generated. | Kevin Smith | |
Release-Notes: The Mac Dock icon has stopped jumping when it shouldn't. Resolves: #444 Resolves: #453 | |||
2010-10-02 | Linkify status messages in chat dialog. | Kevin Smith | |
Release-Notes: System and Presence messages in chat windows are now linkified (as well as chat messages, which were previously). Resolves: #584 | |||
2010-09-15 | Display useful errors in chats when server doesn't include <text>. | Kevin Smith | |
Resolves: #264 | |||
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 | Assertion checks for adding messages etc. | Kevin Smith | |
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-08-22 | Don't incorrectly mark all messages read in most recently opened chat when a ↵ | Kevin Smith | |
different chat is selected | |||
2010-08-20 | Focus the chat input again when the chat log is clicked. | Kevin Smith | |
Resolves: #532 | |||
2010-07-28 | Fix for previous commit losing style for some MUC messages. | Kevin Smith | |
Resolves: #516 | |||
2010-07-25 | Preparation for merging presences in the chat log. | Kevin Smith | |
2010-07-25 | ChatTabs improvements. | Kevin Smith | |
Resolves: #504 Resolves: #507 | |||
2010-07-24 | Don't tab-complete empty words. | Kevin Smith | |
Resolves: #468 | |||
2010-07-23 | Pre-render the MUC chat roster splitter.swift-1.0beta5 | Kevin Smith | |
Hopefully: Resolves: #497 | |||
2010-07-21 | Pre-render the chat window splitter. | Kevin Smith | |
Should avoid the background tabs showing through. Hopefully Resolves: #185 | |||
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-14 | Don't crash on tab presses in non-MUC chats. | Kevin Smith | |
Resolves: #463 | |||
2010-06-13 | Convert newlines to <br/> after linkifying. | Remko Tronçon | |
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-30 | Let chat widget grow to fill the window. | Kevin Smith | |
Resolves: #223 | |||
2010-05-25 | Support Ctrl-PgUp/PgDn for switch ing tabs | Kevin Smith | |
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-11 | Proper handling of keypresses in the chat input that're meant for the chat log. | Kevin Smith | |
Resolves: #284 | |||
2010-04-08 | Added copyrights to Swift. | Remko Tronçon | |
2010-03-26 | Remove MUCs from the ChatsManager's list once you leave them. | Kevin Smith | |
Resolves: #292 | |||
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 | |
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-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 ↵ | 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 | |