summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-26Only include targeted messages in the Chats view count for MUCs.Kevin Smith
Resolves: #935
2012-04-26Avoid duplicate subscription requests.Kevin Smith
Resolves: #1040 Resolves: #876
2012-04-12Refactoring incoming MUC invites UI.Tobias Markmann
Making MUC invites non-modal by moving them into the chat view. Adding event classes for invites so they turn up in 'Notices'-tab and generate notifications. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-03-10(Really this time) fix unread messages.Kevin Smith
I hope, anyway. Resolves: #775
2011-03-09Fix marking notices as read.Kevin Smith
Resolves: #775
2011-02-14Removed Swift::String.Remko Tronçon
2010-11-15Don't show unread events after signout.Kevin Smith
Resolves: #685 Release-Notes: Signing out with unread events will no longer trap your system tray with unread messages.
2010-10-25Remove the use of Shared<>.Remko Tronçon
2010-10-22Minor fixes to MUCs.Kevin Smith
Resolves: #626 Resolves: #632 Release-Notes: Notices will now be generated if someone says your nick in the MUC in any variant of capitalisation, and will not be generated if it was you that said it.
2010-10-15Fixed a segfault with pending events.Remko Tronçon
Release-Notes: Fixed a potential crash on signout when events are pending.
2010-10-08Fixing assorted memory leaks.Kevin Smith
Resolves: #329
2010-10-08Fix for very unlikely timing-related crash when quitting during event handlingKevin Smith
2010-10-07Code cleanup from recent commitsKevin Smith
2010-10-01Only show system tray message icon for message events.Kevin Smith
Resolves: #583
2010-09-15Moved events from Swiften to Swift.Remko Tronçon