summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-23Migrate remaining Swiften/Base/foreach.h use to range-based for loopTobias Markmann
2016-08-03Draw usernames in contact list in dark grayTobias Markmann
2016-08-02Fix notice sometimes showing empty popup dialog on activationTobias 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-02-02Change stanza body to boost::optional<std::string> typeTobias Markmann
2015-07-10Create notice events for incoming file-transfersTobias Markmann
2015-02-09Fix UI update issue and enabled state of "Display Notice" in Notices viewTobias Markmann
2014-12-15Update Copyright in SwiftKevin Smith
2014-11-13Correct notification of Qt in EventModel about changes in the model.Tobias Markmann
2013-04-19Fixed compilation warning.Remko Tronçon
2013-03-04Qt5 support & warning fixes.Remko Tronçon
2012-12-31Fix more warnings.Remko Tronçon
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
2012-04-12Refactoring incoming MUC invites UI.Tobias Markmann
2012-03-20boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...Tobias Markmann
2011-06-13Added CppCheck script.Remko Tronçon
2011-03-17Fixed some more strings.Remko Tronçon
2011-02-20Make Swift translatable.Remko Tronçon
2011-02-19Make Swift translatable.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-13Give all notices a default display.Kevin Smith
2010-12-17Fixed IPv6 network test.Remko Tronçon
2010-10-22Fixed memory leaks and segfault on signout.Remko Tronçon
2010-10-10Fix a crash when signing out.Remko Tronçon
2010-10-08Don't show multiple Notices selected when new ones are added.Kevin Smith
2010-09-15Moved events from Swiften to Swift.Remko Tronçon
2010-07-23Generate a Notice if your nick is mentioned in a MUC.Kevin Smith
2010-06-26Elide text in the various roster views.Kevin Smith
2010-06-11Show the time of Notices in the tooltip.Kevin Smith
2010-06-09Fixed windows compilation warnings.Remko Tronçon
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-05-26Make the 'Read Notice' button more helpfully named.Kevin Smith
2010-05-21Disable the notice button until a notice is selected.Kevin Smith
2010-05-13Add 'Read Notice' button to the event view.Kevin Smith
2010-04-16Slighly better rendering for the Event view.Kevin Smith
2010-04-12Allow ErrorEvents into the EventController (display them to the user).Kevin Smith
2010-04-12Populate ErrorEvent for server disconnections.Kevin Smith
2010-04-12Show ErrorEvent when roster push fails.Kevin Smith
2010-04-08Added copyrights to Swift.Remko Tronçon
2010-03-24qdebug -> QtDebug.Remko Tronçon
2010-03-23Show EventWindow activity in roster tab.Kevin Smith
2010-03-22Sucky UI for subscription requestsKevin Smith
2010-03-22Lots of plumbing for event view.Kevin Smith
2010-03-19Don't show messages forever in the EventViewer.Kevin Smith
2010-03-19Start of event viewer.Kevin Smith
2009-11-21Removing compiler warnings.Kevin Smith
2009-10-01Preparations for adding subscription requests.Kevin Smith