aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/contactlist/DefaultContactList.java
Commit message (Collapse)AuthorAgeFilesLines
* Making the contact list component available from outside the gui bundle.Yana Stamcheva2012-08-301-1/+1
|
* Fixes tooltips staying visible when the parent window has lost focus.Yana Stamcheva2011-10-241-1/+4
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* Patch provided by Adam Netocny making all contact list classes skinnable.Yana Stamcheva2010-09-271-1/+17
|
* Add javadoc, fix warnings and typos.Sebastien Vincent2010-09-111-4/+4
|
* Proper reflect when chat room member renames, don't duplicate members and ↵Damian Minkov2010-07-271-0/+11
| | | | | | | | | | | | | update ui with the change. Trying to fix when sometimes contacts are duplicate in chat room members list issue#791. Selecting members on right click issue#796. Don't show configuration form button if we don't have such a permission to use it issue#795. Show member role icons in tooltip issue#793. Show proper roles for local and remote members in chat room. Don't show that subject has changed on startup issue#792. Properly link chat room members and our contacts.
* Fixes issue #831: Hover-indistinguishable contacts with the same display ↵Lyubomir Marinov2010-07-161-4/+3
| | | | name in the contact list.
* First version of the modified contact list interface. Modifications include ↵Yana Stamcheva2010-02-041-1/+1
| | | | a new search box allowing to filter the contact list, contact expansion on select, different approach for calling contacts and more.
* Drag'n'Drop related implementations including:Yana Stamcheva2009-10-301-0/+58
| | | | | | | | - dropping MetaContact-s or simple String addresses in the Call dialog would initiate an invite and hence the creation of a conference call or if such already exist just the adding of the new callee to the conference. - added the possibility to drag the number entered in the call field on the bottom of the contact list. - replaced previous implementation of Drag'n'Drop in the contact list with the default drag'n'drop mechanism used in java, thus allowing the dropping of contacts outside the contact list (like in an existing call, chat or simply as a string in any other desktop application) - extended and override the default TransferHandler to provide visual representation of the dragged object (special handling of MetaContacts is provided in the ContactListCellRenderer) and add support of MetaContact flavor.
* Part of previous commit on status messages revision 6184: Show the status ↵Yana Stamcheva2009-10-261-1/+17
| | | | message in the contact tooltip.
* Removes an unused field and related code. Applies minor formatting changes.Lyubomir Marinov2009-09-291-14/+0
|
* - Enables multiple line selection in the default contact list.Yana Stamcheva2009-09-231-1/+15
| | | | - Some minor code formatting and javadoc.
* Fixes the contact list to switch the tooltips of contacts event when the ↵Lyubomir Marinov2009-07-311-4/+10
| | | | contacts have one and the same display name.
* - Issue #690 (Add drag and drop of files in the contact list).Yana Stamcheva2009-07-041-0/+1
| | | | | - Show an error message when file transfer is not supported by the selected account.
* File transfer:Yana Stamcheva2009-06-221-1/+1
| | | | | - show image file preview in a tooltip. - remember last send file directory and open the file chooser in it.
* Fixing issue #669 (Broken smiles preivew on linux and windows).Yana Stamcheva2009-05-121-5/+4
|
* Issue #544 (User list in chat rooms not searchable with keyboard).Damian Minkov2009-04-211-0/+55
|
* Fixes most of issue #543 (User list in chat rooms not sorted) by sorting the ↵Lyubomir Marinov2009-03-231-8/+10
| | | | chat members accodring to their roles and then alphabetically according to their names. The remaining bit is to decide how to visually distinguish them - icons, prefixes.
* Fix issue #545 wrong tooltips shown for contacts in multichat window.Damian Minkov2009-03-131-0/+201