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

Directory Created:
2009-07-24 01:32
Total Files:
2
Deleted Files:
3
Lines of Code:
447

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 878 (100.0%) 24.3
lubomir_m 10 (27.8%) 533 (60.7%) 53.3
yanas 11 (30.6%) 172 (19.6%) 15.6
damencho 9 (25.0%) 156 (17.8%) 17.3
s_vincent 2 (5.6%) 8 (0.9%) 4.0
wernerd 1 (2.8%) 4 (0.5%) 4.0
emcho 2 (5.6%) 4 (0.5%) 2.0
akelly7 1 (2.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.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FacebookAccRegWizzActivator.java (+6 -1)
emcho 2011-10-18 14:03

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

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FacebookAccRegWizzActivator.java (+3 -3), FacebookAccountRegistrationWizard.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/facebookaccregwizz: FacebookAccountRegistrationWizard.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/facebookaccregwizz: FacebookAccountRegistrationWizard.java (+8 -4)
yanas 2011-03-19 18:36

Facebook account registration wizard extends the current Jabber wizard.

126 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FacebookAccRegWizzActivator.java (+12), FacebookAccountRegistration.java (del), FacebookAccountRegistrationWizard.java (+114 -243), FirstWizardPage.java (del), Resources.java (del)
lubomir_m 2011-03-03 13:58

Re: issue JITSI-924 "Bulgarian fb wizard is very wide on Windows", fixes the fb account wizard to use the font used elsewhere in the UI.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FirstWizardPage.java (+4)
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/facebookaccregwizz: FirstWizardPage.java (+1 -1)
damencho 2010-12-13 17:26

Fix obtaining password for wizards through factory and credential service.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FirstWizardPage.java (+3 -2)
damencho 2010-10-06 18:41

Fix Global status icon on setting DND.
Allow wizards to enable/disable add button in simple forms dialog. Facebook usernames does not allow '-' and '@' chars, reflect this in the wizard.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FirstWizardPage.java (+5 -1)
yanas 2010-07-05 18:47

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

19 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FacebookAccountRegistrationWizard.java (+19 -13), FirstWizardPage.java (-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/facebookaccregwizz: FacebookAccRegWizzActivator.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/facebookaccregwizz: FirstWizardPage.java (+4 -3)
damencho 2010-02-16 00:15

Update Facebook account wizard.

74 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FacebookAccRegWizzActivator.java (+38), FirstWizardPage.java (+36 -19)
s_vincent 2010-02-15 13:11

Fix javadoc warnings.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FirstWizardPage.java (+2 -2)
damencho 2010-02-12 18:08

Introduce new support for Facebook, through xmpp. Remove old one.

73 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FacebookAccRegWizzActivator.java (+1 -1), FacebookAccountRegistration.java (+9 -9), FacebookAccountRegistrationWizard.java (+22 -2), FirstWizardPage.java (+41 -28)
yanas 2009-09-14 18:51

Ongoing work on issue #725 ( Sepperate operation set for ad-hoc like chat rooms (Msn, Icq, Yahoo)) provided by Valentin Martinet. Introduces all the interfaces needed to represent an ad-hoc chat room and the corresponding implementations for Msn, Yahoo and Icq.

Also turns some tabs to spaces in the facebookaccregwizz and chatalerter plugins.

4 lines of code changed in:

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

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FirstWizardPage.java (-2)
lubomir_m 2009-08-31 22:47

As my day went into warnings, fixes more warnings about raw-type uses.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FirstWizardPage.java (+2 -9)
lubomir_m 2009-08-31 16:15

Commits another part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/facebookaccregwizz: FirstWizardPage.java (+1 -1)
akelly7 2009-08-26 00:26

Remove opaque background from "Remember Password" checkbox

1 lines of code changed in:

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

(2 more)

Generated by StatSVN 0.3.1