summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-08Remove unneded avatar manager from WhiteboardManagerMateusz Piekos
2012-08-08Handling of sessions with contacts which become unavailableMateusz Piekos
2012-08-08Moved chatListView managing out of WhiteboardManagerMateusz Piekos
2012-08-08wb session manager responsible only for creating and storing sessionsMateusz Piekos
2012-08-07"Chats" tab shows opened whiteboard sessionsMateusz Piekos
2012-08-07Added icon and title to whiteboard windowsMateusz Piekos
2012-08-07Added option to cancel outgoing whiteboard session requestMateusz Piekos
2012-07-31Improved resource with whiteboard capabilities findingMateusz Piekos
2012-07-29Added whiteboard discovery informationMateusz Piekos
2012-07-24Removed unneeded parameter "from"Mateusz Piekos
2012-07-05Created simple WhiteboardServer with unit testsMateusz Piekos
Purpose of WhiteboardServer is to handle server side Operational Transformation operations
2012-07-03Modified statement about session request rejectMateusz Piekos
2012-06-15Moved elements parsing to WhiteboardParserMateusz Piekos
2012-06-14Improved session initialization from UI sideMateusz Piekos
2012-06-12Improved whiteboard session handlingMateusz Piekos
2012-06-08Added handling of whiteboard session requestsMateusz Piekos
2012-06-07Removed unnecessary StanzaChannel from WhiteboardManagerMateusz Piekos
2012-06-06Moved whiteboard data handling to WhiteboardSessionMateusz Piekos
2012-06-05Added function responsible for instances of WhiteboardWindowsMateusz Piekos
2012-06-05Moved whiteboard handling to WhiteboardManagerMateusz Piekos
2012-06-05Restored ChatController and ChatsManagerMateusz Piekos
2012-06-02Added whiteboard controller with simple sharingMateusz Piekos
Whiteboard controller is handled in ChatController only for testing purposes.
2012-05-12Remove peer certificate from APIs.Remko Tronçon
The peer certificate chain contains the peer certificate, so this was redundant.
2012-05-12Show Certificate dialog from certificate error window.Remko Tronçon
2012-05-11Showing stream encryption status in the roster header. Provide native ↵Tobias Markmann
certificate viewers on click. Native viewers for Windows and Mac OS X are implemented. Added TODOs to OpenSSL based TLS interface related to CRL and OCSP. Resolves: #167 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-28Only open chat windows when there's something to be displayed.Kevin Smith
Resolves: #1009
2012-04-28Send label catalogue queries to bare/full JID as appropriate.Kevin Smith
Resolves: #244
2012-04-27Reset state of collapsing presence when a chat window is cleared.Kevin Smith
To stop new presence being lost because it's trying to append to old (deleted) data. Resolves: #925
2012-04-27Don't spin the throbber forever when editing a contact for whom you don't ↵Kevin Smith
yet have the vcard. Resolves: #1111
2012-04-27Cleaning out old cruftKevin Smith
2012-04-26Only include targeted messages in the Chats view count for MUCs.Kevin Smith
Resolves: #935
2012-04-26Avoid adding messages to the Notices view for the currently selected tab.Kevin Smith
Resolves: #934
2012-04-26Don't include yesterday's MUC presence changes in today's first update.Kevin Smith
Resolves: #975
2012-04-26Avoid duplicate subscription requests.Kevin Smith
Resolves: #1040 Resolves: #876
2012-04-26Mark recent chats offline when Swift is offline.Kevin Smith
Resolves: #999
2012-04-26Force signouts after trust checking overides when the password is unavailable.Kevin Smith
Resolves: #1026
2012-04-26Reset MUC Search windows between uses.Kevin Smith
Resolves: #1103
2012-04-25Convert /me in notification bubbles.Remko Tronçon
Resolves: #757
2012-04-24File transfer strings made translatablePavol Babincak
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-24Changed SWIFT_LOG("DEBUG") to SWIFT_LOG(debug).Remko Tronçon
2012-04-24Debug messages print only if logging is enabledPavol Babincak
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-23Fix member variables to not be const refsKevin Smith
2012-04-23Don't initialise with temporaries, fix warningsKevin Smith
2012-04-22Use boost::filesystem instead of boost::filesystem2.Remko Tronçon
2012-04-21Fix bug crashing Swift when sending non-existent file.Tobias Markmann
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-17Fixing some clang warnings.Tobias Markmann
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-14Silence some warningsKevin Smith
2012-04-14Fix correction from breaking /me actionsCatalin Badea
Check if the new message is an action when using correct last message. Resolves: #1053 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details.
2012-04-12Refactoring incoming MUC invites UI.Tobias Markmann
Making MUC invites non-modal by moving them into the chat view. Adding event classes for invites so they turn up in 'Notices'-tab and generate notifications. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2012-04-12Tidy up of assorted Schannel/CAPI stuffs.Kevin Smith
Makes Swift disconnect if a smartcard used for auth is removed. Fixes compilation. Changes code style in a few places.