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

Directory Created:
2006-07-26 20:53
Total Files:
16
Deleted Files:
18
Lines of Code:
1981

[root]/src/net/java/sip/communicator/impl/gui/customcontrols
                                     events (1 files, 49 lines)
                                     wizard (6 files, 1428 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 345 (100.0%) 5820 (100.0%) 16.8
yanas 184 (53.3%) 4243 (72.9%) 23.0
lubomir_m 82 (23.8%) 703 (12.1%) 8.5
scoutice 8 (2.3%) 313 (5.4%) 39.1
emcho 46 (13.3%) 289 (5.0%) 6.2
damencho 6 (1.7%) 164 (2.8%) 27.3
vincent_lucas 1 (0.3%) 54 (0.9%) 54.0
wernerd 11 (3.2%) 28 (0.5%) 2.5
akelly7 2 (0.6%) 18 (0.3%) 9.0
sympho 5 (1.4%) 8 (0.1%) 1.6

Most Recent Commits

damencho 2012-03-27 14:57

Fixes memory leak on macosx.

37 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SCScrollPane.java (+37)
lubomir_m 2012-02-15 22:43

Commits work in progress on fixing issues with video conferences. Fixes an ArrayIndexOutOfBoundsException in audio level UI.

15 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SCScrollPane.java (+15 -6)
yanas 2011-11-12 02:52

Makes popup menus disappear when the parent window is not on focus.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: BoxPopupMenu.java (+5 -3)
emcho 2011-10-18 14:03

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

16 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: BooleanToCheckTableModel.java (+1 -1), BoxPopupMenu.java (+1 -1), ChatToolbarButton.java (+1 -1), ErrorDialog.java (+1 -1), ExtListCellRenderer.java (+1 -1), ExtendedTableModel.java (+1 -1), LabelTableCellRenderer.java (+1 -1), MessageDialog.java (+1 -1), RadioButtonCellEditor.java (+1 -1), RadioButtonTableCellRenderer.java (+1 -1), SCScrollPane.java (+1 -1), SIPCommMsgTextArea.java (+1 -1), SIPCommSmartComboBox.java (+1 -1), SIPCommToolBar.java (+1 -1), TitlePanel.java (+1 -1), TransparentBackground.java (+1 -1)
lubomir_m 2011-03-03 04:42

Fixes ErrorDialog to use the font used elsewhere in the UI.

74 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: ErrorDialog.java (+74 -52)
yanas 2010-11-03 20:56

Skin support patch provided by Adam Netocny. Adding skin support in the SIP Communicator look&feel.

118 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: ErrorDialog.java (+29 -1), MessageDialog.java (+21 -1), SCScrollPane.java (+52 -32), SIPCommSmartComboBox.java (+16 -1)
damencho 2010-10-13 14:39

Fix msn stack not to close multichat sessions when there is no activity.
Show error when outgoing call creation fails.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: ErrorDialog.java (+1 -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/customcontrols: StyledHTMLEditorPane.java (del)
damencho 2010-03-24 16:46

Fix preffered size on dialogs that change their size dynamically.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: ErrorDialog.java (+4)
yanas 2010-02-04 14:31

First version of the modified contact list interface. Modifications include a new search box allowing to filter the contact list, contact expansion on select, different approach for calling contacts and more.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SCScrollPane.java (+19 -1), SIPCommSmartComboBox.java (-1)
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)

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SIPCommMenu.java (del), SelectedObject.java (del)
yanas 2009-11-24 18:13

Call and Chat Conference Invite Dialog enhancements:
- Added the possibility to add contacts, which are not in the contact list.
- Filter contact list contacts already added in a conference.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SIPCommSmartComboBox.java (+1)
emcho 2009-09-04 17:53

Adds SuppressWarnings annotations for legacy code

1 lines of code changed in:

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

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SIPCommMenu.java (+2 -3)
lubomir_m 2009-09-02 13:40

Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SIPCommSmartComboBox.java (+7 -7)
lubomir_m 2009-08-30 20:04

Introduces a default implementation of OperationSetTypingNotifications which removes duplications from extenders and fixes warnings.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SIPCommSmartComboBox.java (+1 -5)
emcho 2009-07-18 00:51

converts tabs to spaces in a number of classes

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: BooleanToCheckTableModel.java (+5 -5), ChatToolbarButton.java (+2 -2), ExtendedTableModel.java (+8 -8), LabelTableCellRenderer.java (+1 -1), SCScrollPane.java (+4 -4), SIPCommSmartComboBox.java (+2 -2), SIPCommToolBar.java (+2 -2)
yanas 2009-07-03 18:27

Fix file transfer layout.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: StyledHTMLEditorPane.java (+4 -2)
yanas 2009-05-15 18:47

- Addressing issue #465 (Redesign the account configuration menu).
- Fixing issue with status update within the accounts configuration form.
- Adding support for 32x32 and 48x48 icons for all protocols.
- Changing the background and selection colors for config forms list on the left of the Options window.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: TitlePanel.java (+5 -2)
yanas 2009-04-24 12:41

Rename two configuration properties in order to avoid confusion.

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols: SCScrollPane.java (+5 -4)

(145 more)

Generated by StatSVN 0.3.1