Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-30 | This should fix the MUC ordering. | Kevin Smith | |
Hopefully Resolves: #794 | |||
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu | |
Uses Kev's not-yet-published protocol for correcting the last sent message. Release-Notes: You can now correct your previously sent message in a chat by pressing 'up' in the input field. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-04-28 | Updated some text strings. | Remko Tronçon | |
2011-04-28 | Recent chats are now persisted. | Kevin Smith | |
Release-Notes: A list of recent chats is now kept in the 'Chats' tab of the main window. Resolves: #181 | |||
2011-04-27 | Start on recent chats list | Kevin Smith | |
2011-04-27 | Reset the login view's isLoggingIn on cancel login. | Remko Tronçon | |
2011-04-26 | Make stanza ack handling safer in case of a view without stanza acking support. | Remko Tronçon | |
2011-04-26 | Added CertificateMemoryStorage. | Remko Tronçon | |
2011-04-26 | Don't attempt to login without a valid node@domain JID. | Kevin Smith | |
Invalid JIDs and JIDs without nodes will now be rejected. Resolves: #829 Release-Notes: Username well-formedness will now be checked before attempting to connect. | |||
2011-04-25 | Move available actions logic into Swiften class. | Kevin Smith | |
Ready for unit testing, and fixing. | |||
2011-04-25 | Fixed compilation. | Remko Tronçon | |
2011-04-25 | Moved file storages to Swift. | Remko Tronçon | |
2011-04-24 | Initial Ad-Hoc commands support. | Kevin Smith | |
This is not finished, use at your own peril. | |||
2011-04-23 | Sort MUC roles by role, rather than by name. | Kevin Smith | |
Resolves: #794 Release-Notes: Non-English translations will no longer have MUC role groups in the incorrect order. | |||
2011-04-22 | Merge 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-20 | Merge branch 'swift-1.x' | Remko Tronçon | |
* swift-1.x: Return groups vector by reference. Updated Dutch and French translations. | |||
2011-04-20 | Return groups vector by reference. | Remko Tronçon | |
This avoids a potential crash. Resolves: #842 Release-Notes: Fixed a crash in roster handling | |||
2011-04-18 | Added RFC5122 XMPP URI parsing and basic handling. | Remko Tronçon | |
URI Handling currently only works on Mac OS X. | |||
2011-04-18 | Cleaned up includes.swift-2.0alpha | Remko Tronçon | |
2011-04-02 | Don't disable GUI during destruction.swift-1.0rc1 | Kevin Smith | |
The translation stuff had gone away before the destructor, causing segfaults while disabling the UIs prior to destroying them. Resolves: #785 | |||
2011-03-30 | Added another missing string. | Remko Tronçon | |
2011-03-19 | Added more untranslated strings. | Remko Tronçon | |
2011-03-14 | "You have entered the room as a <nick>" -> "You have entered the room as ↵ | Remko Tronçon | |
<nick>". Resolves: #792 Release-Notes: Fixed typo in room join message. | |||
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon | |
2011-03-11 | Fixed unnecessary updating and sending out VCard photo hash. | Remko Tronçon | |
2011-03-11 | Fixed bug where own avatar was incorrectly displayed when switching profiles. | Remko Tronçon | |
2011-03-10 | (Really this time) fix unread messages. | Kevin Smith | |
I hope, anyway. Resolves: #775 | |||
2011-03-09 | Fix marking notices as read. | Kevin Smith | |
Resolves: #775 | |||
2011-03-04 | Don't show popups if the chat's on top. | Kevin Smith | |
Resolves: #774 Release-Notes: Popup notifications for new messages should no longer be generated if the relevant chat is currently selected. | |||
2011-03-04 | Reset the field values between searches for users. | Kevin Smith | |
Resolves: #771 | |||
2011-03-04 | Upgrade XEP-0258 support to match 0.6. | Kevin Smith | |
Resolves: #183 Release-Notes: Security labels (XEP-0258) support has been updated to match the latest version of the specification. | |||
2011-02-26 | Add "Edit details" section to Add User widget. | Remko Tronçon | |
Resolves: #618 | |||
2011-02-21 | Added missing Qt translation strings. | Remko Tronçon | |
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-11 | Allow group changes at the same time as nick changes. | Kevin Smith | |
Resolves: #696 Also hopefully Resolves: #764 | |||
2011-02-11 | Fix for last commit so rejoins with new content do trigger unread messages | Kevin Smith | |
2011-02-11 | Don't mark MUC Context as unread. | Kevin Smith | |
Resolves: #724 Release-Notes: Historical messages received when joining a room will no longer be marked as unread. | |||
2011-02-11 | Allow deletion of items from login list. | Kevin Smith | |
Resolves: #711 Release-Notes: Highlighting an item in the login account list and pressing detele will now prompt you to remove the cached credentials for that account. | |||
2011-02-11 | Rejoin MUCs with the requested nick, not the one that was in previous use. | Kevin Smith | |
(e.g. don't try to rejoin as Kev_________ just because of some previous ghosts, try as Kev again). Resolves: #737 | |||
2011-02-07 | Split contact editing out into separate widget. | Remko Tronçon | |
2011-02-07 | Moved Swift-specific roster code out of Swiften. | Remko Tronçon | |
2011-02-07 | Fixed the unit tests. | Remko Tronçon | |
2011-02-07 | Reworking contact editing. | Remko Tronçon | |
Collapsed rename, group edit, and remove into one dialog. Moved contact editing logic to controllers. | |||
2011-02-02 | Removing unused parameter from Client constructor. | Remko Tronçon | |
2011-01-30 | Clickable roster header for profile edits (incomplete) | Kevin Smith | |
2011-01-30 | Fixed corner case of profile controller. | Remko Tronçon | |
2011-01-30 | Added profile edit dialog. | Remko Tronçon | |
Resolves: #141, #587. | |||
2011-01-27 | Fixed CLang warnings. | Remko Tronçon | |