Directory src/net/java/sip/communicator/impl/growlnotification/

Directory Created:
2006-12-14 01:46
Total Files:
2
Deleted Files:
0
Lines of Code:
336

[root]/src/net/java/sip/communicator/impl/growlnotification

Lines of Code

src/net/java/sip/communicator/impl/growlnotification/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 35 (100.0%) 1196 (100.0%) 34.1
sympho 7 (20.0%) 401 (33.5%) 57.2
emcho 5 (14.3%) 391 (32.7%) 78.2
rkuntz 8 (22.9%) 288 (24.1%) 36.0
s_vincent 2 (5.7%) 47 (3.9%) 23.5
lubomir_m 7 (20.0%) 33 (2.8%) 4.7
damencho 3 (8.6%) 21 (1.8%) 7.0
wernerd 3 (8.6%) 15 (1.3%) 5.0

Most Recent Commits

emcho 2011-10-18 14:03

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

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+1 -1), GrowlNotificationServiceImpl.java (+1 -1)
damencho 2011-05-25 18:57

Don't register growl if its not running we won't be able to use it, and we will fall back using defaults.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+1 -1)
damencho 2011-02-21 14:19

Prefer application properties than hardcoded strings.

17 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationServiceImpl.java (+17 -7)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

47 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+19 -8), GrowlNotificationServiceImpl.java (+28 -24)
wernerd 2010-06-03 11:05

Fix logger usage - third bunch of changes.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+8 -4), GrowlNotificationServiceImpl.java (+6 -3)
lubomir_m 2009-10-25 13:44

Removes duplication from PopupMessageHandler implementations.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationServiceImpl.java (+14 -54)
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.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+2 -2)
lubomir_m 2009-08-31 16:15

Commits another part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationServiceImpl.java (+2 -2)
rkuntz 2009-08-14 13:09

[growl integration] new version of the Growl popup message handler

175 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+51 -19), GrowlNotificationServiceImpl.java (+124 -128)
wernerd 2009-03-28 16:47

Some code clean-up, remove warnings, no new functions or features.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+1 -1)
rkuntz 2009-02-23 13:11

Initialize the bundleContext before starting growl (was causing an exception when trying to access resources string at startup)

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+1 -1)
sympho 2009-02-17 16:47

pass a valid bundle context to the GrowlNotificationService rather than a null object

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+1 -1)
sympho 2009-02-17 13:19

swing based popup notifications with tests for the PopupMessage interface.
added checks for null SystemTrayPeer as it this possible it doesnt exists on the cruise control machine

83 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+28 -1), GrowlNotificationServiceImpl.java (+55 -233)
sympho 2009-02-17 06:15

undo previous commit since cruisecontrol fails

234 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+1 -28), GrowlNotificationServiceImpl.java (+233 -55)
sympho 2009-02-17 05:06

swing based popup notifications with tests for the PopupMessage interface.

83 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+28 -1), GrowlNotificationServiceImpl.java (+55 -233)
lubomir_m 2009-02-05 20:27

Fixes a bunch of warnings about raw-type use and serialization.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationServiceImpl.java (+3 -3)
lubomir_m 2009-01-14 06:20

Removes an unnecessary field from GrowlNotificationActivator.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+3 -5)
rkuntz 2009-01-08 17:06

Do not activate the growl plugin if running on Java > 1.5

18 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationActivator.java (+18 -4)
lubomir_m 2008-12-09 23:45

Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationServiceImpl.java (+6 -8)
lubomir_m 2008-12-07 00:08

Fixes warnings about unused imports.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/growlnotification: GrowlNotificationServiceImpl.java (+3 -3)

(7 more)

Generated by StatSVN 0.3.1