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

| 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 |
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
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:
Prefer application properties than hardcoded strings.
17 lines of code changed in:
Fixes warnings and javadocs.
47 lines of code changed in:
Fix logger usage - third bunch of changes.
14 lines of code changed in:
Removes duplication from PopupMessageHandler implementations.
14 lines of code changed in:
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:
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:
[growl integration] new version of the Growl popup message handler
175 lines of code changed in:
Some code clean-up, remove warnings, no new functions or features.
1 lines of code changed in:
Initialize the bundleContext before starting growl (was causing an exception when trying to access resources string at startup)
1 lines of code changed in:
pass a valid bundle context to the GrowlNotificationService rather than a null object
1 lines of code changed in:
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:
undo previous commit since cruisecontrol fails
234 lines of code changed in:
swing based popup notifications with tests for the PopupMessage interface.
83 lines of code changed in:
Fixes a bunch of warnings about raw-type use and serialization.
3 lines of code changed in:
Removes an unnecessary field from GrowlNotificationActivator.
3 lines of code changed in:
Do not activate the growl plugin if running on Java > 1.5
18 lines of code changed in:
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:
Fixes warnings about unused imports.
3 lines of code changed in:
(7 more)