summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Expand)Author
2015-03-31Disable signals when adding a tab to the trellis layoutTobias Markmann
2015-03-28Move common code into a shared QtUIFactory::showTabs() methodTobias Markmann
2015-03-28Fix typo in ChatController regarding Message ReceiptsTobias Markmann
2015-03-27Fix terminology inconsistency "Organisation" -> "Organization"Tobias Markmann
2015-03-27Improve Windows MSI installer upgrade experienceTobias Markmann
2015-03-26Add emoticons input popupDaniel Baczynski
2015-03-24Don't crash when the UI doesn't provide a user search windowKevin Smith
2015-02-23Fix chat window title showing wrong chat titleswift-3.0beta1Tobias Markmann
2015-02-20Fix Ctrl/Cmd + Page Up/PageDown shortcutsTobias Markmann
2015-02-18Fix crash when a tab drag is aborted in trellis modeTobias Markmann
2015-02-17Fix shortcut handling for chat window navigationTobias Markmann
2015-02-17Fix terminology: 'join room' -> 'enter room'Tobias Markmann
2015-02-16Show a warning notice when trying to enter a blocked roomTobias Markmann
2015-02-11Do not try highlight words if no text and background colours are specifiedTobias Markmann
2015-02-11Fix missing removable icon in contact listing of "Start Chat…" dialogTobias Markmann
2015-02-11Fix code styleTobias Markmann
2015-02-11Fix --no-tabs mode brokenTobias Markmann
2015-02-09Fix unused parameter warnings in some testing headersKevin Smith
2015-02-09Fix sender text that is used for matching highlight rulesTobias Markmann
2015-02-09Fix focus handling bug with regard to tab changingTobias Markmann
2015-02-09Fix UI update issue and enabled state of "Display Notice" in Notices viewTobias Markmann
2015-02-09Fix memory leaks reported by LSANTobias Markmann
2015-02-06Use windeployqt.exe if available and Win distribution documentation fixTobias Markmann
2015-02-06Document the less self-explaining setting constantsTobias Markmann
2015-02-05Fix typoKevin Smith
2015-02-05Fix ASAN reported use-after-free errorTobias Markmann
2015-02-05Correctly render MUC system messages as system messagesTobias Markmann
2015-02-05Add default hightlight rule that matches for the own nicknameTobias Markmann
2015-02-05Add "Reset defaults" button to highlight editor window.Tobias Markmann
2015-02-03Fix chat log system messages related to entering a roomTobias Markmann
2014-12-15Update copyright in missed fileKevin Smith
2014-12-15Update Copyright in SwiftKevin Smith
2014-12-14Add support for new trellis layout for chat windows.Tobias Markmann
2014-12-10Fix spell checking by using QSyntaxHighlighter.Tobias Markmann
2014-12-10Fix typos in "Edit Blocking List..." dialog.Tobias Markmann
2014-11-13Correct notification of Qt in EventModel about changes in the model.Tobias Markmann
2014-11-06Wording improvements in 'Start chat'/'Invite'-dialogs.Tobias Markmann
2014-11-06Open context menu for the roster on menu key you find on Windows keyboards.Tobias Markmann
2014-11-04Remove old suggestions from contact edit dialog before adding new ones.Tobias Markmann
2014-10-31Fix uninitialized members in whiteboard's GView.Tobias Markmann
2014-10-31Enable unblocking contacts from cog menu.Tobias Markmann
2014-10-31Fix source code layout.Tobias Markmann
2014-10-31Fix uninitialized member in Contact.Tobias Markmann
2014-10-31Pass QString arguments by reference and not value.Tobias Markmann
2014-10-30Prevent user from adding contacts twice to a roster.Tobias Markmann
2014-10-30Add missing virtual and SWIFTEN_OVERRIDE annotations to reduce warnings with ...Tobias Markmann
2014-10-28Only handle impromptu MUC invites once.Tobias Markmann
2014-10-23Fix code in response to clang warnings.Tobias Markmann
2014-10-20Change old C-style cast to static_cast.Tobias Markmann
2014-10-17Disable online only actions when offline.Tobias Markmann