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.cpp
Age
Commit message (
Expand
)
Author
2011-05-14
Removed debug info.
Remko Tronçon
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
2011-02-19
Make Swift translatable.
Remko Tronçon
2011-02-12
Temporarily reverting the change to process GUI events on incoming message.
Remko Tronçon
2011-02-09
Spin the event loop when messages are added to the ChatView.
Remko Tronçon
2010-12-13
Tweaked 'Clear log' messagebox a bit.
Remko Tronçon
2010-12-05
Ask for confirmation before clearing chat windows.
Kevin Smith
2010-11-21
Clearing the chat window won't break continuation elements.
Kevin Smith
2010-10-04
Work around redraw bug in some versions of Qt
Kevin Smith
2010-10-04
Fix chat logs scrolling to bottom.
Kevin Smith
2010-10-03
Make the webkit view loads synchronous.
Kevin Smith
2010-10-03
Asserts trying to find problem with crashing message replacement
Kevin Smith
2010-10-03
Add an extra assert for replacing messages in ChatView.
Kevin Smith
2010-09-17
Scroll to bottom after amending messages as well.
Kevin Smith
2010-09-12
Removed debug message
Remko Tronçon
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
Comment about scrolling being untrustworthy
Kevin Smith
2010-08-30
Remove debug output
Kevin Smith
2010-08-30
Start scrolling on new messages.
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-09-19
Sink the chatview on X11, so it seems better integrated.
Kevin Smith
2009-06-10
Moved UI/Qt -> Swift/QtUI.
Remko Tronçon