Directory src/net/java/sip/communicator/impl/gui/customcontrols/wizard/

Directory Created:
2006-07-26 20:50
Total Files:
6
Deleted Files:
0
Lines of Code:
1428

[root]/src/net/java/sip/communicator/impl/gui/customcontrols/wizard

Lines of Code

src/net/java/sip/communicator/impl/gui/customcontrols/wizard/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 77 (100.0%) 2288 (100.0%) 29.7
yanas 43 (55.8%) 1979 (86.5%) 46.0
damencho 3 (3.9%) 118 (5.2%) 39.3
lubomir_m 15 (19.5%) 117 (5.1%) 7.8
emcho 11 (14.3%) 67 (2.9%) 6.0
wernerd 4 (5.2%) 4 (0.2%) 1.0
pradelle 1 (1.3%) 3 (0.1%) 3.0

Most Recent Commits

emcho 2011-10-18 14:03

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

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+1 -1), WizardController.java (+1 -1), WizardEvent.java (+1 -1), WizardListener.java (+1 -1), WizardModel.java (+1 -1), WizardPanelNotFoundException.java (+1 -1)
damencho 2011-01-27 12:44

Pass the error if any to advance wizard so we will show an error and don't ignore it.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: WizardController.java (+2)
damencho 2010-12-23 18:16

Change account wizards to register protocol in separate thread and no more block the UI and shows status text.

116 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+56 -1), WizardController.java (+60 -31)
yanas 2010-07-12 15:19

Create SIP2SIP info account.

Enhanced SIP account registration form.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (-1)
yanas 2010-07-05 18:47

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

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (-1)
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.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: WizardModel.java (+3 -3)
emcho 2009-07-18 00:51

converts tabs to spaces in a number of classes

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: WizardPanelNotFoundException.java (+3 -3)
yanas 2009-05-01 18:48

Fixing issue # 571 (static I18N strings in impl.gui.customcontrols.Wizard) + some code formatting

208 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+107 -40), WizardController.java (+9 -7), WizardModel.java (+92 -70)
wernerd 2009-04-05 09:49

Undo revision 5226, see Lubo's e-mail in list.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (-2), WizardEvent.java (-2)
wernerd 2009-04-04 20:32

Remove warning, mostly serialVersionUID stuff. This is part of the effort to resolve issue #637

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+2), WizardEvent.java (+2)
lubomir_m 2009-03-24 17:25

Fixes issue #517 (Previous button on Advanced-mode AccountRegistrationWizard throws WizardPanelNotFoundException).

26 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+16 -29), WizardController.java (+10 -20)
lubomir_m 2009-03-13 02:53

Fixes a couple of occurrences of incorrect code, performance-related warnings.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+9 -10), WizardModel.java (+15 -9)
lubomir_m 2009-03-02 13:46

Fixes possible NullPointerExceptions, incorrect code. Removes fields, marks other fields private and final.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+3)
lubomir_m 2009-03-02 01:15

Removes unnecessary allocations and fields, makes fields final, fixes warnings.

23 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: WizardModel.java (+23 -29)
lubomir_m 2009-03-01 02:33

Fixes programming error such as guaranteed ClassCastExceptions, possible NullPointerExceptions, a missing field initialization from a constructor argument. Also removes an unused field.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+1 -8)
lubomir_m 2009-02-17 02:23

Removes unnecessary classes and fields, fixes warnings.

18 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+15 -30), WizardEvent.java (+3 -3)
lubomir_m 2009-02-05 20:27

Fixes a bunch of warnings about raw-type use and serialization.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: WizardModel.java (-3), WizardPanelNotFoundException.java (+6 -5)
yanas 2008-12-10 00:28

Language resources updated.

23 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+16 -10), WizardController.java (+7 -6)
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/impl/gui/customcontrols/wizard: Wizard.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/impl/gui/customcontrols/wizard: Wizard.java (-1)

(30 more)

Generated by StatSVN 0.3.1