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

Directory Created:
2006-07-26 20:48
Total Files:
11
Deleted Files:
4
Lines of Code:
3106

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

Lines of Code

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

Developers

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

Most Recent Commits

damencho 2012-03-27 14:57

Fixes memory leak on macosx.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountRegWizardContainerImpl.java (+8)
vincent_lucas 2012-02-10 11:10

Corrects gray background checkbox problem on Linux for the account list in the Tools->Options->Accounts menu.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountListCellRenderer.java (+2 -2)
damencho 2012-01-25 13:26

Fixes editing some old saved yahoo accounts.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountRegWizardContainerImpl.java (+24 -1)
emcho 2011-10-18 14:03

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

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: Account.java (+1 -1), AccountList.java (+1 -1), AccountListCellRenderer.java (+1 -1), AccountListModel.java (+1 -1), AccountRegSummaryPage.java (+1 -1), AccountRegWizardContainerImpl.java (+1 -1), AccountsConfigurationPanel.java (+1 -1), EmptyAccountRegistrationForm.java (+1 -1), EmptyAccountRegistrationWizard.java (+1 -1), EmptyAccountRegistrationWizardPage.java (+1 -1), NewAccountDialog.java (+1 -1)
yanas 2011-10-10 16:12

Makes multiline account error messages appear correctly.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: NewAccountDialog.java (+4 -2)
lubomir_m 2011-07-18 12:59

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:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountsConfigurationPanel.java (-1)
yanas 2011-07-04 17:24

Removes advanced tabs in edit account form, when account advanced configuration is disabled.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountsConfigurationPanel.java (+5 -8)
yanas 2011-07-01 19:28

Makes advanced account interface configurable from provisioning.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountsConfigurationPanel.java (+11 -5), NewAccountDialog.java (+8 -2)
yanas 2011-06-07 12:04

Pre-selects the protocol provider corresponding to the default protocol in the add contact dialog.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: EmptyAccountRegistrationWizard.java (+1 -50)
yanas 2011-05-25 13:06

Moves some special properties in the ExtendedAccountRegistrationWizard interface.

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: EmptyAccountRegistrationWizard.java (+7 -14), NewAccountDialog.java (+8 -5)
yanas 2011-05-19 13:27

Check for create form for all account registration wizards before sending the user to the web registration page.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: EmptyAccountRegistrationWizard.java (+11), NewAccountDialog.java (+13 -1)
yanas 2011-05-13 17:09

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:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountRegSummaryPage.java (+10), NewAccountDialog.java (+6)
damencho 2011-03-29 17:38

Add ippi account creation wizard.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: NewAccountDialog.java (+6)
yanas 2011-03-28 21:09

Move the acountRemoved notify after account is really removed.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountsConfigurationPanel.java (+12 -11)
yanas 2011-03-28 14:36

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:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountRegWizardContainerImpl.java (+14 -2), AccountsConfigurationPanel.java (+12), EmptyAccountRegistrationWizard.java (+8 -3)
damencho 2011-01-27 12:44

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:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountRegSummaryPage.java (+2)
lubomir_m 2011-01-27 01:57

Adds ellipsis to the Add new account menu item because its dialog requires user input.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/account: NewAccountDialog.java (+14 -4)
yanas 2011-01-14 03:12

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:

  • src/net/java/sip/communicator/impl/gui/main/account: Account.java (+10)
damencho 2010-12-23 18:16

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:

  • src/net/java/sip/communicator/impl/gui/main/account: NewAccountDialog.java (+179 -44)
damencho 2010-12-14 20:11

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:

  • src/net/java/sip/communicator/impl/gui/main/account: AccountList.java (+19 -2)

(127 more)

Generated by StatSVN 0.3.1