Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-05 | Added tarball packaging script. | Remko Tronçon | |
Resolves: #517 | |||
2010-10-05 | Pick up version number from file. | Remko Tronçon | |
2010-10-04 | Disable the notifier when going to DND. | Remko Tronçon | |
Resolves: #572 | |||
2010-10-04 | Implement getBoundJID() (as getJID()) | Remko Tronçon | |
Resolves: #582 | |||
2010-10-04 | Only bounce the dock (or flash the taskbar) on readable messages. | Kevin Smith | |
Resolves: #453 | |||
2010-10-04 | Re-apply the contact's presence after roster changes. | Kevin Smith | |
Resolves: #578 | |||
2010-10-04 | Assign contacts to groups. | Kevin Smith | |
Another patch will follow shortly to stop them appearing offline after a roster change like this. Resolves: #272 Release-Notes: It's now possible to assign your contacts to groups. | |||
2010-10-04 | Work around redraw bug in some versions of Qt | Kevin Smith | |
2010-10-04 | Fix chat logs scrolling to bottom. | Kevin Smith | |
(bug introduced since beta6) Resolves: #591 | |||
2010-10-04 | Join MUCs with the last broadcast presence. | Kevin Smith | |
Resolves: #590 Release-Notes: Joining rooms when you are not plain 'available' now correctly sends your status to the room. | |||
2010-10-03 | Make the webkit view loads synchronous. | Kevin Smith | |
Hopefully Resolves: #589 | |||
2010-10-03 | Don't treat role changes as a mergeable status change | Kevin Smith | |
2010-10-03 | Don't get confused when people change roles in a MUC. | Kevin Smith | |
Resolves: #529 Release-Notes: Being in a MUC with someone who has their role changed will no longer cause them to appear several times in the occupant list. | |||
2010-10-03 | Show contacts as unavailable after subscription removal. | Kevin Smith | |
Resolves: #455 | |||
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-03 | Asserts trying to find problem with crashing message replacement | Kevin Smith | |
2010-10-03 | Add an extra assert for replacing messages in ChatView. | Kevin Smith | |
2010-10-03 | Allow cancelling logins. | Kevin Smith | |
Note that until 588 is fixed, this can cause crashes. Release-Notes: It's now possible to cancel a login in progress. Resolves: #100 | |||
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-10-02 | Fix for group expandiness persistency | Kevin Smith | |
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 | By default, only show message notifications. | Remko Tronçon | |
2010-09-17 | Cleaning up XMPP parser a bit. | Remko Tronçon | |
2010-09-17 | Added XMPP parser tester. | Remko Tronçon | |
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-16 | Don't assert on untyped form fields. | Remko Tronçon | |
Resolves: #567 | |||
2010-09-16 | Fix compilation on linux. | Remko Tronçon | |
2010-09-15 | Remove FIXME. | Remko Tronçon | |
2010-09-15 | Make Snarl timeouts for messages longer. | Remko Tronçon | |
2010-09-15 | Build with debug information on all platforms. | Remko Tronçon | |
There used to be an exception for Windows. | |||
2010-09-15 | Moved events from Swiften to Swift. | Remko Tronçon | |
2010-09-15 | Some small cleanups. | Remko Tronçon | |