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

Directory Created:
2005-11-02 17:08
Total Files:
10
Deleted Files:
28
Lines of Code:
3723

[root]/src/net/java/sip/communicator/impl/gui/main
                                     account (11 files, 3106 lines)
                                     authorization (4 files, 841 lines)
                                     call (49 files, 16840 lines)
                                         conference (9 files, 4026 lines)
                                     chat (30 files, 13739 lines)
                                         conference (19 files, 6484 lines)
                                         filetransfer (4 files, 1471 lines)
                                         history (6 files, 1515 lines)
                                         menus (7 files, 1036 lines)
                                         toolBars (1 files, 930 lines)
                                     chatroomslist (16 files, 3667 lines)
                                         chatroomwizard (0 files, 0 lines)
                                         createforms (7 files, 897 lines)
                                         joinforms (10 files, 1964 lines)
                                     configforms (4 files, 712 lines)
                                     contactlist (43 files, 15348 lines)
                                         addcontact (0 files, 0 lines)
                                         addgroup (2 files, 391 lines)
                                         contactsource (11 files, 3033 lines)
                                         notifsource (3 files, 818 lines)
                                     customcontrols (0 files, 0 lines)
                                         events (0 files, 0 lines)
                                         tabbedPane (0 files, 0 lines)
                                         wizard (0 files, 0 lines)
                                     history (0 files, 0 lines)
                                     i18n (0 files, 0 lines)
                                     login (2 files, 780 lines)
                                     menus (9 files, 1751 lines)
                                     message (0 files, 0 lines)
                                         history (0 files, 0 lines)
                                         menu (0 files, 0 lines)
                                         menus (0 files, 0 lines)
                                         toolBars (0 files, 0 lines)
                                     presence (5 files, 2387 lines)
                                         avatar (2 files, 558 lines)
                                             imagepicker (4 files, 1123 lines)
                                         message (2 files, 488 lines)
                                     ui (0 files, 0 lines)
                                     utils (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 579 (100.0%) 14273 (100.0%) 24.6
yanas 464 (80.1%) 12517 (87.7%) 26.9
emcho 65 (11.2%) 959 (6.7%) 14.7
lubomir_m 16 (2.8%) 379 (2.7%) 23.6
wernerd 17 (2.9%) 235 (1.6%) 13.8
sympho 3 (0.5%) 86 (0.6%) 28.6
damencho 8 (1.4%) 69 (0.5%) 8.6
akelly7 2 (0.3%) 15 (0.1%) 7.5
s_vincent 2 (0.3%) 10 (0.1%) 5.0
ibauersachs 1 (0.2%) 3 (0.0%) 3.0
scoutice 1 (0.2%) 0 (0.0%) 0.0

Most Recent Commits

lubomir_m 2012-03-08 13:40

Applies formatting for the sake of readability.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+6 -13)
lubomir_m 2012-02-14 00:04

Commits work in progress on fixing leaks of CallDialog.

56 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: GeneralDialPadDialog.java (+45 -37), GeneralDialPanel.java (+11 -10)
damencho 2012-02-08 14:05

Makes sure we listen for events of protocol factories registered to collect loaded accounts and don't miss one.
Moves contact status listener just after roaster retrieval to be sure we don't miss presence while processing large lists.

27 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+27 -4)
yanas 2011-11-24 19:43

Attempts to fix duplicating contacts in contact list (reported by Ingo Bauersachs and Lubomir Marinov on dev: "Multiple entries of the same MetaContact").

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+2 -2)
yanas 2011-11-22 14:10

Reverts revision 9126, because it was causing a lot of other problems.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+2 -2)
yanas 2011-11-20 18:08

Tries to fix duplicating contacts in contact list (reported by Ingo Bauersachs and Lubomir Marinov on dev: "Multiple entries of the same MetaContact").

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+2 -2)
yanas 2011-11-05 19:08

Fixes disappearing messages in chat window.
Fixes chat history navigation.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: SingleWindowContainer.java (+10)
ibauersachs 2011-10-30 00:19

Remove border from dialpad-button to hide the button style on ubuntu

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: DialPadButton.java (+3)
yanas 2011-10-24 17:28

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

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: SingleWindowContainer.java (+3 -1)
damencho 2011-10-21 19:35

Fixes slow sending of jabber messages.
Fixes some messages in history not shown, filtered by history service or exception obtaining display name of offline contacts.

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+9 -2)
emcho 2011-10-18 14:03

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

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: DialPadButton.java (+1 -1), DialPadFieldUI.java (+1 -1), GeneralDialPadDialog.java (+1 -1), GeneralDialPanel.java (+1 -1), MainFrame.java (+1 -1), SingleWindowContainer.java (+1 -1), UINotification.java (+1 -1), UINotificationGroup.java (+1 -1), UINotificationListener.java (+1 -1), UINotificationManager.java (+1 -1)
yanas 2011-09-07 11:07

Removes unused import.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: DialPadFieldUI.java (-1)
yanas 2011-09-02 16:14

Fixes Escape behavior and null text in the new dialpad.
Adds Cmd-W keymap.

62 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: GeneralDialPadDialog.java (+62 -20)
yanas 2011-09-02 12:47

Adds a general dial pad in the contact list.

721 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: DialPadButton.java (new 62), DialPadFieldUI.java (new 93), GeneralDialPadDialog.java (new 320), GeneralDialPanel.java (new 244), MainFrame.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.

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+20 -2)
damencho 2011-05-28 18:10

Changing fix for issue#943, set the title to the application name, as its static value and previous fix produces random string as window title.

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+15)
yanas 2011-03-31 23:22

Panel layout adjustment.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+1 -1)
yanas 2011-03-31 14:05

Some contact list top panel adjustments.

32 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+32 -1)
s_vincent 2011-03-09 12:30

Ongoing work on LDAP contact source support.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main: MainFrame.java (+5)
yanas 2011-02-25 13:09

Adds some space between the search field and the photo in the contact list (on Windows and Linux).

1 lines of code changed in:

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

(329 more)

Generated by StatSVN 0.3.1