[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)

| 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 |
Keeps reference to PluginContainers or they will not be notified for events.
27 lines of code changed in:
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:
Changes project name in source license headers from SIP Communicator to Jitsi
5 lines of code changed in:
Fixes some status error messages.
43 lines of code changed in:
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:
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:
Fixes the size and the location of the status arrow icon.
3 lines of code changed in:
Fixes dialpad dialog location.
Make the single window toolbar visible only when a chat is opened.
1 lines of code changed in:
Removes unused border in the account status panel on the top of the contact list.
0 lines of code changed in:
More native MacOS interface for main components.
7 lines of code changed in:
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:
Add DND icon to tray/notification/dock icons.
7 lines of code changed in:
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:
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:
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:
Moved the CertificateVerificationService to its own bundle.
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.
11 lines of code changed in:
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:
New interface and implementations added allowing to reload a skin runtime. Patch provided by Adam Netocny.
117 lines of code changed in:
Fixes a NullPointerException upon registering/logging into a SIP account.
4 lines of code changed in:
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:
(102 more)