Directory src/net/java/sip/communicator/impl/gui/main/chat/filetransfer/

Directory Created:
2009-06-15 18:18
Total Files:
4
Deleted Files:
0
Lines of Code:
1471

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

Lines of Code

src/net/java/sip/communicator/impl/gui/main/chat/filetransfer/ Lines of Code

Developers

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

Most Recent Commits

yanas 2011-12-29 17:26

Tries to fix blocking chat after unsuccessful file transfer.

29 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: SendFileConversationComponent.java (+29 -1)
yanas 2011-10-24 17:28

Fixes tooltips staying visible when the parent window has lost focus.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileHistoryConversationComponent.java (+5 -1), FileTransferConversationComponent.java (+4 -2), ReceiveFileConversationComponent.java (+2), SendFileConversationComponent.java (+2)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileHistoryConversationComponent.java (+1 -1), FileTransferConversationComponent.java (+1 -1), ReceiveFileConversationComponent.java (+1 -1), SendFileConversationComponent.java (+1 -1)
yanas 2010-10-19 20:39

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileTransferConversationComponent.java (+116 -6)
wernerd 2010-06-03 12:04

Fix logger usage - forth bunch.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileTransferConversationComponent.java (+12 -6), ReceiveFileConversationComponent.java (+4 -2)
yanas 2009-09-23 17:16

- Enables multiple line selection in the default contact list.
- Some minor code formatting and javadoc.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: SendFileConversationComponent.java (+2)
lubomir_m 2009-09-02 14:01

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: ReceiveFileConversationComponent.java (+4 -2)
yanas 2009-08-28 12:41

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: ReceiveFileConversationComponent.java (+10 -1)
damencho 2009-08-27 14:45

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: SendFileConversationComponent.java (+17 -9)
yanas 2009-07-28 19:07

- 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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileTransferConversationComponent.java (+27 -50), ReceiveFileConversationComponent.java (+33 -4), SendFileConversationComponent.java (+18 -1)
yanas 2009-07-16 14:29

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileTransferConversationComponent.java (+127 -4), ReceiveFileConversationComponent.java (+51 -6), SendFileConversationComponent.java (+9 -5)
yanas 2009-07-09 15:18

Fix progress string on file transfer progress bar.

44 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileHistoryConversationComponent.java (+10), FileTransferConversationComponent.java (+10 -3), ReceiveFileConversationComponent.java (+12), SendFileConversationComponent.java (+12)
yanas 2009-07-06 17:06

Show file size on incoming file transfer request.

23 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileHistoryConversationComponent.java (+1 -1), FileTransferConversationComponent.java (+18 -2), ReceiveFileConversationComponent.java (+3 -1), SendFileConversationComponent.java (+1 -1)
damencho 2009-07-03 12:14

Add file transfer event for rejected incoming files, update file history and reflect changes in gui.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileHistoryConversationComponent.java (+6 -2), ReceiveFileConversationComponent.java (+6 -1)
yanas 2009-06-26 15:16

Cancel all active file transfers after user confirms it when closing the chat window.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: ReceiveFileConversationComponent.java (+2)
yanas 2009-06-25 18:32

- 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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileHistoryConversationComponent.java (+20 -1), ReceiveFileConversationComponent.java (+58 -13), SendFileConversationComponent.java (+42 -9)
yanas 2009-06-24 17:50

User interface for file history using the new MetaHistoryService.

590 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: FileHistoryConversationComponent.java (new 100), FileTransferConversationComponent.java (new 427), ReceiveFileConversationComponent.java (+44 -351), SendFileConversationComponent.java (+19 -218)
damencho 2009-06-23 18:51

FileHistory Service impl.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: ReceiveFileConversationComponent.java (+6 -6), SendFileConversationComponent.java (+6 -6)
yanas 2009-06-22 14:31

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: ReceiveFileConversationComponent.java (+4 -2), SendFileConversationComponent.java (+3 -1)
yanas 2009-06-19 15:20

- 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:

  • src/net/java/sip/communicator/impl/gui/main/chat/filetransfer: ReceiveFileConversationComponent.java (+1 -66), SendFileConversationComponent.java (+43 -5)

(4 more)

Generated by StatSVN 0.3.1