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
2017-04-12
Assert first page in QtUserSearchWindow wizard based on type
Tobias Markmann
2016-12-09
Fix issue with invites to MUC if a MUC PM for that room is open
Tobias Markmann
2016-11-23
Migrate remaining Swiften/Base/foreach.h use to range-based for loop
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
2015-12-17
Remove superfluous member in ChatsManager
Tobias Markmann
2015-10-30
Change bare JID presence lookup code to ignore priorities
Tobias Markmann
2015-10-16
Require a node-part for JIDs entered in 'Add contact…'-dialog
Tobias Markmann
2015-07-27
Remember directory services used when searching for users
Tobias Markmann
2015-03-24
Don't crash when the UI doesn't provide a user search window
Kevin Smith
2014-12-15
Update Copyright in Swift
Kevin Smith
2014-10-30
Prevent user from adding contacts twice to a roster.
Tobias Markmann
2014-10-03
Suggest MUC occupants when typing in highlight editor JID box
Richard Maudsley
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