[root]/src/net/java/sip/communicator/plugin/googletalkaccregwizz

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 56 (100.0%) | 1285 (100.0%) | 22.9 |
| emcho | 9 (16.1%) | 801 (62.3%) | 89.0 |
| yanas | 18 (32.1%) | 284 (22.1%) | 15.7 |
| lubomir_m | 16 (28.6%) | 123 (9.6%) | 7.6 |
| damencho | 10 (17.9%) | 62 (4.8%) | 6.2 |
| s_vincent | 1 (1.8%) | 10 (0.8%) | 10.0 |
| wernerd | 1 (1.8%) | 4 (0.3%) | 4.0 |
| akelly7 | 1 (1.8%) | 1 (0.1%) | 1.0 |
Fixes javadoc and eclipse related warnings in the code.
10 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Restores the create Jabber account form and fixes some related issues.
11 lines of code changed in:
Moves some special properties in the ExtendedAccountRegistrationWizard interface.
8 lines of code changed in:
GoogleTalk account wizard now accepts and only usrnames defaulting @gmail.com.
Fix NPE with IceUdpTransportManager if password is not saved for the account.
When init roaster in jabber check if there are some unresolved contacts (missing on server side) and remove them.
2 lines of code changed in:
Fixes an issue in the sip2sip and iptel.org account forms.
Makes the jabber account form extendable, so that in the google talk account form we have all the options we find in the jabber form.
108 lines of code changed in:
When creating new account (simple or advance form) make sure we don't reuse old AccountRegistration instances.
12 lines of code changed in:
Trim every user id we enter in account wizards.
Remove opaque default setting for menus in MenuBars.
1 lines of code changed in:
Fix obtaining password for wizards through factory and credential service.
2 lines of code changed in:
Add NAPTR support for sip accounts.
Fix SipAccountID.equals to take in account protocol and service, which fixes several gui problems with account config form, such as creating new account with username already existing not shown, deleting account makes all existing accounts with same username disappear, updating status of disabled accounts.
Disable accounts now can be deleted.
Use word picture for "My Recent Avatars".
Fix not to send sip PUBLISH messages when we are in connection failed.
4 lines of code changed in:
Adds javadocs, fixes warnings.
14 lines of code changed in:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
3 lines of code changed in:
Fix logger usage - seventh and last bunch
4 lines of code changed in:
- Fixing a bug reported bu Matthieu Casanova (on dev@sip-communicator.dev.java.net 02/16/2010 subject: "AddContactWizard : disable back button when on first page")
- Make all wizard first pages to return null as a "back page identifier" instead of the DEFAULT_PAGE_IDENTIFIER, which was meant for a different case.
4 lines of code changed in:
In the Google Talk account registration wizzard, accepts the username even without @gmail.com and defaults to it.
28 lines of code changed in:
Fixes warnings
13 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
1 lines of code changed in:
- Integrates the Facebook protocol developed by Dai Zhiwei as part of Google Summer of Code 2008 in trunk.
- Updates HttpCore which is already used by the MSN protocol implementation. Also updates Apache Commons Logging which is already used by profiler4j.
- Doesn't jar log4j into the SIP and RSS protocol implementations because it's already a bundle. Thus reduces the sizes of the SIP and RSS protocol implementations.
2 lines of code changed in:
- Addressing issue #465 (Redesign the account configuration menu).
- Fixing issue with status update within the accounts configuration form.
- Adding support for 32x32 and 48x48 icons for all protocols.
- Changing the background and selection colors for config forms list on the left of the Options window.
2 lines of code changed in:
Fixes warnings, removes unnecessary fields.
35 lines of code changed in:
(18 more)