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
/
QtUI
/
Roster
/
QtTreeWidget.h
Age
Commit message (
Expand
)
Author
2016-09-29
Fix uninitialised class members
Tobias Markmann
2016-04-05
Migrate to Boost.Signals2 from Boost.Signals
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
2014-12-15
Update Copyright in Swift
Kevin Smith
2014-10-17
Disable online only actions when offline.
Tobias Markmann
2014-07-01
Reset roster filter when hitting enter to start chat.
Richard Maudsley
2014-04-02
Make the impromptu MUCs behave more like a regular chat.
Richard Maudsley
2013-11-18
Improve tooltips to include avatars, last seen and vcard information.
Tobias Markmann
2012-02-21
Introduce system settings policies.
Kevin Smith
2011-11-01
Having a play with a compact roster mode
Kevin Smith
2011-09-25
Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...
Tobias Markmann
2011-09-23
Add support for kicking people from MUCs.
Kevin Smith
2011-09-21
Distinguish between Roster and MUC list widgets
Kevin Smith
2011-03-08
Fixed crash on Qt 4.7.0 + Windows XP.
Remko Tronçon
2011-03-04
Create an edit contact menu item.
Kevin Smith
2011-02-21
Remove Edit entry from MUC roster context menu.
Remko Tronçon
2011-02-19
Make Swift translatable.
Remko Tronçon
2011-02-07
Reworking contact editing.
Remko Tronçon
2010-10-04
Assign contacts to groups.
Kevin Smith
2010-05-25
Expand roster groups on a single click.
Kevin Smith
2010-05-14
Start roster groups expanded.
Kevin Smith
2010-05-06
Rewrite of large amounts of roster code.
Kevin Smith
2010-04-08
Added copyrights to Swift.
Remko Tronçon
2010-04-04
Add 'remove' context menu item for rosters (not implemented).
Kevin Smith
2009-08-29
Show contact count on collapsed roster groups
Kevin Smith
2009-08-08
Plumbing in place for roster group expansion. \nDoesn't work.
Kevin Smith
2009-08-02
Roster clicks now open chats again.
Kevin Smith
2009-07-26
Use a (boring) delegate for roster rendering.
Kevin Smith
2009-07-26
Removing RosterItem and including in QtTreeWidgetItem.
Kevin Smith
2009-07-26
The new roster now renders (badly) the contents.
Kevin Smith
2009-07-26
Begin to assage Swift model into Qt Model/View.
Kevin Smith