Directory src/net/java/sip/communicator/service/gui/

Directory Created:
2005-11-02 17:08
Total Files:
20
Deleted Files:
12
Lines of Code:
2846

[root]/src/net/java/sip/communicator/service/gui
                                 event (6 files, 262 lines)
                                 internal (1 files, 80 lines)

Lines of Code

src/net/java/sip/communicator/service/gui/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 196 (100.0%) 4241 (100.0%) 21.6
yanas 138 (70.4%) 3158 (74.5%) 22.8
lubomir_m 16 (8.2%) 509 (12.0%) 31.8
emcho 29 (14.8%) 358 (8.4%) 12.3
666f6f 2 (1.0%) 65 (1.5%) 32.5
ibauersachs 2 (1.0%) 45 (1.1%) 22.5
damencho 5 (2.6%) 44 (1.0%) 8.8
scmerger 1 (0.5%) 36 (0.8%) 36.0
akelly7 1 (0.5%) 10 (0.2%) 10.0
s_vincent 1 (0.5%) 9 (0.2%) 9.0
sympho 1 (0.5%) 7 (0.2%) 7.0

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

9 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: WindowID.java (+9)
ibauersachs 2012-02-20 10:13

Make the OTR <authenticate buddy> text clickable (Patch by Daniel Perren, FHNW)

45 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: Chat.java (+21), ChatLinkClickedListener.java (new 24)
yanas 2011-12-16 14:06

Adds a method indicating if a wizard should be shown in availble networks.

12 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: AccountRegistrationWizard.java (+12)
emcho 2011-10-18 14:03

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

18 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: AbstractExportedWindow.java (+1 -1), AbstractPluginComponent.java (+1 -1), AccountRegistrationForm.java (+1 -1), AccountRegistrationWizard.java (+1 -1), Chat.java (+1 -1), ConfigurationForm.java (+1 -1), Container.java (+1 -1), CreateAccountWindow.java (+1 -1), ExportedWindow.java (+1 -1), ExtendedAccountRegistrationWizard.java (+1 -1), FavoritesButton.java (+1 -1), LazyConfigurationForm.java (+1 -1), PluginComponent.java (+1 -1), PopupDialog.java (+1 -1), UIService.java (+1 -1), WindowID.java (+1 -1), WizardContainer.java (+1 -1), WizardPage.java (+1 -1)
yanas 2011-10-10 13:59

Extends account wizard class with forgot password link.

20 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: AccountRegistrationWizard.java (+20)
yanas 2011-08-24 15:06

Merges contact source configurations in a single configuration form.
Adds the possibility to disable/enable MacOSX AddressBook and MS Outlook.
Adds a prefix configuration to all contact sources: AddressBook, Outlook, LDAP, Google Contacts.

5 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: ConfigurationForm.java (+5)
yanas 2011-07-04 17:24

Removes advanced tabs in edit account form, when account advanced configuration is disabled.

3 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: AccountRegistrationWizard.java (+3)
yanas 2011-06-07 12:04

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

92 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: AccountRegistrationWizard.java (+89 -29), ExtendedAccountRegistrationWizard.java (+3 -3)
yanas 2011-05-25 13:14

Moves some special properties in the ExtendedAccountRegistrationWizard interface.

29 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: ExtendedAccountRegistrationWizard.java (new 29)
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/service/gui: AccountRegistrationWizard.java (+4 -10), CreateAccountWindow.java (+4 -1)
yanas 2011-05-19 14:10

Check for create form for all account registration wizards before sending the user to the web registration page.

29 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: CreateAccountWindow.java (new 29)
yanas 2011-05-19 13:27

Check for create form for all account registration wizards before sending the user to the web registration page.

16 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: AccountRegistrationWizard.java (+9), UIService.java (+7)
yanas 2011-05-04 17:17

Allow configuration forms the revalidate configuration window, thus refreshing window size and revalidating panels.

7 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: ConfigurationContainer.java (+7)
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.

11 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: AccountRegistrationWizard.java (+11 -4)
yanas 2011-03-21 18:40

Load Master Password Window before credential storage window and before provisioning.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: UIService.java (-10)
yanas 2011-02-24 16:48

Allow to enable provisioning when you start jitsi for the first time. As part of the solution proposed by Conrad Beckert on dev (subject: "Re: Updates to the Provisioning Plugin").

34 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: ConfigurationContainer.java (new 21), LazyConfigurationForm.java (+1 -1), UIService.java (+12)
lubomir_m 2011-01-27 01:53

Keeps the About menu item at the end of the Help menu because it is its conventional position. Otherwise, the 'Check for updates' menu item would appear last at times (on Windows).

16 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: AbstractPluginComponent.java (+16 -9)
damencho 2010-11-26 15:47

Updatecheck activator, update authenticate window, exported window no more used.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: ExportedWindow.java (-6)
yanas 2010-11-02 02:27

Spell Check plugin (work in progress). Note that the spellcheck plugin is not enabled and would be available once it's ready and finished.

98 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: Chat.java (+77 -1), UIService.java (+21)
yanas 2010-09-29 12:53

Moved the CertificateVerificationService to its own bundle.
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.

0 lines of code changed in:

  • src/net/java/sip/communicator/service/gui: CertificateVerificationService.java (del)

(102 more)

Generated by StatSVN 0.3.1