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

| 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 |
Typos, renames.
2 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
32 lines of code changed in:
Try to fix issue #776 Contact list selection leads to incorrect contact sizes.
54 lines of code changed in:
Implements "show more" functionality in contact list search.
28 lines of code changed in:
Enhanced chat window interface.
0 lines of code changed in:
Skin support patch provided by Adam Netocny. Adding skin support in the SIP Communicator look&feel.
672 lines of code changed in:
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:
- 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:
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:
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:
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:
converts tabs to spaces in a number of classes
10 lines of code changed in:
New smileys pack and some improvements of the smileys box look and feel.
30 lines of code changed in:
Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637
6 lines of code changed in:
Undo revision 5226, see Lubo's e-mail in list.
4 lines of code changed in:
Remove warning, mostly serialVersionUID stuff. This is part of the effort to resolve issue #637
11 lines of code changed in:
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:
Fixes various warnings, mostly ones about performance.
2 lines of code changed in:
Removes unnecessary fields. Provides more efficient iteration of Hashtables, fixes warnings. Closes an InputStream as soon as possible.
2 lines of code changed in:
Removes unnecessary allocations and fields, makes fields final, fixes warnings.
19 lines of code changed in:
(87 more)