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

Directory Created:
2005-11-02 17:08
Total Files:
4
Deleted Files:
1
Lines of Code:
2805

[root]/src/net/java/sip/communicator/impl/gui
                                 customcontrols (16 files, 1981 lines)
                                     events (1 files, 49 lines)
                                     wizard (6 files, 1428 lines)
                                 event (2 files, 104 lines)
                                 events (0 files, 0 lines)
                                 i18n (0 files, 0 lines)
                                 lookandfeel (32 files, 3943 lines)
                                 main (10 files, 3723 lines)
                                     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)
                                 utils (11 files, 6213 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 257 (100.0%) 5626 (100.0%) 21.8
yanas 166 (64.6%) 3858 (68.6%) 23.2
emcho 21 (8.2%) 749 (13.3%) 35.6
lubomir_m 46 (17.9%) 739 (13.1%) 16.0
wernerd 6 (2.3%) 81 (1.4%) 13.5
scmerger 1 (0.4%) 75 (1.3%) 75.0
damencho 11 (4.3%) 75 (1.3%) 6.8
s_vincent 2 (0.8%) 14 (0.2%) 7.0
smazy 1 (0.4%) 11 (0.2%) 11.0
akelly7 1 (0.4%) 10 (0.2%) 10.0
kpouer 1 (0.4%) 9 (0.2%) 9.0
scoutice 1 (0.4%) 5 (0.1%) 5.0

Most Recent Commits

lubomir_m 2012-03-08 13:40

Applies formatting for the sake of readability.

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (+16 -26)
lubomir_m 2012-02-11 00:46

Commits work in progress on fixing leaks of every CallDialog and ChatWindow.

64 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (+64 -19)
damencho 2012-01-12 19:22

Fixes a problem with creating two instances ot NetworkConfigurationWatcher.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (+3)
yanas 2011-12-01 10:49

Fixes preferred account in the gui bundle.

23 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (+23 -6)
s_vincent 2011-11-29 13:37

Adds global shortcut support.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (+13 -9), UIServiceImpl.java (+1 -1)
damencho 2011-11-17 10:28

Isolates notification management and triggering.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (-66)
emcho 2011-10-18 14:03

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

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: DefaultContactEventHandler.java (+1 -1), GuiActivator.java (+1 -1), PopupDialogImpl.java (+1 -1), UIServiceImpl.java (+1 -1)
yanas 2011-10-17 18:23

Tries to pre-select the preferred account in the add contact dialog if such exists.

61 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (+61)
yanas 2011-06-01 13:47

Removes special symbols before callng phone numbers and lets the user configure a property to enable/disable this functionality.

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (+20)
yanas 2011-05-19 18:50

Check for registered security authority implementations before starting using the default implementation.

63 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (+53), UIServiceImpl.java (+10 -1)
yanas 2011-05-19 13:27

Check for create form for all account registration wizards before sending the user to the web registration page.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (+10)
yanas 2011-03-21 18:40

Load Master Password Window before credential storage window and before provisioning.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (-13)
yanas 2011-02-24 16:48

Allow to enable provisioning when you start jitsi for the first time. As part of the solution proposed by Conrad Beckert on dev (subject: "Re: Updates to the Provisioning Plugin").

18 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (+18 -1)
yanas 2011-01-14 03:12

When calling a contact, not contained in the contact list, we search for its image in one of the contact sources (mac address book/outlook).
Let the user choose the account to use when calling an address book/outlook contact (when clicking the call button, as well as when choosing the right button menu).
Remove the @ sign from number contacts when searching for a corresponding image.

72 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (+72)
yanas 2011-01-09 14:32

Fixes problem with calling address book contacts. Reported by Emil Ivov on dev (01/09/2011 subject: Re: [sip-comm-dev] A few issues with Apple's Address Book support).

80 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (+80)
yanas 2011-01-07 12:04

Some gui refactoring.

33 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (+33 -5)
yanas 2010-11-02 02:27

Spell Check plugin (work in progress). Note that the spellcheck plugin is not enabled and would be available once it's ready and finished.

29 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (+29)
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.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: UIServiceImpl.java (+3)
yanas 2010-10-13 14:43

Remove unused import.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (-1)
yanas 2010-09-29 12:53

Moved the CertificateVerificationService to its own bundle.
Moved SIPCommHTMLEditorKit and SIPCommHTMLEditorPane to the util package.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui: GuiActivator.java (-5)

(193 more)

Generated by StatSVN 0.3.1