[root]/src/net/java/sip/communicator/impl/gui/main/contactlist/addcontact

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 220 (100.0%) | 2851 (100.0%) | 12.9 |
| yanas | 162 (73.6%) | 2395 (84.0%) | 14.7 |
| emcho | 13 (5.9%) | 169 (5.9%) | 13.0 |
| damencho | 15 (6.8%) | 158 (5.5%) | 10.5 |
| lubomir_m | 26 (11.8%) | 118 (4.1%) | 4.5 |
| smazy | 1 (0.5%) | 6 (0.2%) | 6.0 |
| wernerd | 2 (0.9%) | 4 (0.1%) | 2.0 |
| vmartinet | 1 (0.5%) | 1 (0.0%) | 1.0 |
Ongoing work on issue # 572 Adding a contact is too much of a painful process.
Also enhanced the "Add group" dialog and and changed some related icons.
0 lines of code changed in:
- Allow creating contacts in the root group.
- Set an empty image for jabber contacts if they miss a picture, so we won't query them again for pictures.
- Put a note in Facebook Account wizard explaining more about creating usernames.
83 lines of code changed in:
Fix the title of the add contact error dialog.
5 lines of code changed in:
- Fixing a bug reported bu Matthieu Casanova (on dev@sip-communicator.dev.java.net 02/16/2010 subject: "AddContactWizard : disable back button when on first page")
- Make all wizard first pages to return null as a "back page identifier" instead of the DEFAULT_PAGE_IDENTIFIER, which was meant for a different case.
35 lines of code changed in:
Fixed missing resource.
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.
142 lines of code changed in:
- Enables multiple line selection in the default contact list.
- Some minor code formatting and javadoc.
6 lines of code changed in:
Delays the creation of AuthenticationWindow for the purposes of exposing it as ExportedWindow because it used to be created on startup and isn't always needed.
15 lines of code changed in:
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.
0 lines of code changed in:
Introduces a default implementation of OperationSetMultiUserChat which removes duplications from extenders and fixes warnings.
2 lines of code changed in:
Applies formatting only.
2 lines of code changed in:
Fixing issue # 571 (static I18N strings in impl.gui.customcontrols.Wizard) + some code formatting
10 lines of code changed in:
Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637
4 lines of code changed in:
Limits the use of Constants.FONT because it overrides the system font (when it's available) and is thus related to issue #423 (GUI default font shows squares instead of Chinese characters). It's now used only in the SC L&F (which is itself not used on Windows, Mac OS X and GNU/Linux+GNOME) and to badge the protocol images with numbers.
8 lines of code changed in:
Fix issue #583 and #579 (possibly fixing and #580).
2 lines of code changed in:
Resolves a few of our 4000+ Eclipse warnings
14 lines of code changed in:
Fixes issue #624 : Protocol account selectors in wizards allow multiple selections. Removes the Radio buttons and reorganizes the AccountSelector page shown when clicking on the "Join chatroom" button
111 lines of code changed in:
Removes unnecessary fields.
3 lines of code changed in:
Fixing issue #581 Add account dialog focus issue and also limiting the "New Account dialog" to one instance.
1 lines of code changed in:
cosmetics
6 lines of code changed in:
(66 more)