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

Directory Created:
2007-03-12 20:41
Total Files:
30
Deleted Files:
11
Lines of Code:
13739

[root]/src/net/java/sip/communicator/impl/gui/main/chat
                                         conference (19 files, 6484 lines)
                                         filetransfer (4 files, 1471 lines)
                                         history (6 files, 1515 lines)
                                         menus (7 files, 1036 lines)
                                         toolBars (1 files, 930 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 804 (100.0%) 24218 (100.0%) 30.1
yanas 484 (60.2%) 19251 (79.5%) 39.7
lubomir_m 140 (17.4%) 2307 (9.5%) 16.4
damencho 54 (6.7%) 709 (2.9%) 13.1
ysaak 4 (0.5%) 575 (2.4%) 143.7
emcho 49 (6.1%) 441 (1.8%) 9.0
vmartinet 11 (1.4%) 164 (0.7%) 14.9
s_vincent 11 (1.4%) 127 (0.5%) 11.5
wernerd 18 (2.2%) 115 (0.5%) 6.3
sympho 7 (0.9%) 109 (0.5%) 15.5
666f6f 8 (1.0%) 99 (0.4%) 12.3
vincent_lucas 5 (0.6%) 87 (0.4%) 17.4
ibauersachs 2 (0.2%) 74 (0.3%) 37.0
smazy 4 (0.5%) 65 (0.3%) 16.2
pradelle 2 (0.2%) 48 (0.2%) 24.0
scmerger 2 (0.2%) 28 (0.1%) 14.0
kpouer 1 (0.1%) 16 (0.1%) 16.0
mandre 2 (0.2%) 3 (0.0%) 1.5

Most Recent Commits

vincent_lucas 2012-04-20 12:14

Corrects MAC OS white background warning info displayed when closing a chat:
- during an non-terminated file transfer,
- with a non-sent message,
- with a message received less then 2 seconds ago.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatWindowManager.java (+24 -9)
vincent_lucas 2012-04-11 11:58

Corrects Linux warning info dialog height displayed when closing a chat:
- during an non-terminated file transfer,
- with a non-sent message,
- with a message received less then 2 seconds ago.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatWindowManager.java (+9 -3)
damencho 2012-04-05 10:37

Adds property to configure show status message in chat window.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatPanel.java (+12 -9)
damencho 2012-03-27 14:57

Fixes memory leak on macosx.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatPanel.java (+1), ChatWritePanel.java (+2)
damencho 2012-03-12 13:14

Fixes showing add contact in contact list when it is disabled.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ContactPhotoPanel.java (+2 -1)
yanas 2012-02-28 11:31

Fixes duplicate file transfer appearance in chat window.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatPanel.java (+1)
s_vincent 2012-02-20 19:36

Adds UI for cross protocol conference calls. Adds also the possibility to add an incoming call into an existing call/conference. Fixes also the drag'n'drop for cross-protocol accounts.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatTransportSelectorBox.java (+7 -2)
ibauersachs 2012-02-20 10:13

Make the OTR <authenticate buddy> text clickable (Patch by Daniel Perren, FHNW)

74 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatConversationPanel.java (+54 -2), ChatPanel.java (+20)
damencho 2012-02-17 13:17

Fixes NPE in contact right button menu and chat window.
Fixes a problem with yahoo deny authorization requests.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatWindow.java (+3)
yanas 2012-02-16 18:31

Fixes scroll going to top problem in chat window.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatConversationPanel.java (+7)
lubomir_m 2012-02-15 22:43

Commits work in progress on fixing issues with video conferences. Fixes an ArrayIndexOutOfBoundsException in audio level UI.

27 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatPanel.java (+27 -22)
damencho 2012-02-13 16:42

Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatConversationPanel.java (+4)
damencho 2012-02-13 16:16

Fixes problem with deleting chars on macosx java 1.5 and handling some special chars in the written text.
Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatConversationPanel.java (+4)
damencho 2012-02-13 11:44

Stops sending typing notifications if contact is offline.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: MetaContactChatTransport.java (+5 -1)
lubomir_m 2012-02-11 00:46

Commits work in progress on fixing leaks of every CallDialog and ChatWindow.

170 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatContainer.java (+3 -1), ChatTransferHandler.java (+1 -6), ChatWindow.java (+57 -83), ChatWindowManager.java (+103 -58), ChatWritePanel.java (+6 -7)
yanas 2012-02-10 19:17

Disables send file button when in a group chat.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatPanel.java (+4)
yanas 2012-02-10 18:27

Tries to fix scroll going to top problem in chat window.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatConversationPanel.java (+12 -1)
damencho 2012-02-09 17:02

Adds option to disable font support.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatWritePanel.java (+4 -1)
lubomir_m 2012-01-30 16:35

Fixes warnings, typos.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatWritePanel.java (+1 -1)
damencho 2012-01-26 15:16

Creates chat dialog components, incoming call dialog and incoming file transfer components in swing dispatch thread.
If we failed to connect to xmpp server fire connection failed for provider and clean to avoid staying not connected and seeing duplicate connection in logs.

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: ChatPanel.java (+15 -3)

(386 more)

Generated by StatSVN 0.3.1