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

Directory Created:
2008-07-10 16:39
Total Files:
2
Deleted Files:
3
Lines of Code:
391

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 56 (100.0%) 1285 (100.0%) 22.9
emcho 9 (16.1%) 801 (62.3%) 89.0
yanas 18 (32.1%) 284 (22.1%) 15.7
lubomir_m 16 (28.6%) 123 (9.6%) 7.6
damencho 10 (17.9%) 62 (4.8%) 6.2
s_vincent 1 (1.8%) 10 (0.8%) 10.0
wernerd 1 (1.8%) 4 (0.3%) 4.0
akelly7 1 (1.8%) 1 (0.1%) 1.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

10 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: GoogleTalkAccRegWizzActivator.java (+10 -2)
emcho 2011-10-18 14:03

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

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: GoogleTalkAccRegWizzActivator.java (+1 -1), GoogleTalkAccountRegistrationWizard.java (+1 -1)
yanas 2011-07-20 20:24

Restores the create Jabber account form and fixes some related issues.

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: GoogleTalkAccountRegistrationWizard.java (+11)
yanas 2011-05-25 13:06

Moves some special properties in the ExtendedAccountRegistrationWizard interface.

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: GoogleTalkAccountRegistrationWizard.java (+8 -4)
damencho 2011-04-01 11:01

GoogleTalk account wizard now accepts and only usrnames defaulting @gmail.com.
Fix NPE with IceUdpTransportManager if password is not saved for the account.
When init roaster in jabber check if there are some unresolved contacts (missing on server side) and remove them.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: GoogleTalkAccountRegistrationWizard.java (+2 -1)
yanas 2011-03-18 19:53

Fixes an issue in the sip2sip and iptel.org account forms.
Makes the jabber account form extendable, so that in the google talk account form we have all the options we find in the jabber form.

108 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: FirstWizardPage.java (del), GoogleTalkAccRegWizzActivator.java (+15 -2), GoogleTalkAccountRegistration.java (del), GoogleTalkAccountRegistrationWizard.java (+93 -318), Resources.java (del)
damencho 2011-02-17 18:38

When creating new account (simple or advance form) make sure we don't reuse old AccountRegistration instances.

12 lines of code changed in:

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

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: FirstWizardPage.java (+3 -3), GoogleTalkAccountRegistrationWizard.java (+1 -1)
lubomir_m 2010-09-11 13:34

Adds javadocs, fixes warnings.

14 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: FirstWizardPage.java (+4), GoogleTalkAccRegWizzActivator.java (+6 -2), GoogleTalkAccountRegistrationWizard.java (+4)
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/googletalkaccregwizz: GoogleTalkAccountRegistrationWizard.java (+3)
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/googletalkaccregwizz: FirstWizardPage.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/googletalkaccregwizz: FirstWizardPage.java (+4 -3)
lubomir_m 2009-11-14 21:15

In the Google Talk account registration wizzard, accepts the username even without @gmail.com and defaults to it.

28 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: FirstWizardPage.java (+4 -2), GoogleTalkAccountRegistration.java (+17 -5), GoogleTalkAccountRegistrationWizard.java (+7 -16)
lubomir_m 2009-10-16 01:53

Fixes warnings

13 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: FirstWizardPage.java (+13 -14)
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.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: GoogleTalkAccountRegistrationWizard.java (+1 -1)
lubomir_m 2009-07-24 01:32

- Integrates the Facebook protocol developed by Dai Zhiwei as part of Google Summer of Code 2008 in trunk.
- Updates HttpCore which is already used by the MSN protocol implementation. Also updates Apache Commons Logging which is already used by profiler4j.
- Doesn't jar log4j into the SIP and RSS protocol implementations because it's already a bundle. Thus reduces the sizes of the SIP and RSS protocol implementations.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: Resources.java (+2 -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/googletalkaccregwizz: Resources.java (+2 -2)
lubomir_m 2009-04-15 04:53

Fixes warnings, removes unnecessary fields.

35 lines of code changed in:

  • src/net/java/sip/communicator/plugin/googletalkaccregwizz: FirstWizardPage.java (+35 -53)

(18 more)

Generated by StatSVN 0.3.1