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
/
QtWebKitChatView.cpp
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
2016-03-29
Replace chat view theme with one based on the new design
Tobias Markmann
2016-02-15
Fix crash when saving a received file to non-writable location
Tobias Markmann
2015-12-17
Show file-transfer description if provided
Tobias Markmann
2015-10-30
Only highlight text if a highlight color is set
Tobias Markmann
2015-10-07
Fix wording so text is independent of sender/receiver case
Tobias Markmann
2015-08-11
Remove extra space in file transfer file size text
Tobias Markmann
2015-07-10
Stay scrolled at bottom of chat view during a file transfer
Tobias Markmann
2015-07-10
Show correct times for file-transfer requests and MUC invitations
Tobias Markmann
2015-07-10
Show collecting of file transfer candidates in UI
Tobias Markmann
2015-07-10
Add 'Open file' button for successfully transferred files
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-07-29
Prevent nick highlight rule highlighting the entire message and remove defaul...
Richard Maudsley
2014-07-09
Reworked highlight rules dialog. Added support for highlighting individual wo...
Richard Maudsley
2014-05-30
Show most recent time when squashing presence, not the earliest
Richard Maudsley
2014-02-22
Handle error responses to XEP-0184 receipt requests.
Tobias Markmann
2014-01-15
Improved plaintext chat view for screen-reader support.
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