summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-10-03Add an extra assert for replacing messages in ChatView.Kevin Smith
2010-10-03Allow 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-02Linkify 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-02Fix for group expandiness persistencyKevin Smith
2010-10-02Persist roster group expandiness.Kevin Smith
Release-Notes: Whether roster groups are expanded or collapsed is now persisted between sessions. Resolves: #399
2010-10-01Only show system tray message icon for message events.Kevin Smith
Resolves: #583
2010-10-01Improve spacing in status messages in chat dialogsKevin Smith
2010-10-01Remove the Add/Remove item from Windows on uninstall.Kevin Smith
Resolves: #525
2010-10-01Fix for previous NSIS commitKevin Smith
2010-10-01Avoid 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-01Reuse 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-01Detect running Swift before running NSIS installer.Kevin Smith
Resolves: #229
2010-10-01Use caps for enabling chat state notifications.Kevin Smith
Resolves: #93
2010-10-01Don't loop when searching a server that has the same JID with different nodes.Kevin Smith
Resolves: #356
2010-10-01Expand search results when adding a new service to find MUC dialog.Kevin Smith
Resolves: #574
2010-10-01Include contact's status when you start a chat with them.Kevin Smith
Resolves: #580
2010-10-01Change 'edit bookmark' dialog title to something sensible.Kevin Smith
Resolves: #579
2010-09-30Show status in chat window when contact sends presence.Kevin Smith
2010-09-24Rename contacts in the QtUI.Kevin Smith
Resolves: #575
2010-09-24Add logic and tests for modifying roster items. No UI Yet.Kevin Smith
(Partially) Resolves: #575 (Partially) Resolves: #272
2010-09-24Don't overwrite date changes with presence changesKevin Smith
2010-09-24Don't crash at midnight if you've left a MUC.Kevin Smith
Resolves: #571
2010-09-17Scroll to bottom after amending messages as well.Kevin Smith
Resolves: #570
2010-09-17By default, only show message notifications.Remko Tronçon
2010-09-17Cleaning up XMPP parser a bit.Remko Tronçon
2010-09-17Added XMPP parser tester.Remko Tronçon
2010-09-17Fixed VCard request being sent too early.Remko Tronçon
Cause is NickResolver being instantiated earlier due to a recent refactoring.
2010-09-16Don't assert on untyped form fields.Remko Tronçon
Resolves: #567
2010-09-16Fix compilation on linux.Remko Tronçon
2010-09-15Remove FIXME.Remko Tronçon
2010-09-15Make Snarl timeouts for messages longer.Remko Tronçon
2010-09-15Build with debug information on all platforms.Remko Tronçon
There used to be an exception for Windows.
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-09-15Some small cleanups.Remko Tronçon
2010-09-15Do not compile Snarl interface if Snarl is not available.Remko Tronçon
2010-09-15Fixed EventController destruction order.Remko Tronçon
2010-09-15Added EventNotifier.Remko Tronçon
2010-09-15Use NickResolver for nicks in notifications.Remko Tronçon
2010-09-15Attempt to show icon in Snarl config dialog.Remko Tronçon
Doesn't work though. Need to find out why.
2010-09-15Display useful errors in chats when server doesn't include <text>.Kevin Smith
Resolves: #264
2010-09-15Print date changes in chat windows.Kevin Smith
Resolves: #452
2010-09-15Added Snarl notification supportRemko Tronçon
2010-09-15Mark a subscription request as read if you defer it.Kevin Smith
Resolves: #505
2010-09-15Added system message to notifier.Remko Tronçon
2010-09-14Print warning on non-validating hashes.Remko Tronçon
2010-09-14Add extended disco support to caps verifier.Remko Tronçon
2010-09-14Don't tick 'Remember Password' when editing a JID.Kevin Smith
Resolves: #499
2010-09-13When joining a new room, create an instant room.Kevin Smith
Resolves: #112
2010-09-13Moved XMPPRosterController to Swiften.Remko Tronçon
2010-09-13Added presence notifier.Remko Tronçon