summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-12-09Improve documentation of code related to impromptu chatsTobias Markmann
2016-12-09Fix issue with invites to MUC if a MUC PM for that room is openTobias Markmann
2016-11-30Show MUC PM item-not-found error in MUC PM windowTobias Markmann
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-11-10Move Qt specific setting constants to QtUISettingConstants.hTobias Markmann
2016-11-10Use FeatureOracle to detect file-transfer support in rosterTobias Markmann
2016-10-21Use unique_ptr instead of manual deleteTobias Markmann
2016-10-19Fix presence handling of own contact in rosterTobias Markmann
2016-10-04Handle boost::bad_lexical_cast exception in StatusCacheTobias Markmann
2016-09-29Fix uninitialised class membersTobias Markmann
2016-09-27Add setting to disable automatic software updatesTobias Markmann
2016-08-25Alphabetically sort MUC search resultTobias Markmann
2016-08-09Enable better date formatting in the UITobias Markmann
2016-08-03Open corresponding chat window when sending files via rosterTobias Markmann
2016-07-27Fix Doxygen warningsTobias Markmann
2016-07-11Fix handling of incorrect MUC component behaviorTobias Markmann
2016-07-01Implement Message Carbons in Swift and Swift/ControllersTobias Markmann
2016-06-23Improve Linux spell checking UX and enable it by defaultTobias Markmann
2016-05-31Fix serialization code in response to VS 2013 warningTobias Markmann
2016-05-26Fix MUC invitation request being overwritten by presence changeTobias Markmann
2016-05-04Fix /me message handling for highlighted messagesTobias Markmann
2016-04-25Convert hard tabs to four spaces in all our SConscript/*.py filesTobias Markmann
2016-04-22Mark file-transfer notice as read when chat window is activatedTobias Markmann
2016-04-14Fix bug of /me commands not being shown as actionsTobias Markmann
2016-04-05Migrate to Boost.Signals2 from Boost.SignalsTobias Markmann
2016-04-04Modernize code to use range based for loops using clang-tidyTobias Markmann
2016-04-04Apply automated clang-tidy fixes and add missing includesTobias 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-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