Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-02 | Persist roster group expandiness. | Kevin Smith | |
Release-Notes: Whether roster groups are expanded or collapsed is now persisted between sessions. Resolves: #399 | |||
2010-10-01 | Only show system tray message icon for message events. | Kevin Smith | |
Resolves: #583 | |||
2010-10-01 | Improve spacing in status messages in chat dialogs | Kevin Smith | |
2010-10-01 | Remove the Add/Remove item from Windows on uninstall. | Kevin Smith | |
Resolves: #525 | |||
2010-10-01 | Fix for previous NSIS commit | Kevin Smith | |
2010-10-01 | Avoid redraw issues in the XML Console. | Kevin Smith | |
I've not seen these, but they were reported as the same as the old chat rendering issues. Applied the same fix as for that. Resolves: #557 | |||
2010-10-01 | Reuse server-generated resources. | Kevin Smith | |
Once a new method has been implemented in Client, this will re-use a server-generated resource for re-connections within the same Swift session. This provides a stable resource for the session, preventing MUC ghosts and similar artifacts due to server or network failures, without disclosing additional information like hostnames in the resource. Resolves: #563 | |||
2010-10-01 | Detect running Swift before running NSIS installer. | Kevin Smith | |
Resolves: #229 | |||
2010-10-01 | Use caps for enabling chat state notifications. | Kevin Smith | |
Resolves: #93 | |||
2010-10-01 | Don't loop when searching a server that has the same JID with different nodes. | Kevin Smith | |
Resolves: #356 | |||
2010-10-01 | Expand search results when adding a new service to find MUC dialog. | Kevin Smith | |
Resolves: #574 | |||
2010-10-01 | Include contact's status when you start a chat with them. | Kevin Smith | |
Resolves: #580 | |||
2010-10-01 | Change 'edit bookmark' dialog title to something sensible. | Kevin Smith | |
Resolves: #579 | |||
2010-09-30 | Show status in chat window when contact sends presence. | Kevin Smith | |
2010-09-24 | Rename contacts in the QtUI. | Kevin Smith | |
Resolves: #575 | |||
2010-09-24 | Add logic and tests for modifying roster items. No UI Yet. | Kevin Smith | |
(Partially) Resolves: #575 (Partially) Resolves: #272 | |||
2010-09-24 | Don't overwrite date changes with presence changes | Kevin Smith | |
2010-09-24 | Don't crash at midnight if you've left a MUC. | Kevin Smith | |
Resolves: #571 | |||
2010-09-17 | Scroll to bottom after amending messages as well. | Kevin Smith | |
Resolves: #570 | |||
2010-09-17 | Fixed VCard request being sent too early. | Remko Tronçon | |
Cause is NickResolver being instantiated earlier due to a recent refactoring. | |||
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon | |
2010-09-15 | Some small cleanups. | Remko Tronçon | |
2010-09-15 | Fixed EventController destruction order. | Remko Tronçon | |
2010-09-15 | Added EventNotifier. | Remko Tronçon | |
2010-09-15 | Use NickResolver for nicks in notifications. | Remko Tronçon | |
2010-09-15 | Attempt to show icon in Snarl config dialog. | Remko Tronçon | |
Doesn't work though. Need to find out why. | |||
2010-09-15 | Display useful errors in chats when server doesn't include <text>. | Kevin Smith | |
Resolves: #264 | |||
2010-09-15 | Print date changes in chat windows. | Kevin Smith | |
Resolves: #452 | |||
2010-09-15 | Added Snarl notification support | Remko Tronçon | |
2010-09-15 | Mark a subscription request as read if you defer it. | Kevin Smith | |
Resolves: #505 | |||
2010-09-14 | Don't tick 'Remember Password' when editing a JID. | Kevin Smith | |
Resolves: #499 | |||
2010-09-13 | When joining a new room, create an instant room. | Kevin Smith | |
Resolves: #112 | |||
2010-09-13 | Moved XMPPRosterController to Swiften. | Remko Tronçon | |
2010-09-13 | Added presence notifier. | Remko Tronçon | |
2010-09-12 | Move Notifier to SwifTools | Remko Tronçon | |
2010-09-12 | Remove IQRouter from client inheritance list. | Remko Tronçon | |
2010-09-12 | Block MUC bookmarks until the server has responded. | Kevin Smith | |
Else there could be bookmarks overwritten in an infeasibly unlikely race condition. Resolves: #340 | |||
2010-09-12 | Removed debug message | Remko Tronçon | |
2010-09-12 | Remove non-existing include. | Remko Tronçon | |
2010-09-12 | Moved application message display around. | Remko Tronçon | |
2010-09-11 | Make AvatarManager abstract | Remko Tronçon | |
2010-09-11 | Added VCardAvatarManager for offline avatars. | Remko Tronçon | |
Resolves: #418 | |||
2010-09-11 | Refactoring VCardUpdateAvatarManager. | Remko Tronçon | |
2010-09-11 | Added support for Entity Capabilities. | Remko Tronçon | |
Resolves: #94 | |||
2010-09-05 | Added "Clear" context menu for chat log. | Remko Tronçon | |
Resolves: #225 | |||
2010-09-03 | Try the throbber after the message | Kevin Smith | |
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 | Comment about scrolling being untrustworthy | Kevin Smith | |
2010-08-30 | Remove debug output | Kevin Smith | |