| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixes an issue with removing groups after removing an account. | Damian Minkov | 2011-10-04 | 1 | -1/+7 |
* | Fix metacontact searching for contacts when create address is different from ... | Damian Minkov | 2011-06-06 | 1 | -2/+3 |
* | Rename protocol contacts where possible. | Damian Minkov | 2011-04-19 | 1 | -0/+27 |
* | Fix issue#JITSI-921 , ConcurrentModificationException at MetaContactImpl.remo... | Damian Minkov | 2011-04-08 | 1 | -4/+7 |
* | Fix some javadocs and warnings. | Sebastien Vincent | 2011-04-05 | 1 | -12/+12 |
* | Fix contact capabilities, causing disappearing buttons in the contact list. | Yana Stamcheva | 2010-12-23 | 2 | -69/+32 |
* | Fix callee name in error message. | Sebastien Vincent | 2010-12-01 | 1 | -2/+8 |
* | Fixes NullPointerException in MetaContact.getDefaultContact(). | Yana Stamcheva | 2010-11-29 | 1 | -1/+1 |
* | Improvements in obtaining contact capabilities. | Yana Stamcheva | 2010-11-26 | 3 | -70/+194 |
* | Remove import of non-existing package | Werner Dittmann | 2010-10-18 | 1 | -1/+0 |
* | Fixes warnings, TODOs, javadocs, formatting. | Lyubomir Marinov | 2010-10-04 | 1 | -2/+6 |
* | - Fixes incorrect association of user-specific data with the meta contact list. | Lyubomir Marinov | 2010-09-11 | 2 | -16/+75 |
* | Add javadoc, fix warnings and typos. | Sebastien Vincent | 2010-09-11 | 1 | -4/+4 |
* | Applies minor changes (e.g. code formatting, closing InputStreams) discovered... | Lyubomir Marinov | 2010-09-02 | 1 | -64/+90 |
* | Add latest patch from Grigorii Balutsel for Xcap support, fix proper contact ... | Damian Minkov | 2010-08-30 | 1 | -0/+9 |
* | Fix when removing jabber contacts and operation fails inform user and stop an... | Damian Minkov | 2010-08-27 | 1 | -5/+8 |
* | Lists the format supported by the call Recorder into it in order to have them... | Lyubomir Marinov | 2010-08-20 | 1 | -1/+8 |
* | Fixing unmerging contacts when disabling account issue#849. | Damian Minkov | 2010-08-20 | 1 | -2/+2 |
* | Fix problem with editing accounts and duplicating contacts or inconsistent co... | Damian Minkov | 2010-08-19 | 1 | -10/+36 |
* | Fixes issue #839: Unknown user in Jabber contact list. | Lyubomir Marinov | 2010-08-02 | 1 | -16/+2 |
* | Basic support for contact capabilities in the user interface. | Yana Stamcheva | 2010-07-30 | 3 | -45/+178 |
* | Fixes issue #831: Hover-indistinguishable contacts with the same display name... | Lyubomir Marinov | 2010-07-16 | 1 | -13/+6 |
* | Configuration window improvements including reorganizing sections, user inter... | Yana Stamcheva | 2010-07-05 | 2 | -3/+27 |
* | Fire events for adding meta contacts when loading contactlist. Fix possible NPE. | Damian Minkov | 2010-06-11 | 1 | -0/+4 |
* | Fix logger usage - third bunch of changes. | Werner Dittmann | 2010-06-03 | 4 | -38/+76 |
* | - Introduces new contact list data model that allows adding of external conta... | Yana Stamcheva | 2010-05-03 | 1 | -0/+108 |
* | - AVPF Picture Loss Indication support; | Sebastien Vincent | 2010-04-21 | 1 | -2/+0 |
* | Add the possibility to choose the contact you're talking with when calling a ... | Yana Stamcheva | 2010-03-16 | 1 | -0/+25 |
* | Add the possibility to create a new group directly from the "Add contact" dia... | Yana Stamcheva | 2010-03-16 | 1 | -8/+16 |
* | Fixes default contact choice for the method using an OpSet constraint. The me... | Emil Ivov | 2010-03-10 | 1 | -7/+2 |
* | Minor optimization. | Emil Ivov | 2010-02-26 | 1 | -5/+5 |
* | Fixes (hopefully) a race condition during the original load of the locally st... | Emil Ivov | 2010-02-26 | 1 | -8/+12 |
* | - Fixes issue #780 (Online contact not displayed in the contact list). | Yana Stamcheva | 2010-02-17 | 3 | -2/+20 |
* | - Allow creating contacts in the root group. | Damian Minkov | 2010-02-17 | 1 | -4/+8 |
* | Fixes NullPointerException reported by Emil Ivov and causing problems in the ... | Yana Stamcheva | 2010-02-11 | 1 | -1/+4 |
* | Call and Chat Conference Invite Dialog enhancements: | Yana Stamcheva | 2009-11-24 | 1 | -0/+11 |
* | Commits the patch of Sebastien Vincent provided on the dev mailing list in an... | Lyubomir Marinov | 2009-10-13 | 1 | -32/+31 |
* | Commits the patch of Sebastien Vincent provided on the dev mailing list in an... | Lyubomir Marinov | 2009-09-17 | 1 | -2/+1 |
* | Tries to fix a NullPointerException in .impl.protocol.msn upon receiving a no... | Lyubomir Marinov | 2009-09-15 | 1 | -2/+2 |
* | Reduces the shallow and retained runtime sizes of MetaContactImpl because it ... | Lyubomir Marinov | 2009-09-15 | 4 | -94/+127 |
* | Show online contacts count for each group in the contact list. Patch provided... | Yana Stamcheva | 2009-09-14 | 1 | -2/+32 |
* | Fixes NullPointerException in the meta contact list (which corrupts the store... | Lyubomir Marinov | 2009-09-08 | 3 | -45/+55 |
* | Commits the patch of Sebastien Vincent provided on the dev mailing in an e-ma... | Lyubomir Marinov | 2009-09-02 | 2 | -4/+4 |
* | Reduces the impact of ImageUtils.getScaledRoundedIcon() on the garbage collec... | Lyubomir Marinov | 2009-08-03 | 1 | -8/+107 |
* | Significatnly stabilizes the meta contact list by fixing asynchronous contact... | Emil Ivov | 2009-04-29 | 2 | -20/+44 |
* | Provides a tiny Map-iteration optimization, removes duplication, minor code s... | Lyubomir Marinov | 2009-04-28 | 2 | -201/+92 |
* | Fixes a NullPointerException in MclStorageManager which causes the contactlis... | Lyubomir Marinov | 2009-04-27 | 1 | -2/+9 |
* | Masks duplicate contacts behind the protocol providers and thus addresses iss... | Emil Ivov | 2009-04-24 | 2 | -35/+47 |
* | Fix issue #583 and #579 (possibly fixing and #580). | Damian Minkov | 2009-04-15 | 1 | -11/+12 |
* | Some code clean-up, remove warnings, no new functions or features. | Werner Dittmann | 2009-03-28 | 4 | -78/+78 |