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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 75 (100.0%) | 1456 (100.0%) | 19.4 |
| yanas | 42 (56.0%) | 745 (51.2%) | 17.7 |
| damencho | 11 (14.7%) | 644 (44.2%) | 58.5 |
| emcho | 10 (13.3%) | 26 (1.8%) | 2.6 |
| lubomir_m | 9 (12.0%) | 25 (1.7%) | 2.7 |
| s_vincent | 3 (4.0%) | 16 (1.1%) | 5.3 |
Fixes javadoc and eclipse related warnings in the code.
16 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
5 lines of code changed in:
Pre-selects the protocol provider corresponding to the default protocol in the add contact dialog.
6 lines of code changed in:
Moves some special properties in the ExtendedAccountRegistrationWizard interface.
4 lines of code changed in:
Check for create form for all account registration wizards before sending the user to the web registration page.
11 lines of code changed in:
Add an accountRemoved method to the AccountRegistrationWizard interface in order to notify wizards when an account has been removed.
36 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:
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
3 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:
- 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 raw type warnings
8 lines of code changed in:
Fixes issue #601 : Can create an account with no userid . Note that this is a lame fix and a more comprehensive solution should be implemented as a part of issue #625
7 lines of code changed in:
Removes unused fields, fixes raw-type warnings.
6 lines of code changed in:
Fixes warnings about raw-type use, removes unnecessary fields, marks fields final where possible.
3 lines of code changed in:
- Fixes Issue #: 434 Wrong ID when try to install an already installed account.
- Removes the "Override server" option from account wizards.
- Adds a property to the ProtocolProviderFactory which indicates if the server has been modified
26 lines of code changed in:
- Reduces garbage created when working with AccoutID.getAccountProperties() which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations.
- Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance.
3 lines of code changed in:
Language resources updated.
19 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
1 lines of code changed in:
Makes the background of JCheckBox transparent on Windows in order to respect the blue theme.
1 lines of code changed in:
(28 more)