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
/
UIEvents
/
JoinMUCUIEvent.h
Age
Commit message (
Expand
)
Author
2016-04-04
Modernize code to use C++11 shared_ptr instead of Boost's
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
2013-10-01
Adding support for impromptu MUCs.
Tobias Markmann
2012-12-31
Fix more warnings.
Remko Tronçon
2011-10-05
Allow joining passworded MUCs.
Kevin Smith
2011-10-04
Allow both instant and reserved rooms.
Kevin Smith
2011-07-18
Issue activate() on MUCs joined through Join dialog.
Kevin Smith
2011-07-12
Added missing include.
Remko Tronçon
2011-02-14
Removed Swift::String.
Remko Tronçon
2011-01-20
Use a dedicated Join MUC dialog.
Remko Tronçon
2010-10-30
When MUC notifications are clicked, open the MUC.
Remko Tronçon
2010-04-15
Normalise muc joining, allow it from bookmark list.
Kevin Smith
2010-04-08
Added copyrights to Swift.
Remko Tronçon
2009-12-24
Extract the Chat dialog management from MainController into ChatsManager.
Kevin Smith