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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 50 (100.0%) | 123 (100.0%) | 2.4 |
| lubomir_m | 7 (14.0%) | 68 (55.3%) | 9.7 |
| emcho | 10 (20.0%) | 46 (37.4%) | 4.6 |
| 666f6f | 1 (2.0%) | 5 (4.1%) | 5.0 |
| vmartinet | 1 (2.0%) | 4 (3.3%) | 4.0 |
| yanas | 31 (62.0%) | 0 (0.0%) | 0.0 |
Fix some unexpected behavior in the contact list.
Remove the call history form plugin, which is now replaced with the new call history feature in the contact list.
0 lines of code changed in:
Replaced a string title by a language resource key. Reported by linuxmichi, issue #767.
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.
13 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:
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.
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
40 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
6 lines of code changed in:
Removes an unnecesasry border around the search results in the Call history dialog.
4 lines of code changed in:
Removes unused Logger instances (and thus resolves the warnings about them as well).
2 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.
14 lines of code changed in:
Restores changes addressing issue #492 (Grey background dialogs) lost in the recent resource-naming modifications.
18 lines of code changed in:
Language resources updated.
0 lines of code changed in: