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

Directory Created:
2006-10-19 11:21
Total Files:
5
Deleted Files:
4
Lines of Code:
2387

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 206 (100.0%) 4843 (100.0%) 23.5
yanas 140 (68.0%) 3903 (80.6%) 27.8
lubomir_m 32 (15.5%) 491 (10.1%) 15.3
damencho 15 (7.3%) 327 (6.8%) 21.8
emcho 10 (4.9%) 69 (1.4%) 6.9
wernerd 3 (1.5%) 26 (0.5%) 8.6
vincent_lucas 1 (0.5%) 8 (0.2%) 8.0
kpouer 2 (1.0%) 8 (0.2%) 4.0
s_vincent 2 (1.0%) 6 (0.1%) 3.0
mandre 1 (0.5%) 5 (0.1%) 5.0

Most Recent Commits

damencho 2012-03-16 12:59

Keeps reference to PluginContainers or they will not be notified for events.

27 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+27 -17)
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.

8 lines of code changed in:

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

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

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+1 -1), GlobalStatusSelectorBox.java (+1 -1), PresenceStatusMenu.java (+1 -1), SimpleStatusMenu.java (+1 -1), StatusSelectorMenu.java (+1 -1)
yanas 2011-09-26 16:50

Fixes some status error messages.

43 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: GlobalStatusSelectorBox.java (+22 -7), PresenceStatusMenu.java (+21 -6)
damencho 2011-07-04 18:39

Adds listener for notifying for server stored account details.
SIP protocol gets its account display name from the OK responses to its register requests.

39 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+39)
damencho 2011-05-26 14:10

Show connecting status during reconnects.
When detect network changes calm for a second, give time all network configurations to finish.
Add un-registering state to some providers.
Fix a wrong state of jabber provider shown in status lists.
Make sure un-registering and registering is done in separate threads in reconnect plugin, to avoid blocking each other and possible ui locks.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+4)
yanas 2011-04-21 12:06

Fixes the size and the location of the status arrow icon.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: GlobalStatusSelectorBox.java (+3 -1)
yanas 2011-02-08 00:00

Fixes dialpad dialog location.
Make the single window toolbar visible only when a chat is opened.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+1 -1)
yanas 2011-02-07 19:48

Removes unused border in the account status panel on the top of the contact list.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (-1)
yanas 2010-12-21 11:37

More native MacOS interface for main components.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+4 -6), GlobalStatusSelectorBox.java (+3 -1)
s_vincent 2010-12-01 15:51

When calling a contact that has multiple resources, choose the one that has the highest priority AND Jingle support.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+1 -1), PresenceStatusMenu.java (+5)
damencho 2010-10-07 16:22

Add DND icon to tray/notification/dock icons.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: GlobalStatusSelectorBox.java (+7)
damencho 2010-10-06 18:41

Fix Global status icon on setting DND.
Allow wizards to enable/disable add button in simple forms dialog. Facebook usernames does not allow '-' and '@' chars, reflect this in the wizard.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: GlobalStatusSelectorBox.java (+4)
yanas 2010-10-05 15:23

Fixes issue #815 Size of the status button sometimes too small (https://sip-communicator.dev.java.net/issues/show_bug.cgi?id=815).

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: GlobalStatusSelectorBox.java (+2 -1), StatusSelectorMenu.java (+4 -3)
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).

77 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: GlobalStatusSelectorBox.java (+77 -80)
yanas 2010-09-29 12:53

Moved the CertificateVerificationService to its own bundle.
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: SimpleStatusMenu.java (+11 -4)
yanas 2010-09-29 10:37

Moves the authentication window to the util package and removes any dependency to the protocol service and security authority.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: SimpleStatusMenu.java (+5 -3)
yanas 2010-09-22 21:41

New interface and implementations added allowing to reload a skin runtime. Patch provided by Adam Netocny.

117 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+39 -18), GlobalStatusSelectorBox.java (+30 -1), PresenceStatusMenu.java (+12), SimpleStatusMenu.java (+19), StatusSelectorMenu.java (+17 -4)
lubomir_m 2010-09-03 09:37

Fixes a NullPointerException upon registering/logging into a SIP account.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+4 -2)
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.

44 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/presence: AccountStatusPanel.java (+44 -3)

(102 more)

Generated by StatSVN 0.3.1