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

Total Files:
8
Deleted Files:
6
Lines of Code:
1610

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

Lines of Code

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

Developers

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

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: MacOSXAboutRegistration.java (+5)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

63 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+14), AboutWindowPluginComponent.java (+5), BrandingActivator.java (+9 -1), JitsiWarningWindow.java (+10), WelcomeWindow.java (+25 -7)
emcho 2011-10-18 14:03

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

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+1 -1), AboutWindowPluginComponent.java (+1 -1), BrandingActivator.java (+1 -1), Constants.java (+1 -1), JitsiWarningWindow.java (+1 -1), MacOSXAboutRegistration.java (+1 -1), StyledHTMLEditorPane.java (+1 -1), WelcomeWindow.java (+1 -1)
damencho 2011-03-22 00:32

Activate warning window before application rename.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: BrandingActivator.java (+3 -4), JitsiWarningWindow.java (+2 -4)
yanas 2011-03-14 19:40

Prepared a warning window for jitsi update (not yet activated).

189 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: BrandingActivator.java (+5), JitsiWarningWindow.java (new 184)
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).

21 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindowPluginComponent.java (+21)
lubomir_m 2010-12-08 23:52

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:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+24 -5)
yanas 2010-11-03 20:56

Skin support patch provided by Adam Netocny. Adding skin support in the SIP Communicator look&feel.

15 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+15 -2)
emcho 2010-10-22 02:34

Mutes deprecation resulting from Apple deprecating their own JRE

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: MacOSXAboutRegistration.java (+1)
yanas 2010-10-11 15:22

About window adjustments.

32 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+32 -5)
yanas 2010-09-22 21:41

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

19 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+19 -3)
damencho 2010-07-23 12:11

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:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+29)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: BrandingActivator.java (+4 -2)
yanas 2010-03-12 18:27

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:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+29 -3)
yanas 2010-03-03 16:06

In the about window make the version text selectable and allow copy to clipboard.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+7 -2)
yanas 2010-02-15 12:59

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:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+1 -3)
yanas 2010-02-15 12:38

- 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:

  • src/net/java/sip/communicator/plugin/branding: AboutWindow.java (+3 -2)
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.

22 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindowPluginComponent.java (+22 -55)
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.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/branding: AboutWindowPluginComponent.java (+5)
lubomir_m 2009-09-11 00:22

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:

  • src/net/java/sip/communicator/plugin/branding: AboutWindowPluginComponent.java (+11 -7), BrandingActivator.java (+54 -23), WelcomeWindow.java (+25 -21)

(46 more)

Generated by StatSVN 0.3.1