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

| 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 |
Fixes incorrect appearing of sms icon in group chat interface.
2 lines of code changed in:
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:
Fixes chat room reconnect related issues (duplicated member's list, unable to send messages after reconnect).
43 lines of code changed in:
Isolates notification management and triggering.
0 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
19 lines of code changed in:
Improves a chat error message by adding to it the protocol contact, which is concerned.
4 lines of code changed in:
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:
Provides some chat room fixes and improvements including the /me command and TAB key.
3 lines of code changed in:
Removes unused imports.
0 lines of code changed in:
Some gui refactoring.
16 lines of code changed in:
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:
Check whether underlying chat transport supports html content type before send the text to it.
28 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.
49 lines of code changed in:
Add javadoc, fix warnings and typos.
70 lines of code changed in:
Show protocol specific error messages in the chat window.
6 lines of code changed in:
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:
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:
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:
Fixed and issue where room will not be saved, reported by Lubomir Marinov on dev mailing list.
12 lines of code changed in:
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:
(123 more)