summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-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-17Disable online only actions when offline.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-08Prevent multiple chat window alerts being shown with the same message.Richard Maudsley
2014-10-07Fix clang compiler warning related to inititalization order of members in ctor.Tobias Markmann
2014-10-07Fix QLayout related warning.Tobias Markmann
2014-10-07Add tooltip to preferred stars of profile editor to describe what it's for.Tobias Markmann
2014-10-07Hide unchecked preferred stars in profile editor where there is only one field.Tobias Markmann
2014-10-06Fix detailed name not being shown in profiles.Tobias Markmann
2014-10-06Always bring 'Edit contact' window to the top on 'Edit contact' so it is visibleTobias Markmann
2014-10-03Suggest MUC occupants when typing in highlight editor JID boxRichard Maudsley
2014-10-01Render selected highlight item rule in italicRichard Maudsley
2014-10-01Fix resizability behavior of 'Edit Bookmark'-Dialog.Tobias Markmann
2014-09-30Always bring profile window to the top on 'Show Profile' so it is visible to theTobias Markmann
2014-09-20Fix ASAN-reported heap-use-after-free bug.Tobias Markmann
2014-09-18Fix memory leak of mucRecentsMenu_ in QtChatListWindow.Tobias Markmann
2014-09-16Fix boost::optional abuses that stop compilation with latest boostKevin Smith
2014-08-10Address memory leakKevin Smith
2014-08-01Fix issue in QtUtilities reported by ASAN.Tobias Markmann
2014-07-29Fix rule for highlighting messages from individual sender JID or MUC nick.Richard Maudsley
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-28Change highlight rule default to MUC for new rules.Richard Maudsley
2014-07-28Fix displaying blocked user warning with bound JID chats. Support multiple al...Richard Maudsley
2014-07-28Fix highlight rules dialog size.Richard Maudsley
2014-07-27Fix recent chat items not being shown for private MUC messages.Richard Maudsley
2014-07-14Show status message instead of empty VCard dialog when receiving VCard or whe...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-09Hide QtSuggestingJIDInput suggestions when the list is empty.Richard Maudsley
2014-07-09Reset QtSuggestingJIDInput when a contact has been selected.Richard Maudsley
2014-07-09Fix attempting to start impromptu chat when impromptu not supported.Richard Maudsley
2014-07-09Add dialog to send AdHoc's to target specific JID's. Fix multi-item Form rend...Richard Maudsley