summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-08-19Enter accepts the friend request, escape defers the decisionArnt Gulbrandsen
I know they're not called friend requests. But if I'm submitting a change that's biased towards accepting the request, I'm behaving like facebook. So it's a friend request and I'm a foobar. Shame on me. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-08-19Pressing enter accepts the changes made.Arnt Gulbrandsen
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-08-13Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Fixed Qt SCons tool on Linux 3.0 systems.
2011-08-13Fixed Qt SCons tool on Linux 3.0 systems.Remko Tronçon
Resolves: #961
2011-08-12Added missing include.Remko Tronçon
2011-08-12Added HMAC-SHA256.Remko Tronçon
2011-08-12Don't hard-code HMAC block size.Remko Tronçon
2011-08-12Added SHA256.Remko Tronçon
2011-08-12Refactored stringcodec functions to make them independent of hash algos.Remko Tronçon
2011-07-18Issue activate() on MUCs joined through Join dialog.Kevin Smith
Resolves: #936
2011-07-17Check for avatar emptiness in TableRoster update check.Remko Tronçon
2011-07-17Added PairFirstEquals.Remko Tronçon
2011-07-16Show the correct (unavailable) presence for a MUC in the recents list after ↵Kevin Smith
leaving. Resolves: #932
2011-07-12Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Fixed bug with illegal resource in JID resulting in empty resource. Updated the german translation Conflicts: Swiften/IDN/StringPrep.cpp Swiften/SASL/SCRAMSHA1ClientAuthenticator.cpp
2011-07-12Fixed bug with illegal resource in JID resulting in empty resource.Remko Tronçon
2011-07-12Fixed Swift compilation.Remko Tronçon
2011-07-12Added missing include.Remko Tronçon
2011-07-11Make IdleDetector a parameter of MainController.Remko Tronçon
2011-07-11Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Updated Galician translation. Slovak translation update.
2011-07-10Include per-chat unread count in ChatsKevin Smith
2011-07-10Update the Chats tab for unread messagesKevin Smith
2011-07-10Don't include readable events (i.e. chat messages) in the Notices viewKevin Smith
Release-Notes: The Notices tab will no longer record messages that're being shown in chat windows. Instead the Chats tab will keep track of conversations.
2011-07-10Fixed compilation problem on some compilers.Remko Tronçon
2011-07-10Added enable_variants build option.Remko Tronçon
2011-07-10Make SConscript files more robust against variant dirs.Remko Tronçon
2011-07-09Revert "Allow ccache when compiling from xcode"Remko Tronçon
This reverts commit 1c2cd11645b33aadee31c37e15f4a24d6ae37587.
2011-07-09Set CCache flags last in the compile settings.Remko Tronçon
2011-07-09Allow ccache when compiling from xcodeKevin Smith
2011-07-09Detect release build.Remko Tronçon
2011-07-09Add avatar path to table roster.Remko Tronçon
2011-07-09Don't store the full JID for new ChatList entriesKevin Smith
2011-07-09Get the avatar right in the chats list more oftenKevin Smith
2011-07-09Fix roster avatarsKevin Smith
2011-07-09Track when a user joins a MUC for the ChatListKevin Smith
2011-07-09Update QtChatList for recent backend changesKevin Smith
2011-07-09Store avatar paths in the recent objects.Kevin Smith
Resolves: #906
2011-07-09Disable debug console in Eagle mode.Kevin Smith
Resolves: #889
2011-07-09Prune the recent chatsKevin Smith
2011-07-09Make terms consistent between Enter Room and Edit Bookmark dialogs.Kevin Smith
Resolves: #893
2011-07-09Keep MUCs in the recent chats list.Kevin Smith
Populate them with Available StatusShow::Type when they're joined, and None when they're not. Resolves: #907
2011-07-09Remember status type for chat list items.Kevin Smith
Resolves: #905
2011-07-08Don't rebind chats when chatlistview updatedKevin Smith
2011-07-08Removing setJID again.Remko Tronçon
2011-07-08Avoid warnings in QtChatWindow.Remko Tronçon
2011-07-08Added setJID on ChatWindow.Remko Tronçon
Not wired in yet.
2011-07-08Fixed unread count on recent chats.Remko Tronçon
2011-07-08Cleaning up the unread chatsKevin Smith
2011-07-08Morph the login window into the roster before re-enabling login.Kevin Smith
Resolves: #920
2011-07-07Add setUnreadCount to ChatListViewKevin Smith
Resolves: #904
2011-07-06Don't bring autojoined MUCs to front.Kevin Smith
Resolves: #909