Age | Commit message (Expand) | Author |
2017-05-08 | Fix an issue when sending a file in a chat | Thanos Doukoudakis |
2017-04-07 | Make day change chat system message DST aware | Tobias Markmann |
2017-04-04 | Open 1:1 chat to real JIDs from MUC rooms (not PMs) when possible | Thanos Doukoudakis |
2017-03-14 | Show correct avatars for file-transfer messages | Tobias Markmann |
2017-03-07 | Use text-based emoticons on Linux and Windows | Tobias Markmann |
2017-02-20 | New Unicode Emojis Dialog | Thibault Meunier |
2016-11-23 | Migrate remaining Swiften/Base/foreach.h use to range-based for loop | Tobias Markmann |
2016-10-20 | Fix focus rect vanishing in trellis mode after sending a message | Tobias Markmann |
2016-09-08 | Improve visibility of currently focused chat input in trellis mode | Tobias Markmann |
2016-04-04 | Modernize code to use C++11 shared_ptr instead of Boost's | Tobias Markmann |
2016-04-01 | Modernize code to use C++11 nullptr using clang-tidy | 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-09 | Fix warning coloring of chat input field | Tobias Markmann |
2016-02-15 | Disable file-transfers to MUC PM contactsswift-3.0rc3 | Tobias Markmann |
2015-12-17 | Show file-transfer description if provided | Tobias Markmann |
2015-10-30 | Ignore DND drops of JIDs for contacts already in the conversation | Tobias Markmann |
2015-10-30 | Add missing disconnect() from signal in QtChatWindow | Tobias Markmann |
2015-09-18 | Set keyboard focus to text input after selecting an emoticon | Tobias Markmann |
2015-05-26 | Fix trellis related bugs | Tobias Markmann |
2015-04-10 | Change trellis tab movement shortcuts | Tobias Markmann |
2015-04-10 | Introduce FeatureOracle class for contact feature support detection | Tobias Markmann |
2015-04-05 | Improve UX regarding room bookmark handling | Tobias Markmann |
2015-03-26 | Add emoticons input popup | Daniel Baczynski |
2015-02-16 | Show a warning notice when trying to enter a blocked room | Tobias Markmann |
2015-02-09 | Fix focus handling bug with regard to tab changing | Tobias Markmann |
2015-02-05 | Fix typo | Kevin Smith |
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-12-14 | Add support for new trellis layout for chat windows. | Tobias Markmann |
2014-10-31 | Enable unblocking contacts from cog menu. | Tobias Markmann |
2014-10-17 | Disable online only actions when offline. | Tobias Markmann |
2014-10-08 | Prevent multiple chat window alerts being shown with the same message. | Richard Maudsley |
2014-10-07 | Fix QLayout related warning. | Tobias Markmann |
2014-07-29 | Add close button to chat window alerts. | Richard Maudsley |
2014-07-28 | Fix displaying blocked user warning with bound JID chats. Support multiple al... | Richard Maudsley |
2014-07-27 | Fix recent chat items not being shown for private MUC messages. | Richard Maudsley |
2014-05-30 | Show most recent time when squashing presence, not the earliest | Richard Maudsley |
2014-05-29 | Check if contact supports file transfer before sending | Richard Maudsley |
2014-05-26 | Allow bookmarking of MUCs from cog menu. | Richard Maudsley |
2014-04-07 | Allow contacts to be dragged from the Chats tab into the search window | Richard Maudsley |
2014-04-02 | Make the impromptu MUCs behave more like a regular chat. | Richard Maudsley |
2014-01-15 | Improved plaintext chat view for screen-reader support. | Richard Maudsley |
2013-11-22 | Provide an MSAA name for the chat log. | Kevin Smith |
2013-11-08 | Improve some access for screen readers. | Kevin Smith |
2013-10-26 | Fix shortcut handling in QtTabbable. | Tobias Markmann |
2013-10-03 | Reformat the includes for QtChatWindow | Kevin Smith |
2013-10-03 | Factor the webkit chat view out of QtChatWindow. | Kevin Smith |
2013-10-01 | Adding support for impromptu MUCs. | Tobias Markmann |
2013-08-01 | Refactor chat messages so parsing of links/emoticons happens in controllers. | Kevin Smith |