Directory src/net/java/sip/communicator/impl/gui/main/presence/avatar/

Directory Created:
2010-09-02 18:21
Total Files:
2
Deleted Files:
0
Lines of Code:
558

[root]/src/net/java/sip/communicator/impl/gui/main/presence/avatar
                                             imagepicker (4 files, 1123 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 592 (100.0%) 49.3
damencho 5 (41.7%) 559 (94.4%) 111.8
vincent_lucas 2 (16.7%) 27 (4.6%) 13.5
yanas 2 (16.7%) 4 (0.7%) 2.0
emcho 2 (16.7%) 2 (0.3%) 1.0
lubomir_m 1 (8.3%) 0 (0.0%) 0.0

Most Recent Commits

vincent_lucas 2012-03-14 17:01

Improves the remove avatar image functionnality:

1) Removes the current avatar image from the server by sending a vCard with an
empty photo tag.

2) Broadcast avatar image changes with the vcard-temp:x:update element in XMPP
presence packets.

3) Intercepts these presence packets to update contact avatar image in the
contact list.

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: SelectAvatarMenu.java (+11 -4)
vincent_lucas 2012-03-08 13:52

Adds a button to remove current picture: replaces the current avatar with the default one.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: SelectAvatarMenu.java (+16)
yanas 2011-11-23 20:12

Fixes dysfunctional popup menus. Reported by Ingo Bauersachs and Emil Ivov (subject: "SIPCommPopupMenu patchset").

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: SelectAvatarMenu.java (+3 -4)
yanas 2011-11-12 02:52

Makes popup menus disappear when the parent window is not on focus.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: SelectAvatarMenu.java (+1 -1)
emcho 2011-10-18 14:03

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

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: AvatarStackManager.java (+1 -1), SelectAvatarMenu.java (+1 -1)
damencho 2010-10-05 13:25

Add DND to global status and when a contact is in On The Phone status, show it in the contact list(do not show Away).
Reorder status scales, when setting global statuses correct protocol status to be set.
Fix string in avatar menu (icons -> pictures).

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: SelectAvatarMenu.java (+5)
damencho 2010-09-08 19:01

Use camera to grab avatar image.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: SelectAvatarMenu.java (+2 -1)
lubomir_m 2010-09-04 16:14

Fixes warnings about unused imports and unnecessary casts.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: SelectAvatarMenu.java (-1)
damencho 2010-09-03 10:26

Don't block UI thread when setting avatar.

30 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: SelectAvatarMenu.java (+30 -21)
damencho 2010-09-02 18:21

Integrate choosing and setting avatar image for protocols (currently only for msn and jabber). This work is done as part of Google Summer of Code 2009 by Shashank Tyagi and his mentor Damien Roth.

522 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence/avatar: AvatarStackManager.java (new 169), SelectAvatarMenu.java (new 353)
Generated by StatSVN 0.3.1