Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-02-02 | Sluift: Add missing headers | Remko Tronçon | |
Change-Id: Ie4629a10a26c3c628a67fff1bd634f07a698a948 | |||
2013-11-18 | Improve tooltips to include avatars, last seen and vcard information. | Tobias Markmann | |
Change-Id: I3768d9891ba903c5e2ce8217de0b4413ce40bb9a License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-10-26 | VCard: Add small margin to QtRemovableItemDelegate. | Tobias Markmann | |
Change-Id: I8032c537c3e5914f43dffb4818bb00caf2ab3bbd License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
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-06-30 | Align radio buttons in user search things. | Kevin Smith | |
Resolves: #1138 | |||
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 | Added missing files. | Remko Tronçon | |
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 | Tweak user results page. | Remko Tronçon | |
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 | Slightly sensible renderer for user search results. | Kevin Smith | |
Resolves: #719 | |||
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. |