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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 31 (100.0%) | 3536 (100.0%) | 114.0 |
| yanas | 10 (32.3%) | 3223 (91.1%) | 322.3 |
| vmartinet | 3 (9.7%) | 104 (2.9%) | 34.6 |
| lubomir_m | 9 (29.0%) | 83 (2.3%) | 9.2 |
| emcho | 5 (16.1%) | 69 (2.0%) | 13.8 |
| wernerd | 1 (3.2%) | 30 (0.8%) | 30.0 |
| s_vincent | 2 (6.5%) | 26 (0.7%) | 13.0 |
| damencho | 1 (3.2%) | 1 (0.0%) | 1.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
30 lines of code changed in:
Patch provided by Matthieu Casanova on dev@sip-communicator.dev.java.net with subject: "[PATCH] Fix for suspicious String comparison" on 19/02/2010.
30 lines of code changed in:
- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
(Contact are never used, only their address/ID. +More convenient for unit tests)
- Removed tabs (reported by Yana)
28 lines of code changed in:
Implements SipCommFileFilter in the Whiteboard plugin.
The Mac OS X save file dialog is now used.
Deleted warnings and corrected lines > 80 characters.
76 lines of code changed in:
Fixes warnings, mostly ones related to raw-type uses.
6 lines of code changed in:
Adds SuppressWarnings annotations for legacy code
65 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.
15 lines of code changed in:
Fixes various warnings, mostly ones about performance.
7 lines of code changed in:
Removes unused fields, fixes raw-type warnings.
0 lines of code changed in:
As part of issue #453 (Broken Windows Vista font rendering), fixes the About dialog and a few other missed cases (which weren't using the AntialiasingManager). Also removes a duplicate AntialiasingManager.
29 lines of code changed in:
Language resources updated.
52 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
2 lines of code changed in:
As part of the ongoing work on issue #492 - Grey background dialogs, tries to use SIPCommFrame for the JFrames created by the application and supports the blue theme in the JPanels they employ.
13 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.
11 lines of code changed in:
Applying new resource name convention.
38 lines of code changed in:
Organize imports.
6 lines of code changed in:
Fix importing images in whiteboard sessions.
1 lines of code changed in:
whiteboard gui enhancements
55 lines of code changed in:
(1 more)