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

Directory Created:
2007-09-28 17:52
Total Files:
5
Deleted Files:
0
Lines of Code:
1044

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 62 (100.0%) 1825 (100.0%) 29.4
pradelle 10 (16.1%) 1087 (59.6%) 108.7
yanas 26 (41.9%) 517 (28.3%) 19.8
emcho 8 (12.9%) 93 (5.1%) 11.6
lubomir_m 10 (16.1%) 41 (2.2%) 4.1
damencho 3 (4.8%) 39 (2.1%) 13.0
vmartinet 3 (4.8%) 37 (2.0%) 12.3
s_vincent 1 (1.6%) 7 (0.4%) 7.0
wernerd 1 (1.6%) 4 (0.2%) 4.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: Resources.java (+7 -2)
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/sshaccregwizz: FirstWizardPage.java (+1 -1), Resources.java (+1 -1), SSHAccRegWizzActivator.java (+1 -1), SSHAccountRegistration.java (+1 -1), SSHAccountRegistrationWizard.java (+1 -1)
yanas 2011-06-07 12:04

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

36 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: SSHAccountRegistrationWizard.java (+36 -85)
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/sshaccregwizz: SSHAccountRegistrationWizard.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/sshaccregwizz: SSHAccountRegistrationWizard.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.

59 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: SSHAccountRegistrationWizard.java (+59 -22)
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/sshaccregwizz: 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/sshaccregwizz: SSHAccountRegistrationWizard.java (+4 -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/sshaccregwizz: SSHAccRegWizzActivator.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/sshaccregwizz: FirstWizardPage.java (+4 -3)
vmartinet 2010-01-18 18:29

- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
(Contact are never used, only their address/ID. +More convenient for unit tests)

- Removed tabs (reported by Yana)

13 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: FirstWizardPage.java (+13 -13)
vmartinet 2009-12-22 00:06

Implements SipCommFileFilter in the Whiteboard plugin.
The Mac OS X save file dialog is now used.

Deleted warnings and corrected lines > 80 characters.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: FirstWizardPage.java (+7 -3)
vmartinet 2009-12-21 03:04

Introduce the SipCommFileChooser, generic file chooser which gather
both Swing's JFileChooser and AWT's FileDialog, since FileDialog
is better to use on Mac OS X than JFileChooser.

Introduce SipCommFileFilter too.

Beginning of implementation in:
- MainToolBar
- ContactRightButtonMenu
- NotificationConfigurationPanel
- NewBundleDialog
- FirstWizardPage

17 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: FirstWizardPage.java (+17 -16)
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/sshaccregwizz: Resources.java (+2 -2)
lubomir_m 2009-04-30 13:41

Fixes programming errors detected by FindBugs.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: FirstWizardPage.java (+4 -3)
emcho 2009-03-28 13:38

Fixes raw type warnings

2 lines of code changed in:

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

86 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: FirstWizardPage.java (+85 -80), SSHAccountRegistration.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/sshaccregwizz: SSHAccRegWizzActivator.java (+2 -9), SSHAccountRegistrationWizard.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/sshaccregwizz: SSHAccountRegistrationWizard.java (+3 -3)
lubomir_m 2009-01-23 17:50

Fixes the warnings about unused imports introduced in recent revisions.

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sshaccregwizz: FirstWizardPage.java (-2)

(20 more)

Generated by StatSVN 0.3.1