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

Directory Created:
2008-01-23 16:10
Total Files:
6
Deleted Files:
1
Lines of Code:
1179

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 61 (100.0%) 1496 (100.0%) 24.5
yanas 23 (37.7%) 1269 (84.8%) 55.1
lubomir_m 18 (29.5%) 96 (6.4%) 5.3
s_vincent 4 (6.6%) 57 (3.8%) 14.2
damencho 8 (13.1%) 40 (2.7%) 5.0
vincent_lucas 1 (1.6%) 23 (1.5%) 23.0
emcho 5 (8.2%) 5 (0.3%) 1.0
666f6f 1 (1.6%) 4 (0.3%) 4.0
wernerd 1 (1.6%) 2 (0.1%) 2.0

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

57 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoContactPanel.java (+14 -4), ContactInfoDetailsPanel.java (+26 -16), ContactInfoDialog.java (+7 -2), Resources.java (+10 -5)
emcho 2011-10-18 14:03

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

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoContactPanel.java (+1 -1), ContactInfoDetailsPanel.java (+1 -1), ContactInfoDialog.java (+1 -1), ContactInfoMenuItem.java (+1 -1), Resources.java (+1 -1)
yanas 2011-06-09 14:34

Fixes 1.5 compatibility.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoDetailsPanel.java (+3 -2)
yanas 2011-06-09 13:35

Displays multiple lines status messages in tooltips and show status messages in contact details window. Patch provided by mike.s corresponding to issue #946.

119 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoDetailsPanel.java (+119 -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/contactinfo: ContactInfoDetailsPanel.java (+1 -1)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoActivator.java (+2 -1)
lubomir_m 2009-10-08 20:42

Fixes warnings

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoDetailsPanel.java (+7 -7)
lubomir_m 2009-10-02 22:29

- Fixes ClassCastException in ChatRoom-related code which handles failure of delivery of a message and in its respective AdHocChatRoom duplicate.
- Simplifies a bit and speeds up ChatWindowManager. Part of the approach to remove its #syncChat and prevent a deadlock with IRC.
- Removes a field or two to reduce the shallow runtime size of the instances of the affected class.
- Fixes a few redundant-cast warnings caused by ProtocolProviderService#getOperationSet(). While doing, fixes an occurrence of a double calling to the method in question while only one call suffices and is faster.

10 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoDetailsPanel.java (+10 -9)
lubomir_m 2009-09-12 16:40

Introduces AbstractPluginComponent which removes duplication from implementations of PluginComponent. Breaks the OTR menu and button in the Chat window (at least) because PluginComponent#setCurrentContact() only works for PluginComponents which are of type Component.

9 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoMenuItem.java (+9 -37)
666f6f 2009-09-11 16:00

Added PluginComponent.setCurrentContact(Contact) method. The method is initially added so the OTR button in the toolbar can correctly react when user changes the chat transport via the chat transport selector box. The method is called from MainToolBar as of this revision.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoMenuItem.java (+4)
lubomir_m 2009-08-31 22:47

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

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoDetailsPanel.java (+4 -3)
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/contactinfo: ContactInfoDetailsPanel.java (+1 -1)
lubomir_m 2009-03-02 18:56

Removes unnecessary fields.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoContactPanel.java (+1 -1)
lubomir_m 2009-02-27 02:00

Fixes a couple of possible NullPointerExceptions. Makes a few fields final or static. Applies minor formatting.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoDetailsPanel.java (+3 -3)
yanas 2009-02-26 13:41

Remove FramedImage from the systray popup and keep just the rounded corners.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoDetailsPanel.java (+1 -1)
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.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoDetailsPanel.java (+4 -5)
lubomir_m 2008-12-17 13:52

As part of issue #453 (Broken Windows Vista font rendering), fixes the About dialog and a few other missed cases (which weren't using the AntialiasingManager). Also removes a duplicate AntialiasingManager.

20 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoContactPanel.java (+20 -17)
yanas 2008-12-10 00:28

Language resources updated.

49 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoContactPanel.java (+1 -1), ContactInfoDetailsPanel.java (+46 -23), ContactInfoDialog.java (+1 -1), ContactInfoMenuItem.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.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/contactinfo: ContactInfoContactPanel.java (+1 -1), ContactInfoDetailsPanel.java (+1 -1), ContactInfoDialog.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/contactinfo: ContactInfoDetailsPanel.java (+1 -1)

(14 more)

Generated by StatSVN 0.3.1