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

Directory Created:
2007-03-12 20:41
Total Files:
19
Deleted Files:
3
Lines of Code:
6484

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 292 (100.0%) 11005 (100.0%) 37.6
yanas 132 (45.2%) 9238 (83.9%) 69.9
lubomir_m 74 (25.3%) 881 (8.0%) 11.9
damencho 28 (9.6%) 397 (3.6%) 14.1
vmartinet 16 (5.5%) 161 (1.5%) 10.0
emcho 22 (7.5%) 105 (1.0%) 4.7
sympho 7 (2.4%) 71 (0.6%) 10.1
s_vincent 5 (1.7%) 70 (0.6%) 14.0
wernerd 6 (2.1%) 51 (0.5%) 8.5
666f6f 2 (0.7%) 31 (0.3%) 15.5

Most Recent Commits

yanas 2011-12-02 16:25

Fixes incorrect appearing of sms icon in group chat interface.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: AdHocConferenceChatTransport.java (+1 -7), ConferenceChatTransport.java (+1 -7)
yanas 2011-12-01 03:08

Extends ChatTransport interface to support sending an SMS to a contact. Checks in contact capabilities when introducing that a protocol contact supports chat or sms.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: AdHocConferenceChatTransport.java (+8), ConferenceChatTransport.java (+8)
yanas 2011-11-17 17:01

Fixes chat room reconnect related issues (duplicated member's list, unable to send messages after reconnect).

43 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatContactListModel.java (+17), ChatRoomMemberListPanel.java (+8), ChatRoomProviderWrapper.java (+4 -3), ConferenceChatSession.java (+14)
damencho 2011-11-17 10:28

Isolates notification management and triggering.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ConferenceChatManager.java (-65)
emcho 2011-10-18 14:03

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

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: AdHocChatRoomProviderWrapper.java (+1 -1), AdHocChatRoomWrapper.java (+1 -1), AdHocConferenceChatContact.java (+1 -1), AdHocConferenceChatSession.java (+1 -1), AdHocConferenceChatTransport.java (+1 -1), ChatContactCellRenderer.java (+1 -1), ChatContactListModel.java (+1 -1), ChatContactRoleIcon.java (+1 -1), ChatInviteDialog.java (+1 -1), ChatRoomConfigurationWindow.java (+1 -1), ChatRoomMemberListPanel.java (+1 -1), ChatRoomProviderWrapper.java (+1 -1), ChatRoomSubjectPanel.java (+1 -1), ChatRoomWrapper.java (+1 -1), ConferenceChatContact.java (+1 -1), ConferenceChatManager.java (+1 -1), ConferenceChatSession.java (+1 -1), ConferenceChatTransport.java (+1 -1), InvitationReceivedDialog.java (+1 -1)
yanas 2011-10-10 18:07

Improves a chat error message by adding to it the protocol contact, which is concerned.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ConferenceChatManager.java (+4 -2)
yanas 2011-08-04 00:33

Fixes some more chat room issues, among which: allows to set nickname for rooms by right clicking the room name, no contact list displayed, not displaying history messages more than once. Patch provided by Purvesh Sahoo.

89 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatRoomProviderWrapper.java (+48 -10), ConferenceChatManager.java (+40), ConferenceChatSession.java (+1 -1)
yanas 2011-07-19 13:56

Provides some chat room fixes and improvements including the /me command and TAB key.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ConferenceChatManager.java (+3 -3)
lubomir_m 2011-04-04 02:00

Removes unused imports.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatRoomSubjectPanel.java (-1)
yanas 2011-01-07 12:04

Some gui refactoring.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatRoomSubjectPanel.java (+16 -24)
lubomir_m 2010-12-15 00:46

Commits patches to enable the blue theme for the tabs of various pages in Tools > Options provided by Akash Nawani in the dev mailing list thread "Regarding Security Page".

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatRoomConfigurationWindow.java (+3 -2)
damencho 2010-10-20 17:51

Check whether underlying chat transport supports html content type before send the text to it.

28 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: AdHocConferenceChatTransport.java (+14), ConferenceChatTransport.java (+14)
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.

49 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatRoomMemberListPanel.java (+11), ChatRoomSubjectPanel.java (+19 -1), InvitationReceivedDialog.java (+19 -1)
s_vincent 2010-09-11 11:50

Add javadoc, fix warnings and typos.

70 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: AdHocConferenceChatSession.java (+22 -22), ChatContactCellRenderer.java (+5 -5), ChatContactListModel.java (+14 -11), ChatRoomMemberListPanel.java (+8 -8), ConferenceChatSession.java (+21 -21)
yanas 2010-09-02 16:30

Show protocol specific error messages in the chat window.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ConferenceChatManager.java (+6)
damencho 2010-08-27 16:40

Fix issues with chatroom dialog:
Proper handling disabled accounts and stored chatrooms.
Proper searching for chatroom wrapper if the same chat room exists for different providers.
Close window when leaving chat room(pressing leave button).
Fix default state of ok button in the dialog, and further changes of this state.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ConferenceChatManager.java (+2)
damencho 2010-07-27 17:41

Proper reflect when chat room member renames, don't duplicate members and update ui with the change.
Trying to fix when sometimes contacts are duplicate in chat room members list issue#791.
Selecting members on right click issue#796.
Don't show configuration form button if we don't have such a permission to use it issue#795.
Show member role icons in tooltip issue#793.
Show proper roles for local and remote members in chat room.
Don't show that subject has changed on startup issue#792.
Properly link chat room members and our contacts.

110 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatContactCellRenderer.java (+12 -1), ChatContactListModel.java (+71 -19), ChatRoomMemberListPanel.java (+9 -2), ChatRoomSubjectPanel.java (+18 -9)
damencho 2010-07-26 12:17

Fix notify when receiving message in multichat mentioning your nickname.
Trying to fix proper joining rooms when reconnecting.
Fix Add chat room dialog size.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ConferenceChatManager.java (+2 -2)
damencho 2010-07-23 15:57

Fixed and issue where room will not be saved, reported by Lubomir Marinov on dev mailing list.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatRoomWrapper.java (+12 -1)
damencho 2010-07-23 15:34

Fix a problem with multiple login and still trying to reconnect. Fixed NPE in ChatRoomWrapper preventing save for autojoin.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/conference: ChatRoomWrapper.java (+1 -1)

(123 more)

Generated by StatSVN 0.3.1