Directory src/net/java/sip/communicator/impl/gui/main/contactlist/

Directory Created:
2006-02-05 22:32
Total Files:
43
Deleted Files:
9
Lines of Code:
15348

[root]/src/net/java/sip/communicator/impl/gui/main/contactlist
                                         addcontact (0 files, 0 lines)
                                         addgroup (2 files, 391 lines)
                                         contactsource (11 files, 3033 lines)
                                         notifsource (3 files, 818 lines)

Lines of Code

src/net/java/sip/communicator/impl/gui/main/contactlist/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1183 (100.0%) 35117 (100.0%) 29.6
yanas 893 (75.5%) 31268 (89.0%) 35.0
emcho 79 (6.7%) 1302 (3.7%) 16.4
damencho 52 (4.4%) 958 (2.7%) 18.4
lubomir_m 98 (8.3%) 873 (2.5%) 8.9
s_vincent 25 (2.1%) 427 (1.2%) 17.0
ysaak 4 (0.3%) 79 (0.2%) 19.7
smazy 7 (0.6%) 61 (0.2%) 8.7
sympho 6 (0.5%) 52 (0.1%) 8.6
kpouer 4 (0.3%) 33 (0.1%) 8.2
vmartinet 3 (0.3%) 25 (0.1%) 8.3
wernerd 8 (0.7%) 24 (0.1%) 3.0
rkuntz 1 (0.1%) 5 (0.0%) 5.0
666f6f 1 (0.1%) 5 (0.0%) 5.0
ibauersachs 1 (0.1%) 4 (0.0%) 4.0
mandre 1 (0.1%) 1 (0.0%) 1.0

Most Recent Commits

yanas 2012-04-26 15:42

Adds gradient color for contact list selection.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTreeCellRenderer.java (+2 -5)
damencho 2012-04-21 18:06

Fix compilation error.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: RenameContactDialog.java (+1 -1)
damencho 2012-04-21 18:05

Updates display names when changed at server-side.
Auto accept authorizations if we have initiated adding of a contact.

23 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: RenameContactDialog.java (+23 -1)
yanas 2012-04-11 13:52

Makes contact list interface unique on Windows and MacOSX.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTreeCellRenderer.java (+1 -60)
yanas 2012-04-10 17:51

Call security fixes. Adds SrtpControl to the security negotiation started event.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTreeCellRenderer.java (+2 -2)
damencho 2012-04-10 15:45

Adds option to add voicemail check URI to use it for checking voicemail messages.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTreeCellRenderer.java (+1 -1)
damencho 2012-03-27 14:57

Fixes memory leak on macosx.

42 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: MetaContactRightButtonMenu.java (+42 -35)
yanas 2012-03-14 11:43

Fixes NullPointerException causing disappearing contact list.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: SearchFieldUI.java (+4)
damencho 2012-03-12 13:14

Fixes showing add contact in contact list when it is disabled.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTreeCellRenderer.java (+2 -1)
damencho 2012-02-29 19:08

Fixes some IlligalStateExceptions and NPE when using icq protocol.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTreeCellRenderer.java (+4)
s_vincent 2012-02-22 16:35

Refactor invite conference dialog. Adds drag'n'drop from contact list to invite conference dialog right column and also between its two columns.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTransferHandler.java (+1 -1)
s_vincent 2012-02-20 19:36

Adds UI for cross protocol conference calls. Adds also the possibility to add an incoming call into an existing call/conference. Fixes also the drag'n'drop for cross-protocol accounts.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListCellRenderer.java (+16 -5)
damencho 2012-02-17 13:17

Fixes NPE in contact right button menu and chat window.
Fixes a problem with yahoo deny authorization requests.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: MetaContactRightButtonMenu.java (+5 -4)
damencho 2012-02-14 14:40

Shows newly created groups when using 'Hide offline contacts' filter.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: PresenceFilter.java (+2 -1)
damencho 2012-02-09 18:43

Fixes a problem where a group can be shown twice in the contactlist.

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: PresenceFilter.java (+12 -2), TreeContactList.java (+10 -5)
damencho 2012-01-31 12:32

Adds properties to disable File menu items, few more places for those items.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: AddContactDialog.java (+4 -1), CommonRightButtonMenu.java (+2 -1)
damencho 2012-01-30 18:39

Typos, renames.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListCellRenderer.java (+1 -1), ContactListTreeCellRenderer.java (+1 -1)
damencho 2012-01-26 15:16

Creates chat dialog components, incoming call dialog and incoming file transfer components in swing dispatch thread.
If we failed to connect to xmpp server fire connection failed for provider and clean to avoid staying not connected and seeing duplicate connection in logs.

74 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListPane.java (+74 -46)
damencho 2012-01-23 18:00

Fixes some possible NullPointerExceptions.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTreeCellRenderer.java (+4 -4), TreeContactList.java (+1 -1)
damencho 2012-01-19 11:45

Fixes a situation where call button is not shown on initial contact click.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/contactlist: ContactListTreeCellRenderer.java (+1 -5)

(603 more)

Generated by StatSVN 0.3.1