summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Collapse)Author
2010-10-10Refactor responders to only start on start().Remko Tronçon
2010-10-09Move Settings to Swift/Controllers.Remko Tronçon
2010-10-09Moved Application from Swiften into SwifTools.Remko Tronçon
2010-10-09Added EchoBot walkthrough example.Remko Tronçon
2010-10-08Tweak the look of the example JID.Remko Tronçon
2010-10-08Add example JID to login dialog.Kevin Smith
Resolves: #604
2010-10-08Slightly re-arrange the menus.Kevin Smith
Resolves: #602 Resolves: #603
2010-10-08Regrouping nick-less contacts now correctly renders them as a JID in the roster.Kevin Smith
Resolves: #606
2010-10-08Raise windows when activating them.Kevin Smith
Hopefully Resolves: #573
2010-10-08Fixing assorted memory leaks.Kevin Smith
Resolves: #329
2010-10-08Don't show multiple Notices selected when new ones are added.Kevin Smith
Resolves: #361
2010-10-08Rename groups.Kevin Smith
Resolves: #577 Release-Notes: Roster groups can now be renamed.
2010-10-08Fix for very unlikely timing-related crash when quitting during event handlingKevin Smith
2010-10-08Update roster header even when going offline.Kevin Smith
Resolves: #596 Release-Notes: The roster header will no longer show you with (No message) if you specify a message when you go offline.
2010-10-08Also disable certificate selection during login.Kevin Smith
2010-10-08Set the group window size appropriately.Kevin Smith
Resolves: #593
2010-10-08Cancel chat state display when offline.Kevin Smith
Release-Notes: Contacts will no longer show as 'typing' if you go offline before they've sent the message. Resolves: #561
2010-10-07Fix crashes on disconnect during connect.Remko Tronçon
Resolves: #588
2010-10-07Code cleanup from recent commitsKevin Smith
2010-10-05Linkify updated messages as well as the originals.Kevin Smith
Resolves: #584
2010-10-05Create 'Enable notifications' menu on Linux.Kevin Smith
I've not actually tested this on Linux... Resolves: #594
2010-10-05Added FreeDesktopNotifier.Remko Tronçon
2010-10-05Added tarball packaging script.Remko Tronçon
Resolves: #517
2010-10-04Disable the notifier when going to DND.Remko Tronçon
Resolves: #572
2010-10-04Implement getBoundJID() (as getJID())Remko Tronçon
Resolves: #582
2010-10-04Only bounce the dock (or flash the taskbar) on readable messages.Kevin Smith
Resolves: #453
2010-10-04Re-apply the contact's presence after roster changes.Kevin Smith
Resolves: #578
2010-10-04Assign 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-04Work around redraw bug in some versions of QtKevin Smith
2010-10-04Fix chat logs scrolling to bottom.Kevin Smith
(bug introduced since beta6) Resolves: #591
2010-10-03Make the webkit view loads synchronous.Kevin Smith
Hopefully Resolves: #589
2010-10-03Don't treat role changes as a mergeable status changeKevin Smith
2010-10-03Don'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-03Show contacts as unavailable after subscription removal.Kevin Smith
Resolves: #455
2010-10-03Only 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-03Asserts trying to find problem with crashing message replacementKevin Smith
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