Directory test/net/java/sip/communicator/slick/contactlist/

Directory Created:
2006-02-15 04:36
Total Files:
8
Deleted Files:
0
Lines of Code:
3017

[root]/test/net/java/sip/communicator/slick/contactlist
                                 mockprovider (0 files, 0 lines)

Lines of Code

test/net/java/sip/communicator/slick/contactlist/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 90 (100.0%) 3818 (100.0%) 42.4
emcho 57 (63.3%) 3510 (91.9%) 61.5
lubomir_m 14 (15.6%) 122 (3.2%) 8.7
yanas 6 (6.7%) 111 (2.9%) 18.5
damencho 12 (13.3%) 69 (1.8%) 5.7
BurchB 1 (1.1%) 6 (0.2%) 6.0

Most Recent Commits

damencho 2012-02-10 17:34

Changes tests as metacontactlist behaviour has changed, now proto-groups also get renamed.

2 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactList.java (+2 -2)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

5 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: MetaContactListServiceLick.java (+1 -1), TestMetaContact.java (+1 -1), TestMetaContactGroup.java (+1 -1), TestMetaContactList.java (+1 -1), TestSupportForMultipleProviders.java (+1 -1)
yanas 2010-11-26 17:41

Improvements in obtaining contact capabilities.

0 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactList.java (-11)
yanas 2010-07-30 21:25

Basic support for contact capabilities in the user interface.

11 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactList.java (+11)
yanas 2010-02-17 20:11

- Fixes issue #780 (Online contact not displayed in the contact list).
- Fixes avatar refresh problem.

10 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactList.java (+10)
lubomir_m 2009-10-16 01:53

Fixes warnings

20 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContact.java (+10 -12), TestMetaContactListPersistence.java (+10 -11)
lubomir_m 2009-10-13 20:16

Fixes warnings.

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: MclSlickFixture.java (+4 -4)
lubomir_m 2009-10-13 16:51

Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.

13 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactGroup.java (+1 -1), TestMetaContactListPersistence.java (+12 -12)
lubomir_m 2009-08-31 18:25

Commits the last part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the test directory.

43 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: MclSlickFixture.java (+1 -1), MetaContactListServiceLick.java (+2 -2), TestMetaContactGroup.java (+11 -13), TestMetaContactList.java (+29 -36)
lubomir_m 2009-08-03 13:38

Fixes a few raw-type warnings.

4 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactList.java (+4 -4)
lubomir_m 2008-12-09 23:45

Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).

38 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: MclSlickFixture.java (+6 -8), MetaContactListServiceLick.java (+5 -9), TestMetaContactGroup.java (+3 -4), TestMetaContactListPersistence.java (+24 -24)
emcho 2008-10-07 20:17

Better handling for changes in the persistent data of a contact.

9 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactList.java (+9)
damencho 2008-06-11 15:16

Add details to metacontact.

53 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContact.java (+47), TestMetaContactList.java (+6)
damencho 2008-01-08 19:05

1. Fix : Storage thread in some conditions is not started and contactlist is not saved
2. Fix metacontactlis tests - reloading of contactlist too quickly prevents saving the last operation with the list
3. Some spell checks

8 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactListPersistence.java (+8 -2)
emcho 2007-09-14 19:35

Fixing a long standing problem with the meta contact list tests. The meta contact list tests are enabled again.

12 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: MetaContactListServiceLick.java (+7), TestMetaContactList.java (+5 -13)
emcho 2007-03-03 00:40

gibberish slck (Issue #241) and a better meta contact list ordering policy (Issue #316)

We've modified contact list ordering policy so we need to loosen a bit the assertions that we make in the tests

14 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContact.java (+13 -10), TestMetaContactList.java (+1 -1)
emcho 2006-10-23 19:21

Working on the JMF implementation of the media service.

we seem to have been wrong in the comparison

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContact.java (+1 -1)
emcho 2006-10-23 19:21

Working on the JMF implementation of the media service.

make sure the contact whose status change is suppose to cause a move, is last before we move it

1 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: MetaContactListServiceLick.java (+1 -1)
emcho 2006-10-04 11:37

Allow the meta contact list to fire events for removal of contacts when the parent group is removed.

8 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: TestMetaContactList.java (+8 -6)
emcho 2006-10-03 18:38

Started working on media and fixed meta contact list contact merge and contact remove

fixed (re)storing meta contacts and improved detection of uninstalled accounts.

15 lines of code changed in:

  • test/net/java/sip/communicator/slick/contactlist: MetaContactListServiceLick.java (+15)

(19 more)

Generated by StatSVN 0.3.1