[root]/src/net/java/sip/communicator/plugin/whiteboard
gui
(4 files, 3177 lines)
whiteboardshapes
(9 files, 3036 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 43 (100.0%) | 1394 (100.0%) | 32.4 |
| yanas | 14 (32.6%) | 1153 (82.7%) | 82.3 |
| damencho | 5 (11.6%) | 123 (8.8%) | 24.6 |
| lubomir_m | 12 (27.9%) | 51 (3.7%) | 4.2 |
| emcho | 6 (14.0%) | 27 (1.9%) | 4.5 |
| s_vincent | 3 (7.0%) | 26 (1.9%) | 8.6 |
| wernerd | 2 (4.7%) | 10 (0.7%) | 5.0 |
| 666f6f | 1 (2.3%) | 4 (0.3%) | 4.0 |
Fixes javadoc and eclipse related warnings in the code.
26 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Fix logger usage - seventh and last bunch
10 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
5 lines of code changed in:
Fixes warnings
4 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.
12 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.
4 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.
0 lines of code changed in:
Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.
16 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.
4 lines of code changed in:
Removes unused fields, fixes raw-type warnings.
4 lines of code changed in:
Language resources updated.
6 lines of code changed in:
Fixes warnings about unused imports.
0 lines of code changed in:
Eliminates duplication among the ~28 Resources classes.
6 lines of code changed in:
Adds the possibility to register for RSS feeds passed as invokation parameters
Implements support for RSS feeds on sites with expired RSS certificates
Implements support for the --debug parameter. Unless this parameter is set our new StdOut class would take control of all System.out traffic.
Adds methods to PopupDIalog that now allow speficying an icon for generic dialog messages
Fixes the whiteboard menu item never return null as it causes the UIService to slightly freak out.
23 lines of code changed in:
Support for native plugin components in the main window.
5 lines of code changed in:
Resource Management Service and its implementation. The service holds all resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings...
33 lines of code changed in:
Plugin components could now specify an index position in the container, where they'll be added.
5 lines of code changed in:
Should check first if the metacontact is not null
3 lines of code changed in:
Show whiteboard menu only if the meta contact has conrtact supporting it.
16 lines of code changed in:
(6 more)