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

Directory Created:
2006-05-10 13:16
Total Files:
32
Deleted Files:
5
Lines of Code:
3943

[root]/src/net/java/sip/communicator/impl/gui/lookandfeel

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 357 (100.0%) 9689 (100.0%) 27.1
yanas 189 (52.9%) 8890 (91.8%) 47.0
lubomir_m 86 (24.1%) 309 (3.2%) 3.5
emcho 64 (17.9%) 293 (3.0%) 4.5
pradelle 2 (0.6%) 126 (1.3%) 63.0
damencho 5 (1.4%) 49 (0.5%) 9.8
wernerd 9 (2.5%) 21 (0.2%) 2.3
sympho 2 (0.6%) 1 (0.0%) 0.5

Most Recent Commits

damencho 2012-01-30 18:39

Typos, renames.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommLookAndFeel.java (+1 -1), SIPCommSplitPaneUI.java (+1 -1)
emcho 2011-10-18 14:03

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

32 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommBorders.java (+1 -1), SIPCommButtonUI.java (+1 -1), SIPCommCallComboBoxUI.java (+1 -1), SIPCommChatSelectorMenuUI.java (+1 -1), SIPCommCheckBoxMenuItemUI.java (+1 -1), SIPCommCheckBoxUI.java (+1 -1), SIPCommComboBoxEditor.java (+1 -1), SIPCommComboBoxUI.java (+1 -1), SIPCommDefaultTheme.java (+1 -1), SIPCommEditorPaneUI.java (+1 -1), SIPCommLFUtils.java (+1 -1), SIPCommLabelUI.java (+1 -1), SIPCommListUI.java (+1 -1), SIPCommLookAndFeel.java (+1 -1), SIPCommMenuItemUI.java (+1 -1), SIPCommMenuUI.java (+1 -1), SIPCommOpaquePanelUI.java (+1 -1), SIPCommOptionPaneUI.java (+1 -1), SIPCommPasswordFieldUI.java (+1 -1), SIPCommPopupMenuUI.java (+1 -1), SIPCommScrollBarUI.java (+1 -1), SIPCommSpinnerUI.java (+1 -1), SIPCommSplitPaneDivider.java (+1 -1), SIPCommSplitPaneUI.java (+1 -1), SIPCommStatusMenuUI.java (+1 -1), SIPCommTextAreaUI.java (+1 -1), SIPCommTextPaneUI.java (+1 -1), SIPCommToggleButtonUI.java (+1 -1), SIPCommToolBarSeparatorUI.java (+1 -1), SIPCommToolBarUI.java (+1 -1), SIPCommToolTipUI.java (+1 -1), SIPCommTreeUI.java (+1 -1)
yanas 2011-02-25 01:08

Try to fix issue #776 Contact list selection leads to incorrect contact sizes.

54 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommTreeUI.java (+54 -10)
yanas 2011-02-23 19:56

Implements "show more" functionality in contact list search.

28 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommTreeUI.java (+28)
yanas 2011-01-28 13:17

Enhanced chat window interface.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommSelectorMenuUI.java (del)
yanas 2010-11-03 20:56

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

672 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommButtonUI.java (+91 -24), SIPCommChatSelectorMenuUI.java (+19 -2), SIPCommComboBoxEditor.java (+57 -16), SIPCommScrollBarUI.java (+127 -65), SIPCommSplitPaneDivider.java (+324 -205), SIPCommToggleButtonUI.java (+54 -8)
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.

393 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommDefaultTheme.java (+297 -29), SIPCommLookAndFeel.java (+73 -9), SIPCommSelectorMenuUI.java (+23 -5)
yanas 2010-03-01 17:47

- Allow to add plugins in an "invisible" toolbar on the right of the status combo box in the contact list window.
- Paint more rounded selection and rollover for menus.
- Remove unused class.

1 lines of code changed in:

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

229 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommCallComboBoxUI.java (+41 -1), SIPCommComboBoxUI.java (+16 -2), SIPCommLFUtils.java (+34 -26), SIPCommTreeUI.java (+138 -8)
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/lookandfeel: SIPCommComboBoxEditor.java (+1), SIPCommTextFieldUI.java (del)
yanas 2009-10-30 14:37

Drag'n'Drop related implementations including:
- dropping MetaContact-s or simple String addresses in the Call dialog would initiate an invite and hence the creation of a conference call or if such already exist just the adding of the new callee to the conference.
- added the possibility to drag the number entered in the call field on the bottom of the contact list.
- replaced previous implementation of Drag'n'Drop in the contact list with the default drag'n'drop mechanism used in java, thus allowing the dropping of contacts outside the contact list (like in an existing call, chat or simply as a string in any other desktop application)
- extended and override the default TransferHandler to provide visual representation of the dragged object (special handling of MetaContacts is provided in the ContactListCellRenderer) and add support of MetaContact flavor.

37 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommCallComboBoxUI.java (+37 -20)
emcho 2009-07-18 00:51

converts tabs to spaces in a number of classes

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommBorders.java (+5 -5), SIPCommLookAndFeel.java (+5 -5)
yanas 2009-04-29 18:19

New smileys pack and some improvements of the smileys box look and feel.

30 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommMenuItemUI.java (+30 -37)
wernerd 2009-04-17 20:50

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

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommComboBoxEditor.java (+2 -2), SIPCommDefaultTheme.java (+2 -2), SIPCommSplitPaneDivider.java (+2 -2)
wernerd 2009-04-05 09:49

Undo revision 5226, see Lubo's e-mail in list.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommComboBoxEditor.java (-2), SIPCommDefaultTheme.java (+2 -2), SIPCommSplitPaneDivider.java (+2 -7)
wernerd 2009-04-04 20:32

Remove warning, mostly serialVersionUID stuff. This is part of the effort to resolve issue #637

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommComboBoxEditor.java (+2), SIPCommDefaultTheme.java (+2 -2), SIPCommSplitPaneDivider.java (+7 -2)
yanas 2009-04-02 13:31

Issue #446 (AccountStatusPanel#statusComboBox has an etched line at the bottom) + status combo box arrow moved next to the text + tried to remove extra space below the account selector box in the dial panel (further testing needed on other OS-es).

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommMenuBarUI.java (del)
lubomir_m 2009-03-12 22:08

Fixes various warnings, mostly ones about performance.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommDefaultTheme.java (+2 -3)
lubomir_m 2009-03-02 15:32

Removes unnecessary fields. Provides more efficient iteration of Hashtables, fixes warnings. Closes an InputStream as soon as possible.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommCallComboBoxUI.java (+2 -2)
lubomir_m 2009-03-02 01:15

Removes unnecessary allocations and fields, makes fields final, fixes warnings.

19 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommComboBoxEditor.java (+19 -3)

(87 more)

Generated by StatSVN 0.3.1