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

Directory Created:
2007-06-01 18:45
Total Files:
5
Deleted Files:
0
Lines of Code:
878

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 55 (100.0%) 1226 (100.0%) 22.2
damencho 7 (12.7%) 787 (64.2%) 112.4
yanas 23 (41.8%) 346 (28.2%) 15.0
emcho 11 (20.0%) 37 (3.0%) 3.3
vincent_lucas 3 (5.5%) 24 (2.0%) 8.0
lubomir_m 8 (14.5%) 17 (1.4%) 2.1
s_vincent 1 (1.8%) 9 (0.7%) 9.0
wernerd 1 (1.8%) 4 (0.3%) 4.0
akelly7 1 (1.8%) 2 (0.2%) 2.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

9 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: Resources.java (+9 -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/rssaccregwizz: FirstWizardPage.java (+1 -1), Resources.java (+1 -1), RssAccRegWizzActivator.java (+1 -1), RssAccountRegistration.java (+1 -1), RssAccountRegistrationWizard.java (+1 -1)
yanas 2011-06-07 12:04

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

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: RssAccountRegistrationWizard.java (+8 -62)
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/rssaccregwizz: RssAccountRegistrationWizard.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/rssaccregwizz: RssAccountRegistrationWizard.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.

35 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: RssAccountRegistrationWizard.java (+35 -6)
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/rssaccregwizz: RssAccountRegistrationWizard.java (+3 -1)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: RssAccRegWizzActivator.java (+4 -2)
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/rssaccregwizz: FirstWizardPage.java (+4 -3)
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/rssaccregwizz: Resources.java (+2 -2)
emcho 2009-03-30 03:12

Fixes Eclipse warnings as a part of issue #637. There's more work on some of these classes but I need to go to bed now :).

8 lines of code changed in:

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

Fixes raw type warnings

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: RssAccountRegistrationWizard.java (+6 -4)
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/rssaccregwizz: FirstWizardPage.java (+2)
lubomir_m 2009-02-10 16:47

Removes unused fields, fixes raw-type warnings.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: RssAccRegWizzActivator.java (+1 -6), RssAccountRegistrationWizard.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/rssaccregwizz: RssAccountRegistrationWizard.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

20 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: RssAccountRegistrationWizard.java (+20 -13)
yanas 2008-12-10 00:28

Language resources updated.

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: FirstWizardPage.java (+6 -6), RssAccountRegistrationWizard.java (+5 -5)
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/rssaccregwizz: FirstWizardPage.java (+1 -1)
lubomir_m 2008-12-07 00:08

Fixes warnings about unused imports.

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: RssAccountRegistrationWizard.java (-1)
lubomir_m 2008-12-04 13:36

As part of the ongoing work on issue #492 - Grey background dialogs, makes the AccountRegistrationWizard implementations respect the new blue theme. The uses of JTabbedPane which thus don't comply with the theme will be taken care of in a separate revision.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/rssaccregwizz: FirstWizardPage.java (+7 -5)

(17 more)

Generated by StatSVN 0.3.1