Age | Commit message (Expand) | Author |
2017-05-08 | Fix an issue when sending a file in a chat | Thanos Doukoudakis |
2017-02-20 | Add alternative zoom shortcuts on macOS and workaround Qt bug | Tobias Markmann |
2016-11-10 | Move Qt specific setting constants to QtUISettingConstants.h | 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-08-22 | Add shortcuts to change chat view font size | Tobias Markmann |
2016-06-23 | Improve Linux spell checking UX and enable it by default | Tobias Markmann |
2016-04-04 | Modernize code to use range based for loops using clang-tidy | 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-10 | Fix crashes in spellchecking code in case of broken backend | Tobias Markmann |
2015-11-09 | Improve QtTextEdit::sizeHint() for symmetric vertical padding | Tobias Markmann |
2015-07-13 | Fix Swift crash during start because of spellcheck code | Tobias Markmann |
2015-05-26 | Fix trellis related bugs | Tobias Markmann |
2014-12-15 | Update Copyright in Swift | Kevin Smith |
2014-12-10 | Fix spell checking by using QSyntaxHighlighter. | Tobias Markmann |
2014-05-18 | Fix spell check leaks and errors | Remko Tronçon |
2013-11-10 | Make Ctrl-K to delete to end of the line in chat input. | Kevin Smith |
2013-04-04 | Use traditional tr() calls because the constant isn't present in Qt5 | Kevin Smith |
2013-03-15 | Spell checker implementation using Hunspell | Vlad Voicu |
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon |
2011-04-30 | Tidy up some correction quibbles | Kevin Smith |
2011-04-30 | Correct message feature using XEP-Correct | Vlad Voicu |
2011-04-27 | Start on recent chats list | Kevin Smith |
2010-08-20 | Don't temporarily show a scrollbar in chat input after growing. | Kevin Smith |
2010-08-20 | Cause fewer geometry updates while typing in chat windows. | Kevin Smith |
2010-07-25 | ChatTabs improvements. | Kevin Smith |
2010-06-05 | Tab completion in MUCs. | Kevin Smith |
2010-05-25 | Support Ctrl-PgUp/PgDn for switch ing tabs | Kevin Smith |
2010-05-25 | Allow Ctrl-W to close chat windows | 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-09-19 | Treat Enter on a keypad correctly in the chatdlg. | Kevin Smith |
2009-08-29 | Allow multi-line inputs, and grow accordingly. | Kevin Smith |