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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 69 (100.0%) | 2276 (100.0%) | 32.9 |
| yanas | 38 (55.1%) | 2019 (88.7%) | 53.1 |
| lubomir_m | 21 (30.4%) | 221 (9.7%) | 10.5 |
| wernerd | 2 (2.9%) | 20 (0.9%) | 10.0 |
| 666f6f | 1 (1.4%) | 7 (0.3%) | 7.0 |
| emcho | 6 (8.7%) | 6 (0.3%) | 1.0 |
| damencho | 1 (1.4%) | 3 (0.1%) | 3.0 |
Fixes memory leak on macosx.
3 lines of code changed in:
Fixes tooltips staying visible when the parent window has lost focus.
2 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
6 lines of code changed in:
Fixes html tags appearing in chat window when a smiley is sent.
2 lines of code changed in:
Replaces the outgoing contact address with the corresponding display name in the chat window. Shows the protocol contact address in a tooltip.
4 lines of code changed in:
Enhanced chat window interface.
1 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.
52 lines of code changed in:
Patch provided by Matthieu Casanova on dev@sip-communicator.dev.java.net with subject: "[PATCH] Fix for suspicious String comparison" on 19/02/2010.
2 lines of code changed in:
General:
- Enhance the SIPCommMenu to support mouse over fade effects.
Conference invite dialog:
- Add new contacts in the invite dialog by pressing the Enter key.
- Remove selection if the user decides to enter something in the field.
Conference window:
- Replace the call peer arrow icon with a more visible one
- Move the call transfer into the call peer menu (it was previously represented by an icon in the status bar)
- Change the local user background title color in the conference (the grey was looking like disabled)
45 lines of code changed in:
Removes some UI repetition from the chat history window, uses one and the same spacing between the components for consistency and so that they become properly aligned.
71 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.
4 lines of code changed in:
Fixes the date list in the contact history dialog to comply with the blue theme.
22 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.
0 lines of code changed in:
Added Chat.addMessage method. Moved message type constants from Constants class to Chat interface. Utilize the Chat.addMessage method to provide OTR session status changes.
7 lines of code changed in:
Fixes a leak of HistoryWindow instances. In my newly created SC configuration and a few exchanged chat messages, each invocation of the history for the contact would retain >100KB of heap.
70 lines of code changed in:
Fix chat history duplicate dates on incoming message.
6 lines of code changed in:
User interface for file history using the new MetaHistoryService.
86 lines of code changed in:
Adding support for file transfer for XMPP and graphical User Interface for file transfer (ongoing work). This first commit adds the needed gui that enables users to send and receive files, to
drag and drop files into chat windows. It displays incoming file notifications, file icons or previews (where possible, e.g. images).
This work package also contains a first file transfer implementation over the XMPP protocol (using the smack implementation of xep-0096: http://xmpp.org/extensions/xep-0096.html). Unfortunately this implementation won't work very well with GoogleTalk accounts for now, as Google servers seem to block every file bigger than 60K.
This commit contains also some improvements in the way we load the history and we manage error messages in the gui.
92 lines of code changed in:
Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637
20 lines of code changed in:
Spares conversions between Date and long because they cause a lot of allocations during chatting.
9 lines of code changed in:
(25 more)