summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-07-11Make IdleDetector a parameter of MainController.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
Tweaked the sources to satisfy cppcheck.
2011-06-11Fixed IdleQuerierTest linking with gold.Remko Tronçon
2011-05-25Added 'assertions' scons flag.Remko Tronçon
2011-05-05Use naive XMPPURI transformation to work around a bug in GCC4.5+boost1.42.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-04-30Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.Remko Tronçon
2011-04-26Added CertificateMemoryStorage.Remko Tronçon
2011-04-22Merge unread tab titles legibly.Kevin Smith
Release-Notes: Chat tabs with unread messages from several chats will now be a little more descriptive. Resolves: #485
2011-04-19Use a bar to show where the last read messages in a chat areVlad Voicu
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-04-19Fixed OS X ProxyProvider compilation.Remko Tronçon
2011-04-18JID escaping algorithm refactoring.Remko Tronçon
Made algorithm more efficient. Fixed some incorrect escaping. Added more tests from the XEP.
2011-04-18Fixed compilation on older GCCs.Remko Tronçon
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
URI Handling currently only works on Mac OS X.
2011-04-02Do not crash when clicking system message notifications.Remko Tronçon
Resolves: #818
2011-03-12Unix compilation fixes.Remko Tronçon
2011-03-12Small cleanup.Remko Tronçon
2011-02-20Make Swift translatable.Remko Tronçon
2011-02-14Fixed UnixApplicationPathProvider.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-10Fixed linkification of URLs followed by newlines.Remko Tronçon
Resolves: #762
2011-01-18Cleaned up some code.Remko Tronçon
2010-12-26Fixed linkifying of unicode URLs.Remko Tronçon
2010-12-26Fixed crash when searching for users.Remko Tronçon
Resolves: #730
2010-12-22Fixed compilation on non-Windows platforms.Remko Tronçon
2010-12-22Use a default balloons notifier on Windows.Remko Tronçon
2010-12-21Revert to SnarlNotifier on Windows.Remko Tronçon
Use balloons as a fallback.
2010-12-21Make dock get the number of pending messages (instead of a generic message).Remko Tronçon
2010-12-14Removed debug output.Remko Tronçon
2010-12-14Added initial Growl for Windows notifier (GNTP).Remko Tronçon
The notifier doesn't handle callbacks yet. Release-Notes: Replaced Snarl notifications with Growl for Windows notifications.
2010-12-08Update to new Snarl API.Remko Tronçon
2010-11-28Added swiften-config.Remko Tronçon
2010-11-24Removed unused header.Remko Tronçon
2010-10-31Make Timer one-shot.Remko Tronçon
2010-10-30Register default Growl notifications correctly.Remko Tronçon
Release-Notes: When registering with Growl, we now request incoming message popups to be enabled by default.
2010-10-27Changed linkifcation algorithm.Remko Tronçon
2010-10-26Fixed typo.Remko Tronçon
2010-10-26Fix compliation problems with CLang.Remko Tronçon
2010-10-24Linkify links with @ in them properly.Remko Tronçon
2010-10-24Created Storages interface.Remko Tronçon
2010-10-23Fixed compilation errors due to previous commit.Remko Tronçon
2010-10-23Don't lose notification enabledness when the user changes status.Remko Tronçon
Resolves: #651 Release-Notes: The notification toggle on Linux will now be respected.
2010-10-09Moved Application from Swiften into SwifTools.Remko Tronçon
2010-10-07Code cleanup from recent commitsKevin Smith
2010-10-07Fix windows compilation.Remko Tronçon
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-04Disable the notifier when going to DND.Remko Tronçon
Resolves: #572
2010-09-17By default, only show message notifications.Remko Tronçon
2010-09-16Fix compilation on linux.Remko Tronçon