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

Directory Created:
2007-03-12 20:41
Total Files:
6
Deleted Files:
0
Lines of Code:
1515

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

Lines of Code

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

Developers

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

Most Recent Commits

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/history: HistoryWindow.java (+3)
yanas 2011-10-24 17:28

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

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+2 -1)
emcho 2011-10-18 14:03

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

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: DatesListRenderer.java (+1 -1), DatesPanel.java (+1 -1), HistoryMenu.java (+1 -1), HistoryWindow.java (+1 -1), HistoryWindowManager.java (+1 -1), SearchPanel.java (+1 -1)
yanas 2011-10-17 12:36

Fixes html tags appearing in chat window when a smiley is sent.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+2 -1)
yanas 2011-08-23 13:40

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+4 -1)
yanas 2011-01-28 13:17

Enhanced chat window interface.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.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.

52 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+20 -1), SearchPanel.java (+32 -120)
yanas 2010-02-22 17:21

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+2 -2)
yanas 2009-11-30 16:43

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryMenu.java (+12 -5), HistoryWindow.java (+33 -26)
lubomir_m 2009-11-05 22:51

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: DatesPanel.java (+1 -4), HistoryWindow.java (+47 -37), HistoryWindowManager.java (+2 -1), SearchPanel.java (+21 -30)
lubomir_m 2009-10-13 16:51

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+4 -5)
lubomir_m 2009-09-29 22:41

Fixes the date list in the contact history dialog to comply with the blue theme.

22 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: DatesPanel.java (+22 -20)
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.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (-1)
666f6f 2009-08-30 02:46

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+7 -7)
lubomir_m 2009-08-06 12:41

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+70 -49)
yanas 2009-07-16 17:49

Fix chat history duplicate dates on incoming message.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+6 -4)
yanas 2009-06-24 17:50

User interface for file history using the new MetaHistoryService.

86 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+86 -53)
yanas 2009-06-15 18:18

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:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+92 -75)
wernerd 2009-04-17 20:50

Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+18 -20), HistoryWindowManager.java (+2 -2)
lubomir_m 2009-03-24 13:46

Spares conversions between Date and long because they cause a lot of allocations during chatting.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/history: HistoryWindow.java (+9 -11)

(25 more)

Generated by StatSVN 0.3.1