Directory src/net/java/sip/communicator/plugin/dictaccregwizz/

Directory Created:
2008-05-26 17:11
Total Files:
8
Deleted Files:
2
Lines of Code:
1880

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

Lines of Code

src/net/java/sip/communicator/plugin/dictaccregwizz/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 92 (100.0%) 4048 (100.0%) 44.0
vincent_lucas 23 (25.0%) 2925 (72.3%) 127.1
ysaak 12 (13.0%) 648 (16.0%) 54.0
yanas 18 (19.6%) 217 (5.4%) 12.0
s_vincent 5 (5.4%) 133 (3.3%) 26.6
lubomir_m 13 (14.1%) 67 (1.7%) 5.1
damencho 3 (3.3%) 39 (1.0%) 13.0
emcho 16 (17.4%) 15 (0.4%) 0.9
wernerd 1 (1.1%) 2 (0.0%) 2.0
akelly7 1 (1.1%) 2 (0.0%) 2.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

133 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccRegWizzActivator.java (+10 -7), FirstWizardPage.java (+50 -45), ProgressPanel.java (+30 -25), Resources.java (+8 -3), StrategiesList.java (+35 -20)
emcho 2011-10-18 14:03

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

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccRegWizzActivator.java (+1 -1), DictAccountRegistration.java (+1 -1), DictAccountRegistrationWizard.java (+1 -1), FirstWizardPage.java (+1 -1), ProgressPanel.java (+1 -1), Resources.java (+1 -1), StrategiesList.java (+1 -1), ThreadManager.java (+1 -1)
yanas 2011-06-07 12:04

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

9 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+9 -79)
yanas 2011-05-25 13:06

Moves some special properties in the ExtendedAccountRegistrationWizard interface.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+4 -13)
yanas 2011-05-19 13:27

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

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+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/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+34 -5)
damencho 2010-09-27 15:08

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.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: FirstWizardPage.java (+1 -1)
yanas 2010-07-05 18:47

Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+4 -1)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: ThreadManager.java (+2 -1)
yanas 2010-02-16 15:06

- 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.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: FirstWizardPage.java (+3 -3)
lubomir_m 2009-09-02 14:01

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.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: StrategiesList.java (+1 -1), ThreadManager.java (+1 -1)
yanas 2009-05-15 18:47

- 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.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: Resources.java (+2 -2), ThreadManager.java (+1 -1)
emcho 2009-03-28 13:38

Fixes raw type warnings

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+7 -5)
lubomir_m 2009-03-12 22:08

Fixes various warnings, mostly ones about performance.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: FirstWizardPage.java (+4 -5)
akelly7 2009-03-07 00:08

GUI enhancements: Remove opacity and editability from JTextAreas used for instructions

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: FirstWizardPage.java (+2 -1)
lubomir_m 2009-03-02 18:56

Removes unnecessary fields.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: StrategiesList.java (+2 -2), ThreadManager.java (+5 -5)
lubomir_m 2009-02-06 13:29

Fixes warnings about raw-type use, removes unnecessary fields, marks fields final where possible.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+5 -5)
yanas 2009-01-21 15:51

- 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

56 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+23 -30), FirstWizardPage.java (+33 -80)
lubomir_m 2008-12-16 15:53

- 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.

27 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: FirstWizardPage.java (+27 -20)
yanas 2008-12-10 00:28

Language resources updated.

39 lines of code changed in:

  • src/net/java/sip/communicator/plugin/dictaccregwizz: DictAccountRegistrationWizard.java (+4 -4), FirstWizardPage.java (+21 -14), ProgressPanel.java (+2 -1), ThreadManager.java (+12 -6)

(17 more)

Generated by StatSVN 0.3.1