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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 21 (100.0%) | 398 (100.0%) | 18.9 |
| yanas | 10 (47.6%) | 317 (79.6%) | 31.7 |
| lubomir_m | 4 (19.0%) | 49 (12.3%) | 12.2 |
| s_vincent | 2 (9.5%) | 22 (5.5%) | 11.0 |
| 666f6f | 1 (4.8%) | 5 (1.3%) | 5.0 |
| emcho | 3 (14.3%) | 3 (0.8%) | 1.0 |
| wernerd | 1 (4.8%) | 2 (0.5%) | 2.0 |
Fixes javadoc and eclipse related warnings in the code.
5 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
3 lines of code changed in:
Add javadoc, fix warnings and typos.
17 lines of code changed in:
- Supports more call recording formats.
- Adds, fixes javadocs.
7 lines of code changed in:
Fix logger usage - seventh and last bunch
2 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.
34 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:
Added some java-doc comments and formatting (some formatting fixes reported by Brett Geren).
101 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
1 lines of code changed in:
Moves SIPCommDialog into public visibility out of its defining bundle so that it can be used not only in the main UI but also in the plugins. Also tries to use it for all JDialogs created by the application.
7 lines of code changed in:
Support for native plugin components in the main window.
5 lines of code changed in:
Remove depricated methods in the UIService.
38 lines of code changed in:
"UIN" replaced by identifier or user identifier
4 lines of code changed in:
example plugin bundle
169 lines of code changed in: