[root]/src/net/java/sip/communicator/impl/gui/main/account

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 251 (100.0%) | 5821 (100.0%) | 23.1 |
| yanas | 149 (59.4%) | 4100 (70.4%) | 27.5 |
| emcho | 31 (12.4%) | 698 (12.0%) | 22.5 |
| lubomir_m | 39 (15.5%) | 659 (11.3%) | 16.8 |
| damencho | 15 (6.0%) | 334 (5.7%) | 22.2 |
| wernerd | 15 (6.0%) | 26 (0.4%) | 1.7 |
| vincent_lucas | 1 (0.4%) | 2 (0.0%) | 2.0 |
| s_vincent | 1 (0.4%) | 2 (0.0%) | 2.0 |
Fixes memory leak on macosx.
8 lines of code changed in:
Corrects gray background checkbox problem on Linux for the account list in the Tools->Options->Accounts menu.
2 lines of code changed in:
Fixes editing some old saved yahoo accounts.
24 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
11 lines of code changed in:
Makes multiline account error messages appear correctly.
4 lines of code changed in:
Makes sure that FMJ's JavaSoundCodec will not be utilized in the event that it appears on the classpath because it leads to a noticeable increase in the time taken to construct a filter graph.
0 lines of code changed in:
Removes advanced tabs in edit account form, when account advanced configuration is disabled.
5 lines of code changed in:
Makes advanced account interface configurable from provisioning.
19 lines of code changed in:
Pre-selects the protocol provider corresponding to the default protocol in the add contact dialog.
1 lines of code changed in:
Moves some special properties in the ExtendedAccountRegistrationWizard interface.
15 lines of code changed in:
Check for create form for all account registration wizards before sending the user to the web registration page.
24 lines of code changed in:
Make it impossible to create a Jabber account without a server specified (either as part of the user name or in the server field).
16 lines of code changed in:
Add ippi account creation wizard.
6 lines of code changed in:
Move the acountRemoved notify after account is really removed.
12 lines of code changed in:
Add an accountRemoved method to the AccountRegistrationWizard interface in order to notify wizards when an account has been removed.
34 lines of code changed in:
Pass the error if any to advance wizard so we will show an error and don't ignore it.
2 lines of code changed in:
Adds ellipsis to the Add new account menu item because its dialog requires user input.
14 lines of code changed in:
When calling a contact, not contained in the contact list, we search for its image in one of the contact sources (mac address book/outlook).
Let the user choose the account to use when calling an address book/outlook contact (when clicking the call button, as well as when choosing the right button menu).
Remove the @ sign from number contacts when searching for a corresponding image.
10 lines of code changed in:
Change account wizards to register protocol in separate thread and no more block the UI and shows status text.
179 lines of code changed in:
When creating account check and disabled accounts(all loaded accounts in AccountManager) for duplicates.
Don't block UI when disabling account which is currently registering or asking for authentication.
19 lines of code changed in:
(127 more)