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

Directory Created:
2007-01-12 20:56
Total Files:
5
Deleted Files:
1
Lines of Code:
886

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 69 (100.0%) 1399 (100.0%) 20.2
damencho 12 (17.4%) 712 (50.9%) 59.3
yanas 35 (50.7%) 619 (44.2%) 17.6
emcho 9 (13.0%) 29 (2.1%) 3.2
lubomir_m 10 (14.5%) 22 (1.6%) 2.2
s_vincent 3 (4.3%) 17 (1.2%) 5.6

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

17 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+4), Resources.java (+6 -1), YahooAccRegWizzActivator.java (+7 -4)
emcho 2011-10-18 14:03

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

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+1 -1), Resources.java (+1 -1), YahooAccRegWizzActivator.java (+1 -1), YahooAccountRegistration.java (+1 -1), YahooAccountRegistrationWizard.java (+1 -1)
yanas 2011-06-07 12:04

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

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: YahooAccountRegistrationWizard.java (+6 -65)
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/yahooaccregwizz: YahooAccountRegistrationWizard.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/yahooaccregwizz: YahooAccountRegistrationWizard.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.

41 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: YahooAccountRegistrationWizard.java (+41 -7)
damencho 2010-12-21 16:04

Trim every user id we enter in account wizards.
Remove opaque default setting for menus in MenuBars.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+1 -1)
damencho 2010-12-13 17:26

Fix obtaining password for wizards through factory and credential service.

2 lines of code changed in:

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

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

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: YahooAccountRegistrationWizard.java (+3)
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.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+4 -2)
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.

2 lines of code changed in:

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

Fixes raw type warnings

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: YahooAccountRegistrationWizard.java (+6 -4)
emcho 2009-03-25 14:28

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

18 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+17 -12), YahooAccountRegistration.java (+1 -1)
lubomir_m 2009-02-10 16:47

Removes unused fields, fixes raw-type warnings.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: YahooAccRegWizzActivator.java (+2 -5), YahooAccountRegistrationWizard.java (+1 -4)
lubomir_m 2009-02-06 13:29

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

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: YahooAccountRegistrationWizard.java (+3 -3)
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

24 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+5 -34), YahooAccountRegistrationWizard.java (+19 -13)
lubomir_m 2008-12-16 22:42

Speeds up the painting of the table of plug-ins in .pluginmanager i.e. the Plug-ins ConfigurationForm by reusing the displayed ImageIcon instances instead of loading a new one on each cell paint. Though now there's a cache of a few elements retained, it shouldn't too much of a concern because it has a few elements and I plan to look into the option of not retaining ConfigurationForm UI in general anyway.

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (-1)
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.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+3 -7)
yanas 2008-12-10 00:28

Language resources updated.

21 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+8 -5), YahooAccountRegistrationWizard.java (+13 -8)
lubomir_m 2008-12-08 21:18

Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/yahooaccregwizz: FirstWizardPage.java (+1 -1)

(24 more)

Generated by StatSVN 0.3.1