[root]/src/net/java/sip/communicator/impl/filehistory

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 18 (100.0%) | 1024 (100.0%) | 56.8 |
| damencho | 5 (27.8%) | 895 (87.4%) | 179.0 |
| yanas | 4 (22.2%) | 84 (8.2%) | 21.0 |
| s_vincent | 2 (11.1%) | 18 (1.8%) | 9.0 |
| wernerd | 2 (11.1%) | 16 (1.6%) | 8.0 |
| lubomir_m | 3 (16.7%) | 9 (0.9%) | 3.0 |
| emcho | 2 (11.1%) | 2 (0.2%) | 1.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
2 lines of code changed in:
Fixes warnings and javadocs.
18 lines of code changed in:
Fix logger usage - third bunch of changes.
16 lines of code changed in:
- Fixes ClassCastException in ChatRoom-related code which handles failure of delivery of a message and in its respective AdHocChatRoom duplicate.
- Simplifies a bit and speeds up ChatWindowManager. Part of the approach to remove its #syncChat and prevent a deadlock with IRC.
- Removes a field or two to reduce the shallow runtime size of the instances of the affected class.
- Fixes a few redundant-cast warnings caused by ProtocolProviderService#getOperationSet(). While doing, fixes an occurrence of a double calling to the method in question while only one call suffices and is faster.
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.
1 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:
- Some improvements in "feature" introducing in Jabber.
- Support for thumbnails in Jabber file transfer.
- Fixed some issues with the calculated file transfer speed and estimated transfer time.
- Shows open and open folder links also on the sender side when the transfer is completed.
2 lines of code changed in:
Add filetransfer for icq protocol. Implement new request canceled event in tests and in yahoo protocol.
19 lines of code changed in:
File transfer related changes as follows:
- show transfer speed and estimated transfer time.
- introduced new event that notifies the gui when a file transfer request has been cancelled by the sender.
4 lines of code changed in:
Add file transfer event for rejected incoming files, update file history and reflect changes in gui.
28 lines of code changed in:
Update file transfer record file path when actual file transfer is created from an incoming request.
18 lines of code changed in:
- Possibility added to update history records - provided by Damian Minkov.
- File transfer dates fixed.
- File transfer history improved.
- Check for active file transfers before closing the chat window.
60 lines of code changed in:
MetaHistory Service impl and add Contact field to FileRecord.
19 lines of code changed in:
FileHistory Service impl.
829 lines of code changed in: