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

Directory Created:
2008-02-07 16:34
Total Files:
4
Deleted Files:
1
Lines of Code:
948

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 46 (100.0%) 2262 (100.0%) 49.1
yanas 15 (32.6%) 1149 (50.8%) 76.6
lubomir_m 17 (37.0%) 953 (42.1%) 56.0
vmartinet 3 (6.5%) 77 (3.4%) 25.6
damencho 3 (6.5%) 43 (1.9%) 14.3
s_vincent 4 (8.7%) 36 (1.6%) 9.0
emcho 4 (8.7%) 4 (0.2%) 1.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: Resources.java (+8 -3)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

28 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+11 -8), AccountInfoActivator.java (+10 -2), AccountInfoPanel.java (+7 -2)
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/accountinfo: AccountDetailsPanel.java (+1 -1), AccountInfoActivator.java (+1 -1), AccountInfoPanel.java (+1 -1), Resources.java (+1 -1)
lubomir_m 2010-12-15 00:46

Commits patches to enable the blue theme for the tabs of various pages in Tools > Options provided by Akash Nawani in the dev mailing list thread "Regarding Security Page".

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountInfoPanel.java (+1 -1)
yanas 2010-09-22 21:41

New interface and implementations added allowing to reload a skin runtime. Patch provided by Adam Netocny.

30 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+30 -170)
yanas 2010-02-04 14:31

First version of the modified contact list interface. Modifications include a new search box allowing to filter the contact list, contact expansion on select, different approach for calling contacts and more.

54 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+54 -53)
vmartinet 2010-01-18 18:29

- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
(Contact are never used, only their address/ID. +More convenient for unit tests)

- Removed tabs (reported by Yana)

58 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+58 -59)
vmartinet 2009-12-22 00:06

Implements SipCommFileFilter in the Whiteboard plugin.
The Mac OS X save file dialog is now used.

Deleted warnings and corrected lines > 80 characters.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+6 -3)
vmartinet 2009-12-21 03:04

Introduce the SipCommFileChooser, generic file chooser which gather
both Swing's JFileChooser and AWT's FileDialog, since FileDialog
is better to use on Mac OS X than JFileChooser.

Introduce SipCommFileFilter too.

Beginning of implementation in:
- MainToolBar
- ContactRightButtonMenu
- NotificationConfigurationPanel
- NewBundleDialog
- FirstWizardPage

13 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+13 -8)
lubomir_m 2009-10-13 16:51

Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.

796 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+796 -795)
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/accountinfo: AccountInfoPanel.java (-2)
lubomir_m 2009-08-31 22:47

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

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+3 -3)
lubomir_m 2009-08-30 22:31

Introduces a default implementation of OperationSetMultiUserChat which removes duplications from extenders and fixes warnings.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+1 -2)
lubomir_m 2009-03-12 22:08

Fixes various warnings, mostly ones about performance.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+1 -1)
lubomir_m 2009-03-02 18:56

Removes unnecessary fields.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+2 -2)
lubomir_m 2008-12-20 03:08

- Delays the creation of the Options dialog and the loading of the ConfigurationForm implementations (which get listed in the Options dialog).
- Spares a couple of ImageIcon allocations.
- Removes unused fields and fixes raw-type warnings in the files touched by the other changes.

115 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountInfoActivator.java (+12 -19), AccountInfoForm.java (del), AccountInfoPanel.java (new 103)
lubomir_m 2008-12-16 15:53

- Reduces garbage created when working with AccoutID.getAccountProperties() which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations.

- Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountInfoForm.java (+3 -3)
yanas 2008-12-10 00:28

Language resources updated.

22 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+21 -13), AccountInfoForm.java (+1 -1)
lubomir_m 2008-12-08 21:18

Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountDetailsPanel.java (+1 -1), AccountInfoForm.java (+1 -1)
lubomir_m 2008-12-05 13:09

Replaces the uses of JTabbedPane with SIPCommTabbedPane in order to respect the blue theme.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/accountinfo: AccountInfoForm.java (+1 -1)

(11 more)

Generated by StatSVN 0.3.1