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
/
QtChatView.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-29
Refactored keyword highlighting
Tobias Markmann
2015-12-17
Show file-transfer description if provided
Tobias Markmann
2015-02-03
Fix chat log system messages related to entering a room
Tobias Markmann
2014-12-15
Update Copyright in Swift
Kevin Smith
2014-05-30
Show most recent time when squashing presence, not the earliest
Richard Maudsley
2013-11-08
Improve some access for screen readers.
Kevin Smith
2013-10-03
Factor the webkit chat view out of QtChatWindow.
Kevin Smith
2012-09-08
Support whiteboarding.
Mateusz Piekos
2012-08-30
History dialog
Cătălin Badea
2012-06-15
Preliminary emoticon work.
Kevin Smith
2012-04-27
Reset state of collapsing presence when a chat window is cleared.
Kevin Smith
2012-04-12
Refactoring incoming MUC invites UI.
Tobias Markmann
2011-11-28
Message Receipts (XEP-0184) support for 1-to-1 conversations (including 1-to-...
Tobias Markmann
2011-09-25
Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...
Tobias Markmann
2011-05-12
Allow Chat Window Font resizing
Kevin Smith
2011-05-12
Purge old code.
Kevin Smith
2011-04-30
Correct message feature using XEP-Correct
Vlad Voicu
2011-04-19
Use a bar to show where the last read messages in a chat are
Vlad Voicu
2010-12-05
Ask for confirmation before clearing chat windows.
Kevin Smith
2010-10-04
Fix chat logs scrolling to bottom.
Kevin Smith
2010-09-05
Added "Clear" context menu for chat log.
Remko Tronçon
2010-09-03
XEP-0198 Ack support in the UI
Kevin Smith
2010-09-03
Squash presence in chat and MUC windows.
Kevin Smith
2010-08-30
Assertion checks for adding messages etc.
Kevin Smith
2010-08-30
Render the Chat view directly with DOM commands, not javascript.
Kevin Smith
2010-08-20
Focus the chat input again when the chat log is clicked.
Kevin Smith
2010-08-19
Rolling back accidental commit
Kevin Smith
2010-08-19
Compilation fix for Unices
Kevin Smith
2010-04-11
Proper handling of keypresses in the chat input that're meant for the chat log.
Kevin Smith
2010-04-08
Added copyrights to Swift.
Remko Tronçon
2009-11-18
Wait until WebKit is ready loading the initial template before appending mess...
Remko Tronçon
2009-11-15
Linkify URLs.
Remko Tronçon
2009-06-10
Moved UI/Qt -> Swift/QtUI.
Remko Tronçon