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
2017-05-03
Change the default font size in chat view
Thanos Doukoudakis
2017-04-20
Add missing include for QFileDevice
Tobias Markmann
2017-04-10
Make the default chat view font to render thicker on Windows
Thanos Doukoudakis
2017-04-07
Do not grey out chat view after clearing
Joanna Hulboj
2017-03-14
Show correct avatars for file-transfer messages
Tobias Markmann
2017-03-07
Do not color highlight mentions of the own nickname by default
Tobias Markmann
2017-02-28
Do not reset font size when clearing chat view
Joanna Hulboj
2017-02-27
Redesign highlight logic and processing
Tobias Markmann
2016-11-23
Migrate remaining Swiften/Base/foreach.h use to range-based for loop
Tobias Markmann
2016-10-21
Add delivery-warning SVG icon with a matching style
Tobias Markmann
2016-10-19
Scale QWebView DPI resolution to match desktop DPI resolution
Tobias Markmann
2016-08-24
Improve readability of message receipt icons
Tobias Markmann
2016-08-23
Improve chat view font handling
Tobias Markmann
2016-07-25
Changing default avatar to a blue circled swift
Tobias Markmann
2016-07-19
Fix Swift UI sometimes getting stuck during login
Tobias Markmann
2016-04-25
Fix detection of vertical scroll bar position in chat views
Tobias Markmann
2016-04-08
Fix code in response to compiler warnings by clang
Tobias Markmann
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