summaryrefslogtreecommitdiffstats
path: root/Swift
AgeCommit message (Expand)Author
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
2014-10-17Implement support for displaying nickname changes.Tobias Markmann
2014-10-16Change text in blocking list editor from 'click' to 'double-click' to reflectTobias Markmann
2014-10-16Fix user experience issues related to blocking list editor.Tobias Markmann
2014-10-14Remove empty fields from XEP-0055 search query before sending it over the wire.Tobias Markmann
2014-10-14Fix tab order of join room dialog.Tobias Markmann
2014-10-10Fix JID auto-complete item select not working when adding a contact.Richard Maudsley
2014-10-09Prevent renaming of 'Contacts' roster group used for groupless contacts.Tobias Markmann
2014-10-08Explain the use of preffered stars in 'Edit Profile' dialog if they are checked.Tobias Markmann
2014-10-08Update vCard cache on 'Show Profile' if cached vCard is older than 5 minutes.Tobias Markmann
2014-10-08Prevent multiple chat window alerts being shown with the same message.Richard Maudsley