aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/contactlist
Commit message (Expand)AuthorAgeFilesLines
* Applies minor changes (e.g. code formatting, closing InputStreams) discovered...Lyubomir Marinov2010-09-021-64/+90
* Add latest patch from Grigorii Balutsel for Xcap support, fix proper contact ...Damian Minkov2010-08-301-0/+9
* Fix when removing jabber contacts and operation fails inform user and stop an...Damian Minkov2010-08-271-5/+8
* Lists the format supported by the call Recorder into it in order to have them...Lyubomir Marinov2010-08-201-1/+8
* Fixing unmerging contacts when disabling account issue#849.Damian Minkov2010-08-201-2/+2
* Fix problem with editing accounts and duplicating contacts or inconsistent co...Damian Minkov2010-08-191-10/+36
* Fixes issue #839: Unknown user in Jabber contact list.Lyubomir Marinov2010-08-021-16/+2
* Basic support for contact capabilities in the user interface.Yana Stamcheva2010-07-303-45/+178
* Fixes issue #831: Hover-indistinguishable contacts with the same display name...Lyubomir Marinov2010-07-161-13/+6
* Configuration window improvements including reorganizing sections, user inter...Yana Stamcheva2010-07-052-3/+27
* Fire events for adding meta contacts when loading contactlist. Fix possible NPE.Damian Minkov2010-06-111-0/+4
* Fix logger usage - third bunch of changes.Werner Dittmann2010-06-034-38/+76
* - Introduces new contact list data model that allows adding of external conta...Yana Stamcheva2010-05-031-0/+108
* - AVPF Picture Loss Indication support;Sebastien Vincent2010-04-211-2/+0
* Add the possibility to choose the contact you're talking with when calling a ...Yana Stamcheva2010-03-161-0/+25
* Add the possibility to create a new group directly from the "Add contact" dia...Yana Stamcheva2010-03-161-8/+16
* Fixes default contact choice for the method using an OpSet constraint. The me...Emil Ivov2010-03-101-7/+2
* Minor optimization.Emil Ivov2010-02-261-5/+5
* Fixes (hopefully) a race condition during the original load of the locally st...Emil Ivov2010-02-261-8/+12
* - Fixes issue #780 (Online contact not displayed in the contact list).Yana Stamcheva2010-02-173-2/+20
* - Allow creating contacts in the root group.Damian Minkov2010-02-171-4/+8
* Fixes NullPointerException reported by Emil Ivov and causing problems in the ...Yana Stamcheva2010-02-111-1/+4
* Call and Chat Conference Invite Dialog enhancements:Yana Stamcheva2009-11-241-0/+11
* Commits the patch of Sebastien Vincent provided on the dev mailing list in an...Lyubomir Marinov2009-10-131-32/+31
* Commits the patch of Sebastien Vincent provided on the dev mailing list in an...Lyubomir Marinov2009-09-171-2/+1
* Tries to fix a NullPointerException in .impl.protocol.msn upon receiving a no...Lyubomir Marinov2009-09-151-2/+2
* Reduces the shallow and retained runtime sizes of MetaContactImpl because it ...Lyubomir Marinov2009-09-154-94/+127
* Show online contacts count for each group in the contact list. Patch provided...Yana Stamcheva2009-09-141-2/+32
* Fixes NullPointerException in the meta contact list (which corrupts the store...Lyubomir Marinov2009-09-083-45/+55
* Commits the patch of Sebastien Vincent provided on the dev mailing in an e-ma...Lyubomir Marinov2009-09-022-4/+4
* Reduces the impact of ImageUtils.getScaledRoundedIcon() on the garbage collec...Lyubomir Marinov2009-08-031-8/+107
* Significatnly stabilizes the meta contact list by fixing asynchronous contact...Emil Ivov2009-04-292-20/+44
* Provides a tiny Map-iteration optimization, removes duplication, minor code s...Lyubomir Marinov2009-04-282-201/+92
* Fixes a NullPointerException in MclStorageManager which causes the contactlis...Lyubomir Marinov2009-04-271-2/+9
* Masks duplicate contacts behind the protocol providers and thus addresses iss...Emil Ivov2009-04-242-35/+47
* Fix issue #583 and #579 (possibly fixing and #580).Damian Minkov2009-04-151-11/+12
* Some code clean-up, remove warnings, no new functions or features.Werner Dittmann2009-03-284-78/+78
* Removes unnecessary fields. Provides more efficient iteration of Hashtables, ...Lyubomir Marinov2009-03-021-4/+6
* Fixes possible NullPointerExceptions, incorrect code. Removes fields, marks o...Lyubomir Marinov2009-03-021-13/+10
* Applies minor simplifications, fixes warnings, removes a field.Lyubomir Marinov2009-02-184-31/+25
* Fixes a bunch of warnings about raw-type use and serialization.Lyubomir Marinov2009-02-054-69/+62
* Minor code cleanup primarily being committed because it spares two occurrence...Lyubomir Marinov2008-12-171-75/+40
* Makes sure that avatars that are stored on the local file system are only que...Emil Ivov2008-12-172-34/+79
* Commits patches for the following issues:Emil Ivov2008-12-161-2/+0
* Eliminates duplication of ProtocolProviderService.getOperationSet() and .getS...Lyubomir Marinov2008-12-091-38/+31
* Removes the persistent-data element from contactlist.xml when saving if the d...Lyubomir Marinov2008-11-301-722/+771
* Method added to the MetaContactList service and implementation that allows us...Yana Stamcheva2008-11-032-3/+95
* Fix a null pointer exception that arise when I tried to create a group on AIM...Benoit Pradelle2008-10-251-4/+10
* Better handling for changes in the persistent data of a contact.Emil Ivov2008-10-072-21/+80
* Fixes contact comparison when adding contacts with and without domain namesEmil Ivov2008-10-021-42/+47