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

Directory Created:
2007-04-10 18:29
Total Files:
5
Deleted Files:
0
Lines of Code:
978

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 71 (100.0%) 2003 (100.0%) 28.2
damencho 13 (18.3%) 1019 (50.9%) 78.3
yanas 36 (50.7%) 833 (41.6%) 23.1
scmerger 3 (4.2%) 67 (3.3%) 22.3
lubomir_m 7 (9.9%) 40 (2.0%) 5.7
s_vincent 4 (5.6%) 27 (1.3%) 6.7
emcho 7 (9.9%) 16 (0.8%) 2.2
akelly7 1 (1.4%) 1 (0.0%) 1.0

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

24 lines of code changed in:

  • src/net/java/sip/communicator/plugin/aimaccregwizz: AimAccRegWizzActivator.java (+12 -9), FirstWizardPage.java (+5), 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/aimaccregwizz: AimAccRegWizzActivator.java (+1 -1), AimAccountRegistration.java (+1 -1), AimAccountRegistrationWizard.java (+1 -1), FirstWizardPage.java (+1 -1), Resources.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/aimaccregwizz: AimAccountRegistrationWizard.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/aimaccregwizz: AimAccountRegistrationWizard.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/aimaccregwizz: AimAccountRegistrationWizard.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.

50 lines of code changed in:

  • src/net/java/sip/communicator/plugin/aimaccregwizz: AimAccountRegistrationWizard.java (+50 -10)
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/aimaccregwizz: 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/aimaccregwizz: FirstWizardPage.java (+2 -3)
yanas 2010-10-28 21:46

Added a more appropriate AIM user name example in the AIM create account form.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/aimaccregwizz: 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.

92 lines of code changed in:

  • src/net/java/sip/communicator/plugin/aimaccregwizz: AimAccountRegistrationWizard.java (+14 -9), FirstWizardPage.java (+78 -65)
s_vincent 2010-04-21 19:11

- AVPF Picture Loss Indication support;
- rtcp-fb nack pli support in SDP;
- Add updated ffmpeg libraries;
- Add missing javadoc.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/aimaccregwizz: FirstWizardPage.java (+3 -2)
damencho 2010-03-17 20:25

Add global proxy config. Add support for the global proxy config in protocols like ICQ/AIM and Jabber.

17 lines of code changed in:

  • src/net/java/sip/communicator/plugin/aimaccregwizz: AimAccountRegistration.java (-100), AimAccountRegistrationWizard.java (+9 -48), FirstWizardPage.java (+8 -95)
yanas 2010-02-22 17:21

Patch provided by Matthieu Casanova on dev@sip-communicator.dev.java.net with subject: "[PATCH] Fix for suspicious String comparison" on 19/02/2010.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/aimaccregwizz: AimAccountRegistrationWizard.java (+5 -5)
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/aimaccregwizz: FirstWizardPage.java (+4 -3)
scmerger 2009-08-19 21:20

Merge branch '1.0-local' into trunk-local

* 1.0-local:
Fixes an inconsistency when creating an AIM account through the multi-protocol meebo-like account registration form which used to not remember the password and it would immediately be asked for right after closing the registration form while the behavior used to be different for the other protocols.

67 lines of code changed in:

  • src/net/java/sip/communicator/plugin/aimaccregwizz: AimAccountRegistration.java (+59 -23), AimAccountRegistrationWizard.java (+2 -1), FirstWizardPage.java (+6 -4)
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/aimaccregwizz: Resources.java (+2 -2)
emcho 2009-03-28 13:38

Fixes raw type warnings

4 lines of code changed in:

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

7 lines of code changed in:

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

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

1 lines of code changed in:

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

(24 more)

Generated by StatSVN 0.3.1