summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2016-03-29Refactored keyword highlightingTobias Markmann
2016-03-09Improve profile editing UX when vCard is not supportedTobias Markmann
2016-02-15Disable file-transfers to MUC PM contactsswift-3.0rc3Tobias Markmann
2016-02-15Fix file-transfer UI replace after presence change glitchTobias Markmann
2016-02-02Change stanza body to boost::optional<std::string> typeTobias Markmann
2016-02-01Fix MUC nickname change error in ChatControllerTobias Markmann
2016-01-22Add missing Timer related cleanup codeTobias Markmann
2016-01-19Reset impromptu support flag when logging offTobias Markmann
2015-12-17Do not consult presence oracle for MUC PM presenceTobias Markmann
2015-12-17Show file-transfer description if providedTobias Markmann
2015-12-17Remove superfluous member in ChatsManagerTobias Markmann
2015-12-16Fix crash related to removal of contactsTobias Markmann
2015-11-28Close 'Edit Profile'-dialog on sign outTobias Markmann
2015-11-06Making virtual calls in constructor of ChatControllers explicitTobias Markmann
2015-11-06Make methods non-virtual that are not overridden by subclassTobias Markmann
2015-11-04Fix swiften handling when client certificate is missingGurmeen Bindra
2015-10-30Only highlight text if a highlight color is setTobias Markmann
2015-10-30Ignore DND drops of JIDs for contacts already in the conversationTobias Markmann
2015-10-30Fix code in response to unused macro and private field warningsTobias Markmann
2015-10-30Fix Doxygen issuesTobias Markmann
2015-10-30Change bare JID presence lookup code to ignore prioritiesTobias Markmann
2015-10-16Mark removed contacts as unavailable in SwiftTobias Markmann
2015-10-16Require a node-part for JIDs entered in 'Add contact…'-dialogTobias Markmann
2015-10-16Add additional unit tests for Chat <-> JID bindingTobias Markmann
2015-10-15Only bind full JID to ChatController on non-empty or typing messagesTobias Markmann
2015-10-14Annotate getter method as const as it does not write anythingTobias Markmann
2015-09-22Play message incoming sound on incoming file-transfersTobias Markmann
2015-09-22Fix 'unused' member/parameter compiler warnings reported for SwiftTobias Markmann
2015-09-18Show potentially existing MUC bookmark in chat window bookmark dialogTobias Markmann
2015-08-11Fix broken bookmarks context menu after reconnectTobias Markmann
2015-07-27Remember directory services used when searching for usersTobias Markmann
2015-07-10Implement logic behind 'Clear all' buttonTobias Markmann
2015-07-10Create notice events for incoming file-transfersTobias Markmann
2015-07-10Show collecting of file transfer candidates in UITobias Markmann
2015-07-09Enable SSOMili Verma
2015-07-08React to file transfer cancellation before the transfer startedTobias Markmann
2015-07-07Remove partial remains of commented out codeTobias Markmann
2015-07-07Add ability to enter rooms when offlineTobias Markmann
2015-07-07Show old vCard in UI if vCard update is rejected by serverTobias Markmann
2015-07-07Add hidden option to prevent disconnect when smartcard removedMili Verma
2015-06-29Pass an optional error codeMili Verma
2015-06-14Execute sound actions if requested and if text is highlightedTobias Markmann
2015-06-10Add ability to limit SChannel to TLS 1.0Kevin Smith
2015-04-10Introduce FeatureOracle class for contact feature support detectionTobias Markmann
2015-04-05Improve UX regarding room bookmark handlingTobias Markmann
2015-03-28Fix typo in ChatController regarding Message ReceiptsTobias Markmann