Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-16 | Fix boost::optional abuses that stop compilation with latest boost | Kevin Smith | |
Test-Information: Compiles and unit tests pass with boost 1.56 Change-Id: I6525399babc5f6c88fb499af80e9f07c1c4d0cdb | |||
2014-07-09 | Improve search filter matching algrorithm. | Richard Maudsley | |
After this patch roster items only match if the letters are present in the name or the JID of the roster item in the same order as in the search term Test-Information: Try various search terms and verify that search results are logical. Change-Id: I4bc5febc465613a44930334fd8e498875fefda7a | |||
2014-07-09 | Reset QtSuggestingJIDInput when a contact has been selected. | Richard Maudsley | |
Test-Information: Verified that the selected contact is added to the contact list when selecting from the drop-down list or by pressing the 'Add' button and that the JID field is reset after this happens. Change-Id: I7ef047ec9dbacf1af8635849320371f082bb3d0d | |||
2014-07-09 | Fix attempting to start impromptu chat when impromptu not supported. | Richard Maudsley | |
Test-Information: Connect to a server where impromptu is NOT supported. Confirm that adding multiple users by dragging or typing into the JID box is not allowed. Connect to a server where impromptu is supported. Confirm that it is still possible to drag multiple users and add multiple users by typing into the JID box. Change-Id: Ibb4c1f7d6a5820f7ccf3629c1e0d30a441d9d159 | |||
2014-04-25 | Hide reason field in impromptu chat invites. | Richard Maudsley | |
Change-Id: Icb5075f85a23fc181ff8f5ee00633bb768c4eb5f | |||
2014-04-22 | Fix crash in QtUserSearchWindow. | Richard Maudsley | |
Avoid storing pointers to items in vectors. Using shared_ptr for Contact items. Change-Id: I3baa05fc058011b2beca14dc620ab794988a2b37 | |||
2014-04-22 | Fix for crash when resetting New Chat wizard. | Richard Maudsley | |
Change-Id: I6ae355e4ecc45923ddf62c8c972e9771338d8583 | |||
2014-04-07 | Clear the reason field in invite dialogs before showing them | Richard Maudsley | |
Change-Id: I97bfe54d028658aaa1385284669c3e2892d2f175 | |||
2014-04-07 | Allow contacts to be dragged from the Chats tab into the search window | Richard Maudsley | |
Change-Id: Ib1ecd2f95fb26269d8aa19094aac6e1f691cdf35 | |||
2014-04-02 | Automatically moving user into the chat list when you select from the ↵ | Richard Maudsley | |
population drop-down. Change-Id: I69b44e0e1dda2fa513d2d867ed10e5a8046ff0e9 | |||
2013-10-01 | Adding support for impromptu MUCs. | Tobias Markmann | |
Change-Id: I363e9d740bbec311454827645f4ea6df8bb60bed License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-08-23 | FormField element refactoring. | Remko Tronçon | |
This should make FormField easier to use. Change-Id: Ia5eeedcdb673e2fe5e38fd23d5ab00970178bc44 | |||
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon | |
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514 | |||
2012-06-30 | Don't crash when going forward/backward through User Search and completing ↵ | Kevin Smith | |
with no selection. Resolves: #1062 | |||
2012-04-23 | Explicitly show "No results." if a user search yields to no results on the ↵ | Tobias Markmann | |
results page. Resolves: #811 License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-04-08 | 'Add contact' from MUC right-click menu | dknn | |
This patch allows to add a contact from a MUC, by right clicking a contact in the rooster. The action is only available if the JID of the user is also available License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2012-03-23 | Don't let trailing whitespace in JIDS interfere with User Search | Kevin Smith | |
2012-03-20 | Naming suggestion for 'Add Contact'-dialog and "Edit Contact"-dialog based ↵ | Tobias Markmann | |
on vCards. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2012-01-23 | XEP-0004 form support for user search. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-03-15 | Made placeholders translatable. | Remko Tronçon | |
2011-03-04 | Reset the field values between searches for users. | Kevin Smith | |
Resolves: #771 | |||
2011-02-26 | Add "Edit details" section to Add User widget. | Remko Tronçon | |
Resolves: #618 | |||
2011-02-26 | Slpit up user search pages. | Remko Tronçon | |
2011-02-20 | Make Swift translatable. | Remko Tronçon | |
2011-02-19 | Make Swift translatable. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-11 | Allow double-clicking in the user search results. | Kevin Smith | |
Resolves: #748 | |||
2011-02-07 | Split contact editing out into separate widget. | Remko Tronçon | |
2011-01-24 | 'Add User' -> 'Add Contact' | Kevin Smith | |
Resolves: #736 | |||
2011-01-24 | Set the user search title based on the dialog type. | Kevin Smith | |
Resolves: #736 | |||
2011-01-14 | Use correct text in User Search. | Kevin Smith | |
Resolves: #736 | |||
2010-12-31 | Disable user search wizard pages unless they're ready. | Kevin Smith | |
Resolves: #731 | |||
2010-12-27 | Preparation for wizard completeness checking | Kevin Smith | |
2010-12-27 | Show form instructions for user search. | Kevin Smith | |
Resolves: #732 | |||
2010-12-26 | Fixed crash when searching for users. | Remko Tronçon | |
Resolves: #730 | |||
2010-12-26 | Tweaked user search UI a bit. | Remko Tronçon | |
2010-12-26 | Small UI tweaks to actions menu and UI search. | Remko Tronçon | |
2010-12-23 | Turn the 'Find other users' into seperate add/chat menu items with a wizard. | Kevin Smith | |
2010-12-22 | Basic User Search support, and Find Rooms cleanup. | Kevin Smith | |
Adds a throbber to the MUC search, turns the Add Contact dialog into something searchy, adds the option to open chats to arbitrary JIDs. Resolves: #614 Resolves: #695 Resolves: #436 Release-Notes: On servers that support it, users can now perform searches for contacts to add or chat to. |