summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-05-13Remove dead UI reference from SwiftenKevin Smith
2011-05-12Remove duplicate entries from the recent chat list.Kevin Smith
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
2011-04-30Missing signal.Kevin Smith
2011-04-30This should fix the MUC ordering.Kevin Smith
2011-04-30Correct message feature using XEP-CorrectVlad Voicu
2011-04-28Updated some text strings.Remko Tronçon
2011-04-28Recent chats are now persisted.Kevin Smith
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
2011-04-25Move available actions logic into Swiften class.Kevin Smith
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
2011-04-23Sort MUC roles by role, rather than by name.Kevin Smith
2011-04-22Merge unread tab titles legibly.Kevin Smith
2011-04-20Merge branch 'swift-1.x'Remko Tronçon
2011-04-20Return groups vector by reference.Remko Tronçon
2011-04-18Added RFC5122 XMPP URI parsing and basic handling.Remko Tronçon
2011-04-18Cleaned up includes.swift-2.0alphaRemko Tronçon
2011-04-02Don't disable GUI during destruction.swift-1.0rc1Kevin Smith
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 <nic...Remko Tronçon
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
2011-03-09Fix marking notices as read.Kevin Smith
2011-03-04Don't show popups if the chat's on top.Kevin Smith
2011-03-04Reset the field values between searches for users.Kevin Smith
2011-03-04Upgrade XEP-0258 support to match 0.6.Kevin Smith
2011-02-26Add "Edit details" section to Add User widget.Remko Tronçon
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
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
2011-02-11Allow deletion of items from login list.Kevin Smith
2011-02-11Rejoin MUCs with the requested nick, not the one that was in previous use.Kevin Smith
2011-02-07Split contact editing out into separate widget.Remko Tronçon