Age | Commit message (Expand) | Author |
2016-11-10 | Use FeatureOracle to detect file-transfer support in roster | Tobias Markmann |
2016-10-21 | Use unique_ptr instead of manual delete | Tobias Markmann |
2016-10-19 | Fix presence handling of own contact in roster | Tobias Markmann |
2016-09-29 | Fix uninitialised class members | Tobias Markmann |
2016-08-09 | Enable better date formatting in the UI | Tobias Markmann |
2016-08-03 | Open corresponding chat window when sending files via roster | Tobias Markmann |
2016-04-05 | Migrate to Boost.Signals2 from Boost.Signals | Tobias Markmann |
2016-04-04 | Modernize code to use range based for loops using clang-tidy | Tobias Markmann |
2016-04-04 | Apply automated clang-tidy fixes and add missing includes | Tobias Markmann |
2016-04-04 | Modernize code to use C++11 shared_ptr instead of Boost's | Tobias Markmann |
2016-04-01 | Modernize code to use C++11 nullptr using clang-tidy | Tobias Markmann |
2016-03-31 | Convert tabs to 4 spaces for all source files | Tobias Markmann |
2016-03-30 | Apply consistent #include grouping and sorting style | Tobias Markmann |
2015-12-16 | Fix crash related to removal of contacts | Tobias Markmann |
2015-10-30 | Ignore DND drops of JIDs for contacts already in the conversation | Tobias Markmann |
2015-10-30 | Fix code in response to unused macro and private field warnings | Tobias Markmann |
2015-10-30 | Change bare JID presence lookup code to ignore priorities | Tobias Markmann |
2015-10-16 | Mark removed contacts as unavailable in Swift | Tobias Markmann |
2015-10-14 | Annotate getter method as const as it does not write anything | Tobias Markmann |
2014-12-15 | Update Copyright in Swift | Kevin Smith |
2014-10-20 | Change old C-style cast to static_cast. | Tobias Markmann |
2014-10-06 | Fix own avatar in contact list header not updated on VCard edit. | Tobias Markmann |
2014-08-10 | Fix blocklist not being requested on reconnect. | Richard Maudsley |
2014-08-01 | Fix memory leaks reported by ASAN in some unit tests. | Tobias Markmann |
2014-07-29 | Fix renaming contact group makes blocked user appear to be unblocked. | Richard Maudsley |
2014-07-09 | Honour 'show offline contacts' toggle when exiting roster search filter | Richard Maudsley |
2014-07-07 | Fix other user avatars appearing in roster tooltip. | Richard Maudsley |
2014-07-07 | Show own tooltip when hovering over roster header. | Richard Maudsley |
2014-05-29 | Check if contact supports file transfer before sending | Richard Maudsley |
2014-05-26 | Add QtFilterWidget, a general live-filtering composite widget for QtTreeWidgets. | Tobias Markmann |
2014-05-18 | Fix uninitialized variables | Remko Tronçon |
2014-02-24 | Label fax numbers as fax and omit resources from JIDs in roster tooltips | Richard Maudsley |
2013-12-18 | Add affiliations to tooltips for MUC occupant lists. | Richard Maudsley |
2013-12-08 | Enable domain-wise (un-)blocking. | Tobias Markmann |
2013-12-08 | Move all RosterItemOperations to Swift/Controllers/Roster/ItemOperations and ... | Tobias Markmann |
2013-12-08 | Convert Roster::setAvailableFeatures() and Roster::setBlockedState() to Roste... | Tobias Markmann |
2013-11-18 | Improve tooltips to include avatars, last seen and vcard information. | Tobias Markmann |
2013-05-17 | Fixed unicode path handling. | Remko Tronçon |
2013-03-27 | Adding support for Blocking Command (XEP-0191) to Swift(-en). | Tobias Markmann |
2013-03-09 | Show idle time as local time in the UI. | Tobias Markmann |
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon |
2013-03-04 | Adding support for idle time. | Tobias Markmann |
2013-01-13 | Fix more warnings. | Remko Tronçon |
2012-12-31 | Fix more warnings. | Remko Tronçon |
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon |
2012-09-08 | Support whiteboarding. | Mateusz Piekos |
2012-03-20 | boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation... | Tobias Markmann |
2012-03-06 | Load 'show offline' for new sessions | Kevin Smith |
2012-02-21 | Introduce system settings policies. | Kevin Smith |
2011-10-07 | Fixed CLang warnings. | Remko Tronçon |