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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 36 (100.0%) | 380 (100.0%) | 10.5 |
| emcho | 8 (22.2%) | 149 (39.2%) | 18.6 |
| lubomir_m | 13 (36.1%) | 80 (21.1%) | 6.1 |
| yanas | 5 (13.9%) | 77 (20.3%) | 15.4 |
| damencho | 7 (19.4%) | 46 (12.1%) | 6.5 |
| wernerd | 2 (5.6%) | 26 (6.8%) | 13.0 |
| mandre | 1 (2.8%) | 2 (0.5%) | 2.0 |
- Trying to fix duplicating jabber messages.
- Remove obsolete media bundle and plugins using it that no longer work.
0 lines of code changed in:
Fix logger usage - seventh and last bunch
26 lines of code changed in:
Removed some unused and duplicate strings
2 lines of code changed in:
Fixes warnings.
2 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.
8 lines of code changed in:
Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl
1 lines of code changed in:
Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
15 lines of code changed in:
Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
8 lines of code changed in:
Fixes issue #591 "Menu items randomly appear in the configuration panel" (for now).
5 lines of code changed in:
Fixes various warnings, mostly ones about performance.
11 lines of code changed in:
Removes unnecessary fields.
2 lines of code changed in:
- Delays the creation of the Options dialog and the loading of the ConfigurationForm implementations (which get listed in the Options dialog).
- Spares a couple of ImageIcon allocations.
- Removes unused fields and fixes raw-type warnings in the files touched by the other changes.
26 lines of code changed in:
Language resources updated.
38 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:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
1 lines of code changed in:
Respects the blue theme some more.
11 lines of code changed in:
Applying new resource name convention.
1 lines of code changed in:
Eliminates duplication among the ~28 Resources classes.
5 lines of code changed in:
Starts the MediaService asynchronously/in the background thus giving a faster startup of the UI (when no Jabber accounts are loaded on startup because they need the MediaService to be fully started).
3 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...
46 lines of code changed in:
(4 more)