Swift
Home
Software
Applications
Swift
SDKs
Swiften (C++)
Stroke (Java)
Support
Blog
About Us
index
:
- Swift Master Repository -
master
sandbox/rm/highlighteditor
swift-1.x
swift-2.x
swift-3.x
swift-4.x
Official repository
Swift Team
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Swift
/
Controllers
/
Roster
Age
Commit message (
Expand
)
Author
2017-04-04
Open 1:1 chat to real JIDs from MUC rooms (not PMs) when possible
Thanos Doukoudakis
2017-03-31
Return unique_ptr instead of pointer to deleted object
Tobias Markmann
2017-03-08
Use standard algorithm instead of custom code
Tobias Markmann
2016-11-23
Migrate remaining Swiften/Base/foreach.h use to range-based for loop
Tobias Markmann
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
[next]