summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-19Remove std::endl from SWIFT_LOG callsEdwin Mons
2017-06-26Use size_t instead of int in SpellParser::PositionPairTobias Markmann
2017-05-08Fix an issue when sending a file in a chatThanos Doukoudakis
2017-02-20Add alternative zoom shortcuts on macOS and workaround Qt bugTobias Markmann
2016-11-10Move Qt specific setting constants to QtUISettingConstants.hTobias Markmann
2016-10-20Fix focus rect vanishing in trellis mode after sending a messageTobias Markmann
2016-09-08Improve visibility of currently focused chat input in trellis modeTobias Markmann
2016-08-22Add shortcuts to change chat view font sizeTobias Markmann
2016-06-23Improve Linux spell checking UX and enable it by defaultTobias Markmann
2016-04-04Modernize code to use range based for loops using clang-tidyTobias Markmann
2016-04-01Modernize code to use C++11 nullptr using clang-tidyTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-10Fix crashes in spellchecking code in case of broken backendTobias Markmann
2015-11-09Improve QtTextEdit::sizeHint() for symmetric vertical paddingTobias Markmann
2015-07-13Fix Swift crash during start because of spellcheck codeTobias Markmann
2015-05-26Fix trellis related bugsTobias Markmann
2014-12-15Update Copyright in SwiftKevin Smith
2014-12-10Fix spell checking by using QSyntaxHighlighter.Tobias Markmann
2014-05-18Fix spell check leaks and errorsRemko Tronçon
2013-11-10Make Ctrl-K to delete to end of the line in chat input.Kevin Smith
2013-04-04Use traditional tr() calls because the constant isn't present in Qt5Kevin Smith
2013-03-15Spell checker implementation using HunspellVlad Voicu
2013-03-04Qt5 support & warning fixes.Remko Tronçon
2011-04-30Tidy up some correction quibblesKevin Smith
2011-04-30Correct message feature using XEP-CorrectVlad Voicu
2011-04-27Start on recent chats listKevin Smith
2010-08-20Don't temporarily show a scrollbar in chat input after growing.Kevin Smith
2010-08-20Cause fewer geometry updates while typing in chat windows.Kevin Smith
2010-07-25ChatTabs improvements.Kevin Smith
2010-06-05Tab completion in MUCs.Kevin Smith
2010-05-25Support Ctrl-PgUp/PgDn for switch ing tabsKevin Smith
2010-05-25Allow Ctrl-W to close chat windowsKevin Smith
2010-04-11Proper handling of keypresses in the chat input that're meant for the chat log.Kevin Smith
2010-04-08Added copyrights to Swift.Remko Tronçon
2009-09-19Treat Enter on a keypad correctly in the chatdlg.Kevin Smith
2009-08-29Allow multi-line inputs, and grow accordingly.Kevin Smith