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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 141 (100.0%) | 2077 (100.0%) | 14.7 |
| yanas | 66 (46.8%) | 1006 (48.4%) | 15.2 |
| lubomir_m | 22 (15.6%) | 621 (29.9%) | 28.2 |
| scoutice | 19 (13.5%) | 140 (6.7%) | 7.3 |
| damencho | 14 (9.9%) | 137 (6.6%) | 9.7 |
| akelly7 | 1 (0.7%) | 84 (4.0%) | 84.0 |
| s_vincent | 6 (4.3%) | 68 (3.3%) | 11.3 |
| emcho | 9 (6.4%) | 9 (0.4%) | 1.0 |
| 666f6f | 1 (0.7%) | 5 (0.2%) | 5.0 |
| wernerd | 1 (0.7%) | 4 (0.2%) | 4.0 |
| smazy | 1 (0.7%) | 2 (0.1%) | 2.0 |
| scmerger | 1 (0.7%) | 1 (0.0%) | 1.0 |
Fixes javadoc and eclipse related warnings in the code.
5 lines of code changed in:
Fixes style formating, javadoc and eclipse related warnings.
63 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
8 lines of code changed in:
Activate warning window before application rename.
5 lines of code changed in:
Prepared a warning window for jitsi update (not yet activated).
189 lines of code changed in:
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).
21 lines of code changed in:
Fixes the background of the Help > About window which does not fill the entire window on Windows and has "white" borders on the left and bottom.
24 lines of code changed in:
Skin support patch provided by Adam Netocny. Adding skin support in the SIP Communicator look&feel.
15 lines of code changed in:
Mutes deprecation resulting from Apple deprecating their own JRE
1 lines of code changed in:
About window adjustments.
32 lines of code changed in:
New interface and implementations added allowing to reload a skin runtime. Patch provided by Adam Netocny.
19 lines of code changed in:
Rest of the work on issue#528, add default macosx bindings(Ctrl+w and Cmd+w).
Fix a font issue for proxy config reported by Lubomir Marinov.
29 lines of code changed in:
Fix logger usage - seventh and last bunch
4 lines of code changed in:
Fixes a non-transparent version field on Ubuntu 9.10 with JRE 1.6.0_18 reported by Lubomir Marinov on dev (subject: Re: svn commit: r6827 - trunk/src/net/java/sip/communicator/plugin/branding/AboutWindow.java)
29 lines of code changed in:
In the about window make the version text selectable and allow copy to clipboard.
7 lines of code changed in:
Patch provided by Matthieu Casanova (dev@sip-communicator.dev.java.net 02/05/2010 subject:Fix for dialog and frame position on dual screen)
1 lines of code changed in:
- Patch provided by Matthieu Casanova (dev@sip-communicator.dev.java.net 02/05/2010 subject: Fix for a possible NPE in AboutWindow)
- Removing some unused classes.
3 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.
22 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.
5 lines of code changed in:
Disables the splash screen by default in order to cut off memory at startup (but it also improves startup time) and adds a configuration property to enable it.
90 lines of code changed in:
(46 more)