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-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-17Remove superfluous member in ChatsManagerTobias 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-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-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-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-06-14Execute sound actions if requested and if text is highlightedTobias Markmann
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
2015-03-24Don't crash when the UI doesn't provide a user search windowKevin Smith
2015-02-17Fix terminology: 'join room' -> 'enter room'Tobias Markmann
2015-02-16Show a warning notice when trying to enter a blocked roomTobias Markmann
2015-02-11Do not try highlight words if no text and background colours are specifiedTobias Markmann
2015-02-09Fix sender text that is used for matching highlight rulesTobias Markmann
2015-02-05Correctly render MUC system messages as system messagesTobias Markmann
2015-02-03Fix chat log system messages related to entering a roomTobias Markmann
2014-12-15Update Copyright in SwiftKevin Smith
2014-10-31Enable unblocking contacts from cog menu.Tobias Markmann
2014-10-30Prevent user from adding contacts twice to a roster.Tobias Markmann
2014-10-28Only handle impromptu MUC invites once.Tobias Markmann
2014-10-23Fix code in response to clang warnings.Tobias Markmann
2014-10-17Disable online only actions when offline.Tobias Markmann
2014-10-17Implement support for displaying nickname changes.Tobias Markmann
2014-10-08Prevent multiple chat window alerts being shown with the same message.Richard Maudsley
2014-10-06Do not send chat state notifications to blocked contacts.Tobias Markmann
2014-10-03Suggest MUC occupants when typing in highlight editor JID boxRichard Maudsley
2014-08-01Fix memory leaks reported by ASAN in some unit tests.Tobias Markmann
2014-07-29Prevent nick highlight rule highlighting the entire message and remove defaul...Richard Maudsley
2014-07-28Fix displaying blocked user warning with bound JID chats. Support multiple al...Richard Maudsley