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

| 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 |
Fixes style formating, javadoc and eclipse related warnings.
57 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
5 lines of code changed in:
Fixes 1.5 compatibility.
3 lines of code changed in:
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:
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:
Fix logger usage - seventh and last bunch
2 lines of code changed in:
Fixes warnings
7 lines of code changed in:
- 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:
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:
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:
As my day went into warnings, fixes more warnings about raw-type uses.
4 lines of code changed in:
Fixes various warnings, mostly ones about performance.
1 lines of code changed in:
Removes unnecessary fields.
1 lines of code changed in:
Fixes a couple of possible NullPointerExceptions. Makes a few fields final or static. Applies minor formatting.
3 lines of code changed in:
Remove FramedImage from the systray popup and keep just the rounded corners.
1 lines of code changed in:
- 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:
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:
Language resources updated.
49 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
3 lines of code changed in:
Replaces the uses of JTabbedPane with SIPCommTabbedPane in order to respect the blue theme.
1 lines of code changed in:
(14 more)