[root]/src/net/java/sip/communicator/impl/gui/main/chat/filetransfer

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 51 (100.0%) | 2275 (100.0%) | 44.6 |
| yanas | 37 (72.5%) | 2207 (97.0%) | 59.6 |
| damencho | 5 (9.8%) | 41 (1.8%) | 8.2 |
| wernerd | 2 (3.9%) | 16 (0.7%) | 8.0 |
| lubomir_m | 3 (5.9%) | 7 (0.3%) | 2.3 |
| emcho | 4 (7.8%) | 4 (0.2%) | 1.0 |
Tries to fix blocking chat after unsuccessful file transfer.
29 lines of code changed in:
Fixes tooltips staying visible when the parent window has lost focus.
13 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
4 lines of code changed in:
Chat window made fully skinnable - patch provided by Adam Netocny.
Added google-chrome to the list of browsers we're using to open links - Adam Netocny.
:D smiley added - Adam Netocny.
116 lines of code changed in:
Fix logger usage - forth bunch.
16 lines of code changed in:
- Enables multiple line selection in the default contact list.
- Some minor code formatting and javadoc.
2 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.
4 lines of code changed in:
Fixes issue #718 (File transfer does not display total file length at the receiver side) reported by Vincent Lucas.
10 lines of code changed in:
Add filetransfer file size restriction. Fix a problem in gui when adding new jmenu components from plugins. Fix right button menu send file.
17 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.
78 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.
187 lines of code changed in:
Fix progress string on file transfer progress bar.
44 lines of code changed in:
Show file size on incoming file transfer request.
23 lines of code changed in:
Add file transfer event for rejected incoming files, update file history and reflect changes in gui.
12 lines of code changed in:
Cancel all active file transfers after user confirms it when closing the chat window.
2 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.
120 lines of code changed in:
User interface for file history using the new MetaHistoryService.
590 lines of code changed in:
FileHistory Service impl.
12 lines of code changed in:
File transfer:
- show image file preview in a tooltip.
- remember last send file directory and open the file chooser in it.
7 lines of code changed in:
- Double click on file image in outgoing file transfer would open the file.
- Popup and sound notification for incoming file transfer - in the future the popup notification could be extended to allow to show a custom icon in order to show a file preview.
- Set the default (arrow) cursor when over a file transfer component (instead of the edit cursor, which is default for the chat conversation area).
44 lines of code changed in:
(4 more)