summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-16Fix user experience issues related to blocking list editor.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
2014-10-06Do not send chat state notifications to blocked contacts.Tobias Markmann
2014-10-06Fix own avatar in contact list header not updated on VCard edit.Tobias Markmann
2014-10-03Suggest MUC occupants when typing in highlight editor JID boxRichard Maudsley
2014-08-10Fix blocklist not being requested on reconnect.Richard Maudsley
2014-08-01Fix memory leaks reported by ASAN in some unit tests.Tobias Markmann
2014-07-29Add ability to reorder highlight rules list.Richard Maudsley
2014-07-29Prevent nick highlight rule highlighting the entire message and remove defaul...Richard Maudsley
2014-07-29Add close button to chat window alerts.Richard Maudsley
2014-07-29Fix renaming contact group makes blocked user appear to be unblocked.Richard Maudsley
2014-07-28Fix displaying blocked user warning with bound JID chats. Support multiple al...Richard Maudsley
2014-07-27Fix recent chat items not being shown for private MUC messages.Richard Maudsley
2014-07-22Fix crash when performing blocking operations after fresh login.Richard Maudsley
2014-07-09Reworked highlight rules dialog. Added support for highlighting individual wo...Richard Maudsley
2014-07-09Improve search filter matching algrorithm.Richard Maudsley
2014-07-09Honour 'show offline contacts' toggle when exiting roster search filterRichard Maudsley
2014-07-09Add dialog to send AdHoc's to target specific JID's. Fix multi-item Form rend...Richard Maudsley
2014-07-09Refactor AdHoc forms.Richard Maudsley
2014-07-07Fix other user avatars appearing in roster tooltip.Richard Maudsley
2014-07-07Show own tooltip when hovering over roster header.Richard Maudsley
2014-06-27Fix compiler warningRemko Tronçon
2014-06-24Fix VCard update not being broadcast when clearing avatar.Richard Maudsley
2014-06-20Revert "Fix avatar not being updated when cleared"Richard Maudsley
2014-05-30Fix avatar not being updated when clearedRichard Maudsley
2014-05-30Show most recent time when squashing presence, not the earliestRichard Maudsley
2014-05-29Check if contact supports file transfer before sendingRichard Maudsley
2014-05-29Right-click MUC in Recents to bookmark.Richard Maudsley
2014-05-27Impromptu chat notifications happen like chats, not MUCs.Richard Maudsley
2014-05-27Remove unnecessary system messages from chats.Richard Maudsley
2014-05-26Allow bookmarking of MUCs from cog menu.Richard Maudsley
2014-05-26Add QtFilterWidget, a general live-filtering composite widget for QtTreeWidgets.Tobias Markmann
2014-05-18Fix uninitialized variablesRemko Tronçon
2014-04-25Make emoticons match only on word boundariesKevin Smith
2014-04-25Fix MUC invite being treated like impromptu MUC invite.Richard Maudsley
2014-04-25Hide reason field in impromptu chat invites.Richard Maudsley
2014-04-25Sort ContactSuggester results using case-insensitive substring match, plus un...Richard Maudsley
2014-04-23Don't suggest people who are already in the Start Chat list.Richard Maudsley
2014-04-22Fix crash in QtUserSearchWindow.Richard Maudsley
2014-04-07Don't show multiple Recents with the same occupantsRichard Maudsley
2014-04-07Allow contacts to be dragged from the Chats tab into the search windowRichard Maudsley
2014-04-02Make the impromptu MUCs behave more like a regular chat.Richard Maudsley
2014-02-25Build with new Boostish stuff.Kevin Smith
2014-02-24Label fax numbers as fax and omit resources from JIDs in roster tooltipsRichard Maudsley
2014-02-22Handle error responses to XEP-0184 receipt requests.Tobias Markmann
2014-02-13Fix clang warningsRemko Tronçon