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

Directory Created:
2006-01-12 19:22
Directory Deleted:
2007-03-12 20:41
Total Files:
0
Deleted Files:
19
Lines of Code:
0

[root]/src/net/java/sip/communicator/impl/gui/main/message
                                         history (0 files, 0 lines)
                                         menu (0 files, 0 lines)
                                         menus (0 files, 0 lines)
                                         toolBars (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 415 (100.0%) 9406 (100.0%) 22.6
yanas 396 (95.4%) 8895 (94.6%) 22.4
emcho 19 (4.6%) 511 (5.4%) 26.8

Most Recent Commits

yanas 2007-03-12 20:41

rename message package to chat and change the structure of classes in order to allow conference chatting

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatBuffer.java (del), ChatConferenceList.java (del), ChatConferencePanel.java (del), ChatContactPanel.java (del), ChatConversationContainer.java (del), ChatConversationPanel.java (del), ChatMessage.java (del), ChatPanel.java (del), ChatSendPanel.java (del), ChatWindow.java (del), ChatWindowManager.java (del), ChatWritePanel.java (del), MenusPanel.java (del), MessageSendPanel.java (del), MessageWindow.java (del), ProtocolContactSelectorBox.java (del), SmiliesSelectorBox.java (del), URLRecognitionManager.java (del), WriteMessagePanel.java (del)
yanas 2007-03-10 20:53

don't save undelivered messages in the gui

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatSendPanel.java (+1 -5)
yanas 2007-03-06 17:13

When first two tabs are added to the chat tabbed pane, the focus goes automatically to the second one. We now tell the tabbed pane that he should select the first one.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatWindow.java (+5 -1)
yanas 2007-03-06 14:11

try to fix focus problems in the chat window

21 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatWindowManager.java (+21 -18)
yanas 2007-03-05 16:26

focus stealing in chat window - fixed

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatWindowManager.java (+20 -18)
yanas 2007-03-05 14:52

fix "send via" problem and catch all exceptions when sending a message or a typing notification

139 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatPanel.java (-51), ChatSendPanel.java (+44 -30), ChatWritePanel.java (+93 -44), ProtocolContactSelectorBox.java (+2 -15)
emcho 2007-03-05 12:35

request status back in the write area even if the message was empty. fixed some javadocs as well.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatSendPanel.java (+13 -7)
emcho 2007-03-03 20:07

repair a null pointer exception when renaming a contact without having a chat window open and fix javadoc conflicts

131 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatPanel.java (+131 -122)
yanas 2007-03-02 19:57

Copying text ingores new lines - fixed

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatConversationPanel.java (+12 -1)
yanas 2007-03-02 15:40

request focus in write area always when chat tab is shown

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatPanel.java (+2 -2)
yanas 2007-03-02 15:39

synchronize getContactChat method

137 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatWindowManager.java (+137 -127)
yanas 2007-03-01 20:01

javadoc fixed

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatContactPanel.java (+3 -2), ChatWindow.java (+8 -9)
yanas 2007-03-01 18:44

1) use only one chat window instance
2) createChat is now private
3) duplicated history problem is fixed

326 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatPanel.java (+36 -27), ChatWindow.java (+141 -130), ChatWindowManager.java (+149 -60)
yanas 2007-03-01 18:39

format class definition

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatWritePanel.java (+6 -3)
yanas 2007-03-01 18:38

update send via menu when a protocol contact has been moved

41 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ProtocolContactSelectorBox.java (+41 -5)
yanas 2007-02-28 18:01

error messages concerning the user account now look sth like this:
An error occurred when ... in the following user account: User name: <username>,
Server name: <server>.

i18n messages now allow more than one parameter to be set

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatPanel.java (+3 -1)
yanas 2007-02-27 18:31

use the getProtocolIcon method of the protocol provider to obtain protocol icons

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatWindow.java (+7), ChatWindowManager.java (+2 -3)
emcho 2007-02-22 15:38

Added multichat operation set definition and Gibberish protocol implementation. Related issues: Issue #241 , Issue #244, Issue #250

fixed javadoc conflicts

75 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatWindowManager.java (+75 -65)
emcho 2007-02-22 15:38

Added multichat operation set definition and Gibberish protocol implementation. Related issues: Issue #241 , Issue #244, Issue #250

minor change while tracking a nullpointer exception.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatSendPanel.java (+16 -15)
yanas 2007-02-22 13:09

don't bring window to front if it's minimized

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/message: ChatWindowManager.java (+3 -3)

(194 more)

Generated by StatSVN 0.3.1