[root]/src/net/java/sip/communicator/impl/gui/main/chatroomslist/createforms

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 70 (100.0%) | 1252 (100.0%) | 17.8 |
| yanas | 38 (54.3%) | 1163 (92.9%) | 30.6 |
| lubomir_m | 16 (22.9%) | 33 (2.6%) | 2.0 |
| sympho | 1 (1.4%) | 24 (1.9%) | 24.0 |
| emcho | 8 (11.4%) | 20 (1.6%) | 2.5 |
| vmartinet | 2 (2.9%) | 5 (0.4%) | 2.5 |
| wernerd | 2 (2.9%) | 3 (0.2%) | 1.5 |
| damencho | 2 (2.9%) | 3 (0.2%) | 1.5 |
| akelly7 | 1 (1.4%) | 1 (0.1%) | 1.0 |
Changes project name in source license headers from SIP Communicator to Jitsi
7 lines of code changed in:
Fixes warnings about unused imports and unnecessary casts.
0 lines of code changed in:
- Fix message history skip messages coming from null members.
- Showing the same dialog for joining chat rooms and fix showing create chat room.
- Fix formating of date for Certificate details.
3 lines of code changed in:
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.
3 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.
1 lines of code changed in:
Fix a GUI-related bug (room member not appearing on the list, however present in the room)
5 lines of code changed in:
Ongoing work on issue #725 ( Sepperate operation set for ad-hoc like chat rooms (Msn, Icq, Yahoo)) provided by Valentin Martinet. Introduces all the interfaces needed to represent an ad-hoc chat room and the corresponding implementations for Msn, Yahoo and Icq.
Also turns some tabs to spaces in the facebookaccregwizz and chatalerter plugins.
19 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.
1 lines of code changed in:
Fix raw types, unused variables, possible NP, etc, this contributes to fix issue #637
3 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.
7 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
13 lines of code changed in:
use smaller icons in the select account panel.
modifiy javadoc in some OperationSetMultiUserChat#findRoom to reflect what the code does.
minor changes seen from lubomir (adding final where possible in modified files)
24 lines of code changed in:
Removes unused fields, fixes raw-type warnings.
2 lines of code changed in:
Removes unused Logger instances (and thus resolves the warnings about them as well).
0 lines of code changed in:
Make <tt>noAccountsTextArea</tt> background transparent in chat room dialogs
1 lines of code changed in:
Language resources updated.
33 lines of code changed in:
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
3 lines of code changed in:
Respects the blue theme some more.
16 lines of code changed in:
Moves SIPCommDialog into public visibility out of its defining bundle so that it can be used not only in the main UI but also in the plugins. Also tries to use it for all JDialogs created by the application.
1 lines of code changed in:
Moves SIPCommFrame into public visibility out of its defining bundle so that it can be used not only in the main UI but also in the plugins. Though no plugin currently takes advantage of it, I'm committing it because there're a lot of changed files involved and I don't really want to merge.
3 lines of code changed in:
(11 more)