summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-19Remove std::endl from SWIFT_LOG callsEdwin Mons
2018-11-08Change unread counters to size_tEdwin Mons
2018-06-21Add a leave room option in MUC roomsThanos Doukoudakis
2018-04-27Add a new merged roster/chats/MUCs viewKevin Smith
2018-03-20Merge branch 'swift-4.x'swift-5.0alpha2Tobias Markmann
2018-02-27Divide differently marked msgs and elide msgs matching roomPeter Burgess
2018-02-21Fix handling of unusual JIDs in room bookmarksTobias Markmann
2017-08-15Improve Swift’s interactions with Smart CardsThanos Doukoudakis
2017-07-26Workaround Boost bug to prevent crash in recents loadingThanos Doukoudakis
2017-05-19Only apply impromptu chat title style to impromptu chatsTobias Markmann
2017-05-10Fix for chat not being set correctly as impromptu chatJoanna Hulboj
2017-05-10Fix chat window title being displayed incorrectlyJoanna Hulboj
2017-05-04Fix recent chat entries being incorrectly displayedJoanna Hulboj
2017-04-07Make day change chat system message DST awareTobias Markmann
2017-02-27Redesign highlight logic and processingTobias Markmann
2016-12-09Improve documentation of code related to impromptu chatsTobias Markmann
2016-11-30Show MUC PM item-not-found error in MUC PM windowTobias Markmann
2016-11-10Use FeatureOracle to detect file-transfer support in rosterTobias Markmann
2016-08-03Open corresponding chat window when sending files via rosterTobias Markmann
2016-07-01Implement Message Carbons in Swift and Swift/ControllersTobias Markmann
2016-05-31Fix serialization code in response to VS 2013 warningTobias Markmann
2016-04-22Mark file-transfer notice as read when chat window is activatedTobias Markmann
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-02-02Change stanza body to boost::optional<std::string> typeTobias Markmann
2016-01-19Reset impromptu support flag when logging offTobias Markmann
2015-12-17Remove superfluous member in ChatsManagerTobias Markmann
2015-10-30Change bare JID presence lookup code to ignore prioritiesTobias Markmann
2015-10-15Only bind full JID to ChatController on non-empty or typing messagesTobias Markmann
2015-08-11Fix broken bookmarks context menu after reconnectTobias Markmann
2015-07-10Create notice events for incoming file-transfersTobias Markmann
2015-07-07Remove partial remains of commented out codeTobias Markmann
2015-07-07Add ability to enter rooms when offlineTobias Markmann
2015-04-05Improve UX regarding room bookmark handlingTobias Markmann
2015-02-16Show a warning notice when trying to enter a blocked roomTobias Markmann
2014-12-15Update Copyright in SwiftKevin Smith
2014-10-28Only handle impromptu MUC invites once.Tobias Markmann
2014-10-23Fix code in response to clang warnings.Tobias Markmann
2014-10-17Implement support for displaying nickname changes.Tobias Markmann
2014-10-03Suggest MUC occupants when typing in highlight editor JID boxRichard Maudsley
2014-07-27Fix recent chat items not being shown for private MUC messages.Richard Maudsley
2014-07-09Reworked highlight rules dialog. Added support for highlighting individual wo...Richard Maudsley
2014-05-29Right-click MUC in Recents to bookmark.Richard Maudsley
2014-04-22Fix crash in QtUserSearchWindow.Richard Maudsley
2014-02-25Build with new Boostish stuff.Kevin Smith
2014-02-13Fix clang warningsRemko Tronçon
2013-11-18Improve tooltips to include avatars, last seen and vcard information.Tobias Markmann
2013-10-01Adding support for impromptu MUCs.Tobias Markmann
2013-08-04Factor Chat Message Parsing out and test itKevin Smith