Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-25 | File transfer changes. | Remko Tronçon | |
- Introduce 'experimental' flag to conditionally compile FT. - Use LibMiniUPNPC and NATPMP CPPDEFINES only locally in the classes that need them. - Extract abstract interface from NAT traversal classes - Avoid unit test warnings | |||
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-09-23 | Add support for kicking people from MUCs. | Kevin Smith | |
This also introduces a new DOM-like parser structure, used for the MUC parsers. Partially Resolves: #689 | |||
2011-09-21 | Distinguish between Roster and MUC list widgets | Kevin Smith | |
2011-09-20 | In Eagle mode, require TLS | Kevin Smith | |
2011-09-03 | Workaround for Boost empty string split bug | Kevin Smith | |
2011-08-28 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Keep VCard photo hash cache consistent. Fix assertion on inconsistent VCard photohash cache. Conflicts: Swift/Controllers/Storages/VCardFileStorage.cpp Swiften/Avatars/UnitTest/VCardAvatarManagerTest.cpp | |||
2011-08-28 | Merge remote branch 'origin/swift-1.x' | Remko Tronçon | |
* swift-1.x: Catch boost file system errors when reading VCards. Conflicts: Swift/Controllers/Storages/VCardFileStorage.cpp | |||
2011-08-28 | Disable the 'Decrease font size' menu item in chats when it's already minimal. | Kevin Smith | |
Resolves: #968 | |||
2011-08-27 | Update last used certificate file correctly. | Remko Tronçon | |
Resolves: #963 Release-Notes: Remember last used certificate file correctly. | |||
2011-08-21 | Select correct cert when selecting different login JID | Kevin Smith | |
Resolves: #963 | |||
2011-08-21 | Colour alert messages. | Kevin Smith | |
Resolves: #964 Resolves: #966 | |||
2011-08-21 | Warn when sending corrections without support. | Kevin Smith | |
2011-08-19 | Enter accepts the friend request, escape defers the decision | Arnt 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-19 | Pressing enter accepts the changes made. | Arnt Gulbrandsen | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-07-18 | Issue activate() on MUCs joined through Join dialog. | Kevin Smith | |
Resolves: #936 | |||
2011-07-17 | Check for avatar emptiness in TableRoster update check. | Remko Tronçon | |
2011-07-16 | Show the correct (unavailable) presence for a MUC in the recents list after ↵ | Kevin Smith | |
leaving. Resolves: #932 | |||
2011-07-12 | Merge 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-12 | Fixed Swift compilation. | Remko Tronçon | |
2011-07-12 | Added missing include. | Remko Tronçon | |
2011-07-11 | Make IdleDetector a parameter of MainController. | Remko Tronçon | |
2011-07-11 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Updated Galician translation. Slovak translation update. | |||
2011-07-10 | Include per-chat unread count in Chats | Kevin Smith | |
2011-07-10 | Update the Chats tab for unread messages | Kevin Smith | |
2011-07-10 | Don't include readable events (i.e. chat messages) in the Notices view | Kevin 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-10 | Make SConscript files more robust against variant dirs. | Remko Tronçon | |
2011-07-09 | Add avatar path to table roster. | Remko Tronçon | |
2011-07-09 | Don't store the full JID for new ChatList entries | Kevin Smith | |
2011-07-09 | Get the avatar right in the chats list more often | Kevin Smith | |
2011-07-09 | Fix roster avatars | Kevin Smith | |
2011-07-09 | Track when a user joins a MUC for the ChatList | Kevin Smith | |
2011-07-09 | Update QtChatList for recent backend changes | Kevin Smith | |
2011-07-09 | Store avatar paths in the recent objects. | Kevin Smith | |
Resolves: #906 | |||
2011-07-09 | Disable debug console in Eagle mode. | Kevin Smith | |
Resolves: #889 | |||
2011-07-09 | Prune the recent chats | Kevin Smith | |
2011-07-09 | Make terms consistent between Enter Room and Edit Bookmark dialogs. | Kevin Smith | |
Resolves: #893 | |||
2011-07-09 | Keep 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-09 | Remember status type for chat list items. | Kevin Smith | |
Resolves: #905 | |||
2011-07-08 | Don't rebind chats when chatlistview updated | Kevin Smith | |
2011-07-08 | Removing setJID again. | Remko Tronçon | |
2011-07-08 | Avoid warnings in QtChatWindow. | Remko Tronçon | |
2011-07-08 | Added setJID on ChatWindow. | Remko Tronçon | |
Not wired in yet. | |||
2011-07-08 | Fixed unread count on recent chats. | Remko Tronçon | |
2011-07-08 | Cleaning up the unread chats | Kevin Smith | |
2011-07-08 | Morph the login window into the roster before re-enabling login. | Kevin Smith | |
Resolves: #920 | |||
2011-07-07 | Add setUnreadCount to ChatListView | Kevin Smith | |
Resolves: #904 | |||
2011-07-06 | Don't bring autojoined MUCs to front. | Kevin Smith | |
Resolves: #909 | |||
2011-07-04 | Moving some ChatList logic to Controllers. | Remko Tronçon | |
2011-07-04 | Check idleness every second instead of 10 times a second. | Remko Tronçon | |