summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-05-13Remove dead UI reference from SwiftenKevin Smith
2011-05-12Remove duplicate entries from the recent chat list.Kevin Smith
Resolves: #860
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Add a generic erase() algorithm.Remko Tronçon
2011-05-02Fix the acks when replacing messagesKevin Smith
2011-05-02Replace auto_ptr by shared_ptr.Remko Tronçon
2011-04-30Allow groups to be resorted based on changing names.Kevin Smith
Resolves: #794
2011-04-30Missing signal.Kevin Smith
Resloves: #794
2011-04-30This should fix the MUC ordering.Kevin Smith
Hopefully Resolves: #794
2011-04-30Correct message feature using XEP-CorrectVlad 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-28Updated some text strings.Remko Tronçon
2011-04-28Recent 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-27Start on recent chats listKevin Smith
2011-04-27Reset the login view's isLoggingIn on cancel login.Remko Tronçon
2011-04-26Make stanza ack handling safer in case of a view without stanza acking support.Remko Tronçon
2011-04-26Added CertificateMemoryStorage.Remko Tronçon
2011-04-26Don'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-25Move available actions logic into Swiften class.Kevin Smith
Ready for unit testing, and fixing.
2011-04-25Fixed compilation.Remko Tronçon
2011-04-25Moved file storages to Swift.Remko Tronçon
2011-04-24Initial Ad-Hoc commands support.Kevin Smith
This is not finished, use at your own peril.
2011-04-23Sort 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-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-20Merge branch 'swift-1.x'Remko Tronçon
* swift-1.x: Return groups vector by reference. Updated Dutch and French translations.
2011-04-20Return groups vector by reference.Remko Tronçon
This avoids a potential crash. Resolves: #842 Release-Notes: Fixed a crash in roster handling
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
URI Handling currently only works on Mac OS X.
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-04-02Don't disable GUI during destruction.swift-1.0rc1Kevin Smith
The translation stuff had gone away before the destructor, causing segfaults while disabling the UIs prior to destroying them. Resolves: #785
2011-03-30Added another missing string.Remko Tronçon
2011-03-19Added 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-12Make ByteArray an std::vector<unsigned char>.Remko Tronçon
2011-03-11Fixed unnecessary updating and sending out VCard photo hash.Remko Tronçon
2011-03-11Fixed 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-09Fix marking notices as read.Kevin Smith
Resolves: #775
2011-03-04Don'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-04Reset the field values between searches for users.Kevin Smith
Resolves: #771
2011-03-04Upgrade 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-26Add "Edit details" section to Add User widget.Remko Tronçon
Resolves: #618
2011-02-21Added missing Qt translation strings.Remko Tronçon
2011-02-20Make Swift translatable.Remko Tronçon
2011-02-19Make Swift translatable.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-11Allow group changes at the same time as nick changes.Kevin Smith
Resolves: #696 Also hopefully Resolves: #764
2011-02-11Fix for last commit so rejoins with new content do trigger unread messagesKevin Smith
2011-02-11Don'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-11Allow 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-11Rejoin 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-07Split contact editing out into separate widget.Remko Tronçon