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
/
Chat
/
UserSearchController.cpp
Age
Commit message (
Expand
)
Author
2014-04-25
Hide reason field in impromptu chat invites.
Richard Maudsley
2014-04-23
Don't suggest people who are already in the Start Chat list.
Richard Maudsley
2014-04-22
Fix crash in QtUserSearchWindow.
Richard Maudsley
2014-04-07
Allow contacts to be dragged from the Chats tab into the search window
Richard Maudsley
2013-10-01
Adding support for impromptu MUCs.
Tobias Markmann
2012-04-17
Fixing some clang warnings.
Tobias Markmann
2012-04-08
'Add contact' from MUC right-click menu
dknn
2012-03-20
boost::shared_ptr<?>(new ?(...)) -> boost::make_shared<?>(...) transformation...
Tobias Markmann
2012-03-20
Naming suggestion for 'Add Contact'-dialog and "Edit Contact"-dialog based on...
Tobias Markmann
2012-01-23
XEP-0004 form support for user search.
Tobias Markmann
2011-09-30
Moved DiscoServiceWalker to Swiften.
Remko Tronçon
2011-06-13
Some more Cppcheck tweaks.
Remko Tronçon
2011-04-18
Cleaned up includes.
swift-2.0alpha
Remko Tronçon
2011-02-26
Add "Edit details" section to Add User widget.
Remko Tronçon
2011-02-14
Removed Swift::String.
Remko Tronçon
2010-12-26
Remove incorrect delete in UserSearchController.
Remko Tronçon
2010-12-26
Fixed crash when searching for users.
Remko Tronçon
2010-12-23
Turn the 'Find other users' into seperate add/chat menu items with a wizard.
Kevin Smith
2010-12-22
Basic User Search support, and Find Rooms cleanup.
Kevin Smith